/*!* Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter,  Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media(min-width:576px) {
    .container {
    max-width: 540px;
}
}@media(min-width:768px) {
    .container {
    max-width: 720px;
}
}@media(min-width:992px) {
    .container {
    max-width: 960px;
}
}@media(min-width:1200px) {
    .container {
    max-width: 1140px;
}
}.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media(min-width:576px) {
    .container, .container-sm {
    max-width: 540px;
}
}@media(min-width:768px) {
    .container, .container-sm, .container-md {
    max-width: 720px;
}
}@media(min-width:992px) {
    .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
}
}@media(min-width:1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
}
}.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%}
.offset-2 {
    margin-left: 16.666667%}
.offset-3 {
    margin-left: 25%}
.offset-4 {
    margin-left: 33.333333%}
.offset-5 {
    margin-left: 41.666667%}
.offset-6 {
    margin-left: 50%}
.offset-7 {
    margin-left: 58.333333%}
.offset-8 {
    margin-left: 66.666667%}
.offset-9 {
    margin-left: 75%}
.offset-10 {
    margin-left: 83.333333%}
.offset-11 {
    margin-left: 91.666667%}
@media(min-width:576px) {
    .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.row-cols-sm-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-sm-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-sm-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.row-cols-sm-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-sm-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-sm-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-sm-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-sm-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.333333%}
.offset-sm-2 {
    margin-left: 16.666667%}
.offset-sm-3 {
    margin-left: 25%}
.offset-sm-4 {
    margin-left: 33.333333%}
.offset-sm-5 {
    margin-left: 41.666667%}
.offset-sm-6 {
    margin-left: 50%}
.offset-sm-7 {
    margin-left: 58.333333%}
.offset-sm-8 {
    margin-left: 66.666667%}
.offset-sm-9 {
    margin-left: 75%}
.offset-sm-10 {
    margin-left: 83.333333%}
.offset-sm-11 {
    margin-left: 91.666667%}
}@media(min-width:768px) {
    .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.row-cols-md-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-md-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-md-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.row-cols-md-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-md-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-md-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-md-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-md-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-md-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-md-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-md-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-md-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-md-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-md-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-md-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-md-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-md-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-md-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-md-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-md-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-md-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.333333%}
.offset-md-2 {
    margin-left: 16.666667%}
.offset-md-3 {
    margin-left: 25%}
.offset-md-4 {
    margin-left: 33.333333%}
.offset-md-5 {
    margin-left: 41.666667%}
.offset-md-6 {
    margin-left: 50%}
.offset-md-7 {
    margin-left: 58.333333%}
.offset-md-8 {
    margin-left: 66.666667%}
.offset-md-9 {
    margin-left: 75%}
.offset-md-10 {
    margin-left: 83.333333%}
.offset-md-11 {
    margin-left: 91.666667%}
}@media(min-width:992px) {
    .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.row-cols-lg-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-lg-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-lg-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.row-cols-lg-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-lg-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-lg-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-lg-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-lg-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.333333%}
.offset-lg-2 {
    margin-left: 16.666667%}
.offset-lg-3 {
    margin-left: 25%}
.offset-lg-4 {
    margin-left: 33.333333%}
.offset-lg-5 {
    margin-left: 41.666667%}
.offset-lg-6 {
    margin-left: 50%}
.offset-lg-7 {
    margin-left: 58.333333%}
.offset-lg-8 {
    margin-left: 66.666667%}
.offset-lg-9 {
    margin-left: 75%}
.offset-lg-10 {
    margin-left: 83.333333%}
.offset-lg-11 {
    margin-left: 91.666667%}
}@media(min-width:1200px) {
    .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.row-cols-xl-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.row-cols-xl-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.row-cols-xl-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.row-cols-xl-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.row-cols-xl-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
.row-cols-xl-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%}
.col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%}
.col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%}
.col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-xl-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-xl-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.333333%}
.offset-xl-2 {
    margin-left: 16.666667%}
.offset-xl-3 {
    margin-left: 25%}
.offset-xl-4 {
    margin-left: 33.333333%}
.offset-xl-5 {
    margin-left: 41.666667%}
.offset-xl-6 {
    margin-left: 50%}
.offset-xl-7 {
    margin-left: 58.333333%}
.offset-xl-8 {
    margin-left: 66.666667%}
.offset-xl-9 {
    margin-left: 75%}
.offset-xl-10 {
    margin-left: 83.333333%}
.offset-xl-11 {
    margin-left: 91.666667%}
}.d-none {
    display: none!important;
}
.d-inline {
    display: inline!important;
}
.d-inline-block {
    display: inline-block!important;
}
.d-block {
    display: block!important;
}
.d-table {
    display: table!important;
}
.d-table-row {
    display: table-row!important;
}
.d-table-cell {
    display: table-cell!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
@media(min-width:576px) {
    .d-sm-none {
    display: none!important;
}
.d-sm-inline {
    display: inline!important;
}
.d-sm-inline-block {
    display: inline-block!important;
}
.d-sm-block {
    display: block!important;
}
.d-sm-table {
    display: table!important;
}
.d-sm-table-row {
    display: table-row!important;
}
.d-sm-table-cell {
    display: table-cell!important;
}
.d-sm-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-sm-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media(min-width:768px) {
    .d-md-none {
    display: none!important;
}
.d-md-inline {
    display: inline!important;
}
.d-md-inline-block {
    display: inline-block!important;
}
.d-md-block {
    display: block!important;
}
.d-md-table {
    display: table!important;
}
.d-md-table-row {
    display: table-row!important;
}
.d-md-table-cell {
    display: table-cell!important;
}
.d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-md-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media(min-width:992px) {
    .d-lg-none {
    display: none!important;
}
.d-lg-inline {
    display: inline!important;
}
.d-lg-inline-block {
    display: inline-block!important;
}
.d-lg-block {
    display: block!important;
}
.d-lg-table {
    display: table!important;
}
.d-lg-table-row {
    display: table-row!important;
}
.d-lg-table-cell {
    display: table-cell!important;
}
.d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-lg-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media(min-width:1200px) {
    .d-xl-none {
    display: none!important;
}
.d-xl-inline {
    display: inline!important;
}
.d-xl-inline-block {
    display: inline-block!important;
}
.d-xl-block {
    display: block!important;
}
.d-xl-table {
    display: table!important;
}
.d-xl-table-row {
    display: table-row!important;
}
.d-xl-table-cell {
    display: table-cell!important;
}
.d-xl-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-xl-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media print {
    .d-print-none {
    display: none!important;
}
.d-print-inline {
    display: inline!important;
}
.d-print-inline-block {
    display: inline-block!important;
}
.d-print-block {
    display: block!important;
}
.d-print-table {
    display: table!important;
}
.d-print-table-row {
    display: table-row!important;
}
.d-print-table-cell {
    display: table-cell!important;
}
.d-print-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-print-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
@media(min-width:576px) {
    .flex-sm-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-sm-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-sm-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-sm-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-sm-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-sm-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-sm-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-sm-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-sm-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-sm-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-sm-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-sm-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-sm-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-sm-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-sm-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-sm-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}@media(min-width:768px) {
    .flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-md-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-md-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-md-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-md-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-md-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-md-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-md-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-md-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-md-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-md-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-md-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-md-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-md-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}@media(min-width:992px) {
    .flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-lg-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-lg-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-lg-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-lg-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-lg-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-lg-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-lg-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-lg-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-lg-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-lg-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-lg-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-lg-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-lg-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-lg-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-lg-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}@media(min-width:1200px) {
    .flex-xl-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-xl-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-xl-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-xl-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-xl-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-xl-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-xl-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-xl-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-xl-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-xl-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-xl-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-xl-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-xl-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-xl-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-xl-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-xl-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}.m-0 {
    margin: 0!important;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.mr-0, .mx-0 {
    margin-right: 0!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.ml-0, .mx-0 {
    margin-left: 0!important;
}
.m-1 {
    margin: .25rem!important;
}
.mt-1, .my-1 {
    margin-top: .25rem!important;
}
.mr-1, .mx-1 {
    margin-right: .25rem!important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.ml-1, .mx-1 {
    margin-left: .25rem!important;
}
.m-2 {
    margin: .5rem!important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.ml-2, .mx-2 {
    margin-left: .5rem!important;
}
.m-3 {
    margin: 1rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
.m-4 {
    margin: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem!important;
}
.m-5 {
    margin: 3rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.mr-5, .mx-5 {
    margin-right: 3rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.ml-5, .mx-5 {
    margin-left: 3rem!important;
}
.p-0 {
    padding: 0!important;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.p-1 {
    padding: .25rem!important;
}
.pt-1, .py-1 {
    padding-top: .25rem!important;
}
.pr-1, .px-1 {
    padding-right: .25rem!important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem!important;
}
.pl-1, .px-1 {
    padding-left: .25rem!important;
}
.p-2 {
    padding: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.pr-2, .px-2 {
    padding-right: .5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.p-5 {
    padding: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pl-5, .px-5 {
    padding-left: 3rem!important;
}
.m-n1 {
    margin: -.25rem!important;
}
.mt-n1, .my-n1 {
    margin-top: -.25rem!important;
}
.mr-n1, .mx-n1 {
    margin-right: -.25rem!important;
}
.mb-n1, .my-n1 {
    margin-bottom: -.25rem!important;
}
.ml-n1, .mx-n1 {
    margin-left: -.25rem!important;
}
.m-n2 {
    margin: -.5rem!important;
}
.mt-n2, .my-n2 {
    margin-top: -.5rem!important;
}
.mr-n2, .mx-n2 {
    margin-right: -.5rem!important;
}
.mb-n2, .my-n2 {
    margin-bottom: -.5rem!important;
}
.ml-n2, .mx-n2 {
    margin-left: -.5rem!important;
}
.m-n3 {
    margin: -1rem!important;
}
.mt-n3, .my-n3 {
    margin-top: -1rem!important;
}
.mr-n3, .mx-n3 {
    margin-right: -1rem!important;
}
.mb-n3, .my-n3 {
    margin-bottom: -1rem!important;
}
.ml-n3, .mx-n3 {
    margin-left: -1rem!important;
}
.m-n4 {
    margin: -1.5rem!important;
}
.mt-n4, .my-n4 {
    margin-top: -1.5rem!important;
}
.mr-n4, .mx-n4 {
    margin-right: -1.5rem!important;
}
.mb-n4, .my-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-n4, .mx-n4 {
    margin-left: -1.5rem!important;
}
.m-n5 {
    margin: -3rem!important;
}
.mt-n5, .my-n5 {
    margin-top: -3rem!important;
}
.mr-n5, .mx-n5 {
    margin-right: -3rem!important;
}
.mb-n5, .my-n5 {
    margin-bottom: -3rem!important;
}
.ml-n5, .mx-n5 {
    margin-left: -3rem!important;
}
.m-auto {
    margin: auto!important;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.mb-auto, .my-auto {
    margin-bottom: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
@media(min-width:576px) {
    .m-sm-0 {
    margin: 0!important;
}
.mt-sm-0, .my-sm-0 {
    margin-top: 0!important;
}
.mr-sm-0, .mx-sm-0 {
    margin-right: 0!important;
}
.mb-sm-0, .my-sm-0 {
    margin-bottom: 0!important;
}
.ml-sm-0, .mx-sm-0 {
    margin-left: 0!important;
}
.m-sm-1 {
    margin: .25rem!important;
}
.mt-sm-1, .my-sm-1 {
    margin-top: .25rem!important;
}
.mr-sm-1, .mx-sm-1 {
    margin-right: .25rem!important;
}
.mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem!important;
}
.ml-sm-1, .mx-sm-1 {
    margin-left: .25rem!important;
}
.m-sm-2 {
    margin: .5rem!important;
}
.mt-sm-2, .my-sm-2 {
    margin-top: .5rem!important;
}
.mr-sm-2, .mx-sm-2 {
    margin-right: .5rem!important;
}
.mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem!important;
}
.ml-sm-2, .mx-sm-2 {
    margin-left: .5rem!important;
}
.m-sm-3 {
    margin: 1rem!important;
}
.mt-sm-3, .my-sm-3 {
    margin-top: 1rem!important;
}
.mr-sm-3, .mx-sm-3 {
    margin-right: 1rem!important;
}
.mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem!important;
}
.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem!important;
}
.m-sm-4 {
    margin: 1.5rem!important;
}
.mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem!important;
}
.mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem!important;
}
.mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem!important;
}
.ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem!important;
}
.m-sm-5 {
    margin: 3rem!important;
}
.mt-sm-5, .my-sm-5 {
    margin-top: 3rem!important;
}
.mr-sm-5, .mx-sm-5 {
    margin-right: 3rem!important;
}
.mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem!important;
}
.ml-sm-5, .mx-sm-5 {
    margin-left: 3rem!important;
}
.p-sm-0 {
    padding: 0!important;
}
.pt-sm-0, .py-sm-0 {
    padding-top: 0!important;
}
.pr-sm-0, .px-sm-0 {
    padding-right: 0!important;
}
.pb-sm-0, .py-sm-0 {
    padding-bottom: 0!important;
}
.pl-sm-0, .px-sm-0 {
    padding-left: 0!important;
}
.p-sm-1 {
    padding: .25rem!important;
}
.pt-sm-1, .py-sm-1 {
    padding-top: .25rem!important;
}
.pr-sm-1, .px-sm-1 {
    padding-right: .25rem!important;
}
.pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem!important;
}
.pl-sm-1, .px-sm-1 {
    padding-left: .25rem!important;
}
.p-sm-2 {
    padding: .5rem!important;
}
.pt-sm-2, .py-sm-2 {
    padding-top: .5rem!important;
}
.pr-sm-2, .px-sm-2 {
    padding-right: .5rem!important;
}
.pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem!important;
}
.pl-sm-2, .px-sm-2 {
    padding-left: .5rem!important;
}
.p-sm-3 {
    padding: 1rem!important;
}
.pt-sm-3, .py-sm-3 {
    padding-top: 1rem!important;
}
.pr-sm-3, .px-sm-3 {
    padding-right: 1rem!important;
}
.pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem!important;
}
.pl-sm-3, .px-sm-3 {
    padding-left: 1rem!important;
}
.p-sm-4 {
    padding: 1.5rem!important;
}
.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem!important;
}
.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem!important;
}
.pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem!important;
}
.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem!important;
}
.p-sm-5 {
    padding: 3rem!important;
}
.pt-sm-5, .py-sm-5 {
    padding-top: 3rem!important;
}
.pr-sm-5, .px-sm-5 {
    padding-right: 3rem!important;
}
.pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem!important;
}
.pl-sm-5, .px-sm-5 {
    padding-left: 3rem!important;
}
.m-sm-n1 {
    margin: -.25rem!important;
}
.mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem!important;
}
.mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem!important;
}
.mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem!important;
}
.ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem!important;
}
.m-sm-n2 {
    margin: -.5rem!important;
}
.mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem!important;
}
.mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem!important;
}
.mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem!important;
}
.ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem!important;
}
.m-sm-n3 {
    margin: -1rem!important;
}
.mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem!important;
}
.mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem!important;
}
.mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem!important;
}
.ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem!important;
}
.m-sm-n4 {
    margin: -1.5rem!important;
}
.mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem!important;
}
.mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem!important;
}
.mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem!important;
}
.m-sm-n5 {
    margin: -3rem!important;
}
.mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem!important;
}
.mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem!important;
}
.mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem!important;
}
.ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem!important;
}
.m-sm-auto {
    margin: auto!important;
}
.mt-sm-auto, .my-sm-auto {
    margin-top: auto!important;
}
.mr-sm-auto, .mx-sm-auto {
    margin-right: auto!important;
}
.mb-sm-auto, .my-sm-auto {
    margin-bottom: auto!important;
}
.ml-sm-auto, .mx-sm-auto {
    margin-left: auto!important;
}
}@media(min-width:768px) {
    .m-md-0 {
    margin: 0!important;
}
.mt-md-0, .my-md-0 {
    margin-top: 0!important;
}
.mr-md-0, .mx-md-0 {
    margin-right: 0!important;
}
.mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
}
.ml-md-0, .mx-md-0 {
    margin-left: 0!important;
}
.m-md-1 {
    margin: .25rem!important;
}
.mt-md-1, .my-md-1 {
    margin-top: .25rem!important;
}
.mr-md-1, .mx-md-1 {
    margin-right: .25rem!important;
}
.mb-md-1, .my-md-1 {
    margin-bottom: .25rem!important;
}
.ml-md-1, .mx-md-1 {
    margin-left: .25rem!important;
}
.m-md-2 {
    margin: .5rem!important;
}
.mt-md-2, .my-md-2 {
    margin-top: .5rem!important;
}
.mr-md-2, .mx-md-2 {
    margin-right: .5rem!important;
}
.mb-md-2, .my-md-2 {
    margin-bottom: .5rem!important;
}
.ml-md-2, .mx-md-2 {
    margin-left: .5rem!important;
}
.m-md-3 {
    margin: 1rem!important;
}
.mt-md-3, .my-md-3 {
    margin-top: 1rem!important;
}
.mr-md-3, .mx-md-3 {
    margin-right: 1rem!important;
}
.mb-md-3, .my-md-3 {
    margin-bottom: 1rem!important;
}
.ml-md-3, .mx-md-3 {
    margin-left: 1rem!important;
}
.m-md-4 {
    margin: 1.5rem!important;
}
.mt-md-4, .my-md-4 {
    margin-top: 1.5rem!important;
}
.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem!important;
}
.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem!important;
}
.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important;
}
.m-md-5 {
    margin: 3rem!important;
}
.mt-md-5, .my-md-5 {
    margin-top: 3rem!important;
}
.mr-md-5, .mx-md-5 {
    margin-right: 3rem!important;
}
.mb-md-5, .my-md-5 {
    margin-bottom: 3rem!important;
}
.ml-md-5, .mx-md-5 {
    margin-left: 3rem!important;
}
.p-md-0 {
    padding: 0!important;
}
.pt-md-0, .py-md-0 {
    padding-top: 0!important;
}
.pr-md-0, .px-md-0 {
    padding-right: 0!important;
}
.pb-md-0, .py-md-0 {
    padding-bottom: 0!important;
}
.pl-md-0, .px-md-0 {
    padding-left: 0!important;
}
.p-md-1 {
    padding: .25rem!important;
}
.pt-md-1, .py-md-1 {
    padding-top: .25rem!important;
}
.pr-md-1, .px-md-1 {
    padding-right: .25rem!important;
}
.pb-md-1, .py-md-1 {
    padding-bottom: .25rem!important;
}
.pl-md-1, .px-md-1 {
    padding-left: .25rem!important;
}
.p-md-2 {
    padding: .5rem!important;
}
.pt-md-2, .py-md-2 {
    padding-top: .5rem!important;
}
.pr-md-2, .px-md-2 {
    padding-right: .5rem!important;
}
.pb-md-2, .py-md-2 {
    padding-bottom: .5rem!important;
}
.pl-md-2, .px-md-2 {
    padding-left: .5rem!important;
}
.p-md-3 {
    padding: 1rem!important;
}
.pt-md-3, .py-md-3 {
    padding-top: 1rem!important;
}
.pr-md-3, .px-md-3 {
    padding-right: 1rem!important;
}
.pb-md-3, .py-md-3 {
    padding-bottom: 1rem!important;
}
.pl-md-3, .px-md-3 {
    padding-left: 1rem!important;
}
.p-md-4 {
    padding: 1.5rem!important;
}
.pt-md-4, .py-md-4 {
    padding-top: 1.5rem!important;
}
.pr-md-4, .px-md-4 {
    padding-right: 1.5rem!important;
}
.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem!important;
}
.pl-md-4, .px-md-4 {
    padding-left: 1.5rem!important;
}
.p-md-5 {
    padding: 3rem!important;
}
.pt-md-5, .py-md-5 {
    padding-top: 3rem!important;
}
.pr-md-5, .px-md-5 {
    padding-right: 3rem!important;
}
.pb-md-5, .py-md-5 {
    padding-bottom: 3rem!important;
}
.pl-md-5, .px-md-5 {
    padding-left: 3rem!important;
}
.m-md-n1 {
    margin: -.25rem!important;
}
.mt-md-n1, .my-md-n1 {
    margin-top: -.25rem!important;
}
.mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem!important;
}
.mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem!important;
}
.ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem!important;
}
.m-md-n2 {
    margin: -.5rem!important;
}
.mt-md-n2, .my-md-n2 {
    margin-top: -.5rem!important;
}
.mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem!important;
}
.mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem!important;
}
.ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem!important;
}
.m-md-n3 {
    margin: -1rem!important;
}
.mt-md-n3, .my-md-n3 {
    margin-top: -1rem!important;
}
.mr-md-n3, .mx-md-n3 {
    margin-right: -1rem!important;
}
.mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem!important;
}
.ml-md-n3, .mx-md-n3 {
    margin-left: -1rem!important;
}
.m-md-n4 {
    margin: -1.5rem!important;
}
.mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem!important;
}
.mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem!important;
}
.mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem!important;
}
.m-md-n5 {
    margin: -3rem!important;
}
.mt-md-n5, .my-md-n5 {
    margin-top: -3rem!important;
}
.mr-md-n5, .mx-md-n5 {
    margin-right: -3rem!important;
}
.mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem!important;
}
.ml-md-n5, .mx-md-n5 {
    margin-left: -3rem!important;
}
.m-md-auto {
    margin: auto!important;
}
.mt-md-auto, .my-md-auto {
    margin-top: auto!important;
}
.mr-md-auto, .mx-md-auto {
    margin-right: auto!important;
}
.mb-md-auto, .my-md-auto {
    margin-bottom: auto!important;
}
.ml-md-auto, .mx-md-auto {
    margin-left: auto!important;
}
}@media(min-width:992px) {
    .m-lg-0 {
    margin: 0!important;
}
.mt-lg-0, .my-lg-0 {
    margin-top: 0!important;
}
.mr-lg-0, .mx-lg-0 {
    margin-right: 0!important;
}
.mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
}
.ml-lg-0, .mx-lg-0 {
    margin-left: 0!important;
}
.m-lg-1 {
    margin: .25rem!important;
}
.mt-lg-1, .my-lg-1 {
    margin-top: .25rem!important;
}
.mr-lg-1, .mx-lg-1 {
    margin-right: .25rem!important;
}
.mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem!important;
}
.ml-lg-1, .mx-lg-1 {
    margin-left: .25rem!important;
}
.m-lg-2 {
    margin: .5rem!important;
}
.mt-lg-2, .my-lg-2 {
    margin-top: .5rem!important;
}
.mr-lg-2, .mx-lg-2 {
    margin-right: .5rem!important;
}
.mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem!important;
}
.ml-lg-2, .mx-lg-2 {
    margin-left: .5rem!important;
}
.m-lg-3 {
    margin: 1rem!important;
}
.mt-lg-3, .my-lg-3 {
    margin-top: 1rem!important;
}
.mr-lg-3, .mx-lg-3 {
    margin-right: 1rem!important;
}
.mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem!important;
}
.ml-lg-3, .mx-lg-3 {
    margin-left: 1rem!important;
}
.m-lg-4 {
    margin: 1.5rem!important;
}
.mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem!important;
}
.mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem!important;
}
.mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem!important;
}
.ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem!important;
}
.m-lg-5 {
    margin: 3rem!important;
}
.mt-lg-5, .my-lg-5 {
    margin-top: 3rem!important;
}
.mr-lg-5, .mx-lg-5 {
    margin-right: 3rem!important;
}
.mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem!important;
}
.ml-lg-5, .mx-lg-5 {
    margin-left: 3rem!important;
}
.p-lg-0 {
    padding: 0!important;
}
.pt-lg-0, .py-lg-0 {
    padding-top: 0!important;
}
.pr-lg-0, .px-lg-0 {
    padding-right: 0!important;
}
.pb-lg-0, .py-lg-0 {
    padding-bottom: 0!important;
}
.pl-lg-0, .px-lg-0 {
    padding-left: 0!important;
}
.p-lg-1 {
    padding: .25rem!important;
}
.pt-lg-1, .py-lg-1 {
    padding-top: .25rem!important;
}
.pr-lg-1, .px-lg-1 {
    padding-right: .25rem!important;
}
.pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem!important;
}
.pl-lg-1, .px-lg-1 {
    padding-left: .25rem!important;
}
.p-lg-2 {
    padding: .5rem!important;
}
.pt-lg-2, .py-lg-2 {
    padding-top: .5rem!important;
}
.pr-lg-2, .px-lg-2 {
    padding-right: .5rem!important;
}
.pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem!important;
}
.pl-lg-2, .px-lg-2 {
    padding-left: .5rem!important;
}
.p-lg-3 {
    padding: 1rem!important;
}
.pt-lg-3, .py-lg-3 {
    padding-top: 1rem!important;
}
.pr-lg-3, .px-lg-3 {
    padding-right: 1rem!important;
}
.pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem!important;
}
.pl-lg-3, .px-lg-3 {
    padding-left: 1rem!important;
}
.p-lg-4 {
    padding: 1.5rem!important;
}
.pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem!important;
}
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important;
}
.pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem!important;
}
.pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem!important;
}
.p-lg-5 {
    padding: 3rem!important;
}
.pt-lg-5, .py-lg-5 {
    padding-top: 3rem!important;
}
.pr-lg-5, .px-lg-5 {
    padding-right: 3rem!important;
}
.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem!important;
}
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
}
.m-lg-n1 {
    margin: -.25rem!important;
}
.mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem!important;
}
.mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem!important;
}
.mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem!important;
}
.ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem!important;
}
.m-lg-n2 {
    margin: -.5rem!important;
}
.mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem!important;
}
.mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem!important;
}
.mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem!important;
}
.ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem!important;
}
.m-lg-n3 {
    margin: -1rem!important;
}
.mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem!important;
}
.mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem!important;
}
.mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem!important;
}
.ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem!important;
}
.m-lg-n4 {
    margin: -1.5rem!important;
}
.mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem!important;
}
.mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem!important;
}
.mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem!important;
}
.m-lg-n5 {
    margin: -3rem!important;
}
.mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem!important;
}
.mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem!important;
}
.mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem!important;
}
.ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem!important;
}
.m-lg-auto {
    margin: auto!important;
}
.mt-lg-auto, .my-lg-auto {
    margin-top: auto!important;
}
.mr-lg-auto, .mx-lg-auto {
    margin-right: auto!important;
}
.mb-lg-auto, .my-lg-auto {
    margin-bottom: auto!important;
}
.ml-lg-auto, .mx-lg-auto {
    margin-left: auto!important;
}
}@media(min-width:1200px) {
    .m-xl-0 {
    margin: 0!important;
}
.mt-xl-0, .my-xl-0 {
    margin-top: 0!important;
}
.mr-xl-0, .mx-xl-0 {
    margin-right: 0!important;
}
.mb-xl-0, .my-xl-0 {
    margin-bottom: 0!important;
}
.ml-xl-0, .mx-xl-0 {
    margin-left: 0!important;
}
.m-xl-1 {
    margin: .25rem!important;
}
.mt-xl-1, .my-xl-1 {
    margin-top: .25rem!important;
}
.mr-xl-1, .mx-xl-1 {
    margin-right: .25rem!important;
}
.mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem!important;
}
.ml-xl-1, .mx-xl-1 {
    margin-left: .25rem!important;
}
.m-xl-2 {
    margin: .5rem!important;
}
.mt-xl-2, .my-xl-2 {
    margin-top: .5rem!important;
}
.mr-xl-2, .mx-xl-2 {
    margin-right: .5rem!important;
}
.mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem!important;
}
.ml-xl-2, .mx-xl-2 {
    margin-left: .5rem!important;
}
.m-xl-3 {
    margin: 1rem!important;
}
.mt-xl-3, .my-xl-3 {
    margin-top: 1rem!important;
}
.mr-xl-3, .mx-xl-3 {
    margin-right: 1rem!important;
}
.mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem!important;
}
.ml-xl-3, .mx-xl-3 {
    margin-left: 1rem!important;
}
.m-xl-4 {
    margin: 1.5rem!important;
}
.mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem!important;
}
.mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem!important;
}
.mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem!important;
}
.ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem!important;
}
.m-xl-5 {
    margin: 3rem!important;
}
.mt-xl-5, .my-xl-5 {
    margin-top: 3rem!important;
}
.mr-xl-5, .mx-xl-5 {
    margin-right: 3rem!important;
}
.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem!important;
}
.ml-xl-5, .mx-xl-5 {
    margin-left: 3rem!important;
}
.p-xl-0 {
    padding: 0!important;
}
.pt-xl-0, .py-xl-0 {
    padding-top: 0!important;
}
.pr-xl-0, .px-xl-0 {
    padding-right: 0!important;
}
.pb-xl-0, .py-xl-0 {
    padding-bottom: 0!important;
}
.pl-xl-0, .px-xl-0 {
    padding-left: 0!important;
}
.p-xl-1 {
    padding: .25rem!important;
}
.pt-xl-1, .py-xl-1 {
    padding-top: .25rem!important;
}
.pr-xl-1, .px-xl-1 {
    padding-right: .25rem!important;
}
.pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem!important;
}
.pl-xl-1, .px-xl-1 {
    padding-left: .25rem!important;
}
.p-xl-2 {
    padding: .5rem!important;
}
.pt-xl-2, .py-xl-2 {
    padding-top: .5rem!important;
}
.pr-xl-2, .px-xl-2 {
    padding-right: .5rem!important;
}
.pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem!important;
}
.pl-xl-2, .px-xl-2 {
    padding-left: .5rem!important;
}
.p-xl-3 {
    padding: 1rem!important;
}
.pt-xl-3, .py-xl-3 {
    padding-top: 1rem!important;
}
.pr-xl-3, .px-xl-3 {
    padding-right: 1rem!important;
}
.pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem!important;
}
.pl-xl-3, .px-xl-3 {
    padding-left: 1rem!important;
}
.p-xl-4 {
    padding: 1.5rem!important;
}
.pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem!important;
}
.pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem!important;
}
.pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem!important;
}
.pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem!important;
}
.p-xl-5 {
    padding: 3rem!important;
}
.pt-xl-5, .py-xl-5 {
    padding-top: 3rem!important;
}
.pr-xl-5, .px-xl-5 {
    padding-right: 3rem!important;
}
.pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem!important;
}
.pl-xl-5, .px-xl-5 {
    padding-left: 3rem!important;
}
.m-xl-n1 {
    margin: -.25rem!important;
}
.mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem!important;
}
.mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem!important;
}
.mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem!important;
}
.ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem!important;
}
.m-xl-n2 {
    margin: -.5rem!important;
}
.mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem!important;
}
.mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem!important;
}
.mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem!important;
}
.ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem!important;
}
.m-xl-n3 {
    margin: -1rem!important;
}
.mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem!important;
}
.mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem!important;
}
.mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem!important;
}
.ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem!important;
}
.m-xl-n4 {
    margin: -1.5rem!important;
}
.mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem!important;
}
.mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem!important;
}
.mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem!important;
}
.m-xl-n5 {
    margin: -3rem!important;
}
.mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem!important;
}
.mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem!important;
}
.mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem!important;
}
.ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem!important;
}
.m-xl-auto {
    margin: auto!important;
}
.mt-xl-auto, .my-xl-auto {
    margin-top: auto!important;
}
.mr-xl-auto, .mx-xl-auto {
    margin-right: auto!important;
}
.mb-xl-auto, .my-xl-auto {
    margin-bottom: auto!important;
}
.ml-xl-auto, .mx-xl-auto {
    margin-left: auto!important;
}
}*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    margin: 0;
    padding: 0;
}
body {
    font-family: figtree;
    letter-spacing: 0.75px;
    font-style: normal;
    font-size: 17px;
    line-height: 130%;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
html, body {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
    vertical-align: top;
    outline: 0;
}
a:focus, button:focus {
    outline: 0;
    outline: -webkit-focus-ring-color auto 0;
    outline-offset: 0;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: top;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
table {
    border-collapse: collapse;
}
iframe {
    border: none;
    vertical-align: top;
}
ol {
    margin:0px;
    padding: 0px 30px;
}
ol li {
    padding: 0px 5px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li, ul li a {
    display: inline-block;
    list-style: none;
    vertical-align: top;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
}
input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder, input:focus:-ms-input-placeholder {
    color: transparent;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
input[type=button], input[type=checkbox], input[type=radio], input[type=reset], input[type=submit], label, select {
    cursor: pointer;
}
input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button, input[type=button], input[type=checkbox], input[type=radio], input[type=reset], input[type=submit], label, select {
    cursor: pointer;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.3;
    color: inherit;
    text-rendering: optimizelegibility;
    font-weight: 700;
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: .9375em;
}
h6 {
    font-size: .786em;
}
p {
    line-height: 1.5;
    margin: 5px 0 15px;
}
div:focus {
    border: 0!important;
    outline-style: none!important;
    outline-color: #fff!important;
}

@font-face {
    font-family: figtree;
    src: url(Figtree-Regular.ttf) format("truetype"), url(Figtree-Regular.ttf) format("truetype");
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: figtree;
    src: url(Figtree-SemiBold.ttf) format("truetype"), url(Figtree-SemiBold.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/

.font-futura {
    font-family: futura pt, sans-serif!important;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .9;
}
.mfp-wrap {
    top: 0!important;
    left: 0;
    width: 100%;
    height: 100%!important;
    z-index: 1043;
    position: fixed!important;
    outline: none!important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none!important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: -10px;
    text-decoration: none;
    text-align: center!important;
    border: 1px solid;
    padding: 0!important;
    color: #fff;
    font-style: normal;
    font-size: 28px;
}
.mfp-close img {
    pointer-events: none;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: -10px;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    right: auto;
    text-align: left;
    padding-right: 6px;
    width: 100%;
    left: 0;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: auto;
    text-align: left;
    padding-right: 6px;
    width: 100%;
    left: 0;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    margin: 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}
.mfp-arrow-left {
    left: 0;
    /* background: url(../images/svg/icon__arrowGaleryLeft.svg) no-repeat center center!important; */
    left: 10px;
}
@media(min-width:992px) {
    .mfp-arrow-left {
    left: -60px;
}
}.mfp-arrow-right {
    right: 0;
    /* background: url(../images/svg/icon__arrowGaleryRight.svg) no-repeat center center!important; */
    right: 10px;
}
@media(min-width:992px) {
    .mfp-arrow-right {
    right: -60px;
}
}.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
@media(min-width:992px) {
    img.mfp-img {
    min-height: 600px!important;
    max-height: 600px!important;
}
}.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 70px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
}
}@media all and (max-width:900px) {
    .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
@media(max-width:1140px) {
    .modal__overlay {
    overflow-y: auto;
}
}.modal__container {
    background-color: #fff;
    padding: 0;
    width: 1014px;
    height: 590px;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
}
@media(max-width:1140px) {
    .modal__container {
    width: 320px;
    height: auto;
    flex-direction: column;
    margin-top: 160px;
    margin-bottom: 50px;
}
}.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}
.modal__close {
    background: 0 0;
    border: 0;
}
.modal__header .modal__close:before {
    content: "\2715"}
.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, .8);
}
.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}
.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}
@keyframes mmfadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes mmfadeOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
}
}@keyframes mmslideIn {
    from {
    transform: translateY(15%);
}
to {
    transform: translateY(0);
}
}@keyframes mmslideOut {
    from {
    transform: translateY(0);
}
to {
    transform: translateY(-10%);
}
}.micromodal-slide {
    display: none;
}
.micromodal-slide.is-open {
    display: block;
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
    will-change: transform;
}
.modal__close {
    position: absolute;
    top: 30px;
    right: 25px;
}
@media(max-width:1140px) {
    .modal__close {
    top: 12px;
    right: 5px;
    z-index: 999;
    width: 40px;
}
}.modal__video {
    width: 590px;
}
@media(max-width:1140px) {
    .modal__video {
    width: 100%}
}.modal__video video, .modal__video iframe {
    width: 100%;
    height: 100%;
    max-width: none!important;
    margin: 0!important;
}
@media(max-width:1140px) {
    .modal__video video, .modal__video iframe {
    height: 370px;
    width: 100%!important;
    min-width: inherit!important;
}
}.modal__desc {
    text-align: center;
    flex: 1;
}
@media(max-width:1140px) {
    .modal__desc {
    padding: 20px 10px;
}
}.modal__desc h4 {
    font-size: 36px;
    font-weight: 500;
}
.modal__desc small {
    font-size: 18px;
}
.modal__desc span {
    font-size: 12px;
}
.section__event {
    font-family: figtree!important;
}
@media(min-width:768px) {
    .section__event__sidebar {
    margin-top: 150px;
}
}@media(min-width:1140px) {
    .section__event__sidebar {
    margin-top: 240px;
}
}.section__event .btn, .section__event input[type=submit] {
    border: 1px!important;
    border-style: solid!important;
    border-radius: 50px!important;
    display: flex!important;
    align-items: center!important;
    text-align: center!important;
    font-size: 14px!important;
    justify-content: center!important;
    z-index: 1!important;
    font-weight: 400!important;
}
.section__event .btn img, .section__event input[type=submit] img {
    margin-left: 10px;
}
.section__event .circle, .section__event .mfp-arrow-left, .section__event .mfp-arrow-right {
    border-radius: 50px!important;
    display: block!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border: 1px solid!important;
}
.section__event .circle__1 {
    width: 30px!important;
    height: 30px!important;
}
.section__event .tribe-events .tribe-events-l-container {
    min-height: auto!important;
}
.section__event .tribe-common a, .section__event .tribe-common abbr, .section__event .tribe-common acronym, .section__event .tribe-common address, .section__event .tribe-common applet, .section__event .tribe-common article, .section__event .tribe-common aside, .section__event .tribe-common audio, .section__event .tribe-common b, .section__event .tribe-common big, .section__event .tribe-common blockquote, .section__event .tribe-common canvas, .section__event .tribe-common caption, .section__event .tribe-common center, .section__event .tribe-common cite, .section__event .tribe-common code, .section__event .tribe-common dd, .section__event .tribe-common del, .section__event .tribe-common details, .section__event .tribe-common dfn, .section__event .tribe-common div, .section__event .tribe-common dl, .section__event .tribe-common dt, .section__event .tribe-common em, .section__event .tribe-common embed, .section__event .tribe-common fieldset, .section__event .tribe-common figcaption, .section__event .tribe-common figure, .section__event .tribe-common footer, .section__event .tribe-common form, .section__event .tribe-common h1, .section__event .tribe-common h2, .section__event .tribe-common h3, .section__event .tribe-common h4, .section__event .tribe-common h5, .section__event .tribe-common h6, .section__event .tribe-common header, .section__event .tribe-common i, .section__event .tribe-common iframe, .section__event .tribe-common img, .section__event .tribe-common ins, .section__event .tribe-common kbd, .section__event .tribe-common label, .section__event .tribe-common legend, .section__event .tribe-common li, .section__event .tribe-common main, .section__event .tribe-common mark, .section__event .tribe-common menu, .section__event .tribe-common nav, .section__event .tribe-common object, .section__event .tribe-common ol, .section__event .tribe-common output, .section__event .tribe-common p, .section__event .tribe-common pre, .section__event .tribe-common q, .section__event .tribe-common ruby, .section__event .tribe-common s, .section__event .tribe-common samp, .section__event .tribe-common section, .section__event .tribe-common small, .section__event .tribe-common span, .section__event .tribe-common strike, .section__event .tribe-common strong, .section__event .tribe-common sub, .section__event .tribe-common summary, .section__event .tribe-common sup, .section__event .tribe-common table, .section__event .tribe-common tbody, .section__event .tribe-common td, .section__event .tribe-common tfoot, .section__event .tribe-common th, .section__event .tribe-common thead, .section__event .tribe-common time, .section__event .tribe-common tr, .section__event .tribe-common tt, .section__event .tribe-common u, .section__event .tribe-common ul, .section__event .tribe-common var, .section__event .tribe-common video, .section__event .tribe-common .tribe-common-h7, .section__event .tribe-common .tribe-common-h8 {
    color: #333;
}
.section__event .tribe-events .datepicker .day.active, .section__event .tribe-events .datepicker .day.active.focused, .section__event .tribe-events .datepicker .day.active:focus, .section__event .tribe-events .datepicker .day.active:hover, .section__event .tribe-events .datepicker .month.active, .section__event .tribe-events .datepicker .month.active.focused, .section__event .tribe-events .datepicker .month.active:focus, .section__event .tribe-events .datepicker .month.active:hover, .section__event .tribe-events .datepicker .year.active, .section__event .tribe-events .datepicker .year.active.focused, .section__event .tribe-events .datepicker .year.active:focus, .section__event .tribe-events .datepicker .year.active:hover {
    background: #333!important;
    color: #fff!important;
}
.section__event .tribe-events .tribe-events-calendar-month__day-cell--selected, .section__event .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .section__event .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background: #333!important;
    color: #fff!important;
}
.section__event .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: none!important;
}
@media(min-width:992px) {
    .section__event .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    height: 50px;
}
}@media(min-width:992px) {
    .section__event .tribe-events-header__events-bar, .section__event .tribe-events-c-events-bar, .section__event .tribe-events-c-events-bar--border {
    margin-bottom: 50px!important;
}
}.section__event .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input, .section__event .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input {
    background-image: url(data:image/svg+xml;
    charset=utf-8;
    base64, PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTIwIDE4LjcxMWwtNi4wNDQtNi4wNDRhNy43ODIgNy43ODIgMCAwIDAgMS42ODgtNC44NDVjMC0yLjA4OS0uODIyLTQuMDQ0LTIuMjg4LTUuNTMzQzExLjg2Ni44MjIgOS45MSAwIDcuODIyIDBTMy43NzguODIyIDIuMjkgMi4yODlBNy44MDEgNy44MDEgMCAwIDAgMCA3LjgyMmMwIDIuMDkuODIyIDQuMDQ1IDIuMjg5IDUuNTM0YTcuODAxIDcuODAxIDAgMCAwIDUuNTMzIDIuMjg4YzEuNzc4IDAgMy40NjctLjYgNC44NDUtMS42ODhMMTguNzEgMjAgMjAgMTguNzExek0zLjU3OCAxMi4wNjdjLTIuMzM0LTIuMzM0LTIuMzM0LTYuMTU2IDAtOC40OWE1Ljk2OCA1Ljk2OCAwIDAgMSA0LjI0NC0xLjc1NWMxLjYgMCAzLjExMS42MjIgNC4yNDUgMS43NTYgMi4zMzMgMi4zMzMgMi4zMzMgNi4xNTUgMCA4LjQ4OWE1Ljk2OCA1Ljk2OCAwIDAgMS00LjI0NSAxLjc1NWMtMS42IDAtMy4xMS0uNjIyLTQuMjQ0LTEuNzU1eicgZmlsbD0nIzVkNWQ1ZCcvPjwvc3ZnPg==)!important;
    background-repeat: no-repeat;
    background-position: center left;
}
.section__event .tribe-common-form-control-text__input, .section__event .tribe-events-c-search__input, .section__event .tribe-events-c-search__input--icon {
    border-bottom: 1px solid #333!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
}
.section__event .tribe-events .tribe-events-calendar-month__header-column {
    padding-bottom: 10px!important;
}
.section__event .tribe-common .tribe-common-c-btn-icon--caret-right:disabled:before, .section__event .tribe-common .tribe-common-c-btn-icon--caret-right:before {
    background-image: url(../images/svg/icon__arrowRight.svg)!important;
    height: 18px;
    width: 11px;
}
.section__event .tribe-common .tribe-common-c-btn-icon--caret-left:disabled:before, .section__event .tribe-common .tribe-common-c-btn-icon--caret-left:before {
    background-image: url(../images/svg/icon__arrowLeft.svg)!important;
    height: 18px;
    width: 11px;
}
.section__event .tribe-common .tribe-common-c-btn-icon--caret-left, .section__event .tribe-common .tribe-common-c-btn-icon--caret-right {
    opacity: .7;
}
.section__event .tribe-common .tribe-common-c-btn-icon--caret-left:hover, .section__event .tribe-common .tribe-common-c-btn-icon--caret-right:hover {
    opacity: 1;
}
.section__event .tribe-common .tribe-common-c-btn-icon--caret-right:disabled, .section__event .tribe-common .tribe-common-c-btn-icon--caret-left:disabled {
    opacity: .4;
}
.section__event .tribe-events-c-top-bar__datepicker-mobile, .section__event .tribe-events-c-top-bar__datepicker-desktop {
    font-weight: 700;
    color: #333!important;
}
@media(min-width:992px) {
    .section__event .tribe-events .tribe-events-calendar-month__day-cell {
    height: 300px!important;
    overflow: hidden;
}
}.section__event .tribe-events-calendar-month__day-date-daynum {
    font-weight: 500;
}
@media(min-width:992px) {
    .section__event .tribe-events-calendar-month__day-date-daynum {
    color: #333;
}
}.section__event .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    overflow: hidden!important;
}
.section__event .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #bdbdbd!important;
}
.section__event .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event-datetime {
    color: #bdbdbd!important;
}
.section__event .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event-title-link {
    color: #bdbdbd!important;
}
.section__event .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
    color: #bdbdbd!important;
}
.section__event .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-daynum {
    color: #bdbdbd!important;
}
.section__event .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link {
    color: #bdbdbd!important;
}
.section__event .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event-details {
    border-color: #bdbdbd!important;
}
.section__event .tribe-events .tribe-events-calendar-month__day--current {
    background-color: #333;
}
.section__event .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link, .section__event .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__calendar-event-datetime, .section__event .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__calendar-event-title-link, .section__event .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .section__event .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum, .section__event .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #ffff!important;
}
.section__event .tribe-common .tribe-common-h8 {
    font-size: 14px!important;
    line-height: 130%!important;
}
.section__event .tribe-events .tribe-events-calendar-month__calendar-event {
    margin-bottom: 20px;
}
.section__event .tribe-events-calendar-month__calendar-event-details {
    border-top: 2px solid;
    padding-top: 5px;
}
.section__event .tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
    font-size: 20px!important;
    line-height: 30px!important;
}
@media(min-width:992px) {
    .section__event .tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 span {
    color: #333;
}
}.section__event .tribe-events-calendar-list__month-separator time {
    font-weight: 700!important;
    font-size: 20px!important;
    line-height: 26px!important;
}
.section__event .tribe-events .tribe-events-calendar-list__month-separator:after {
    content: none!important;
}
.section__event .tribe-events-calendar-list__month-separator {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}
.section__event .tribe-common small {
    font-size: 100%}
.section__event .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:after, .section__event .tribe-events .tribe-events-c-nav__prev:before, .section__event .tribe-events .tribe-events-c-nav__next:before, .section__event .tribe-events .tribe-events-c-nav__next:after {
    content: none!important;
}
.section__event .tribe-events .tribe-events-calendar-list-nav {
    border: none!important;
}
.section__event .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav {
    padding-top: 0!important;
}
.section__event .tribe-events-header {
    margin-bottom: 30px!important;
}
@media(min-width:992px) {
    .section__event .tribe-events-calendar-list-nav .circle, .section__event .tribe-events-calendar-list-nav .mfp-arrow-left, .section__event .tribe-events-calendar-list-nav .mfp-arrow-right, .section__event .tribe-events-calendar-day-nav .circle, .section__event .tribe-events-calendar-day-nav .mfp-arrow-left, .section__event .tribe-events-calendar-day-nav .mfp-arrow-right {
    width: auto!important;
}
}.section__event .tribe-events .tribe-events-calendar-month__header-column {
    text-transform: capitalize!important;
}
.section__event .tribe-events-calendar-month__body {
    margin-bottom: 50px;
}
@media(max-width:992px) {
    .section__event .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #333;
}
}.section__event .tribe-events-c-ical {
    display: none;
}
.section__event .tribe-events .tribe-events-c-view-selector__button:before {
    background-color: #333!important;
}
.section__event .tribe-events-c-day-marker.tribe-events-calendar-month-mobile-events__day-marker {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    margin-bottom: 20px;
}
.section__event .tribe-events-c-day-marker.tribe-events-calendar-month-mobile-events__day-marker time {
    font-size: 16px!important;
    line-height: 21px!important;
    font-weight: 700;
}
.section__event .tribe-events-c-day-marker.tribe-events-calendar-month-mobile-events__day-marker time::after {
    content: none!important;
}
.section__event .tribe-events .tribe-events-c-day-marker:after {
    content: none!important;
}
.section__event .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum {
    color: #fff!important;
}
.section__event .tribe-events .tribe-events-calendar-month__day {
    border-radius: 0;
}
.section__event .tribe-events .tribe-events-calendar-month__day {
    height: 58px;
}
.section__event .tribe-events .tribe-events-calendar-month__day-cell--mobile {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}
.section__event .tribe-common .tribe-common-b3 {
    font-size: 14px;
}
@media(max-width:992px) {
    .section__event .tribe-events-calendar-month__header {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}
}@media(max-width:992px) {
    .section__event .tribe-events-calendar-month-mobile-events__mobile-day .section__img img {
    height: 100%!important;
    max-width: 100%}
}.section__event .tribe-common .tribe-common-svgicon--month {
    background-image: url(../images/svg/icon__calender__gray.svg)!important;
}
.section__event .tribe-events .tribe-events-c-events-bar__search-button-icon {
    background-image: url(../images/svg/icon__search__gray.svg)!important;
}
.section__event .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-cost {
    margin-top: 0!important;
}
.section__event .tribe-events .tribe-events-c-view-selector__list-item--active {
    border-bottom: 2px solid #141827;
}
.section__event .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
    background-color: transparent!important;
    height: 0!important;
}
.section__event .event-tickets .tribe-tickets__form input[type=color], .section__event .event-tickets .tribe-tickets__form input[type=date], .section__event .event-tickets .tribe-tickets__form input[type=datetime-local], .section__event .event-tickets .tribe-tickets__form input[type=datetime], .section__event .event-tickets .tribe-tickets__form input[type=email], .section__event .event-tickets .tribe-tickets__form input[type=month], .section__event .event-tickets .tribe-tickets__form input[type=number], .section__event .event-tickets .tribe-tickets__form input[type=password], .section__event .event-tickets .tribe-tickets__form input[type=range], .section__event .event-tickets .tribe-tickets__form input[type=search], .section__event .event-tickets .tribe-tickets__form input[type=tel], .section__event .event-tickets .tribe-tickets__form input[type=text], .section__event .event-tickets .tribe-tickets__form input[type=time], .section__event .event-tickets .tribe-tickets__form input[type=url], .section__event .event-tickets .tribe-tickets__form input[type=week], .section__event .event-tickets .tribe-tickets__form select, .section__event .event-tickets .tribe-tickets__form textarea {
    border-radius: 0!important;
}
.section__event .event-tickets .tribe-common-form-control-text__input {
    border-color: #333!important;
}
.section__event .event-tickets .tribe-tickets__rsvp-actions .tribe-common-c-btn {
    max-width: none;
}
.section__event .event-tickets .tribe-tickets__rsvp-form-wrapper {
    padding: 0!important;
    border-radius: 0!important;
}
.section__event .event-tickets .tribe-tickets__rsvp-wrapper {
    border-radius: 0!important;
}
.section__event .event-tickets .tribe-tickets__rsvp-details {
    text-align: left!important;
}
.section__event .event-tickets .tribe-tickets__rsvp-actions {
    margin-top: 0!important;
    padding: 0!important;
}
.section__event .event-tickets .tribe-tickets__rsvp-actions-wrapper {
    border-left: none!important;
}
.section__event .event-tickets .tribe-tickets__rsvp-message {
    background-color: #f2f2f2!important;
    border-radius: 0!important;
    border-bottom: 1px solid #bdbdbd;
}
.section__event .tribe-tickets__rsvp-actions-success-going-text.tribe-common-h4 {
    font-weight: 500!important;
}
.section__event .event-tickets .tribe-tickets__rsvp-actions-rsvp-going {
    margin-top: 0!important;
}
.section__event .event-tickets .tribe-common-g-row--gutters>.tribe-common-g-col {
    padding-left: 21px!important;
    padding-right: 21px!important;
}
.section__event .event-tickets .tribe-tickets__rsvp-availability span {
    font-size: 18px!important;
    font-weight: 500;
}
.section__event .event-tickets .tribe-tickets__rsvp-actions {
    border-top: none!important;
}
.section__event .event-tickets .tribe-tickets__rsvp-form-title {
    border-bottom: none!important;
    padding-bottom: 0!important;
}
.section__event .event-tickets .tribe-tickets__rsvp-form-content {
    margin-top: 20px!important;
}
.section__event .tribe-tickets__form-field-label {
    font-weight: 700!important;
}
.section__event__rsvp .event-tickets .tribe-tickets__rsvp-wrapper {
    border: none!important;
    margin-top: 0!important;
    max-width: none!important;
}
.section__event__rsvp .event-tickets .tribe-common-g-row--gutters {
    margin: 0!important;
}
.section__event__rsvp .tribe-tickets__rsvp-actions-wrapper.tribe-common-g-col, .section__event__rsvp .event-tickets .tribe-common-g-row--gutters>.tribe-common-g-col {
    padding-left: 0!important;
    padding-right: 0!important;
}
.section__event__rsvp .tribe-tickets__rsvp-title {
    display: none!important;
}
.section__event__rsvp .tribe-tickets__rsvp-description {
    display: none!important;
}
.section__event__rsvp p {
    font-size: 18px!important;
    line-height: 27px!important;
}
.section__event__rsvp .tribe-tickets__rsvp-form-content.tribe-tickets__form input {
    padding-left: 0!important;
}
.section__event label span {
    margin-top: 0!important;
    display: inline!important;
}
.section__event .event-tickets .tribe-tickets__form .tribe-tickets__form-field {
    margin-bottom: 20px;
}
.tribe-link-view-attendee {
    display: none;
}
.imgfill.toolip>img, .toolip.section__img>img, .section__feed__item--galeri .section__img img.toolip>img, .imgfill.toolip>video, .toolip.section__img>video, .section__feed__item--galeri .section__img img.toolip>video {
    width: 100%!important;
    height: 100%!important;
}
.imgfill>img, .section__img>img, .section__feed__item--galeri .section__img img>img, .imgfill>video, .section__img>video, .section__feed__item--galeri .section__img img>video {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.imgfill__top>img {
    object-position: 50% 0;
}
.imgfill__left>img {
    object-position: 0% 50%}
.imgfill__left2>img {
    object-position: 40% 50%}
.imgfill__left3>img {
    object-position: 60% 50%}
.imgfill__right75>img {
    object-position: 75% 50%}
.imgfill__none {
    height: auto!important;
}
.imgfillImg, .hover__off .zoom_it_wrapper img, .hover__off .zoom_this_sibling img, .color__off .zoom_it_wrapper img, .color__off .zoom_this_sibling img, .section__img--square1 .zoom_it_wrapper img, .section__img--square1 a img, .section__feed__item .section__img .zoom_it_wrapper img, .section__feed__item .section__img .zoom_this_sibling img, .section__feed__item .section__img a img, .section__feed__item--big .section__img .zoom_it_wrapper img, .section__feed__item--big .section__img .zoom_this_sibling img, .section__feed__item--big .section__img a img, .section__feed__item--big .section__img__43 .zoom_it_wrapper img, .section__feed__item--big .section__img__43 a img, .section__page .sliderGalery>div img, .section__page .sliderGalery--white>div img {
    width: 100%!important;
    height: 100%!important;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.imgfillImg__top {
    object-position: 50% 0;
}
.imgfillImg__middle, .section__page--article .section__img img, .section__page--default .section__img img, .section__page .sliderGalery>div img, .section__page .sliderGalery--white>div img {
    object-position: 50% 25%}
.imgAuto>img, .section__feed__item .section__img--videoCat .section__text img>img, .tokoh__small .section__img img>img, img.imgAuto, .section__feed__item .section__img--videoCat .section__text img, .tokoh__small .section__img img {
    width: auto!important;
    height: auto!important;
}
.btn, input[type=submit] {
    border: 1px;
    border-style: solid;
    border-color: #fff;
    padding: 12px 23px;
    border-radius: 50px!important;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    justify-content: center;
    z-index: 1;
    text-decoration: none!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
@media(min-width:768px) {
    .btn, input[type=submit] {
    padding: 15px 20px;
}
}@media(min-width:1140px) {
    .btn, input[type=submit] {
    padding: 15px 40px;
}
}.btn__iconhover {
    display: none;
}
.btn__lg {
    top: 0;
    right: 0;
    z-index: 99;
}
.btn__small {
    padding: 3px 20px;
    font-size: 10px!important;
}
@media(min-width:992px) {
    .btn__small {
    font-size: 14px!important;
}
}.btn__basic {
    padding: 12px 23px;
}
.btn__rk {
    width: 100%}
@media(min-width:992px) {
    .btn__rk {
    width: 307px;
}
}@media(min-width:992px) {
    .btn__medium {
    padding: 15px 25px;
}
}.btn img, input[type=submit] img {
    width: auto;
    margin-left: 10px;
}
.btn svg, input[type=submit] svg {
    margin-left: 10px;
}
.btn__solid {
    border: none;
}
.btn__solidWhite {
    background: #fff;
    color: #333;
}
.btn__solidOrange, .section__event__orange .btn__solid {
    background: #d0542d!important;
}
.btn__solidPurple, .section__event__purple .btn__solid {
    background: #79318d!important;
}
.btn__white {
    color: #fff;
}
.btn__blue {
    border-color: #296ebb;
}
.btn__orange {
    border-color: #d0542d;
}
.btn__orange2 {
    border-color: #e58409;
}
.btn__orange3 {
    border-color: #eb8b00;
}
.btn__green {
    border-color: #277633;
}
.btn__purple {
    border-color: #79318d;
}
.btn__greenpastle {
    border-color: #32c1ae;
}
.btn__gray {
    border-color: #333!important;
}
.btn__gray:hover {
    background-color: #333;
    color: #fff;
}
.btn__gray:hover .svg__arrowGray {
    stroke: #fff;
}
.btn__gray:hover img {
    display: none;
}
.btn__gray:hover img.btn__iconhover {
    display: block;
}
.btn__gray2 {
    border-color: #4f4f4f!important;
}
.btn__gray3 {
    border-color: #a7a5a5!important;
}
.btn__solidGray {
    background-color: #333!important;
}
.btn__disable {
    filter: grayscale(1);
    opacity: .5;
}
.hover, .color {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.hover__greenpastle__bg, .color__greenpastle__bg {
    border: none;
}
.hover__greenpastle__bg:hover, .color__greenpastle__bg:hover {
    background-color: #32c1ae;
}
.hover__bg__gray1:hover, .color__bg__gray1:hover {
    background-color: #f2f2f2;
}
.hover__bg__gray2:hover, .color__bg__gray2:hover {
    background-color: #333;
}
.hover__on, .color__on {
    display: none!important;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
@media(min-width:1140px) {
    .hover__on, .color__on {
    display: flex!important;
}
}.hover__off:hover .hover__on, .color__off:hover .hover__on {
    opacity: 1;
}
@media(max-width:992px) {
    .hover__off: hover .hover__on, .color__off:hover .hover__on {
    opacity: 0;
}
}.hover__off .zoom_it_wrapper, .hover__off .zoom_this_sibling, .color__off .zoom_it_wrapper, .color__off .zoom_this_sibling {
    width: 100%!important;
    height: 100%!important;
}
.hover__off .btn img, .hover__off input[type=submit] img, .color__off .btn img, .color__off input[type=submit] img {
    width: auto!important;
}
.hover__black50, .color__black50 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.hover__black50:hover, .color__black50:hover {
    background-color: rgba(0, 0, 0, .5)!important;
}
.color__black {
    color: #000!important;
}
@media(min-width:992px) {
    .color__black__lg {
    color: #000;
}
}.color__white, .section__feed--video .section__img p {
    color: #fff!important;
}
@media(min-width:992px) {
    .color__white__lg {
    color: #fff;
}
}.color__orange, .hover__orange:hover>a, .color__orange:hover>a, .hover__orange ul li:hover>a, .color__orange ul li:hover>a, .section__orange .section__text small, .section__orange .section__text--content>p:first-child:first-letter, .section__orange .section__text--content a, .section__orange .section__text--content blockquote h5, .section__orange .section__text--content q h5, .section__orange .slick-dots li.slick-active button:before, .section__orange .tag ul li a {
    color: #d0542d!important;
}
.color__orange2, .hover__orange2:hover>a, .color__orange2:hover>a, .hover__orange2 ul li:hover>a, .color__orange2 ul li:hover>a, .section__orange2 .section__text small {
    color: #e58409!important;
}
.color__orange3, .section__orange3 .section__text small, .section__orange3 .section__text--content>p:first-child:first-letter, .section__orange3 .section__text--content a, .section__orange3 .section__text--content blockquote h5, .section__orange3 .section__text--content q h5 {
    color: #eb8b00!important;
}
.color__blue, .hover__blue:hover>a, .color__blue:hover>a, .hover__blue ul li:hover>a, .color__blue ul li:hover>a, .section__blue .section__text small, .section__blue .section__text--content>p:first-child:first-letter, .section__blue .section__text--content a, .section__blue .section__text--content blockquote h5, .section__blue .section__text--content q h5, .section__blue .slick-dots li.slick-active button:before, .section__blue .tag ul li a {
    color: #296ebb!important;
}
.color__green, .hover__green:hover>a, .color__green:hover>a, .hover__green li:hover>a, .color__green li:hover>a, .section__green .section__text small, .section__green .section__text--content>p:first-child:first-letter, .section__green .section__text--content a, .section__green .section__text--content blockquote h5, .section__green .section__text--content q h5, .section__green .slick-dots li.slick-active button:before, .section__green .tag ul li a {
    color: #277633!important;
}
.color__green2 {
    color: #59a65e!important;
}
.color__gray, .section__event__rsvp .tribe-tickets__rsvp-availability-quantity, .pagination .current, .pagination .prev, .pagination .next, .paging .current, .paging .prev, .paging .next {
    color: #333!important;
}
.color__gray2, .slick-dots li.slick-active button:before, .agenda .slick-dots li button:before {
    color: #e0e0e0!important;
}
.color__gray3 {
    color: #f2f2f2!important;
}
.color__gray4, .nav ul li ul li a, .section--bgWhite span, .section--bgWhite strong, .section__page--article .section__text--content figcaption, .section__page--default .section__text--content figcaption, .section__page--article .infoMore strong, .section__page--default .infoMore strong, .section__page--article .infoMore ul li, .section__page--default .infoMore ul li, .filtrasi ul li.active a, .nav__imb ul li a {
    color: #828282!important;
}
.color__gray5, .filtrasi ul li a, .filtrasi a, .footer ul li {
    color: #bdbdbd!important;
}
.color__gray6, .section__feed__event li span {
    color: #4f4f4f!important;
}
.color__purple, .hover__purple:hover>a, .color__purple:hover>a, .hover__purple li:hover>a, .color__purple li:hover>a, .section__purple .section__text small, .section__purple .section__text--content>p:first-child:first-letter, .section__purple .section__text--content a, .section__purple .section__text--content blockquote h5, .section__purple .section__text--content q h5, .section__purple .slick-dots li.slick-active button:before, .section__purple .tag ul li a, .agenda .slick-dots li.slick-active button:before {
    color: #79318d!important;
}
.color__greenpastle, .hover__greenpastle:hover>a, .color__greenpastle:hover>a, .hover__greenpastle li:hover>a, .color__greenpastle li:hover>a, .section__greenpastle .section__text small {
    color: #32c1ae!important;
}
.color__red {
    color: #99111f!important;
}
.border__1, input[type=file], select {
    border: 1px solid!important;
}
@media(min-width:992px) {
    .border__1__lg {
    border: 1px solid!important;
}
}.border__2 {
    border: 2px solid!important;
}
.border__3 {
    border: 3px solid!important;
}
.border__top1 {
    border-top: 1px solid!important;
}
@media(min-width:992px) {
    .border__top1__lg {
    border-top: 1px solid!important;
}
}.border__top2 {
    border-top: 2px solid!important;
}
.border__top3 {
    border-top: 3px solid!important;
}
.border__top5 {
    border-top: 5px solid!important;
}
.border__top8 {
    border-top: 8px solid!important;
}
.border__top__dash {
    border-top: 1px dashed;
}
.border__bottom1, input, select, textarea {
    border-bottom: 1px solid!important;
}
@media(min-width:992px) {
    .border__bottom1__lg {
    border-bottom: 1px solid!important;
}
}.border__bottom2 {
    border-bottom: 2px solid!important;
}
.border__bottom3 {
    border-bottom: 3px solid!important;
}
.border__bottom4 {
    border-bottom: 4px solid!important;
}
.border__bottom5 {
    border-bottom: 5px solid!important;
}
.border__bottom__dash {
    border-bottom: 1px dashed!important;
}
@media(max-width:992px) {
    .border__none {
    border: none!important;
}
}@media(min-width:992px) {
    .border__none__lg {
    border: none!important;
}
}.border__none__top {
    border-top: none!important;
}
.border__none__bottom {
    border-bottom: none!important;
}
.border__white {
    border-color: #fff!important;
}
.border__gray, .section__event .cat_indonesia-kaya .tribe-events-calendar-month__calendar-event-details {
    border-color: #4f4f4f!important;
}
.border__gray2, input, select, textarea {
    border-color: #333!important;
}
.border__gray3 {
    border-color: #00c7a8!important;
}
.border__gray4 {
    border-color: #005361!important;
}
.border__gray5, .mfp-arrow-left, .mfp-arrow-right, select {
    border-color: #fff!important;
}
.border__gray6 {
    border-color: #4f4f4f!important;
}
.border__gray6__top2 {
    border-top: 2px solid #4f4f4f!important;
}
.border__gray8 {
    border-color: rgba(233, 233, 233, .4)!important;
}
.border__orange, .section__event .cat_taman-indonesia-kaya .tribe-events-calendar-month__calendar-event-details, .section__event .cat_galeri-indonesia-kaya .tribe-events-calendar-month__calendar-event-details {
    border-color: #d0542d!important;
}
.border__orange2 {
    border-color: #e58409!important;
}
.border__orange3 {
    border-color: #eb8b00!important;
}
.border__blue {
    border-color: #296ebb!important;
}
.border__green {
    border-color: #277633!important;
}
.border__greenpastle {
    border-color: #32c1ae!important;
}
.border__purple, .section__event .cat_agenda-budaya .tribe-events-calendar-month__calendar-event-details {
    border-color: #79318d!important;
}
.border__radius20 {
    border-radius: 20px;
    overflow: hidden;
}
.border__r__dash {
    border-right: 1px dashed #3c3b3b;
}
.border__radius1 {
    border-radius: 17px;
    overflow: hidden;
}
.bg__transparant {
    background: 0 0;
}
.bg__shadowBottom {
    background: #000;
    background: linear-gradient(0deg, #000 0%, #000 35%, rgba(0, 0, 0, 0.95) 50%, rgba(0, 0, 0, 0.85) 60%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.35) 90%, rgba(0, 0, 0, 0) 99%);
}
@media(min-width:992px) {
    .bg__shadowBottom {
    background: #000;
    background: linear-gradient(0deg, #000 0%, #000 30%, rgba(0, 0, 0, 0.95) 45%, rgba(0, 0, 0, 0.9) 55%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
}
}.bg__shadowBottom2 {
    background: #000;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.9) 25%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
}
.bg__shadowBottom3 {
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 80%);
}
.bg__shadowBottom4 {
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 23%, rgba(0, 0, 0, 0.8) 60%, #000 100%);
}
.bg__shadowTop {
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.501838) 50%, #000 100%);
}
.bg__shadowleft {
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 100%);
}
.bg__shadowleft2 {
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%);
}
.bg__shadowBottomWhite {
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 5%, rgba(255, 255, 255, 0.7) 21%, rgba(255, 255, 255, 0.95) 55%, #fff 100%);
}
.bg__shadowRed {
    background: #890e1a;
    background: linear-gradient(180deg, rgba(137, 14, 26, 0) 0%, #99101d 87%);
}
@media(max-width:992px) {
    .bg__none {
    background: 0 0!important;
}
}@media(min-width:992px) {
    .bg__none__lg {
    background: 0 0!important;
}
}.bg__tranparant {
    background: 0 0;
}
.bg__black {
    background-color: rgba(0, 0, 0, .7);
}
.bg__blackoverlay1 {
    background-color: rgba(0, 0, 0, .6);
}
.bg__blackoverlay2 {
    background-color: rgba(0, 0, 0, .9);
}
.bg__blackoverlay3 {
    background-color: rgba(0, 0, 0, .3);
}
.bg__blackoverlay3 {
    background-color: rgba(0, 0, 0, .3);
}
.bg__blackoverlay5 {
    background-color: rgba(0, 0, 0, .5);
}
.bg__blackoverlay6 {
    background-color: rgba(0, 0, 0, .2);
}
.bg__black2 {
    background: #000;
}
.bg__white {
    background-color: #fff;
}
.bg__gray {
    background: #141414;
}
.bg__gray1 {
    background: #333!important;
}
.bg__gray2 {
    background: #e9e9e9!important;
}
.bg__gray3 {
    background: #f2f2f2!important;
}
.bg__gray4 {
    background: #bdbdbd!important;
}
.bg__gray5 {
    background: #e0e0e0!important;
}
.bg__gray6 {
    background: #4f4f4f!important;
}
.bg__gray7 {
    background: #f2f2f2!important;
}
.bg__gray7dark {
    background: #7b7b7b!important;
}
.bg__gray8 {
    background: #e9e9e9!important;
}
.bg__gray11 {
    background: #f8f8f8!important;
}
.bg__blue {
    background: #296ebb!important;
}
.bg__orange, .section__event__orange .bg__icon {
    background-color: #d0542d!important;
}
.bg__orange3 {
    background-color: #eb8b00!important;
}
.bg__purple, .section__event__purple .bg__icon {
    background-color: #79318d!important;
}
.bg__green {
    background-color: #277633!important;
}
.bg__red {
    background-color: #99111f!important;
}
.bg__greenpastle {
    background-color: #32c1ae!important;
}
.bg__full {
    background-repeat: no-repeat;
    background-size: cover;
}
.bg__norepeat {
    background-repeat: no-repeat;
}
.bg__imgnone {
    background-image: none!important;
}
.circle, .mfp-arrow-left, .mfp-arrow-right {
    border-radius: 50px;
    display: block;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
    border: 1px solid;
}
.circle__1 {
    width: 30px;
    height: 30px;
}
.circle__2 {
    width: 25px;
    height: 25px;
}
.circle__3, .mfp-arrow-left, .mfp-arrow-right {
    width: 40px!important;
    height: 40px!important;
}
.circle___4 {
    width: 17px;
    height: 17px;
}
.circle__imgAuto img {
    width: auto;
}
.circle img, .mfp-arrow-left img, .mfp-arrow-right img {
    margin: 0;
}
.position__absolute {
    position: absolute!important;
}
.position__absolute__lg {
    position: unset;
}
@media(min-width:992px) {
    .position__absolute__lg {
    position: absolute!important;
}
}.position__fixed {
    position: fixed;
}
.position__fixed__center {
    position: fixed;
}
.position__relative {
    position: relative!important;
}
@media(min-width:992px) {
    .position__relative__lg {
    position: relative!important;
}
}@media(min-width:992px) {
    .position__sticky__top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
}.position__inherit {
    position: inherit!important;
}
.position__l {
    left: 0;
}
.position__l__245 {
    left: -245px;
}
.position__l__300 {
    left: -300px;
}
.position__r {
    right: 0;
}
.position__r__1 {
    right: 0;
}
@media(min-width:992px) {
    .position__r__1 {
    right: -165px;
}
}.position__r__285 {
    right: -285px;
}
@media(max-width:992px) {
    .position__r__285 {
    right: 0;
}
}.position__r__260 {
    right: -220px;
}
@media(min-width:1140px) {
    .position__r__260 {
    right: -260px;
}
}.position__r__225 {
    right: -225px;
}
.position__t {
    top: 0;
}
.position__t__100 {
    top: 100px;
}
.position__t__min1 {
    top: -1px;
}
.position__t__8 {
    top: 8px;
}
.position__t__30 {
    top: -30px;
}
.position__b {
    bottom: 0;
}
.position__b__auto {
    bottom: auto!important;
}
.position__b__1 {
    bottom: 50px;
}
.position__b__1__b {
    bottom: 25px;
}
.position__b__2 {
    bottom: 60px;
}
.position__b__3 {
    bottom: 80px;
}
.position__b__4 {
    bottom: 100px;
}
.position__b__5 {
    bottom: 150px;
}
.position__b__6 {
    bottom: 110px;
}
.position__b__7 {
    bottom: -160px;
}
.position__b__270 {
    bottom: -290px;
}
@media(max-width:992px) {
    .position__b__270 {
    bottom: -120px;
}
}.position__auto {
    left: 0;
    right: 0;
}
.text-center {
    text-align: center;
}
@media(max-width:992px) {
    .text-center-xs {
    text-align: center;
}
}@media(min-width:1140px) {
    .text-center-lg {
    text-align: center;
}
}.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-underline, .header__imb ul li a.active, .pagination__active, .paging__active {
    text-decoration: underline;
}
.text-underline-none {
    text-decoration: none!important;
}
.text-underline-none small {
    text-decoration: none!important;
}
.text-underline-none a {
    text-decoration: none!important;
}
.text-nowrap {
    white-space: nowrap!important;
}
.text-italic {
    font-style: italic;
}
.text-uppercase {
    text-transform: uppercase;
}
.text__wrap2 {
    overflow: hidden;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
}
@media(min-width:992px) {
        .text__wrap2__lg {
        overflow: hidden;
        -webkit-line-clamp: 2!important;
        -webkit-box-orient: vertical;
        display: -webkit-box!important;
    }
}
@media(max-width:992px) {
        .text__wrap2__sm {
        overflow: hidden;
        -webkit-line-clamp: 2!important;
        -webkit-box-orient: vertical;
        display: -webkit-box!important;
    }
}
.text__wrap3 {
    overflow: hidden;
    -webkit-line-clamp: 3!important;
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
}
@media(min-width:992px) {
        .text__wrap3__lg {
        overflow: hidden;
        -webkit-line-clamp: 3!important;
        -webkit-box-orient: vertical;
        display: -webkit-box!important;
    }
}
@media(max-width:992px) {
        .text__wrap3__sm {
        overflow: hidden;
        -webkit-line-clamp: 3!important;
        -webkit-box-orient: vertical;
        display: -webkit-box!important;
    }
}
.text__wrap4 {
    overflow: hidden;
    -webkit-line-clamp: 4!important;
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
}
@media(min-width:992px) {
        .text__wrap4__lg {
        overflow: hidden;
        -webkit-line-clamp: 4!important;
        -webkit-box-orient: vertical;
        display: -webkit-box!important;
    }
}
@media(max-width:992px) {
        .text__wrap4__sm {
        overflow: hidden;
        -webkit-line-clamp: 4!important;
        -webkit-box-orient: vertical;
        display: -webkit-box!important;
    }
}
    @media(min-width:992px) {
        .text__wrapdisable__lg {
        -webkit-box-orient: inherit!important;
    }
}

.scrollsection {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.scroll-item {
    scroll-snap-stop: always;
}
@supports(scroll-snap-align:start) {
    .scrollsection {
    scroll-snap-type: x mandatory;
}
.scroll-item {
    scroll-snap-align: end;
}
}@supports not (scroll-snap-align:start) {
    .scrollsection {
    -webkit-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    -webkit-scroll-snap-destination: 0 50%;
    scroll-snap-destination: 0 50%;
    -webkit-scroll-snap-points-x: repeat(70%);
    scroll-snap-points-x: repeat(70%);
}
.scroll-item {
    scroll-snap-coordinate: 0 0;
}
}.slick-slide {
    will-change: transform;
}
.slick-slide {
    -webkit-transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 10ms;
}
.slick-dots {
    text-align: right;
    z-index: 20;
    padding: 0 20px;
}
.slick-dots li button:before {
    color: #e0e0e0;
}
.dotsdark .slick-dots li button:before {
    color: #7b7b7b;
}
.dotsdark .slick-dots li.slick-active button:before {
    color: #fff!important;
}
.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0!important;
}
@media(min-width:992px) {
    .slick-dots li {
    width: 18px;
    height: 18px;
}
}.slick-disabled {
    display: none!important;
}
.slick-dots li.slick-active button:before, .slick-dots li button:before {
    opacity: 1;
    font-size: 7px;
}
@media(min-width:992px) {
    .slick-dots li.slick-active button: before, .slick-dots li button:before {
    font-size: 10px;
}
}.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots li {
    display: inline-block!important;
    margin: 0!important;
}
.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: 0 0;
    z-index: 90;
    display: none;
}
.prev-arrow img, .next-arrow img {
    width: auto;
}
.prev-arrow {
    left: 20px;
}
.next-arrow {
    right: 20px;
}
.z0 {
    z-index: 0;
}
.z1 {
    z-index: 1;
}
.z10 {
    z-index: 10;
}
.z99 {
    z-index: 99;
}
.z999 {
    z-index: 999;
}
.ulir {
    width: 114px!important;
    filter: none!important;
}
@media(min-width:992px) {
    .ulir {
    width: 200px!important;
}
}.ulir__hAuto {
    height: auto!important;
}
.ulir__hfull {
    height: 90%;
    width: auto;
}
.ulir__auto {
    width: auto;
}
.ulir__small {
    width: 85px!important;
}
.ulir__small2 {
    width: 40px!important;
}
.ulir__small3 {
    width: 60px!important;
}
.ulir__big {
    width: 110px!important;
}
.ulir__big2 {
    width: 120px!important;
}
.ulir__big3 {
    width: 170px!important;
}
.ulir__big4 {
    width: 180px!important;
}
.ulir__big5 {
    width: 130px!important;
}
.ulir__big6 {
    width: 190px!important;
}
.ulir__super {
    width: 230px!important;
}
.ulir__superBig {
    width: 300px!important;
}
.ulir__superBig2 {
    width: 400px!important;
}
.ulir__r {
    right: -30px;
}
@media(min-width:992px) {
    .ulir__r {
    right: -50px;
}
}.ulir__r__2 {
    right: -15px;
}
.ulir__r__3 {
    right: -30px;
}
.ulir__r__4 {
    right: -70px;
}
.ulir__r__5 {
    right: -55px;
}
.ulir__r__6 {
    right: -5px;
}
.ulir__r__7 {
    right: 10px;
}
.ulir__r__8 {
    right: -10px;
}
.ulir__r__9 {
    right: -130px;
}
.ulir__r__10 {
    right: -20px;
}
.ulir__r__11 {
    right: -180px;
}
.ulir__r__12 {
    right: -90px;
}
.ulir__l {
    left: -30px;
}
@media(min-width:992px) {
    .ulir__l {
    left: -40px;
}
}.ulir__l__2 {
    left: -15px;
}
.ulir__l__3 {
    left: -30px;
}
.ulir__l__4 {
    left: -75px;
}
.ulir__l__5 {
    left: -55px;
}
.ulir__l__6 {
    left: -50px;
}
.ulir__l__7 {
    left: 430px;
}
.ulir__l__8 {
    left: -40px;
}
.ulir__l__9 {
    left: -55px;
}
.ulir__l__10 {
    left: 10px;
}
.ulir__l__11 {
    left: -10px;
}
.ulir__l__12 {
    left: -150px;
}
.ulir__l__13 {
    left: -160px;
}
.ulir__l__14 {
    left: -130px;
}
.ulir__l__15 {
    left: -230px;
}
.ulir__l__16 {
    left: -20px;
}
.ulir__l__17 {
    left: -200px;
}
.ulir__l__18 {
    left: -90px;
}
.ulir__l__19 {
    left: -100px;
}
.ulir__t__1 {
    top: 50px;
}
.ulir__t__2 {
    top: 250px;
}
.ulir__t__3 {
    top: 15px;
}
.ulir__t__4 {
    top: -75px;
}
.ulir__t__5 {
    top: -60px;
}
.ulir__t__6 {
    top: 210px;
}
.ulir__t__7 {
    top: -10px;
}
.ulir__t__8 {
    top: -40px;
}
.ulir__t__9 {
    top: 120px;
}
.ulir__t__10 {
    top: 170px;
}
.ulir__b {
    bottom: 20px;
}
.ulir__b__2 {
    bottom: 50px;
}
.ulir__b__3 {
    bottom: -150px;
}
.ulir__b__4 {
    bottom: 100px;
}
.ulir__b__5 {
    bottom: -50px;
}
.ulir__b__6 {
    bottom: 75px;
}
.ulir__b__7 {
    bottom: 10px;
}
.ulir__b__8 {
    bottom: 170px;
}
.ulir__opacity3 {
    opacity: .3;
}
.ulir__opacity4 {
    opacity: .4;
}
.ulir__z__1 {
    z-index: 0;
}
.ulir__z__min1 {
    z-index: -1;
}
.font14 {
    font-size: 14px;
}
.font18 {
    font-size: 18px!important;
    line-height: 150%!important;
}
@media(max-width:992px) {
    .font18__sm {
    font-size: 18px!important;
    line-height: 140%!important;
}
}.font24 {
    font-size: 24px;
    line-height: 31px;
}
@media(max-width:992px) {
    .font24 {
    font-size: 20px;
    line-height: 28px;
}
}@media(max-width:992px) {
    .font24__sm {
    font-size: 24px!important;
    line-height: 140%!important;
}
}.font24.toolip {
    line-height: 26px;
}
@media(max-width:992px) {
    .font20__sm {
    font-size: 20px!important;
    line-height: 120%!important;
    letter-spacing: .02em!important;
}
}@media(min-width:992px) {
    .font20 {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: .02em;
}
}@media(min-width:992px) {
    .font22 {
    font-size: 17px;
    line-height: 135%;
    font-weight:500;
    }
}.font26 {
    font-size: 26px;
}
.font28 {
    font-size: 28px!important;
    line-height: 30px;
}
@media(min-width:992px) {
    .font28 {
    font-size: 32px!important;
    line-height: 34px;
}
}@media(min-width:992px) {
    .font36 {
    font-size: 36px;
    line-height: 140%;
    letter-spacing: .02em;
}
}@media(max-width:992px) {
    .font30 {
    font-size: 18px;
    line-height: 140%}
}@media(min-width:992px) {
    .font30 {
    font-size: 32px!important;
    line-height: 45px;
}
}.font40 {
    font-size: 24px!important;
    line-height: 1.1;
}
@media(min-width:992px) {
    .font40 {
    font-size: 40px!important;
    line-height: 42px;
}
}.font50 {
    letter-spacing: .05em;
}
@media(max-width:992px) {
    .font50 {
    font-size: 30px;
    line-height: 120%}
}@media(min-width:992px) {
    .font50 {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: .05em;
}
}@media(max-width:992px) {
    .font56 {
    font-size: 28px!important;
    line-height: 120%!important;
}
}@media(min-width:992px) {
    .font56 {
    font-size: 56px!important;
    line-height: 100%!important;
}
}.font64 {
    font-size: 36px;
    line-height: 33px;
    letter-spacing: .03em;
}
@media(min-width:992px) {
    .font64 {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: .03em;
}
}@media(max-width:1140px) {
    .font75 {
    font-size: 48px!important;
    line-height: 62px;
}
}@media(min-width:1140px) {
    .font75 {
    font-size: 75px!important;
    line-height: 96px;
}
}.font72 {
    font-size: 36px;
    line-height: 33px;
    letter-spacing: .03em;
}
@media(min-width:992px) {
    .font72 {
    font-size: 72px;
    line-height: 64px;
    letter-spacing: .03em;
}
}.font144 {
    font-size: 80px;
    line-height: 69px;
}
@media(min-width:992px) {
    .font144 {
    font-size: 144px;
    line-height: 69px;
}
}@media(max-width:992px) {
    .font96 {
    font-size: 48px;
    line-height: 42px;
}
}@media(min-width:992px) {
    .font96 {
    font-size: 96px!important;
    line-height: 82px!important;
    letter-spacing: -2px;
}
}.font1, .section__event .tribe-common a, .section__event .tribe-common abbr, .section__event .tribe-common acronym, .section__event .tribe-common address, .section__event .tribe-common applet, .section__event .tribe-common article, .section__event .tribe-common aside, .section__event .tribe-common audio, .section__event .tribe-common b, .section__event .tribe-common big, .section__event .tribe-common blockquote, .section__event .tribe-common canvas, .section__event .tribe-common caption, .section__event .tribe-common center, .section__event .tribe-common cite, .section__event .tribe-common code, .section__event .tribe-common dd, .section__event .tribe-common del, .section__event .tribe-common details, .section__event .tribe-common dfn, .section__event .tribe-common div, .section__event .tribe-common dl, .section__event .tribe-common dt, .section__event .tribe-common em, .section__event .tribe-common embed, .section__event .tribe-common fieldset, .section__event .tribe-common figcaption, .section__event .tribe-common figure, .section__event .tribe-common footer, .section__event .tribe-common form, .section__event .tribe-common h1, .section__event .tribe-common h2, .section__event .tribe-common h3, .section__event .tribe-common h4, .section__event .tribe-common h5, .section__event .tribe-common h6, .section__event .tribe-common header, .section__event .tribe-common i, .section__event .tribe-common iframe, .section__event .tribe-common img, .section__event .tribe-common ins, .section__event .tribe-common kbd, .section__event .tribe-common label, .section__event .tribe-common legend, .section__event .tribe-common li, .section__event .tribe-common main, .section__event .tribe-common mark, .section__event .tribe-common menu, .section__event .tribe-common nav, .section__event .tribe-common object, .section__event .tribe-common ol, .section__event .tribe-common output, .section__event .tribe-common p, .section__event .tribe-common pre, .section__event .tribe-common q, .section__event .tribe-common ruby, .section__event .tribe-common s, .section__event .tribe-common samp, .section__event .tribe-common section, .section__event .tribe-common small, .section__event .tribe-common span, .section__event .tribe-common strike, .section__event .tribe-common strong, .section__event .tribe-common sub, .section__event .tribe-common summary, .section__event .tribe-common sup, .section__event .tribe-common table, .section__event .tribe-common tbody, .section__event .tribe-common td, .section__event .tribe-common tfoot, .section__event .tribe-common th, .section__event .tribe-common thead, .section__event .tribe-common time, .section__event .tribe-common tr, .section__event .tribe-common tt, .section__event .tribe-common u, .section__event .tribe-common ul, .section__event .tribe-common var, .section__event .tribe-common video, .section__event .tribe-common .tribe-common-h7, .section__event .tribe-common .tribe-common-h8, .section__event .tribe-events-header, .section__event .tribe-common .tribe-common-c-btn, .section__event .tribe-common a.tribe-common-c-btn, .section__page--article .section__text--default>p:first-child:first-letter, .section__page--default .section__text--default>p:first-child:first-letter, .section__page .artikel-terkait h5, input, label, select, textarea {
    font-family: figtree!important;
}
.font2, .section__event .tribe-events-calendar-list h4.font2, .section__page--article .section__text--content>p:first-child:first-letter, .section__page--default .section__text--content>p:first-child:first-letter, .section__page--article .section__text--content blockquote, .section__page--article .section__text--content q, .section__page--default .section__text--content blockquote, .section__page--default .section__text--content q, .section__page--article__bar h4, .section__page--default__bar h4, .section__page .artikel-terkait ul li p {
    font-family: EideticNeo!important;
}
.font_bold, .section__text small, body .rekomendasi h5, label {
    font-weight: 700!important;
}
.font_medium {
    font-weight: 500!important;
}
.font_reguler, .section h4, .section h5, .section__text h3.font__big, .section__feed__item--big .section__text h3, .section__page--article .section__text h3, .section__page--default .section__text h3 {
    font-weight: 400!important;
}
.overflow-x {
    overflow-x: auto;
}
.overflow-hidden {
    overflow: hidden;
}
@media(min-width:992px) {
    .overflow-hidden-lg {
    overflow: hidden;
}
}.overflow-inherit {
    overflow: inherit;
}
@media(min-width:992px) {
    .overflow-inherit-lg {
    overflow: inherit;
}
}.ls__normal {
    letter-spacing: inherit;
}
.anchor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
.post-video {
    position: relative;
    height: auto;
    cursor: pointer;
}
.post-video span {
    color: unset;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-video span img {
    width: 40px;
}
.itemVideo {
    height: 100%;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    z-index: 10;
    display: none;
}
.itemVideo.show {
    display: flex;
}
.itemVideo .youtube, .itemVideo iframe {
    height: 100%;
    width: 100%}
.itemVideo__close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 5px;
    background: #fff;
    padding: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
hr {
    height: 1px;
    background: #333;
    border: none;
    width: 100%}
@media(min-width:992px) {
    hr {
    display: none;
}
}.container-full-wrapper {
    position: relative;
}
@media(min-width:992px) {
    .container-full-lg {
    width: 100vw;
    margin-left: calc(-50vw + 50% - 0px);
    position: relative;
}
}.container-full-center {
    justify-content: center;
}
@media(min-width:1140px) {
    .lasthide-lg>*: last-child {
    display: none;
}
}@media(max-width:768px) {
    .lasthide>*: last-child {
    display: none;
}
}.grayscale {
    filter: grayscale(100%);
}
.customscrollbar::-webkit-scrollbar, .section__page--article .infoMore__book::-webkit-scrollbar, .section__page--default .infoMore__book::-webkit-scrollbar {
    width: 4px;
}
.customscrollbar::-webkit-scrollbar-track, .section__page--article .infoMore__book::-webkit-scrollbar-track, .section__page--default .infoMore__book::-webkit-scrollbar-track {
    background: #e0e0e0;
}
.customscrollbar::-webkit-scrollbar-thumb, .section__page--article .infoMore__book::-webkit-scrollbar-thumb, .section__page--default .infoMore__book::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 10px;
}
.opacity__5 {
    opacity: .5!important;
}
.w100px {
    width: 100px;
}
.w100 {
    width: 100%}
.wAuto {
    width: auto!important;
}
@media(max-width:992px) {
    .wMax60 {
    max-height: 85px;
    width: auto;
    max-width: 95px;
}
}@media(max-width:992px) {
    .wMax100 {
    max-height: 100px;
    width: auto;
}
}@media(min-width:992px) {
    .wMax100--lg {
    max-height: 135px;
    width: auto;
}
}.w300 {
    width: 300px;
}
@media(min-width:992px) {
    .wMax530 {
    max-width: 530px;
}
}@media(min-width:992px) {
    .wMax800 {
    max-width: 93%;
}
}@media(max-width:992px) {
    .w165 {
    width: 165px;
}
}.h-1 {
    height: 100px;
}
.hAuto {
    height: auto!important;
}
.hFull {
    height: 100vh;
}
.h100 {
    height: 100%}
.w100 {
    width: 100%}
.h25 {
    height: 25%}
.h40 {
    height: 40%}
.h400 {
    height: 400px;
}
@media(min-width:992px) {
    .h100-lg {
    height: 100%!important;
}
}@media(min-width:992px) {
    .min-h100-lg {
    min-height: 100%}
}@media(max-width:992px) {
    .min-h70 {
    min-height: 70%}
}@media(max-width:992px) {
    .min-h50 {
    min-height: 50%}
}.lastItem>div:last-child hr {
    display: none;
}
.rotate90 {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.MotionUpup {
    -webkit-animation: upup 1s ease-in-out infinite alternate;
    animation: upup 1s ease-in-out infinite alternate;
}
@-webkit-keyframes upup {
    0% {
    bottom: 25px;
}
50% {
    bottom: 35px;
}
100% {
    bottom: 25px;
}
}@keyframes upup {
    0% {
    bottom: 25px;
}
50% {
    bottom: 35px;
}
100% {
    bottom: 25px;
}
}.ajax-loader {
    display: none!important;
}
.pointer {
    cursor: pointer;
}
ul.listdefault li {
    list-style: disc;
    display: list-item;
    margin: 0 0 0 20px;
}
@media(max-width:992px) {
    ul.listdefault--mobile li {
    list-style: disc;
    display: list-item;
    margin: 0 0 0 20px;
}
}ol.listdefault li {
    list-style: decimal;
    display: list-item;
    margin: 0 0 0 40px;
    padding-left: 20px;
}
@media(max-width:992px) {
    ol.listdefault li {
    margin: 0 0 0 30px;
}
}.font_normal {
    font-weight: 400;
}
@media(min-width:992px) {
    .text-lg-left {
    text-align: left;
}
}.rotate180 {
    transform: rotate(180deg);
}
.grayplaceholder::placeholder {
    color: #bdbdbd;
    opacity: 1;
}
.grayplaceholder:-ms-input-placeholder {
    color: #bdbdbd;
}
.grayplaceholder::-ms-input-placeholder {
    color: #bdbdbd;
}
.section #it_epoll_survey-vote-button {
    background: #333!important;
    padding: 15px 25px;
    border: 1px;
    border-style: solid;
    border-color: #fff;
    padding: 12px 23px;
    border-radius: 50px!important;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    justify-content: center;
    z-index: 1;
    text-decoration: none!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: none;
    width: 190px!important;
    margin: 0 auto;
    max-width: none;
}
.slider2Col .slick-track {
    margin: 0!important;
}
.header {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header img {
    width: auto;
}
.header__logo {
    text-align: center;
}
@media(min-width:992px) {
    .header__logo img {
    width: 300px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
}@media(min-width:992px) {
    .header__scroll .header__logo img {
    width: 200px;
}
}.header__scroll .header__imb {
    top: 75px!important;
}
@media(min-width:992px) {
    .header__scroll .header__imb {
    top: 78px!important;
}
}.header__menu {
    text-align: left;
    cursor: pointer;
}
@media(max-width:992px) {
    .header__menu {
    border: none;
}
}@media(min-width:992px) {
    .header__menu {
    padding: 10px;
    border-color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header__menu:hover {
    border-color: #fff;
}
}.header__search {
    text-align: right;
    cursor: pointer;
}
@media(max-width:992px) {
    .header__search {
    border: none;
}
}@media(min-width:992px) {
    .header__search {
    padding: 10px;
    border-color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header__search:hover {
    border-color: #fff;
}
}.header__search__open {
    display: none;
    background: #000;
    height: 100vh;
}
@media(min-width:992px) {
    .header__search__open {
    height: auto;
    top: auto;
    z-index: 0;
}
}@media(min-width:992px) {
    .header__search__open h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
}
}.header__search__open input {
    border-radius: 0;
    background: 0 0;
    border-bottom: 1px solid #fff!important;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 0;
}
@media(min-width:992px) {
    .header__search__open input {
    font-size: 28px;
    line-height: 36px;
}
}.header__search__open button {
    right: 0;
    bottom: 0;
    background: 0 0;
    border: none;
}
.header__search__open button img {
    width: 20px;
}
@media(min-width:992px) {
    .header__search__open button img {
    width: 35px;
}
}@media(max-width:992px) {
    .header__home {
    display: none;
}
}@media(min-width:992px) {
    .header__home {
    padding: 10px;
    border-color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header__home:hover {
    border-color: #fff;
}
}.header__calender {
    position: relative;
}
@media(max-width:992px) {
    .header__calender {
    display: none;
}
}@media(min-width:992px) {
    .header__calender {
    padding: 10px;
    border-color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header__calender:hover {
    border-color: #fff;
}
.header__calender span {
    position: absolute;
    left: -100px;
    width: 140px;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header__calender:hover span {
    left: -140px;
    opacity: 1;
}
}.header__bar, .header__imb {
    position: absolute;
    width: 100%;
    top: 78px;
    border-bottom: 1px solid #000;
    display: none!important;
}
@media(min-width:992px) {
    .header__bar, .header__imb {
    border-top: 1px solid #4f4f4f!important;
}
}@media(min-width:992px) {
    .header__bar.open, .header__imb.open {
    display: block!important;
}
}.header__bar ul li, .header__imb ul li {
    position: relative;
}
.header__bar ul li a, .header__imb ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-items: center;
}
.header__bar ul li ul, .header__imb ul li ul {
    display: none;
    position: absolute;
    width: 900px;
    left: 0;
    right: 0;
    bottom: -50px;
    min-width: 500px;
    text-align: left;
}
.header__bar ul li ul li, .header__imb ul li ul li {
    width: auto;
}
.header__bar ul li:hover a, .header__imb ul li:hover a {
    color: #fff;
}
.header__bar ul li.show ul, .header__imb ul li.show ul {
    display: block;
}
.header__bar ul li.show a img, .header__imb ul li.show a img {
    display: none;
}
.header__bar__subbar, .header__imb__subbar {
    left: 0;
    z-index: -1;
    display: none;
}
.header__bar__subbar.show, .header__imb__subbar.show {
    display: block;
}
.header__line {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header__imb {
    top: -75px!important;
    border-bottom: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #141414;
}
@media(min-width:992px) {
    .header__imb {
    top: 100px!important;
}
}@media(max-width:768px) {
    .header__imb__show .header__imb {
    display: block!important;
}
}.header__imb__show .header__bar {
    display: none!important;
}
@media(max-width:992px) {
    .header__imb__show.header__scroll__down {
    top: -78px!important;
}
}.header__imb ul li a {
    font-size: 16px;
}
@media(min-width:992px) {
    .header__imb ul li a {
    font-size: 18px;
}
}.nav {
    height: 100vh;
    display: none;
    background: #000;
}
@media(max-width:768px) {
    .nav {
    overflow-y: scroll;
}
}@media(min-width:992px) {
    .nav {
    height: auto;
}
}.nav>span {
    bottom: 0;
    left: 0;
}
.nav ul {
    list-style: none;
}
.nav ul .inner {
    overflow: hidden;
    display: none;
}
@media(min-width:992px) {
    .nav ul .inner {
    display: block;
}
}.nav ul li a {
    font-size: 20px;
    width: 100%}
@media(min-width:992px) {
    .nav ul li a {
    font-size: 18px;
}
}.nav ul li a.toggle {
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 500;
}
@media(max-width:992px) {
    .nav ul li a.toggle: hover {
    color: #fff!important;
}
}.nav ul li a span {
    right: 0;
    top: .5rem;
}
@media(min-width:992px) {
    .body__page .header {
    border-bottom: none!important;
}
}@media(min-width:992px) {
    .body__page .header__bar {
    border-top: 1px solid #4f4f4f!important;
    top: 78px!important;
}
}.container {
    padding: 0;
    max-width: 1440px;
}
.main {
    background: #000;
}
.main__bgWhite {
    background: #fff;
}
.main__popupvideo .itemVideo {
    position: fixed;
    height: 100%;
    width: 100%;
    padding: 0 5px;
    z-index: 99999;
}
@media(min-width:992px) {
    .main__popupvideo .itemVideo>div {
    max-width: 800px;
    margin: 0 auto;
}
}.main__popupvideo .itemVideo iframe {
    height: 205px!important;
}
@media(min-width:768px) {
    .main__popupvideo .itemVideo iframe {
    height: 400px!important;
}
}@media(min-width:992px) {
    .main__popupvideo .itemVideo iframe {
    height: 450px!important;
}
}.main__popupvideo .itemVideo__close {
    left: 0;
    right: auto;
    top: -45px;
    background: 0 0;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
    border: 1px solid;
    border-color: #fff!important;
}
.main__popupvideo .itemVideo__close img {
    width: auto;
    max-width: none;
}
.section {
    position: relative;
    overflow: hidden;
}
.section h2 {
    border-bottom: 0;
}
.section h2 {
    font-size: 28px;
}
@media(min-width:992px) {
    .section h2 {
    font-size: 36px;
}
}.section h4 {
    font-size: 21px;
}
@media(min-width:992px) {
    .section h4 {
    font-size: 24px;
}
}.section h5 {
    font-size: 24px;
    line-height: 130%}
@media(min-width:992px) {
    .section h5 {
    font-size: 24px;
    line-height: 1.3;
}
}.section h6 {
    font-size: 20px;
}
.section p.position__absolute {
    margin: 0;
    top: 70px;
}
@media(min-width:992px) {
    .section p.position__absolute {
    font-size: 24px;
    top: 180px;
}
}.section .font_bold, .section .section__text small, .section__text .section small, .section body .rekomendasi h5, body .rekomendasi .section h5, .section label {
    font-weight: 700!important;
}
.section__text small {
    font-size: 16px;
    display: block;
}
@media(min-width:768px) {
    .section__text small {
    font-size: 17px;
}
}.section__text h3 {
    font-size: 30px;
    font-family: EideticNeo;
    line-height: 130%}
@media(min-width:768px) {
    .section__text h3 {
    font-size: 40px;
    line-height: 42px;
}
}.section__text h3.font__big {
    line-height: 130%}
@media(min-width:992px) {
    .section__text h3.font__big {
    font-size: 56px!important;
    line-height: 59px!important;
}
}.section__text h5 {
    font-family: EideticNeo;
}
.section__text p {
    font-size: 16px;
}
@media(min-width:992px) {
    .section__text p {
    font-size: 18px;
    line-height: 26px;
}
}.section__text span {
    font-size: 14px;
}
.section__text ul li img {
    width: auto;
}
.section__text ul li span {
    font-size: 18px;
    line-height: 130%}
@media(max-width:992px) {
    .section__text ul li span {
    padding-top: 2.2px;
}
}.section__text ul.address li span, .section__text ul.address li p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 130%}
@media(max-width:992px) {
    .section__text ul.address li span, .section__text ul.address li p {
    padding-top: 0;
}
}.section__img--square1 {
    height: 160px!important;
}
@media(min-width:320px) {
    .section__img--square1 {
    height: 130px!important;
}
}@media(min-width:360px) {
    .section__img--square1 {
    height: 160px!important;
}
}@media(min-width:768px) {
    .section__img--square1 {
    height: 220px!important;
}
}@media(min-width:1140px) {
    .section__img--square1 {
    height: 306px!important;
}
}.section__img--square1 .zoom_it_wrapper, .section__img--square1 a {
    width: 100%!important;
    height: 100%!important;
}
.section__img--square2 {
    height: 130px;
}
.section__img--square3 {
    height: 160px;
}
@media(min-width:992px) {
    .section__img--square3 {
    height: 300px;
}
}.section__img--square4 {
    height: 150px;
}
@media(min-width:1140px) {
    .section__img--square4 {
    height: 220px;
}
}.section__img--landscape {
    height: 150px;
}
@media(min-width:768px) {
    .section__img--landscape {
    height: 170px;
}
}.section__img--blackinner {
    overflow: hidden;
    background: #000;
    text-align: center;
    display: flex;
    align-items: center;
}
.section__img--blackinner img {
    max-width: 60%;
    margin: 0 auto;
    max-height: 100%;
    width: auto;
    height: auto;
}
.section__item__inner {
    display: none;
}
.section__item__inner:first-child {
    display: block;
}
.section__feed__item {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.section__page__imb .section__feed__item .section__text {
    color: #049181;
}

@media(min-width:992px) {
    .section__feed__item {
    display: block;
}
}.section__feed__item .section__text h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 5px;
}
@media(min-width:768px) {
    .section__feed__item .section__text h3 {
    font-size: 24px;
    line-height: 130%;
    padding-right: 0;
}
}.section__feed__item .section__text small {
    font-size: 16px;
}
@media(min-width:768px) {
    .section__feed__item .section__text small {
    font-size: 18px;
}
}.section__feed__item .section__img {
    height: 118px;
    overflow: hidden;
}

@media(max-width:992px) {
    .section__feed__item .section__img img {
    width: 100%!important;
    height: 100%!important;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
}@media(min-width:992px) {
    .section__feed__item .section__img {
    height: 118px;
}
}@media(min-width:1140px) {
    .section__feed__item .section__img {
    height: 225px;
}
}.section__feed__item .section__img .zoom_it_wrapper, .section__feed__item .section__img .zoom_this_sibling, .section__feed__item .section__img a {
    width: 100%!important;
    height: 100%!important;
}
.section__feed__item .section__img--videoCat {
    height: 360px;
}
@media(min-width:992px) {
    .section__feed__item .section__img--videoCat {
    height: 640px;
}
}.section__feed__item .section__img--videoCat .section__text a.btn {
    height: auto!important;
    width: auto!important;
}
.section__feed__item:last-child hr {
    height: 0;
}
.section__feed__item--big .section__text h3 {
    font-size: 30px;
    font-family: EideticNeo;
    line-height: 130%}
@media(min-width:768px) {
    .section__feed__item--big .section__text h3 {
    font-size: 40px;
    line-height: 42px;
}
}.section__feed__item--big .section__text p {
    display: block;
}
.section__feed__item--big .section__text small {
    margin-top: 1rem!important;
}
.section__feed__item--big .section__img {
    height: 258px;
    overflow: hidden;
}
@media(min-width:768px) {
    .section__feed__item--big .section__img {
    height: 350px;
}
}@media(min-width:992px) {
    .section__feed__item--big .section__img {
    height: 476px;
}
}.section__feed__item--big .section__img .zoom_it_wrapper, .section__feed__item--big .section__img .zoom_this_sibling, .section__feed__item--big .section__img a {
    width: 100%!important;
    height: 100%!important;
}
@media(min-width:992px) {
    .section__feed__item--big .section__img__43 {
    height: 476px;
}
}.section__feed__item--big .section__img__43 .zoom_it_wrapper, .section__feed__item--big .section__img__43 a {
    width: 100%!important;
    height: 100%!important;
}
.section__feed__item--big hr {
    height: 1px!important;
}
@media(min-width:992px) {
    .section__feed__item--big hr {
    display: none!important;
}
}@media(min-width:992px) {
    .section__feed__item--big.bigTop small {
    margin-top: 0!important;
}
}@media(min-width:992px) {
    .section__feed__item--galeri .section__img {
    height: 500px;
}
}.section__feed--video .section__img {
    cursor: pointer;
    height: auto;
}
.section__feed--video .section__img span {
    color: unset;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section__feed--video .section__img span img {
    width: 40px;
}
@media(min-width:992px) {
    .section__feed--video .section__img--big span img {
    width: 75px;
}
}.section__feed--video .section__img--tv .zoom_it_wrapper, .section__feed--video .section__img--tv .zoom_this_sibling, .section__feed--video .section__img--tv a {
    height: auto!important;
}
.section__feed--video .section__img p {
    display: block;
    font-weight: 400!important;
    font-size: 20px;
    line-height: 26px;
}
@media(max-width:768px) {
    .section__feed--video .section__img p {
    font-size: 12px;
}
}@media(max-width:992px) {
    .section__feed--video .section__text--tv h5 {
    font-size: 16px;
}
}@media(max-width:992px) {
    .section__feed--video .section__text--swipe h5 {
    font-size: 21px;
    line-height: 26px;
}
}.section__feed--video iframe {
    height: 100%!important;
}
.section__feed__event li span {
    word-break: break-word;
}
.section--bgWhite {
    background: #fff;
    color: #333;
}
.section--bgWhite hr {
    background: #e0e0e0;
}
.section--bgGray {
    background: #f2f2f2;
    color: #333;
}
.section__blue {
    border-top: 5px solid #296ebb;
}
.section__blue .section__img {
    border-bottom: 5px solid #296ebb;
}
@media(min-width:992px) {
    .section__blue.section__page--article {
    background-image: url(../images/svg/bg__ulir1.svg), url(../images/svg/bg__ulir1.svg), url(../images/svg/bg__ulir1.svg);
    background-position: top 1000px right -70px, bottom 50vh right -70px, bottom 30vh left -70px;
    background-repeat: no-repeat;
    background-size: 250px;
}
}.section__blue .section__text--content a {
    text-decoration: underline;
}
.section__blue .section__text--content blockquote, .section__blue .section__text--content q {
    background-image: url(../images/svg/icon_quote_blue.svg);
}
.section__orange {
    border-top: 5px solid #d0542d;
}
.section__orange .section__img {
    border-bottom: 5px solid #d0542d;
}
@media(min-width:992px) {
    .section__orange.section__page--article {
    background-image: url(../images/svg/ulir__dayak7e.svg), url(../images/svg/ulir__dayak7e.svg);
    background-position: top 1000px left -15px, top 2300px right -15px;
    background-repeat: no-repeat;
    background-size: 130px;
}
}.section__orange .section__text--content a {
    text-decoration: underline;
}
.section__orange .section__text--content blockquote, .section__orange .section__text--content q {
    background-image: none;
}
.section__orange2 {
    border-top: 5px solid #e58409;
}
.section__orange2 .section__img {
    border-bottom: 5px solid #e58409;
}
.section__orange3 {
    border-top: 5px solid #eb8b00;
}
.section__orange3 .section__img {
    border-bottom: 5px solid #eb8b00;
}
@media(min-width:992px) {
    .section__orange3.section__page--article {
    background-image: url(../images/svg/ulir__dayak11c.svg), url(../images/svg/ulir__dayak11c.svg), url(../images/svg/ulir__dayak11c.svg);
    background-position: top 1000px right -70px, bottom 50vh right -70px, bottom 30vh left -70px;
    background-repeat: no-repeat;
    background-size: 250px;
}
}.section__orange3 .section__text--content a {
    text-decoration: underline;
}
.section__orange3 .section__text--content blockquote, .section__orange3 .section__text--content q {
    background-image: url(../images/svg/icon_quote_orang3.svg);
}
.section__green {
    border-top: 5px solid #277633;
}
.section__green .tokoh__small .section__img {
    -webkit-box-shadow: 0 5px 0 0 #277633;
    -moz-box-shadow: 0 5px 0 0 #277633;
    box-shadow: 0 5px 0 0 #277633;
    border: 0;
}
.section__green .section__img {
    border-bottom: 5px solid #277633;
}
.section__green .section__text--content a {
    text-decoration: underline;
}
.section__green .section__text--content blockquote, .section__green .section__text--content q {
    background-image: none;
}
.section__purple {
    border-top: 5px solid #79318d;
}
.section__purple .section__img {
    border-bottom: 5px solid #79318d;
}
.section__purple .section__text--content a {
    text-decoration: underline;
}
.section__purple .section__text--content blockquote, .section__purple .section__text--content q {
    background-image: none;
}
.section__greenpastle {
    border-top: 5px solid #32c1ae;
}
.section__greenpastle .section__img {
    border-bottom: 5px solid #32c1ae;
}
.section__basic .section__img {
    border-bottom: 5px solid;
}
@media(max-width:992px) {
    .section__bg__hide__m {
    background-image: none!important;
}
}.headline {
    width: 100%;
    overflow: hidden;
}
@media(min-width:1140px) {
    .headline: hover .headline__slider__arrow {
    display: flex;
}
}.headline .container {
    height: 100%;
    position: relative;
}
.headline__slider {
    height: 100%!important;
    width: 100%;
    margin-top: 83px;
}
@media(min-width:992px) {
    .headline__slider {
    margin-top: 109px;
}
}.headline__slider__item {
    height: 100%;
    position: relative;
}
.headline__slider__img {
    height: 36vh!important;
    position: relative;
    margin-top: 0;
    overflow: hidden;
}
@media(min-width:992px) {
    .headline__slider__img {
    height: 575px!important;
}
}.headline__slider__img.imgfill>img, .headline__slider__img.section__img>img, .section__feed__item--galeri .section__img img.headline__slider__img>img {
    object-position: 50% 25%}
.headline__slider__img--desktop {
    display: none!important;
}
@media(min-width:768px) {
    .headline__slider__img--desktop {
    display: block!important;
}
}.headline__slider__img--mobile {
    display: none!important;
}
@media(max-width:768px) {
    .headline__slider__img--mobile {
        display: block!important;
    }
    body {
        font-size:17px;
    }
}.headline__slider span {
    position: absolute;
    width: 100%;
    height: 20%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
}
.headline__slider__dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    width: 100%;
    top: 0;
    height: 36vh!important;
    margin-top: 83px;
    pointer-events: none;
}
@media(min-width:992px) {
    .headline__slider__dots {
    height: 575px!important;
    margin-top: 109px;
}
}.headline__slider__dots .container {
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.headline__slider__arrow {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 50px;
    align-items: center;
    top: 40%}
.headline__slider__arrow .container {
    height: auto;
}
.headline .section__text {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    width: 100%}
@media(min-width:992px) {
    .headline .section__text {
    min-height: 264px;
}
}.headline .section__text .container {
    height: auto;
    position: relative;
}
@media(min-width:992px) {
    .headline .section__text p {
    font-size: 19px!important;
    line-height: 26px!important;
}
}.headline .slick-dots {
    bottom: 0;
    position: relative;
}
.headline .slick-dots li button:before {
    color: #7b7b7b;
}
.headline .slick-dots li.slick-active button:before {
    color: #fff;
}
.tokoh {
    color: #fff;
    font-weight: 500;
}
.tokoh__title {
    z-index: 10;
}
@media(min-width:992px) {
    .tokoh__title {
    position: relative;
}
.tokoh__title h2 {
    border: none;
}
}.tokoh__title p {
    margin: 0;
    top: 70px;
}
@media(min-width:992px) {
    .tokoh__title p {
    font-size: 24px;
    top: 120px;
}
}.tokoh .section__img {
    overflow: hidden;
}
.tokoh .section__img img {
    filter: grayscale(100%);
}
.tokoh .section__text {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media(min-width:992px) {
    .tokoh__big {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-top: 0;
}
}.tokoh__big .section__img {
    height: 485px;
    box-shadow: none;
}
@media(min-width:768px) {
    .tokoh__big .section__img {
    height: 684px;
    overflow: inherit;
}
}@media(min-width:768px) {
    .tokoh__big .section__img.has__zoom_it {
    overflow: hidden;
}
}@media(min-width:992px) {
    .tokoh__big .section__text {
    position: relative;
    background: #000;
}
}.tokoh__big__shadow {
    bottom: 0;
    left: 0;
    height: 145px;
}
.tokoh__big__Topshadow {
    top: 0;
    left: 0;
    height: 150px;
}
.tokoh__small {
    margin-top: -20px;
}
@media(min-width:992px) {
    .tokoh__small {
    overflow: hidden;
    margin-top: -110px;
}
}.tokoh__small .section__text {
    border-bottom: 5px solid #277633;
}
.tokoh__small>div {
    max-width: 50%;
    flex-basis: 40%;
    flex-grow: 0;
    flex-shrink: 0;
}
@media(min-width:992px) {
    .tokoh__small>div {
    flex-shrink: unset;
}
.tokoh__small>div:last-child {
    margin-right: 0!important;
}
}.tokoh__small h3 {
    font-size: 16px;
}
@media(min-width:992px) {
    .tokoh__small h3 {
    font-size: 18px;
    line-height: 19px;
}
}.tokoh__small small {
    font-size: 12px;
}
@media(min-width:992px) {
    .tokoh__small small {
    font-size: 14px;
}
}.tokoh__small p {
    font-size: 12px;
}
.agenda .section__img {
    height: 360px;
    overflow: hidden;
    background: #000;
    text-align: center;
    display: flex;
    align-items: center;
}
@media(min-width:992px) {
    .agenda .section__img {
    height: 700px;
}
}.agenda .section__img img {
    max-width: 60%;
    margin: 0 auto;
    max-height: 100%;
    width: auto;
    height: auto;
}
@media(max-width:992px) {
    .agenda .section__text h3 {
    font-size: 30px;
}
}@media(min-width:992px) {
    .agenda .btn, .agenda input[type=submit] {
    bottom: 250px;
}
}@media(min-width:992px) {
    .agenda .slick-dots li.slick-active button: before {
    color: #fff!important;
}
}@media(min-width:992px) {
    .agenda .slick-dots li button: before {
    color: #7b7b7b!important;
}
}.agenda .slick-dots {
    top: 370px;
    bottom: auto;
}
@media(min-width:992px) {
    .agenda .slick-dots {
    top: auto;
    bottom: 25px;
}
}.agenda__arrow {
    top: 175px;
    position: absolute;
}
@media(min-width:992px) {
    .agenda__arrow {
    top: 45%}
}@media(min-width:992px) {
    .agenda .next-arrow {
    right: 40px;
}
}@media(min-width:992px) {
    .agenda .prev-arrow {
    left: 40px;
}
}@media(min-width:992px) {
    .agenda .slick-initialized .slick-slide {
    display: flex;
}
}.agenda .slick-list, .agenda .slick-track {
    height: auto!important;
}
.galeri .bg__black {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
@media(min-width:992px) {
    .galeri__btn {
    left: 0;
    bottom: 25px;
    width: auto;
}
}@media(min-width:1140px) {
    .galeri .section__text p {
    font-size: 19px!important;
    line-height: 26px!important;
}
}.kegiatan .section__img {
    border: none;
}
@media(min-width:992px) {
    .kegiatan .section__text {
    position: absolute;
}
}.kegiatan .slick-dots li button:before {
    color: #7b7b7b;
}
.kegiatan .slick-dots li.slick-active button:before {
    color: #fff!important;
}
@media(min-width:992px) {
    .kegiatan__card {
    height: 400px;
}
}@media(min-width:992px) {
    .kegiatan__card--one {
    height: auto;
}
}.kegiatan__card .section__img {
    height: 100px;
}
@media(min-width:992px) {
    .kegiatan__card .section__img {
    height: 100%}
}.kegiatan__card .section__img--big {
    height: 160px;
}
@media(min-width:992px) {
    .kegiatan__card .section__img--big {
    height: 250px;
}
}.kegiatan__card .section__img--big .btn, .kegiatan__card .section__img--big input[type=submit] {
    bottom: 20px;
}
.kegiatan__card .section__text {
    left: 0;
    top: 0;
    height: 100%}
.kegiatan__card .section__text h3 {
    font-size: 18px;
    line-height: 20px;
}
@media(min-width:992px) {
    .kegiatan__card .section__text h3 {
    font-size: 30px;
    line-height: 30px;
}
}.kegiatan__card .btn, .kegiatan__card input[type=submit] {
    bottom: 10px;
}
@media(min-width:992px) {
    .kegiatan__card .btn, .kegiatan__card input[type=submit] {
    bottom: auto;
}
}.kegiatan__card--red .section__img {
    background-color: #9c2d2d;
}
@media(min-width:992px) {
    .kegiatan__card--red .section__img img {
    object-position: 50% 50%;
    object-fit: contain;
}
}.sliderFeed .section__img, .sliderFeedNone .section__img {
    height: 333px;
    overflow: hidden;
}
@media(min-width:992px) {
    .sliderFeed .section__img, .sliderFeedNone .section__img {
    height: 476px;
}
}.sliderFeed .section__img .bg__shadowleft2, .sliderFeedNone .section__img .bg__shadowleft2 {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%}
@media(min-width:992px) {
    .sliderFeed .slick-slide, .sliderFeedNone .slick-slide {
    height: 476px;
    overflow: hidden;
}
}.sliderFeed .slick-dots, .sliderFeedNone .slick-dots {
    top: 345px;
    bottom: auto;
}
@media(min-width:992px) {
    .sliderFeed .slick-dots, .sliderFeedNone .slick-dots {
    bottom: 20px;
    top: auto;
}
}.sliderFeed__wrap .slick-arrow, .sliderFeedNone__wrap .slick-arrow {
    display: none!important;
}
@media(min-width:1140px) {
    .sliderFeed__wrap: hover .slick-arrow, .sliderFeedNone__wrap:hover .slick-arrow {
    display: flex!important;
}
}.sliderFeed__wrap:hover .slick-disabled, .sliderFeedNone__wrap:hover .slick-disabled {
    display: none!important;
}
.sliderFeed__wrap .slick-disabled, .sliderFeedNone__wrap .slick-disabled {
    display: none!important;
}
.sliderFeed__arrow, .sliderFeedNone__arrow {
    position: absolute;
    top: 50%;
    width: 100%}
.sliderFeed__arrow .next-arrow, .sliderFeedNone__arrow .next-arrow {
    right: 50px;
}
.sliderFeed__arrow.col-lg-6 .prev-arrow, .sliderFeedNone__arrow.col-lg-6 .prev-arrow {
    left: 0;
}
.popupAuto {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}
.popupAuto iframe {
    width: 100%;
    height: 205px;
}
@media(min-width:768px) {
    .popupAuto iframe {
    height: 400px;
}
}@media(min-width:992px) {
    .popupAuto iframe {
    height: 450px;
}
}.youtube__live {
    width: 70%;
    height: 100%}
@media(max-width:992px) {
    .youtube__live {
    width: 100%;
    height: 300px;
}
}.youtube__live iframe {
    width: 100%!important;
    height: 100%!important;
}
.youtube__live__chat {
    width: 30%;
    height: 100%}
@media(max-width:992px) {
    .youtube__live__chat {
    width: 100%;
    height: 300px;
}
}.youtube__live__chat iframe {
    width: 100%!important;
    height: 100%!important;
}
.section__img-agenda-budaya:hover .zoom_it {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.wpcf7-submit {
    border-color: #000!important;
}
.home .section__text p, .heroBig .section__text p, .section__feed__item--big .section__text p {
    font-size: 21px;
    line-height: 30px;
    margin-top: 10px;
}
@media(min-width:992px) {
    .home .section__text p, .heroBig .section__text p, .section__feed__item--big .section__text p {
    font-size: 18px;
    line-height: 26px;
}
}@media(min-width:992px) {
    .section__page p {
    font-size: 18px;
}
}.section__page strong {
    color: #333!important;
}
.section__page iframe {
    width: 100%;
    height: 195px;
}
@media(min-width:768px) {
    .section__page iframe {
    height: 300px;
}
}@media(min-width:992px) {
    .section__page iframe {
    height: 345px;
}
}@media(min-width:992px) {
    .section__page__bgdefault {
    background-image: url(../images/svg/icon__default3.svg), url(../images/svg/icon__default4.svg);
    background-position: top 250px left -65px, top 300px right -65px;
    background-repeat: no-repeat;
    background-size: auto;
}
}.section__page .title {
    font-size: 24px;
    line-height: 31px;
}
@media(min-width:992px) {
    .section__page .title {
    text-align: left;
    font-size: 48px;
    line-height: 62px;
}
}.section__page .section__feed__item__4 .section__feed__item:nth-child(4) hr {
    height: 1px;
}
.section__page .section__img--head {
    height: 480px;
}
@media(min-width:992px) {
    .section__page .section__img--head {
    height: 552px;
}
}.section__page--article p, .section__page--default p {
    font-size: 21px;
    line-height: 30px;
}
.section__page--article .container--article, .section__page--default .container--article {
    margin: 0 auto;
    width: 100%}
@media(min-width:992px) {
    .section__page--article .container--article, .section__page--default .container--article {
    max-width: 640px;
}
}.section__page--article .section__img, .section__page--default .section__img {
    height: auto;
    aspect-ratio: auto 3/2;
    border-top: 8px solid #000!important;
}
@media(min-width:992px) {
    .section__page--article .section__img, .section__page--default .section__img {
    height: 650px;
}
}.section__page--article .section__img--videoyt, .section__page--default .section__img--videoyt {
    height: auto;
}
@media(min-width:992px) {
    .section__page--article .section__img--videoyt, .section__page--default .section__img--videoyt {
    height: 650px;
}
}.section__page--article .section__text h3, .section__page--default .section__text h3 {
    font-size: 30px;
    line-height: 130%}
@media(min-width:992px) {
    .section__page--article .section__text h3, .section__page--default .section__text h3 {
    font-size: 56px;
    line-height: 59px;
}
}.section__page--article .section__text p, .section__page--default .section__text p {
    font-size: 21px;
    line-height: 30px;
}
.section__page--article .section__text a, .section__page--default .section__text a {
    text-decoration: underline;
}
.section__page--article .section__text a small, .section__page--default .section__text a small {
    text-decoration: underline;
}
@media(min-width:992px) {
    .section__page--article .section__text--head, .section__page--default .section__text--head {
    position: inherit;
    margin-top: 4rem!important;
}
}.section__page--article .section__text--head p, .section__page--default .section__text--head p {
    font-size: 22px;
}
@media(min-width:992px) {
    .section__page--article .section__text--head p, .section__page--default .section__text--head p {
    font-size: 24px;
    line-height: 34px;
}
}.section__page--article .section__text--content, .section__page--default .section__text--content {
    font-size: 21px;
    line-height: 30px;
}
.section__page--article .section__text--content p, .section__page--default .section__text--content p {
    font-size: 21px;
    line-height: 30px;
}
.section__page--article .section__text--content>p:first-child:first-letter, .section__page--default .section__text--content>p:first-child:first-letter {
    float: left;
    font-size: 68px;
    padding-top: 18px;
    padding-right: 5px;
}
.section__page--article .section__text--content blockquote, .section__page--article .section__text--content q, .section__page--default .section__text--content blockquote, .section__page--default .section__text--content q {
    font-size: 36px;
    line-height: 130%;
    margin: 50px 0;
    padding: 75px 0 50px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-repeat: no-repeat;
    background-position: left 30px;
}
.section__page--article .section__text--content blockquote h2, .section__page--article .section__text--content q h2, .section__page--default .section__text--content blockquote h2, .section__page--default .section__text--content q h2 {
    font-size: 28px;
    line-height: 130%}
@media(min-width:992px) {
    .section__page--article .section__text--content blockquote h2, .section__page--article .section__text--content q h2, .section__page--default .section__text--content blockquote h2, .section__page--default .section__text--content q h2 {
    font-size: 36px;
}
}.section__page--article .section__text--content blockquote h5, .section__page--article .section__text--content q h5, .section__page--default .section__text--content blockquote h5, .section__page--default .section__text--content q h5 {
    font-size: 21px;
    margin-top: 20px;
}
@media(min-width:992px) {
    .section__page--article .section__text--content blockquote h5, .section__page--article .section__text--content q h5, .section__page--default .section__text--content blockquote h5, .section__page--default .section__text--content q h5 {
    font-size: 24px;
    line-height: 150%}
}.section__page--article .section__text--content figure, .section__page--default .section__text--content figure {
    margin: 10px 0;
    padding: 30px 0;
}
@media(min-width:992px) {
    .section__page--article .section__text--content figure, .section__page--default .section__text--content figure {
    margin: 30px 0;
}
}.section__page--article .section__text--content figcaption, .section__page--default .section__text--content figcaption {
    font-size: 12px;
    line-height: 130%;
    margin: 5px 0;
}
@media(min-width:992px) {
    .section__page--article .section__text--content figcaption, .section__page--default .section__text--content figcaption {
    text-align: center;
    font-size: 14px;
    margin: 10px auto;
}
}.section__page--article .section__text--content ul, .section__page--default .section__text--content ul {
    list-style-type: disc;
    margin-bottom: 15px;
}
.section__page--article .section__text--content ol, .section__page--default .section__text--content ol {
    list-style-type: decimal;
    margin-bottom: 15px;
}
.section__page--article .section__text--content ul li, .section__page--default .section__text--content ul li {
    list-style-type: disc;
    margin-left: 30px;
    display: list-item;
}
.section__page--article .section__text--content ol li, .section__page--default .section__text--content ol li {
    list-style-type: decimal;
    margin-left: 30px;
    display: list-item;
}
.section__page--article .section__text--default>p:first-child:first-letter, .section__page--default .section__text--default>p:first-child:first-letter {
    float: none;
    font-size: inherit;
    padding-top: 0;
    padding-right: 0;
}
.section__page--article .tag, .section__page--default .tag {
    letter-spacing: 0;
}
@media(min-width:992px) {
    .section__page--article .tag, .section__page--default .tag {
    display: flex;
    align-items: center;
}
}.section__page--article .tag span, .section__page--default .tag span {
    font-weight: 500;
    font-size: 14px;
}
@media(min-width:992px) {
    .section__page--article .tag span, .section__page--default .tag span {
    font-size: 16px;
    line-height: 21px;
    margin-right: 10px;
}
}.section__page--article .tag ul li a, .section__page--default .tag ul li a {
    font-size: 14px;
}
@media(min-width:992px) {
    .section__page--article .tag ul li a, .section__page--default .tag ul li a {
    font-size: 16px;
    line-height: 21px;
}
}.section__page--article .socmed, .section__page--default .socmed {
    letter-spacing: 0;
}
@media(min-width:992px) {
    .section__page--article .socmed, .section__page--default .socmed {
    position: absolute;
    left: 0;
    top: 0;
}
}@media(min-width:992px) {
    .section__page--article .socmed ul li, .section__page--default .socmed ul li {
    display: list-item;
}
}@media(min-width:992px) {
    .section__page--article .socmed ul li .svg__icon, .section__page--default .socmed ul li .svg__icon {
    width: 1.8rem;
    height: 1.8rem;
}
}.section__page--article .infoMore, .section__page--default .infoMore {
    letter-spacing: 0;
}
.section__page--article .infoMore strong, .section__page--default .infoMore strong {
    display: block;
    cursor: pointer;
}
.section__page--article .infoMore p, .section__page--default .infoMore p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
}
@media(min-width:992px) {
    .section__page--article .infoMore p, .section__page--default .infoMore p {
    font-size: 16px;
    line-height: 21px;
}
}.section__page--article .infoMore ul, .section__page--default .infoMore ul {
    display: none;
}
.section__page--article .infoMore ul li, .section__page--default .infoMore ul li {
    border-bottom: 1px solid #e0e0e0;
}
.section__page--article .infoMore ul li:last-child, .section__page--default .infoMore ul li:last-child {
    border-bottom: none;
}
.section__page--article .infoMore ul li a, .section__page--default .infoMore ul li a {
    display: block;
    text-decoration: underline;
}
.section__page--article .infoMore__book, .section__page--default .infoMore__book {
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 100px;
}
.section__page--article .infoMore .bg, .section__page--default .infoMore .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: block;
}
@media(min-width:992px) {
    .section__page--article hr, .section__page--default hr {
    display: block!important;
}
}.section__page--article__bar, .section__page--default__bar {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    border-top: 1px solid #e0e0e0;
    background: #fff;
    z-index: 99;
    display: flex;
    align-items: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.section__page--article__bar h4, .section__page--default__bar h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: none;
}
.section__page .sliderGalery, .section__page .sliderGalery--white {
    letter-spacing: 0;
}
.section__page .sliderGalery .slick-list, .section__page .sliderGalery--white .slick-list {
    padding: 0 30% 0 0;
}
@media(min-width:992px) {
    .section__page .sliderGalery .slick-list, .section__page .sliderGalery--white .slick-list {
    padding: 0;
}
}@media(min-width:768px) {
    .section__page .sliderGalery .slick-list, .section__page .sliderGalery--white .slick-list {
    padding: 0 30% 0 0;
}
}.section__page .sliderGalery .slick-slide .sliderGalery__inner, .section__page .sliderGalery--white .slick-slide .sliderGalery__inner {
    height: 155px;
}
@media(min-width:450px) {
    .section__page .sliderGalery .slick-slide .sliderGalery__inner, .section__page .sliderGalery--white .slick-slide .sliderGalery__inner {
    height: 185px;
}
}@media(min-width:480px) {
    .section__page .sliderGalery .slick-slide .sliderGalery__inner, .section__page .sliderGalery--white .slick-slide .sliderGalery__inner {
    height: 200px;
}
}@media(min-width:520px) {
    .section__page .sliderGalery .slick-slide .sliderGalery__inner, .section__page .sliderGalery--white .slick-slide .sliderGalery__inner {
    height: 270px;
}
}@media(min-width:768px) {
    .section__page .sliderGalery .slick-slide .sliderGalery__inner, .section__page .sliderGalery--white .slick-slide .sliderGalery__inner {
    height: 335px;
}
}@media(min-width:992px) {
    .section__page .sliderGalery .slick-slide .sliderGalery__inner, .section__page .sliderGalery--white .slick-slide .sliderGalery__inner {
    height: auto;
}
}@media(min-width:992px) {
    .section__page .sliderGalery .slick-slide, .section__page .sliderGalery--white .slick-slide {
    height: 405px;
    width: 600px;
}
}@media(min-width:992px) {
    .section__page .sliderGalery__dot, .section__page .sliderGalery .slick-arrow, .section__page .sliderGalery--white__dot, .section__page .sliderGalery--white .slick-arrow {
    bottom: -70px;
    top: auto;
}
}.section__page .sliderGalery .prev-arrow, .section__page .sliderGalery--white .prev-arrow {
    left: 10%}
.section__page .sliderGalery .next-arrow, .section__page .sliderGalery--white .next-arrow {
    right: 10%}
.section__page .sliderGalery figcaption.fasilitas, .section__page .sliderGalery--white figcaption.fasilitas {
    font-size: 12px;
    line-height: 130%;
    margin: 10px 0;
    letter-spacing: 0;
}
@media(min-width:992px) {
    .section__page .sliderGalery figcaption.fasilitas, .section__page .sliderGalery--white figcaption.fasilitas {
    margin: 24px auto;
}
}.section__page .sliderGalery figcaption.fasilitas h5, .section__page .sliderGalery--white figcaption.fasilitas h5 {
    font-size: 18px;
}
.section__page .sliderGalery figcaption.fasilitas p, .section__page .sliderGalery--white figcaption.fasilitas p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
@media(min-width:992px) {
    .section__page .sliderGalery figcaption.fasilitas, .section__page .sliderGalery--white figcaption.fasilitas {
    text-align: center;
    font-size: 14px;
}
}.section__page .sliderGalery-for, .section__page .sliderGalery--white-for {
    letter-spacing: 0;
}
.section__page .sliderGalery-for .slick-list, .section__page .sliderGalery--white-for .slick-list {
    padding: 0 30% 0 0;
}
@media(min-width:768px) {
    .section__page .sliderGalery-for .slick-list, .section__page .sliderGalery--white-for .slick-list {
    padding: 0 30% 0 0;
}
}@media(min-width:992px) {
    .section__page .sliderGalery-for .slick-list, .section__page .sliderGalery--white-for .slick-list {
    padding: 0;
}
}.section__page .sliderGalery-for .slick-list, .section__page .sliderGalery-for .slick-track, .section__page .sliderGalery--white-for .slick-list, .section__page .sliderGalery--white-for .slick-track {
    height: auto;
}
.section__page .sliderGalery-for figcaption, .section__page .sliderGalery--white-for figcaption {
    font-size: 12px;
    line-height: 130%;
    margin: 10px 0;
    letter-spacing: 0;
}
@media(min-width:992px) {
    .section__page .sliderGalery-for figcaption, .section__page .sliderGalery--white-for figcaption {
    margin: 24px auto;
}
}.section__page .sliderGalery-for figcaption h5, .section__page .sliderGalery--white-for figcaption h5 {
    font-size: 18px;
}
.section__page .sliderGalery-for figcaption p, .section__page .sliderGalery--white-for figcaption p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
@media(min-width:992px) {
    .section__page .sliderGalery-for figcaption, .section__page .sliderGalery--white-for figcaption {
    text-align: center;
    font-size: 14px;
}
}.section__page .dualGalery {
    letter-spacing: 0;
}
.section__page .dualGalery figure {
    width: 100%;
    padding: 0;
}
@media(min-width:992px) {
    .section__page .dualGalery figure {
    width: 35%;
    padding: 0 10px;
}
}.section__page .artikel-terkait {
    border-left: 1px solid #e9e9e9!important;
    border-bottom: 1px solid #e9e9e9!important;
    border-right: 1px solid #e9e9e9!important;
    letter-spacing: 0;
}
@media(min-width:992px) {
    .section__page .artikel-terkait {
    width: 80%;
    margin: 0 auto;
}
}.section__page .artikel-terkait h5 {
    font-size: 24px;
}
.section__page .artikel-terkait ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.section__page .artikel-terkait ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #e9e9e9!important;
    display: flex;
}
.section__page .artikel-terkait ul li .photo {
    height: 80px;
    width: 100px;
}
.section__page .artikel-terkait ul li small, .section__page .artikel-terkait ul li p {
    font-size: 14px;
    margin: 0;
}
@media(min-width:992px) {
    .section__page .artikel-terkait ul li small, .section__page .artikel-terkait ul li p {
    font-size: 16px;
}
}.section__page .artikel-terkait ul li p {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
}
.section__page .artikel-terkait a {
    text-decoration: none;
    color: #333!important;
    display: block;
    text-decoration: none;
}
.section__page .artikel-terkait a small {
    text-decoration: none;
}
.section__page .qa {
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: 0;
}
.section__page .qa ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.section__page .qa ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.section__page .qa ul li span {
    font-size: 21px;
    line-height: 30px;
    display: block;
    color: #000!important;
}
.section__page .qa ul li.font2 span {
    font-weight: 700;
}
.section__page .qa a {
    text-decoration: none;
    color: #333!important;
    display: block;
}
.section__page .slider2Col .slick-dots {
    bottom: 20px;
}
.section__page .slider2Col .slick-dots li.slick-active button:before {
    color: #000!important;
}
.section__page__404 {
    background-image: url(../images/img84.jpg);
    background-size: cover;
    min-height: 70vh;
    background-position: center;
    color: #fff;
}
.section__page__404 p {
    font-size: 20px!important;
}
@media(min-width:992px) {
    .section__page__404 p {
    font-size: 24px!important;
}
}.section__page__blank {
    background-image: none;
}
@media(min-width:768px) and (max-width:992px) {
    .section__page__imb {
    padding: 0 150px;
}
}@media(max-width:992px) {
    .section__page__imb .container {
    padding: 0 30px;
}
}@media(max-width:320px) {
    .section__page__imb .container {
    padding: 0 10px;
}
}@media(max-width:992px) {
    .section__page__imb .scrollDown {
    width: 15px;
}
}.section__page__imb .scrollDown span {
    letter-spacing: .02em;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.section__page__imb .gateRegist {
    border-radius: 10px;
    overflow: hidden;
    color: #ffb446;
    height: 120px;
    display: flex;
    right: 40px;
    top: -160px;
    width: 100%}
@media(min-width:992px) {
    .section__page__imb .gateRegist {
    width: 350px;
}
}.section__page__imb .gateRegist p {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 0;
}
.section__page__imb .gateRegist small {
    font-size: 14px;
    display: flex;
    align-items: center;
}
.section__page__imb .gateRegist small img {
    max-width: none;
    width: auto;
    margin: 0 5px;
}
.section__page__imb .staff__photo {
    height: auto;
}
.section__page__imb .staff__photo img {
    height: auto!important;
}
@media(min-width:992px) {
    .section__page__imb .staff__photo {
    height: auto;
    width: 100%}
}.section__page__imb .staff__desc {
    border-bottom: 1px solid #bdbdbd;
    padding: 20px 0;
}
.section__page__imb .staff__desc:nth-child(1) {
    padding-top: 0;
}
.section__page__imb .staff__desc h3 {
    cursor: pointer;
}
@media(max-width:992px) {
    .section__page__imb .staff__desc h3 {
    font-size: 18px;
}
}.section__page__imb .staff__desc p {
    font-size: 14px;
}
.section__page__imb .staff__desc__content {
    scrollbar-width: thin;
    scrollbar-color: #000 #e0e0e0;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: .02em;
    overflow: hidden;
    height: 125px;
}
@media(min-width:992px) {
    .section__page__imb .staff__desc__content {
    height: 235px;
}
}.section__page__imb .staff__desc__content::-webkit-scrollbar {
    width: 5px;
}
.section__page__imb .staff__desc__content::-webkit-scrollbar-track {
    background: #e0e0e0;
}
.section__page__imb .staff__desc__content::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
    border: none;
    height: 50px;
}
.section__page__imb .staff__desc__content--basic {
    height: auto;
}
.section__page__imb .staff__desc__content--4 {
    height: 111px;
}
@media(max-device-width:1140px) and (orientation:portrait) {
    .section__page__imb .staff__desc__content--4 {
    height: 100px;
}
}.section__page__imb .staff__desc__content--4.staff__desc__content--open {
    max-height: 235px!important;
}
.section__page__imb .staff__desc__content--auto {
    height: auto;
}
.section__page__imb .staff__desc__wrap {
    height: 0;
    overflow: hidden;
}
.section__page__imb .staff__desc--open {
    padding-top: 20px;
}
.section__page__imb .staff__desc--open .staff__desc__wrap {
    height: auto;
    overflow: inherit;
}
.section__page__imb .staff__desc--open .staff__desc__content--open {
    max-height: none;
    overflow: auto;
    height: auto;
}
@media(min-width:992px) {
    .section__page__imb .staff__desc--open .staff__desc__content--open {
    overflow: hidden scroll;
    max-height: 500px;
}
}.section__page__imb .regist .circle, .section__page__imb .regist .mfp-arrow-left, .section__page__imb .regist .mfp-arrow-right {
    top: 0;
    left: -7px;
    width: 11px;
    height: 11px;
}
@media(min-width:992px) {
    .section__page__imb .regist .circle, .section__page__imb .regist .mfp-arrow-left, .section__page__imb .regist .mfp-arrow-right {
    top: -9px;
    left: 0;
    width: 17px;
    height: 17px;
}
}.section__page__imb .regist img.dotActive {
    top: -8px;
    left: -15px;
    width: 30px!important;
}
@media(min-width:992px) {
    .section__page__imb .regist img.dotActive {
    top: -25px;
    left: -16px;
    width: auto!important;
}
}@media(max-width:992px) {
    .section__page__imb .regist .border__top__dash {
    border-left: 1px dashed;
    border-top: none;
}
}.section__page__imb .carBottom {
    bottom: -99px;
    right: -83px;
    width: 200px!important;
}
@media(min-width:992px) {
    .section__page__imb .carBottom {
    bottom: -99px;
    right: -135px;
    width: 292px!important;
}
}.section__page__imb #imb-wrapcontent {
    height: 1060px;
    overflow: hidden;
}
.section__page__imb #im-wrapcontent {
    height: 640px;
    overflow: hidden;
}
.section__page__imb .imb-tab span {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.section__page__imb .imb-tab .imb-tabcontent {
    height: 0;
    overflow: hidden;
}
.section__page__imb .imb-tab.active span {
    transform: rotate(180deg);
}
.section__page__imb .imb-tab.active .imb-tabcontent {
    height: auto;
}
.section__page__iktv .section__img, .section__page__archivesqueare .section__img {
    overflow: hidden;
}
.section__page__iktv .section__text, .section__page__archivesqueare .section__text {
    top: auto;
    bottom: 10px;
}
@media(min-width:992px) {
    .section__page__iktv .section__text, .section__page__archivesqueare .section__text {
    top: 60%}
}.section__page__fitheightheader {
    min-height: 100vh;
}
.section__page__b {
    height: 475px;
    margin-top: 155px;
}
@media(min-width:992px) {
    .section__page__b {
    height: 660px;
    margin-top: 230px;
}
}.section__page__c {
    height: 555px;
    margin-top: 83px;
}
@media(min-width:992px) {
    .section__page__c {
    height: 768px;
    margin-top: 109px;
}
}@media(max-width:992px) {
    body .rekomendasi .section__text h3 {
    font-size: 21px;
}
}@media(min-width:320px) {
    body .rekomendasi .section__img {
    height: 120px;
}
}@media(min-width:360px) {
    body .rekomendasi .section__img {
    height: 150px;
}
}@media(min-width:768px) {
    body .rekomendasi .section__img {
    height: 225px;
}
}@media(min-width:992px) {
    body .rekomendasi .section__img {
    height: 225px;
}
}.pagination, .paging {
    position: relative;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev, .paging .page-numbers.next, .paging .page-numbers.prev {
    padding: 10px 12px!important;
    display: inline-block;
    border: 1px solid #666;
    border-radius: 50px;
    line-height: 0;
    margin: 0 15px;
}
.pagination a, .pagination span, .paging a, .paging span {
    padding: 0 .5rem!important;
}
.pagination .current, .pagination .prev, .pagination .next, .paging .current, .paging .prev, .paging .next {
    position: relative;
    font-weight: 500;
    text-decoration: underline;
}
.pagination .prev, .pagination .next, .paging .prev, .paging .next {
    margin: 0 5px;
}
.nav__imb {
    z-index: 10;
    top: 0;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.nav__imb--left {
    opacity: 0;
}
.nav__imb img {
    width: 100px;
}
.nav__imb ul li a {
    font-size: 14px;
    text-transform: uppercase;
    /* letter-spacing: .05em; */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.nav__imb ul li a.active, .nav__imb ul li a:hover {
    color: #333!important;
}
.nav__imb ul li a.active::before {
    content: "\2022";
    color: #ffb446;
    font-weight: 700;
}
.nav__imb ul li a.black {
    color: #828282!important;
}
.nav__imb ul li a.black.active, .nav__imb ul li a.black:hover {
    color: #333!important;
}
.nav__imb ul li a.activeLight {
    color: #fff!important;
}
.nav__imb ul.activeLight li a {
    color: #e0e0e0!important;
}
.nav__imb ul.activeLight .active {
    color: #fff!important;
}
.nav__im ul li a {
    color: #fff!important;
}
.categoryvote:hover .d-none {
    display: block!important;
}
.categoryvote:hover .bg__blackoverlay3 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.categoryvote:hover .bg__blackoverlay3:hover {
    background-color: rgba(0, 0, 0, .5)!important;
}
.footer {
    background: #2d2871;
    position: relative;
}
.footer h5 {
    font-size: 18px;
}
@media(min-width:992px) {
    .footer__subscribe {
    position: absolute;
    left: 0;
    bottom: 50px;
}
}.footer button, .footer input {
    border: 1px solid #fff;
    min-width: auto;
}
.footer__form>* {
    display: none;
}
.footer__form .email_input, .footer__form button {
    display: inline-block;
}
.buletin {
    background: #4f4f4f;
    overflow: hidden;
}
.buletin input {
    border-radius: 50px;
}
@media(min-width:992px) {
    .buletin .container {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
}@media(min-width:992px) {
    .buletin .container .row {
    position: unset;
}
}.buletin .svg {
    position: absolute;
    right: -20px;
    top: 25px;
    width: 115px!important;
    height: 115px!important;
    z-index: 0;
}
@media(min-width:992px) {
    .buletin .svg {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%!important;
    width: auto!important;
}
}.buletin .svg__pustaka {
    right: -85px;
    width: 230px!important;
}
@media(min-width:992px) {
    .buletin .svg__pustaka {
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
}
}.buletin .svg__kungjungikami {
    right: -25px;
    width: 135px!important;
    height: auto!important;
}
@media(min-width:992px) {
    .buletin .svg__kungjungikami {
    height: auto!important;
    width: 160px!important;
}
}.buletin .svg__kungjungikami2 {
    right: -80px;
    width: 185px!important;
    height: auto!important;
    top: 40px;
}
@media(min-width:992px) {
    .buletin .svg__kungjungikami2 {
    top: 0;
    right: -60px;
    width: 200px!important;
}
}@media(min-width:992px) {
    .buletin .svg__tokoh {
    right: -90px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto!important;
}
}@media(min-width:992px) {
    .buletin .svg__iktv {
    right: -90px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto!important;
}
}@media(min-width:992px) {
    .buletin h3 {
    font-size: 32px;
}
}.buletin p {
    font-size: 14px;
}
@media(min-width:992px) {
    .buletin p {
    font-size: 18px;
}
}.buletin button {
    right: 0;
    background: #4f4f4f;
    color: #fff;
    border-radius: 0 50px 50px 0;
}
.buletin--basic {
    background: 0 0;
}
.buletin--basic button {
    background: #000;
}
.buletin button, .buletin input {
    border: 1px solid #fff!important;
    font-size: 16px;
}
.svg {
    fill: #fff;
    stroke: #fff;
    height: 25px!important;
    width: 25px!important;
}
.svg__left {
    margin-left: 0;
    margin-right: 10px;
}
.svg__src {
    display: none;
}
.svg__arrow {
    height: .7rem!important;
    width: .7rem!important;
    fill: none;
}
.svg__icon {
    height: 25px!important;
    width: 25px!important;
    fill: none;
}
@media(min-width:992px) {
    .svg__icon {
    height: 30px!important;
    width: 30px!important;
}
}.svg__icon__info {
    fill: none;
}
.svg__arrowGray {
    stroke: #333;
}
.svg__bulletin {
    fill: none;
    stroke: #333;
}
.svg__auto {
    width: auto!important;
    max-width: none!important;
    height: auto!important;
}
@media(min-width:992px) {
    .svg__lg__white {
    stroke: #fff;
}
}.svg__blue {
    stroke: #296ebb;
}
.svg__blue__fill {
    fill: #296ebb;
}
.svg__orange {
    stroke: #d0542d;
}
.svg__orange__fill {
    fill: #d0542d;
}
.svg__orange3 {
    stroke: #eb8b00;
}
.svg__orange3__fill {
    fill: #eb8b00;
}
.svg__purple {
    stroke: #79318d;
}
.svg__purple__fill {
    fill: #79318d;
}
.svg__green {
    stroke: #277633;
}
.svg__green__fill {
    fill: #277633;
}
.svg__wa {
    stroke-width: 3px;
    width: 27px!important;
    height: 28px!important;
}
form {
    margin: 0!important;
    padding: 0!important;
}
input, label, select, textarea {
    border: none;
    -webkit-user-select: text;
    box-sizing: border-box;
}
input {
    font-size: 16px;
}
@media(max-width:1140px) {
    input {
    width: 100%;
    font-size: 14px;
}
}select, textarea {
    font-size: 16px;
}
@media(max-width:1140px) {
    select, textarea {
    width: 100%}
}label {
    font-size: 18px;
    margin-bottom: 45px;
    display: block;
}
@media(max-width:992px) {
    label {
    margin-bottom: 26px;
}
}label span {
    display: block;
}
label .wpcf7-list-item-label {
    display: inline-block!important;
}
.wpcf7-list-item {
    margin: 0!important;
}
.wpcf7-list-item label {
    display: flex;
}
span.wpcf7-list-item-label {
    font-weight: 400!important;
    color: #000!important;
    margin-top: 0;
    line-height: normal;
}
select.styled-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* background-image: url(../images/svg/icon__arrowTopGray.svg); */
    background-position: right 15px center;
    background-repeat: no-repeat;
    border-radius: 50px;
    background-color: #fff;
    border: none!important;
}
@media(min-width:992px) {
    select.styled-select {
    padding: 15px 25px;
}
}input:focus {
    outline: 0;
}
input, textarea {
    width: 100%}
button, input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio], select {
    width: auto;
}
input[type=submit] {
    moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/svg/icon__arrow__rightdouble.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    padding: 15px 60px 15px 50px;
    background-color: transparent;
}
input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    min-width: 150px;
    padding: 10px 0;
}
input[type=checkbox], input[type=radio] {
    width: 13px;
    height: 13px;
}
input[type=file] {
    padding: 10px;
    font-size: 16px;
    border-radius: 50px;
    background-color: #fff;
    width: auto;
}
@media(min-width:992px) {
    input[type=file] {
    padding: 15px 25px;
}
}::-webkit-search-decoration {
    display: none;
}
textarea {
    vertical-align: top;
    overflow: auto;
}
@media(max-width:1140px) {
    textarea {
    width: 100%}
}select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* background-image: url(../images/svg/icon__arrowTopGray.svg); */
    background-position: right 15px center;
    background-repeat: no-repeat;
    padding: 15px 50px 15px 25px;
    border-radius: 50px;
    padding: 12px 23px;
}
@media(min-width:992px) {
    select {
    padding: 15px 25px;
}
}@media(max-width:992px) {
    select {
    width: 100%}
}select[multiple] {
    vertical-align: top;
}