html{
  zoom: 90%;
}
.container,
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.col,
[class^="col-"],
[class*=" col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.no-gutters .col,
.no-gutters [class^="col-"],
.no-gutters [class*=" col-"],
.grid-row .col,
.grid-row [class^="col-"],
.grid-row [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.grid-row,
.row {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row.mar24 {
  margin-right: -12px;
  margin-left: -12px;
}
.row.mar24 [class*="col-"],
.row.mar24 [class^="col-"] {
  padding-right: 12px;
  padding-left: 12px;
}
.row.mar20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row.mar20 [class*="col-"],
.row.mar20 [class^="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.mar15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row.mar15 [class*="col-"],
.row.mar15 [class^="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row.mar12 {
  margin-right: -6px;
  margin-left: -6px;
}
.row.mar12 .col,
.row.mar12 [class*="col-"],
.row.mar12 [class^="col-"] {
  padding-right: 6px;
  padding-left: 6px;
}
.grid-top {
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid-center {
  -ms-flex-align: center;
  align-items: center;
}
.grid-justify-enter {
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-col-top {
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.grid-col-bottom {
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.grid-col--center {
  align-self: center;
  -ms-flex-item-align: center;
}
.grid-col-auto-size {
  box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
:root[dir=rtl] [class^="offset-"],
:root[dir=rtl] [class*=" offset-"] {
  margin-left: 0;
}
.col {
  flex-basis: 0;
  -ms-box-flex: 1;
  box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-xs-auto {
  box-flex: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-xs {
  flex-basis: 0;
  -ms-box-flex: 1;
  box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-xs-1 {
  box-flex: 1;
  -ms-flex: 0 0 8.333333333333332%;
  flex: 0 0 8.333333333333332%;
  max-width: 8.333333333333332%;
}
.col-xs-2 {
  box-flex: 1;
  -ms-flex: 0 0 16.666666666666664%;
  flex: 0 0 16.666666666666664%;
  max-width: 16.666666666666664%;
}
.col-xs-3 {
  box-flex: 1;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-xs-4 {
  box-flex: 1;
  -ms-flex: 0 0 33.33333333333333%;
  flex: 0 0 33.33333333333333%;
  max-width: 33.33333333333333%;
}
.col-xs-5 {
  box-flex: 1;
  -ms-flex: 0 0 41.66666666666667%;
  flex: 0 0 41.66666666666667%;
  max-width: 41.66666666666667%;
}
.col-xs-6 {
  box-flex: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-xs-7 {
  box-flex: 1;
  -ms-flex: 0 0 58.333333333333336%;
  flex: 0 0 58.333333333333336%;
  max-width: 58.333333333333336%;
}
.col-xs-8 {
  box-flex: 1;
  -ms-flex: 0 0 66.66666666666666%;
  flex: 0 0 66.66666666666666%;
  max-width: 66.66666666666666%;
}
.col-xs-9 {
  box-flex: 1;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-xs-10 {
  box-flex: 1;
  -ms-flex: 0 0 83.33333333333334%;
  flex: 0 0 83.33333333333334%;
  max-width: 83.33333333333334%;
}
.col-xs-11 {
  box-flex: 1;
  -ms-flex: 0 0 91.66666666666666%;
  flex: 0 0 91.66666666666666%;
  max-width: 91.66666666666666%;
}
.col-xs-12 {
  box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-xs-1 {
  margin-left: 8.333333333333332%;
}
:root[dir=rtl] .offset-xs-1 {
  margin-right: 8.333333333333332%;
}
.offset-xs-2 {
  margin-left: 16.666666666666664%;
}
:root[dir=rtl] .offset-xs-2 {
  margin-right: 16.666666666666664%;
}
.offset-xs-3 {
  margin-left: 25%;
}
:root[dir=rtl] .offset-xs-3 {
  margin-right: 25%;
}
.offset-xs-4 {
  margin-left: 33.33333333333333%;
}
:root[dir=rtl] .offset-xs-4 {
  margin-right: 33.33333333333333%;
}
.offset-xs-5 {
  margin-left: 41.66666666666667%;
}
:root[dir=rtl] .offset-xs-5 {
  margin-right: 41.66666666666667%;
}
.offset-xs-6 {
  margin-left: 50%;
}
:root[dir=rtl] .offset-xs-6 {
  margin-right: 50%;
}
.offset-xs-7 {
  margin-left: 58.333333333333336%;
}
:root[dir=rtl] .offset-xs-7 {
  margin-right: 58.333333333333336%;
}
.offset-xs-8 {
  margin-left: 66.66666666666666%;
}
:root[dir=rtl] .offset-xs-8 {
  margin-right: 66.66666666666666%;
}
.offset-xs-9 {
  margin-left: 75%;
}
:root[dir=rtl] .offset-xs-9 {
  margin-right: 75%;
}
.offset-xs-10 {
  margin-left: 83.33333333333334%;
}
:root[dir=rtl] .offset-xs-10 {
  margin-right: 83.33333333333334%;
}
.offset-xs-11 {
  margin-left: 91.66666666666666%;
}
:root[dir=rtl] .offset-xs-11 {
  margin-right: 91.66666666666666%;
}
.offset-xs-12 {
  margin-left: 100%;
}
:root[dir=rtl] .offset-xs-12 {
  margin-right: 100%;
}
.order-xs-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-xs-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-xs-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-xs-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-xs-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-xs-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-xs-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-xs-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-xs-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-xs-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-xs-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-xs-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-xs-12 {
  -ms-flex-order: 12;
  order: 12;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-sm-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-sm-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-sm-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-sm-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-sm-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-sm-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-sm-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-sm-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-sm-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-sm-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-sm-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-sm-3 {
    margin-right: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-sm-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-sm-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-sm-6 {
    margin-right: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-sm-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-sm-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-sm-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-sm-9 {
    margin-right: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-sm-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-sm-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-sm-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-sm-12 {
    margin-right: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-md-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-md-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-md-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-md-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-md-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-md-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-md-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-md-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-md-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-md-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-md-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-md-3 {
    margin-right: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-md-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-md-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-md-6 {
    margin-right: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-md-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-md-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-md-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-md-9 {
    margin-right: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-md-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-md-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-md-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-md-12 {
    margin-right: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-lg-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-lg-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-lg-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-lg-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-lg-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-lg-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-lg-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-lg-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-lg-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-lg-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-lg-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-lg-3 {
    margin-right: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-lg-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-lg-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-lg-6 {
    margin-right: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-lg-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-lg-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-lg-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-lg-9 {
    margin-right: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-lg-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-lg-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-lg-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-lg-12 {
    margin-right: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-xl-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-xl-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-xl-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-xl-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-xl-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-xl-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-xl-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-xl-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-xl-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-xl-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-xl-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-xl-3 {
    margin-right: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-xl-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-xl-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-xl-6 {
    margin-right: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-xl-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-xl-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-xl-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-xl-9 {
    margin-right: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-xl-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-xl-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-xl-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-xl-12 {
    margin-right: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .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;
  }
}
@media (min-width: 1340px) {
  .container {
    max-width: 1300px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-xxl-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-xxl-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-xxl-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-xxl-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-xxl-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-xxl-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-xxl-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-xxl-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxl-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-xxl-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-xxl-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-xxl-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-xxl-3 {
    margin-right: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-xxl-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-xxl-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-xxl-6 {
    margin-right: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-xxl-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-xxl-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-xxl-9 {
    margin-right: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-xxl-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-xxl-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-xxl-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-xxl-12 {
    margin-right: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1670px) {
  .container {
    max-width: 1640px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxl {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-xxxl-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-xxxl-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-xxxl-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-xxxl-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-xxxl-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-xxxl-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-xxxl-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-xxxl-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxxl-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-xxxl-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-xxxl-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-xxxl-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-xxxl-3 {
    margin-right: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-xxxl-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-xxxl-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-xxxl-6 {
    margin-right: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-xxxl-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-xxxl-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-xxxl-9 {
    margin-right: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-xxxl-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-xxxl-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-xxxl-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-xxxl-12 {
    margin-right: 100%;
  }
  .order-xxxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xs-table,
.visible-xs-table-row,
.visible-xs-table-cell,
.visible-xs-flex,
.visible-xs-inline-flex {
  display: none !important;
}
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-sm-table,
.visible-sm-table-row,
.visible-sm-table-cell,
.visible-sm-flex,
.visible-sm-inline-flex {
  display: none !important;
}
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-md-table,
.visible-md-table-row,
.visible-md-table-cell,
.visible-md-flex,
.visible-md-inline-flex {
  display: none !important;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-lg-table,
.visible-lg-table-row,
.visible-lg-table-cell,
.visible-lg-flex,
.visible-lg-inline-flex {
  display: none !important;
}
.visible-xl,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl-table,
.visible-xl-table-row,
.visible-xl-table-cell,
.visible-xl-flex,
.visible-xl-inline-flex {
  display: none !important;
}
.visible-xxl,
.visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block,
.visible-xxl-table,
.visible-xxl-table-row,
.visible-xxl-table-cell,
.visible-xxl-flex,
.visible-xxl-inline-flex {
  display: none !important;
}
.visible-xxxl,
.visible-xxxl-block,
.visible-xxxl-inline,
.visible-xxxl-inline-block,
.visible-xxxl-table,
.visible-xxxl-table-row,
.visible-xxxl-table-cell,
.visible-xxxl-flex,
.visible-xxxl-inline-flex {
  display: none !important;
}
@media (max-width: 575px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-xs,
  .visible-xs-table {
    display: table !important;
  }
  tr.visible-xs,
  .visible-xs-table-row {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs,
  .visible-xs-table-cell {
    display: table-cell !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .visible-sm-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-sm,
  .visible-sm-table {
    display: table !important;
  }
  tr.visible-sm,
  .visible-sm-table-row {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm,
  .visible-sm-table-cell {
    display: table-cell !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .visible-md-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-md,
  .visible-md-table {
    display: table !important;
  }
  tr.visible-md,
  .visible-md-table-row {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md,
  .visible-md-table-cell {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-lg,
  .visible-lg-table {
    display: table !important;
  }
  tr.visible-lg,
  .visible-lg-table-row {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg,
  .visible-lg-table-cell {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1339px) {
  .visible-xl {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .visible-xl-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-xl,
  .visible-xl-table {
    display: table !important;
  }
  tr.visible-xl,
  .visible-xl-table-row {
    display: table-row !important;
  }
  td.visible-xl,
  th.visible-xl,
  .visible-xl-table-cell {
    display: table-cell !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1340px) and (max-width: 1669px) {
  .visible-xxl {
    display: block !important;
  }
  .visible-xxl-inline {
    display: inline !important;
  }
  .visible-xxl-inline-block {
    display: inline-block !important;
  }
  .visible-xxl-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-xxl,
  .visible-xxl-table {
    display: table !important;
  }
  tr.visible-xxl,
  .visible-xxl-table-row {
    display: table-row !important;
  }
  td.visible-xxl,
  th.visible-xxl,
  .visible-xxl-table-cell {
    display: table-cell !important;
  }
  .hidden-xxl {
    display: none !important;
  }
}
@media (min-width: 1670px) {
  .visible-xxxl {
    display: block !important;
  }
  .visible-xxxl-inline {
    display: inline !important;
  }
  .visible-xxxl-inline-block {
    display: inline-block !important;
  }
  .visible-xxxl-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-xxxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-xxxl,
  .visible-xxxl-table {
    display: table !important;
  }
  tr.visible-xxxl,
  .visible-xxxl-table-row {
    display: table-row !important;
  }
  td.visible-xxxl,
  th.visible-xxxl,
  .visible-xxxl-table-cell {
    display: table-cell !important;
  }
  .hidden-xxxl {
    display: none !important;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  margin: 0;
}
@-ms-viewport {
  width: device-width;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
article,
details,
section,
summary,
aside,
main,
menu,
nav,
figcaption,
figure,
footer,
header,
hgroup {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img,
video {
  border: 0;
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:active,
a:hover {
  outline: 0;
}
h1 a,
h2 a,
h3 a,
.title a,
.entry-title a {
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
summary {
  display: list-item;
}
output {
  display: inline-block;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
code {
  /* font-size: 90%; */
  font-size: 13px;
  color: #ffffff;
  background-color: #636363;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 2px;
  padding: 4px 8px;
  white-space: nowrap;
  direction: ltr;
  text-align: left;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #777;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fbfbfb;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  tab-size: 4;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
li a {
  color: inherit;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.invisible {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.hide,
.hidden {
  display: none;
}
.force-hide {
  display: none !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.m-center {
  margin-left: auto;
  margin-right: auto;
}
.middle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.all-middle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.horizental-center {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vertical-center {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.db {
  display: block;
}
.text-center {
  text-align: center;
}
.df {
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
}
.asc {
  align-self: center;
  -ms-flex-item-align: center;
}
.jcc {
  -ms-flex-pack: center;
  justify-content: center;
}
.aic {
  -ms-flex-align: center;
  align-items: center;
}
.jcfs {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.jcfe {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.jcsb {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jcsa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.jcse {
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mra {
  margin-right: auto !important;
}
.mla {
  margin-left: auto !important;
}
.aifs {
  -ms-flex-align: start;
  align-items: flex-start;
}
.aife {
  -ms-flex-align: end;
  align-items: flex-end;
}
.f1 {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.mah {
  margin-right: auto;
  margin-left: auto;
}
.mav {
  margin-top: auto;
  margin-bottom: auto;
}
.a0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ltr {
  direction: ltr;
}
.rtl {
  direction: rtl;
}
.go-right {
  float: right;
}
.go-left {
  float: left;
}
.circle {
  display: inline-block;
  border-radius: 100%;
}
.grayscale {
  filter: #808080;
  filter: grayscale(1);
}
.ungrayscale {
  filter: none;
}
.flip-h {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.in-height p {
  line-height: inherit;
}
.hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.no-p {
  padding: 0px;
}
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.sbs-media {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.sbs-media .sbs-content {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1em;
  min-width: 0px;
}
.abs-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
html {
  font-family: 'iyekan', tahoma, 'Open sans', sans-serif;
  font-size: 13px;
}
body {
  margin: 0;
  font-family: 13px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #222653;
  text-align: left;
  background-color: #fff;
  direction: ltr;
}
@font-face {
  font-family: 'iyekan';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/iranyekanwebthinfanum.eot#");
  src: url("../fonts/iranyekanwebthinfanum.eot#iefix") format('embedded-opentype'), url("../fonts/iranyekanwebthinfanum.woff") format('woff'), url("../fonts/iranyekanwebthinfanum.ttf") format("truetype");
}
@font-face {
  font-family: 'iyekan';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/iranyekanweblightfanum.eot#");
  src: url("../fonts/iranyekanweblightfanum.eot#iefix") format('embedded-opentype'), url("../fonts/iranyekanweblightfanum.woff") format('woff'), url("../fonts/iranyekanweblightfanum.ttf") format("truetype");
}
@font-face {
  font-family: 'iyekan';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/iranyekanwebregularfanum.eot");
  src: url("../fonts/iranyekanwebregularfanum.eot#iefix") format("embedded-opentype"), url("../fonts/iranyekanwebregularfanum.woff") format('woff'), url("../fonts/iranyekanwebregularfanum.ttf") format("truetype");
}
@font-face {
  font-family: 'iyekan';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iranyekanwebmediumfanum.eot#");
  src: url("../fonts/iranyekanwebmediumfanum.eot#iefix") format('embedded-opentype'), url("../fonts/iranyekanwebmediumfanum.woff") format('woff'), url("../fonts/iranyekanwebmediumfanum.ttf") format("truetype");
}
@font-face {
  font-family: 'iyekan';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/iranyekanwebboldfanum.eot#");
  src: url("../fonts/iranyekanwebboldfanum.eot#iefix") format('embedded-opentype'), url("../fonts/iranyekanwebboldfanum.woff") format('woff'), url("../fonts/iranyekanwebboldfanum.ttf") format("truetype");
}
@font-face {
  font-family: 'iyekan';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/iranyekanwebextraboldfanum.eot#");
  src: url("../fonts/iranyekanwebextraboldfanum.eot#iefix") format('embedded-opentype'), url("../fonts/iranyekanwebextraboldfanum.woff") format('woff'), url("../fonts/iranyekanwebboldfanum.ttf") format("truetype");
}
@font-face {
  font-family: 'iyekan';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/iranyekanwebblackfanum.eot#");
  src: url("../fonts/iranyekanwebblackfanum.eot#iefix") format('embedded-opentype'), url("../fonts/iranyekanwebblackfanum.woff") format('woff'), url("../fonts/iranyekanwebboldfanum.ttf") format("truetype");
}
@font-face {
  font-family: 'iyekan';
  font-style: normal;
  font-weight: 950;
  src: url("../fonts/iranyekanwebextrablackfanum.eot#");
  src: url("../fonts/iranyekanwebextrablackfanum.eot#iefix") format('embedded-opentype'), url("../fonts/iranyekanwebextrablackfanum.woff") format('woff'), url("../fonts/iranyekanwebboldfanum.ttf") format("truetype");
}
svg.icon {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}
svg.icon path {
  -ms-transition: inherit;
  transition: inherit;
}
::selection {
  background: #aba870;
  color: #fff;
}
::-moz-selection {
  background: #aba870;
  color: #fff;
}
html {
  font-size: 13px;
  min-height: 100%;
}
body {
  font-family: 'iyekan', tahoma, 'Open sans', sans-serif;
  font-size: 13px;
  color: #222653;
  background-color: #fff;
  direction: rtl;
  text-align: right;
  font-weight: 400;
}
a,
ins {
  text-decoration: none;
}
img {
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.typography,
.post-content {
  font: 400 14px/30px 'iyekan', tahoma, 'Open sans', sans-serif;
  color: #364c4b;
  text-align: justify;
}
.typography p,
.post-content p {
  line-height: inherit;
  margin-bottom: 40px;
}
.typography p:last-child,
.post-content p:last-child {
  margin-bottom: 0;
}
.typography .row,
.post-content .row {
  margin-bottom: 27px;
}
.typography a,
.post-content a {
  color: #0f8881;
  font-weight: 700;
}
.typography a:hover,
.post-content a:hover {
  color: #948cd2;
}
.typography a.gray,
.post-content a.gray {
  color: #8a8a8a;
  font-style: italic;
}
.typography img.aligncenter,
.post-content img.aligncenter {
  display: block;
  margin: 0 auto 27px;
}
.typography img.alignright,
.post-content img.alignright {
  margin-left: 1em;
  float: right;
}
.typography img.alignleft,
.post-content img.alignleft {
  margin-right: 1em;
  float: left;
}
.typography img.alignleft + p + p,
.post-content img.alignleft + p + p,
.typography img.alignright + p + p,
.post-content img.alignright + p + p {
  clear: both;
}
.typography hr,
.post-content hr {
  outline: none;
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 27px;
}
.typography h1,
.post-content h1,
.typography h2,
.post-content h2,
.typography h3,
.post-content h3,
.typography h4,
.post-content h4,
.typography h5,
.post-content h5,
.typography h6,
.post-content h6 {
  line-height: 1.94;
  margin-bottom: 10px;
  font-weight: 500;
  color: #0eada4;
}
.typography h1,
.post-content h1 {
  font-size: 1.538461538461539rem;
}
.typography h2,
.post-content h2 {
  font-size: 1.384615384615385rem;
}
.typography h3,
.post-content h3 {
  font-size: 1.230769230769231rem;
}
.typography h4,
.post-content h4,
.typography h5,
.post-content h5,
.typography h6,
.post-content h6 {
  font-size: 1.076923076923077rem;
}
.typography ol,
.post-content ol,
.typography ul,
.post-content ul {
  list-style: none;
  margin-bottom: 27px;
  line-height: 2.58;
  color: #646464;
}
.typography ol ul,
.post-content ol ul,
.typography ul ul,
.post-content ul ul,
.typography ol ol,
.post-content ol ol,
.typography ul ol,
.post-content ul ol {
  padding-left: 20px;
}
html[dir="rtl"] .typography ol ul,
html[dir="rtl"] .post-content ol ul,
html[dir="rtl"] .typography ul ul,
html[dir="rtl"] .post-content ul ul,
html[dir="rtl"] .typography ol ol,
html[dir="rtl"] .post-content ol ol,
html[dir="rtl"] .typography ul ol,
html[dir="rtl"] .post-content ul ol,
body.rtl .typography ol ul,
body.rtl .post-content ol ul,
body.rtl .typography ul ul,
body.rtl .post-content ul ul,
body.rtl .typography ol ol,
body.rtl .post-content ol ol,
body.rtl .typography ul ol,
body.rtl .post-content ul ol {
  padding: 0 50px 0;
}
.typography ol,
.post-content ol {
  counter-reset: item;
}
.typography ol li:before,
.post-content ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  display: inline-block;
  margin-left: 15px;
}
.typography ul li,
.post-content ul li {
  position: relative;
  padding-right: 30px;
}
.typography ul li:before,
.post-content ul li:before {
  content: '\2713';
  display: inline-block;
  color: #60c339;
  font-size: 1.615384615384615rem;
  vertical-align: middle;
  margin-left: 15px;
  position: absolute;
  top: -10px;
  right: 0;
}
.typography ins,
.post-content ins {
  background-color: #fff8dc;
  color: #8f7200;
  padding: 0 3px;
}
.typography strong,
.post-content strong {
  font-weight: 700;
}
.typography em,
.post-content em {
  font-style: italic;
}
.typography pre,
.post-content pre {
  margin-bottom: 20px;
}
.typography blockquote,
.post-content blockquote {
  quotes: none;
  margin-bottom: 27px;
  padding: 10px 25px;
  position: relative;
  border-radius: 9px;
  border: 1px solid #4fa913;
  background-color: #dff4d9;
  color: #2c6f0f;
  font-size: 17px;
  display: table;
  width: auto;
}
.typography blockquote h1,
.post-content blockquote h1,
.typography blockquote h2,
.post-content blockquote h2,
.typography blockquote h3,
.post-content blockquote h3,
.typography blockquote h4,
.post-content blockquote h4,
.typography blockquote h5,
.post-content blockquote h5,
.typography blockquote h6,
.post-content blockquote h6 {
  color: #ff6430;
  font-size: 1.076923076923077rem;
  font-weight: 700;
  font-style: normal;
}
.typography blockquote p,
.post-content blockquote p {
  margin: 0;
}
.typography > *:last-child,
.post-content > *:last-child {
  margin-bottom: 0px;
}
.typography figure,
.post-content figure {
  margin: 0 0 20px;
  max-width: 100%;
}
.typography figure.aligncenter,
.post-content figure.aligncenter {
  margin: 0 auto 40px;
  text-align: center;
}
.typography figure.aligncenter img,
.post-content figure.aligncenter img {
  display: inline-block;
}
.typography figure.alignright,
.post-content figure.alignright {
  float: right;
  margin-left: 1em;
}
.typography figure.alignleft,
.post-content figure.alignleft {
  float: left;
  margin-right: 1em;
}
.typography figure.alignnone,
.post-content figure.alignnone {
  width: auto !important;
  margin: 0 -20px 20px;
  max-width: none;
}
.typography figure .wp-caption-text,
.post-content figure .wp-caption-text {
  color: #aaa;
  font-size: 1.076923076923077rem;
  font-weight: 400;
  font-style: italic;
  padding: 10px 10px 0;
}
.typography img.full-size,
.post-content img.full-size {
  width: 100%;
  height: auto;
}
.typography .accordion .accordion-title,
.post-content .accordion .accordion-title {
  background-color: #60c339;
  padding: 5px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: table;
  cursor: pointer;
}
.typography .accordion .accordion-content,
.post-content .accordion .accordion-content {
  margin-bottom: 27px;
  text-align: justify;
}
.typography .trailer-vid,
.post-content .trailer-vid {
  margin-bottom: 20px;
}
.typography form p,
.post-content form p {
  margin-bottom: 10px;
}
.typography input[type=text],
.post-content input[type=text],
.typography input[type=email],
.post-content input[type=email],
.typography input[type=password],
.post-content input[type=password],
.typography input[type=search],
.post-content input[type=search],
.typography input[type=tel],
.post-content input[type=tel],
.typography input[type=address],
.post-content input[type=address],
.typography input[type=number],
.post-content input[type=number] {
  border: 2px solid #eaedf3;
  height: 60px;
  border-radius: 8px;
  padding: 0 15px;
  max-width: 100%;
}
.typography textarea,
.post-content textarea {
  border: 2px solid #eaedf3;
  border-radius: 8px;
  min-height: 160px;
  padding: 15px;
  resize: vertical;
  max-width: 100%;
}
.typography button,
.post-content button,
.typography input[type=submit],
.post-content input[type=submit] {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  height: 60px;
  background-color: #6278cd;
  padding: 0 43px;
  line-height: 60px;
  border: 0;
  border-radius: 8px;
  display: table;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.typography button:hover,
.post-content button:hover,
.typography input[type=submit]:hover,
.post-content input[type=submit]:hover {
  background-color: #0f1633;
}
div.wpcf7 .ajax-loader {
  position: absolute;
}
svg.grad {
  fill: url("#grad");
}
.bgs-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  min-height: 1000px;
  z-index: -1;
}
@media (max-width: 991px) {
  .bgs-wrap {
    display: none;
  }
}
.bgs-wrap:before {
  content: '';
  width: 1344px;
  height: 1417px;
  width: 70vw;
  height: 70vw;
  -ms-transform: rotate(-24.999999606903337deg);
  transform: rotate(-24.999999606903337deg);
  background-image: -ms-linear-gradient(192deg, #515bd4 0%, #3741b8 100%);
  background-image: linear-gradient(258deg, #515bd4 0%, #3741b8 100%);
  border-radius: 100px;
  border-bottom-left-radius: 0;
  position: absolute;
  z-index: -1;
  top: -23vw;
  left: -37vw;
}
@media (min-width: 1600px) {
  .bgs-wrap:before {
    top: -33vw;
  }
}
.site-wrap {
  position: relative;
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .site-wrap {
    padding-top: 120px;
  }
}
.site-wrap.offCanvas {
  -ms-transform: translateX(320px);
  transform: translateX(320px);
}
html.no-flow,
body.no-flow {
  overflow: hidden;
}
body:not(.home) .bgs-wrap:before {
  top: -36vw !important;
  left: -45vw !important;
}
body:not(.home) .site-header {
  margin-bottom: 60px;
}
.plans-top-area .plans-title {
  font-size: 38px;
  color: #222653;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 100px;
}
.plans-top-area .plans-title svg {
  width: 82px;
  height: 82px;
  margin-left: 33px;
}
.plans-top-area .plans-title .en {
  display: block;
  font-size: 20px;
  color: #222653;
  font-weight: 200;
  letter-spacing: 10.78px;
  margin-top: 8px;
  text-align: right;
}
.plans-description {
  font-size: 19px;
  line-height: 59px;
  text-align: justify;
  letter-spacing: normal;
  font-weight: 300;
  margin-bottom: 140px;
}
.plans-description h2 {
  font-size: 25px;
  font-weight: 700;
}
.plan-specs-cards {
  border-radius: 70px;
  background-color: #f5f5f5;
  padding: 0 82px 56px;
  margin-bottom: 106px;
}
@media (max-width: 1339px) {
  .plan-specs-cards {
    padding: 0 15px 56px;
  }
}
.plan-specs-cards .specs-cards-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 49px;
}
@media (max-width: 1199px) {
  .plan-specs-cards .specs-cards-wrap {
    grid-gap: 100px 49px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .plan-specs-cards .specs-cards-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .plan-specs-cards .specs-cards-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .plan-specs-cards .specs-cards-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.plan-specs-cards .specs-cards-wrap .specs-card {
  height: 159px;
  margin-top: -30px;
}
.blue-square-btn {
  width: 91px;
  height: 82px;
  background-color: #515bd4;
  border-radius: 37px;
  border-top-left-radius: 0;
}
.blue-square-btn svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.dashboard-header-wrap {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.16);
  padding: 0 !important;
}

.site-logo {
    max-width: 220px !important;
  }

@media (max-width: 1199px) {
  .dashboard-header-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 66px;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(0,0,0,0.14);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0;
    z-index: 9999;
  }
  .dashboard-header-wrap .container {
    height: 100%;
  }
  .dashboard-header-wrap .site-logo {
    max-width: 125px !important;
  }
}
.dashboard-header {
  padding: 54px 15px 50px;
}
@media (max-width: 1199px) {
  .dashboard-header {
    padding: 0 15px;
  }
}
.dashboard-header .logout {
  margin-right: auto;
}
.dashboard-page {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .dashboard-page {
    padding-top: 0;
  }
}
.dashboard-navigation {
  width: 100%;
  max-width: 283px;
  box-flex: 1;
  -ms-flex: 0 0 283px;
  flex: 0 0 283px;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .dashboard-navigation {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    z-index: 999;
    padding: 100px 0 0 0 !important;
    overflow: auto;
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .dashboard-navigation:not(.open) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -ms-transform: translateY(-30px) scaleY(0.99);
    transform: translateY(-30px) scaleY(0.99);
  }
  .dashboard-navigation .navigation-inner {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(0,0,0,0.14);
    border-radius: 30px;
    padding: 40px;
    max-width: 90%;
    margin: 0 auto;
  }
}
.dashboard-navigation .navigation-header {
  color: #5e5e5e;
  margin-bottom: 52px;
}
.dashboard-navigation .navigation-header svg {
  width: 45px;
  height: 45px;
  fill: #515bd4;
  margin-left: 22px;
}
.dashboard-navigation .navigation-header .username {
  font-size: 18px;
  display: block;
  font-weight: 700;
}
.dashboard-navigation .navigation-header .balance {
  font-size: 14px;
  color: #24af7b;
  font-weight: 400;
}
.dashboard-navigation ul {
  color: #5e5e5e;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.dashboard-navigation ul li {
  margin-bottom: 34px;
}
.dashboard-navigation ul li svg {
  fill: #9f9f9f;
  width: 22px;
  height: 22px;
  margin-left: 16px;
}
.dashboard-navigation ul li.active {
  font-weight: 700;
}
.dashboard-navigation ul li.active svg {
  fill: #515bd4;
}
.account-stats-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 43px;
  margin-bottom: 45px;
}
@media (max-width: 1650px) {
  .account-stats-wrap {
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .account-stats-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 380px) {
  .account-stats-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.account-stat {
  box-shadow: 0 0 25px rgba(0,0,0,0.14);
  border-radius: 37px;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 39px 34px;
}
@media (max-width: 1650px) {
  .account-stat {
    padding: 25px 19px;
  }
}
@media (max-width: 1650px) {
  .account-stat .info {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.account-stat .ttl {
  font-size: 12px;
  color: #200e32;
  font-weight: 700;
  letter-spacing: -0.36px;
  line-height: 1.2;
}
.account-stat .amount {
  color: #5e5e5e;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.23px;
}

.account-stat .currency-symbol {
  font-size: 16px;
  font-weight: 700;
  color: #5e5e5e;
  display: inline-block;
  margin-right: 5px;
}
.account-stat svg {
  width: 52px;
  height: 52px;
  margin-left: 27px;
  fill: #515bd4;
}
@media (max-width: 1650px) {
  .account-stat svg {
    margin: 0 auto 20px;
  }
}
.orders-summary {
  margin-bottom: 98px;
}
.orders-summary .ttl {
  font-size: 25px;
  color: #200e32;
  font-weight: 500;
  margin-bottom: 27px;
}
.summary-boxes-wrap {
  display: grid;
  grid-gap: 42px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .summary-boxes-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .summary-boxes-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.summary-order-box {
  box-shadow: 0 0 30px rgba(0,0,0,0.14);
  border-radius: 50px;
  background-color: #fff;
  padding: 10px 13px 0;
}
.summary-order-box .heading {
  border-radius: 37px;
  background-color: #eee;
  padding: 26px 20px 29px;
  margin-bottom: 32px;
}
.summary-order-box .heading svg {
  width: 53px;
  height: 53px;
}
.summary-order-box .stats-text {
  margin-bottom: 29px;
  text-align: center;
  color: #4a4a4a;
  font-size: 19px;
  font-weight: 400;
  padding: 0 32px;
}
.summary-order-box .stats-text strong {
  display: inline-block;
  margin-right: 30px;
}
.summary-order-box .until-now {
  border-radius: 37px;
  background-color: #515bd4;
  height: 66px;
  line-height: 66px;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  padding: 0 25px;
  text-align: center;
  margin: 0 20px -22px;
}
.summary-order-box .until-now strong {
  display: inline-block;
  margin-right: 38px;
}
.recent-orders-wrap {
  margin-bottom: 50px;
}
.recent-orders-wrap .ttl {
  font-size: 25px;
  color: #200e32;
  font-weight: 500;
  margin-bottom: 26px;
}
.dashboard-footer .container {
  background-color: #f5f5f5;
  max-width: 1320px;
  border-top-right-radius: 90px;
  border-top-left-radius: 90px;
  position: relative;
  padding: 30px 68px 27px 108px;
  font-size: 17px;
  color: #333;
  font-weight: 400;
  line-height: 34px;
}
.dashboard-footer .container .en {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
.dashboard-footer .container .foot-logo {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
.dashboard-footer .container .version .ver {
  background-color: #515bd4;
  padding: 0 13px 0 19px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  margin-right: 9px;
}
.dashboard-page-content {
  margin-bottom: 70px;
}
.pagination {
  direction: ltr;
  text-align: left;
}
.pagination .page-numbers {
  margin-right: 20px;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  line-height: 1;
  background-color: #eee;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #494949;
  font-size: 24px;
  font-weight: 400;
}
.pagination .page-numbers.current {
  box-shadow: 0 0 15px rgba(0,0,0,0.16);
  background-color: #515bd4;
  color: #fff;
}
.pagination .page-numbers.dots {
  background: none;
}
.dashboard-content-area .dashboard-content-head {
  margin-bottom: 20px;
}
.dashboard-content-area .dashboard-content-head .ttl {
  color: #200e32;
  font-weight: 500;
  font-size: 33px;
}
.dashboard-content-block {
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  border-radius: 50px;
  background-color: #fff;
  padding: 68px;
}
@media (max-width: 767px) {
  .dashboard-content-block {
    padding: 35px 15px;
  }
}
.send-ticket-form .form-row {
  margin-bottom: 30px;
}
.send-ticket-form .textfield {
  border: 0;
}
.send-ticket-form label {
  display: block;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 9px;
}
.custom-file-input {
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
}
.custom-file-input input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.custom-file-input .textfield {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 300px;
}
.custom-file-input button {
  border-radius: 17px;
  background-color: #515bd4;
  height: 43px;
  padding: 0 30px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.custom-file-input button svg {
  width: 20px;
  height: 20px;
  margin-left: 16px;
}
.send-ticket-guide {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px !important;
}
.send-ticket-guide p {
  color: #707070;
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  line-height: 27px;
}
.send-ticket-guide p:not(:last-child) {
  margin-bottom: 27px;
}
.send-ticket-wrap {
  padding: 0 15px !important;
}
.dashboard-content-block {
  margin: 0 -20px;
}
.api-description {
  padding: 0 20px !important;
  color: #707070;
  font-size: 19px;
  font-weight: 400;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: normal;
}
@media (max-width: 767px) {
  .api-description {
    font-size: 14px;
  }
}
.api-description p {
  line-height: 37px;
  margin-bottom: 35px;
  text-align: justify;
}
@media (max-width: 767px) {
  .api-description p {
    margin-bottom: 15px;
  }
}
.api-description .register-link {
  padding: 0 17px 0 46px;
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
  border-radius: 26px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .api-description .register-link {
    margin: auto auto 0;
  }
}
.api-description .register-link .icn {
  position: relative;
  line-height: 1;
  margin-left: 32px;
}
.api-description .register-link .icn svg {
  margin-left: 0;
}
.api-description .register-link .icn:before {
  position: absolute;
  top: 1px;
  right: -6px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  content: '+';
}
.api-key-section {
  padding: 0 20px !important;
}
.api-key {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  text-align: left;
  border-radius: 50px;
  background-color: #ebebeb;
  height: 60px;
  padding: 11px 30px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .api-key {
    font-size: 13px;
  }
}
.api-key .sep {
  align-self: stretch;
  -ms-flex-item-align: stretch;
  border-left: 1px solid #eee;
  margin: 0 10px;
}
.api-key input {
  background: none;
  border: 0;
  color: #222653;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2.06px;
  /* text-transform: uppercase; */
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .api-key input {
    font-size: 12px;
    letter-spacing: normal;
  }
}
@media (max-width: 480px) {
  .api-key strong {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
    width: 25%;
  }
  .api-key input {
    -ms-flex-order: 3;
    order: 3;
  }
  .api-key .sep {
    display: none;
  }
  .api-key .refresh {
    margin: 0 10px 0 0 !important;
  }
}
.api-key .refresh {
  background: none;
  border: 0;
  margin-left: 18px;
}
.api-key .refresh svg {
  width: 36px;
  height: 36px;
  fill: #222653;
}
@media (max-width: 767px) {
  .api-key .refresh svg {
    width: 18px;
    height: 18px;
  }
}
.api-key-section ul {
  color: #222653;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .api-key-section ul {
    font-size: 14px;
  }
}
.api-key-section ul li {
  margin-bottom: 20px;
}
.api-key-section ul li svg {
  width: 20px;
  height: 20px;
  fill: #51d478;
  margin-left: 10px;
}
.api-key-section .last-status {
  color: #222653;
  font-size: 18px;
  font-weight: 900;
}
.wallet-top-up-form .form-choice-group {
  margin-bottom: 0;
}
.wallet-top-up-form .form-row:not(:last-child) {
  margin-bottom: 62px;
}
.wallet-top-up-form .form-row > label {
  min-width: 260px;
  font-size: 19px;
  font-weight: 700;
  color: #4a4a4a;
  padding-left: 10px;
}
.mt85 {
  margin-top: 85px;
}
.responsive-account-menu-toggle {
  background: none;
  border: 0;
  outline: none;
  padding: 0;
  width: 60px;
  height: 60px;
}
.responsive-account-menu-toggle svg {
  width: 30px;
  height: 30px;
  fill: #4f59d2;
}
@media (max-width: 991px) {
  .api-description {
    margin-bottom: 35px;
  }
  .dashboard-content-block {
    margin: 0;
  }
  .send-ticket-form {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .dashboard-content-head {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .send-ticket-form .form-row {
    width: 100%;
  }
  .send-ticket-form .form-row .custom-select {
    width: 100% !important;
  }
  .send-ticket-form .form-row .textfield {

  }
}
.faq {
  margin-bottom: 142px;
}
.faq .bx-ttl {
  color: #222653;
  font-size: 20px;
  font-weight: 400;
  line-height: 39px;
  margin-bottom: 56px;
  padding-right: 8px;
}
.faq-item {
  border: 7px solid #f5f5f5;
  border-radius: 49px;
  background-color: #fff;
  margin-bottom: 25px;
}
.faq-item .accordion-toggle {
  border-radius: 49px;
  background-color: #f5f5f5;
  padding: 15px 30px 15px 70px;
  cursor: pointer;
  margin: -7px;
  font-size: 20px;
  color: #707070;
  font-weight: 400;
  line-height: 39px;
  position: relative;
}
@media (max-width: 1199px) {
  .faq-item .accordion-toggle {
    padding: 15px 30px 15px 70px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .faq-item .accordion-toggle {
    padding: 15px 10px 15px 70px;
  }
}
.faq-item .accordion-toggle svg.circle-round {
  position: absolute;
  top: 50%;
  left: 25px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #cbcbcb;
  width: 40px;
  height: 40px;
}
@media (max-width: 575px) {
  .faq-item .accordion-toggle svg.circle-round {
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .faq-item .accordion-toggle svg.circle-round {
    width: 24px;
    height: 24px;
  }
}
.faq-item .accordion-body {
  padding: 39px 72px 53px;
  color: #707070;
  font-size: 23px;
  font-weight: 400;
  line-height: 39px;
  text-align: justify;
  display: none;
}
@media (max-width: 1199px) {
  .faq-item .accordion-body {
    font-size: 14px;
    padding: 39px 25px 53px;
  }
}
.faq-item.open .accordion-toggle svg.circle-round {
  -ms-transform: translateY(-50%) scale(1, -1);
  transform: translateY(-50%) scale(1, -1);
}
.site-footer {
  position: relative;
  background-color: #fff;
}
.site-footer .container {
  position: relative;
  padding: 109px 15px 64px 45px;
  z-index: 0;
}
@media (max-width: 991px) {
  .site-footer .container {
    padding: 109px 15px 40px 15px;
  }
}
.site-footer .bg-svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  fill: #eee;
  z-index: -1;
}
.site-footer .logo-sym {
  position: absolute;
  padding: 10px;
  transform: scaleX(-1);
  top: 6%;
  max-width: 7vw;
  right: 17.6%;
}
@media (max-width: 991px) {
  .site-footer .logo-sym {
    top: 1%;
    right: 18%;
    max-width: 6vw;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-boxes {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.site-footer .footer-boxes .footer-itm {
  margin-right: 60px;
}
@media (max-width: 991px) {
  .site-footer .footer-boxes .footer-itm {
    margin-right: 0;
  }
}
.site-footer .footer-boxes .footer-itm h4 {
  color: #515bd4;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 34px;
  line-height: 1;
}
@media (max-width: 991px) {
  .site-footer .footer-boxes .footer-itm h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.site-footer .footer-boxes .footer-itm h4:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 25px;
  box-shadow: 0 0 3px rgba(129,52,175,0.55);
  border-radius: 5px;
  background-image: -ms-linear-gradient(336deg, #515bd4 0%, #dd2a7b 49%, #feda77 100%);
  background-image: linear-gradient(114deg, #515bd4 0%, #dd2a7b 49%, #feda77 100%);
  line-height: 1;
  vertical-align: middle;
  margin-left: 19px;
}
@media (max-width: 991px) {
  .site-footer .footer-boxes .footer-itm h4:before {
    width: 6px;
    height: 15px;
    margin-left: 12px;
  }
}
.site-footer .copyright-texts {
  margin-top: -50px;
  color: #333;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .site-footer .copyright-texts {
    margin-top: 30px;
    font-size: 11px;
  }
}
.site-footer .copyright-texts .en {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
.certificates-slider-wrap {
  border-radius: 22px;
  border: 2px solid #c6c5c7;
  height: 189px;
  padding: 17px 17px 20px;
  width: 141px;
  position: relative;
}
@media (max-width: 991px) {
  .certificates-slider-wrap {
    width: 81px;
    height: 109px;
  }
}
.certificates-slider-wrap .cert-next,
.certificates-slider-wrap .cert-prev {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 21px;
  height: 21px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #c6c5c7;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  background-color: #f8f8f8;
}
.certificates-slider-wrap .cert-next svg,
.certificates-slider-wrap .cert-prev svg {
  width: 8px;
  height: 8px;
  fill: #c6c5c7;
}
.certificates-slider-wrap .cert-next {
  top: -10px;
}
.certificates-slider-wrap .cert-prev {
  bottom: -10px;
}
.footer-list-menu {
  line-height: 1;
  font-size: 16px;
  color: #5e5e5e;
  font-weight: 400;
}
.footer-list-menu li {
  margin-bottom: 19px;
  padding-right: 28px;
  position: relative;
}
@media (max-width: 991px) {
  .footer-list-menu li {
    font-size: 9px;
  }
}
.footer-list-menu li:before {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  right: 0;
  background-color: #c6c8e1;
}
@media (max-width: 991px) {
  .footer-socials {
    position: absolute;
    display: -ms-flexbox;
    display: box;
    display: flex;
    top: 0;
    left: 0;
    padding: 30px 0 0 30px;
  }
}
@media (max-width: 380px) {
  .footer-socials {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 57px 0 0 30px;
  }
}
.footer-socials .soc-link:not(:last-child) {
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .footer-socials .soc-link:not(:last-child) {
    margin-bottom: 0;
    margin-left: 35px;
  }
}
.footer-socials .soc-link svg {
  width: 45px;
  height: 45px;
  fill: #2496ec;
  margin-left: 16px;
}
@media (max-width: 991px) {
  .footer-socials .soc-link svg {
    width: 27px;
    height: 27px;
  }
}
.footer-socials .soc-link .texts {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}
.footer-socials .soc-link .texts strong {
  display: block;
  color: #515bd4;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .footer-socials .soc-link .texts {
    font-size: 7px;
  }
  .footer-socials .soc-link .texts strong {
    font-size: 14px;
  }
}
.textfield {
  border-radius: 13px;
  height: 43px;
  border: 2px solid #dbdbdb;
  background-color: #f5f5f5;
  width: 100%;
  display: block;
  padding: 0 15px;
  font-size: 15px;
  color: #4a4a4a;
}
.textfield-ltr {
  direction: ltr !important;
}
.textfield.large {
  height: 69px;
  border-radius: 90px;
  border: 3px solid #eee;
  background-color: #fbfbfb;
  font-size: 22px;
  padding: 0 33px;
}
.textfield.borderless {
  border: 0;
}
.form-warning {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 33px;
}
.form-warning svg {
  margin-left: 17px;
  width: 38px;
  height: 38px;
  fill: #ec4a4a;
}
.button {
  border-radius: 90px;
  height: 53px;
  line-height: 53px;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  border: 0;
  outline: none;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  color: #383838;
  background-color: #e1e1e1;
  text-align: center;

  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.button.wider {
  text-align: center;
  min-width: 240px;
  -ms-flex-pack: center;
  justify-content: center;
}
.button.large,
.button.larger {
  width: 100%;
  display: block;
}
.button.larger {
  height: 70px;
  line-height: 70px;
}
.button.primary {
  background-color: #515bd4;
  color: #fff;
}
.button.payment-btn {
  background-color: #51d478;
  color: #fff;
}
.button.danger {
  background-color: #ec4a4a;
  border-radius: 37px;
  color: #fff;
  height: 54px;
}
.button svg {
  width: 21px;
  height: 21px;
  margin-left: 18px;
  fill: #fff;
}

button:hover {
	transition: 100ms linear; 
	transform: scale(1.01);
}
.custom-checkbox {
  position: relative;
  cursor: pointer;
}
.custom-checkbox .check {
  margin-left: 8px;
}
.custom-checkbox .check svg {
  width: 22px;
  height: 22px;
  fill: #e9e9e9;
}
.custom-checkbox input {
  position: absolute;
  z-index: -999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.custom-checkbox input:checked + .check svg {
  fill: #2496ec;
}
.form-choice-group {
  margin-bottom: 45px;
}
.form-choice-group .ttl {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
}
.form-choice-group .radio-wrap {
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-choice-group .radio-wrap {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .form-choice-group .radio-wrap .chk {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.form-choice-group .radio-wrap:not(:last-of-type) {
  margin-left: 24px;
}
.form-choice-group .radio-wrap .chk {
  border-radius: 16px;
  border: 3px solid #cbcbcb;
  padding: 11px 18px 8px;
  height: 100%;
}
.form-choice-group .radio-wrap input {
  position: absolute;
  z-index: -999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.form-choice-group .radio-wrap input:checked + .chk {
  border-color: #20d47a;
}
.form-choice-group .radio-wrap.wallet {
  margin-right: auto;
}
.form-choice-group .radio-wrap.wallet .chk {
  padding-left: 30px;
}
.form-choice-group .wallet-choice .icn {
  color: #4a4a4a;
  font-size: 9px;
  text-align: center;
  font-weight: 500;
  margin-left: 30px;
}
.form-choice-group .wallet-choice .icn svg {
  display: block;
  fill: #515bd4;
  width: 42px;
  height: 42px;
}
.form-choice-group .wallet-choice .balance {
  color: #5e5e5e;
  font-weight: 400;
  font-size: 15px;
}
.form-choice-group .wallet-choice .balance .price {
  display: block;
  color: #5e5e5e;
  font-size: 19px;
  font-weight: 400;
}
.form-choice-group .wallet-choice .balance .price .currency-symbol {
  font-size: 14px;
  display: inline-block;
  margin-right: 3px;
}
textarea.textfield {
  height: 164px;
  resize: none;
  padding: 10px 15px;
}
.custom-select {
  position: relative;
}
.custom-select .select-selected {
  border-radius: 17px;
  height: 44px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 39px;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  background-color: #f5f5f5;
  position: relative;
}
.custom-select .select-selected:after {
  content: '';
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKBAMAAACgUqiRAAAAAXNSR0IB2cksfwAAACRQTFRFAAAAMBBAJRA1JBA0IhA0IA4yIxAyIQ4zIQ8yIQ8zIA8zIg4zN6KULwAAAAx0Uk5TABAwQID/YKDQ8L+QXhrpDgAAAEZJREFUeJxjEGIAA2YGBtcEMKvUgEEiDMRgD2dgYGwFCZYWAAnNMIgQAwPT1ASG0kawYs0w9ggBBojgUogQUBAqBBTcCCIBBfkKsOwvom8AAAAASUVORK5CYII=");
  width: 17px;
  height: 10px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
.custom-select .select-selected.select-arrow-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-select .select-selected.select-arrow-active:after {
  -ms-transform: translateY(-50%) scale(1, -1);
  transform: translateY(-50%) scale(1, -1);
}
.custom-select select {
  display: none;
}
.custom-select.bordered .select-selected {
  border: 2px solid #dbdbdb;
}
.custom-select.bordered .select-selected:after {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  background-size: 10px 6px;
}
.custom-select.with-icon {
  position: relative;
}
.custom-select.with-icon svg {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  fill: #515bd4;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.custom-select.with-icon .select-selected {
  padding-right: 58px;
}
.select-items {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 99;
  border-radius: 17px;
  background-color: #f5f5f5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select-items > div {
  padding: 10px 39px;
  border-top: 1px solid #eee;
  cursor: pointer;
}
.select-hide {
  display: none;
}
@media (max-width: 991px) {
  .wallet-top-up-form .form-row > label {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .wallet-top-up-form .form-row .field-wrap {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .wallet-top-up-form button[type=submit] {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
  }
}
.site-header {
  padding: 54px 0;
}
@media (max-width: 991px) {
  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 66px;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(0,0,0,0.14);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0;
    z-index: 9999;
  }
  .site-header .container {
    height: 100%;
  }
  .site-header .site-logo {
    max-width: 145px !important;
  }
}
.top-nav {
  font-size: 16px;
  font-weight: 650;
  color: #5e5e5e;
}
.top-nav > ul > li:not(:last-child) {
  margin-left: 47px;
}
.top-nav > ul > li > a:before {
  content: '';
  width: 8px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 8px;
  box-shadow: 0 0 3px rgba(129,52,175,0.55);
  border-radius: 5px;
  background-color: #515bd4;
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.top-nav > ul > li:not(:hover) > a:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}
.top-nav > ul > li.menu-item-has-children > a:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4' viewBox='0 0 6 4'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23707070' d='M5.918.748L5.17 0 2.958 2.212.748.002 0 .75l2.96 2.959.747-.748V2.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 6px;
}
.top-account-btn {
  height: 51px;
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
  border-radius: 26px;
  background-color: #fff;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px 0 34px;
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 400;
}
.top-account-btn svg {
  stroke: #8134af;
  width: 25px;
  height: 25px;
  margin-left: 27px;
}
.menu-mobile-toggle {
  border: 0;
  outline: none;
  background: none;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-mobile-toggle svg {
  width: 22px;
  height: 22px;
  fill: #4f59d2;
}
.home-hero .hero-content {
  max-width: 46%;
  color: #5e5e5e;
  font-weight: 400;
  font-size: 19px;
}
.home-hero .hero-content .pretitle {
  font-size: 24px;
}
.home-hero .hero-content .hero-title {
  font-weight: 700;
  font-size: 44px;
  color: #222653;
  margin-bottom: 20px;
}
.home-hero .hero-content .desc {
  text-align: justify;
  line-height: 34px;
  margin-bottom: 70px;
}
.home-hero .hero-content .desc p {
  line-height: inherit;
}
.home-hero .hero-image {
  max-width: 45.5%;
  margin: 0;
}
.home-hero .features li {
  min-width: 0;
  width: 100%;
  max-width: 50%;
  box-flex: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: #222653;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 28px;
}
.home-hero .features li svg {
  width: 48px;
  height: 48px;
  margin-left: 14px;
}
@media (max-width: 991px) {
  .home-hero {
    margin-bottom: 56px;
    position: relative;
    z-index: 0;
  }
  .home-hero:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -175px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #515bd4;
    background: -ms-linear-gradient(270deg, #515bd4 0%, #3741b8 100%);
    background: linear-gradient(180deg, #515bd4 0%, #3741b8 100%);
    -webkit-clip-path: url("#hero_bg");
    -ms-clip-path: url("#hero_bg");
    clip-path: url("#hero_bg");
  }
  .home-hero .hero-content {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 0;
    color: #fff;
  }
  .home-hero .hero-content .pretitle {
    font-size: 14px;
  }
  .home-hero .hero-content .hero-title {
    font-size: 27px;
    color: #fff;
  }
  .home-hero .hero-content .desc {
    font-size: 14px;
    line-height: 37px;
  }
  .home-hero .hero-image {
    max-width: 100%;
    text-align: center;
  }
  .home-hero .features {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .home-hero .features li {
    text-align: center;
    margin-bottom: 36px;
    font-size: 11px;
  }
  .home-hero .features li svg {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
  }
}
.nitrogram-intro {
  border: 8px solid #eee;
  border-radius: 70px;
  padding: 33px;
  margin-bottom: 211px;
  position: relative;
}
@media (max-width: 991px) {
  .nitrogram-intro {
    margin: 0 auto 150px;
    width: auto !important;
  }
}
@media (max-width: 575px) {
  .nitrogram-intro {
    margin: 0 15px 150px;
    overflow: hidden;
    padding: 0;
  }
}
.nitrogram-intro .ribbon {
  position: absolute;
  pointer-events: none;
  -ms-user-select: none;
  user-select: none;
}
.nitrogram-intro .ribbon.left {
  top: -16px;
  left: -26px;
}
.nitrogram-intro .ribbon.right {
  bottom: -7px;
  right: -25px;
}
.nitrogram-intro .inner {
  width: 77%;
  width: calc(100% - 301px);
  font-size: 18px;
  color: #5e5e5e;
  font-weight: 400;
  line-height: 34px;
  margin: 0 auto;
  text-align: justify;
}
.nitrogram-intro .inner h4 {
  color: #515bd4;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .nitrogram-intro .inner {
    width: 100%;
    padding: 91px 35px 91px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .nitrogram-intro .inner {
    padding: 130px 15px;
    font-size: 12px;
  }
}
body.tingle-enabled #site_wrap {
  filter: blur(6px);
}
.tingle-modal {
  background: rgba(0, 0, 0, 0.350);
  z-index: 9999999;
  -ms-user-select: text;
  user-select: text;
}
.tingle-modal-box {
  margin: 15px;
  max-width: 620px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.151);
  border-radius: 30px;
}
.tingle-modal-box__content {
  padding: 0;
}
.nitro-modal-inner {
  position: relative;
  padding: 0 64px 60px 60px;
}
.nitro-modal-inner .modal-f-title {
  display: table;
  width: max-content;
  margin: 25px auto 30px;
  padding: 23px 41px 23px 38px;
  font-size: 18px;
  color: #222653;
  font-weight: 700;
}
.nitro-modal-inner .modal-f-title svg {
  width: 38px;
  height: 38px;
  margin-left: 8px;
}
.nitro-modal-inner:not(.inner-head) .modal-f-title {
  box-shadow: 0 0 12px rgba(0,0,0,0.16);
  border-radius: 28px;
  background-color: #fff;
  /* margin: -41px auto 60px; */
}
.nitro-modal-inner .order-summary {
  color: #5e5e5e;
  font-size: 31px;
  font-weight: 400;
  margin-bottom: 30px;
}
.nitro-modal-inner .order-summary svg {
  width: 36px;
  height: 36px;
  fill: #515bd4;
  margin-right: 21px;
}
.nitro-modal-inner .order-summary .sep {
  width: 1px;
  height: 35px;
  border: 1px solid #c1c1c1;
}
.nitro-modal-inner .order-summary .price {
  font-size: 25px;
}

span.currency-symbol {
    margin-right: 8px;
}

.order-form .form-row {
  margin-bottom: 20px;
}
.order-form .form-row label {
  display: block;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
}
.order-form .form-row label a {
  color: #515bd4;
}
.order-form .range-slider-wrapper {
  margin-bottom: 42px;
}
.order-form .agreement-wrap {
  margin-top: 50px;
  margin-bottom: 16px;
}
.buyer-page-info {
  text-align: left;
  margin-bottom: 35px;
  border-radius: 20px;
  background-color: aliceblue;
  padding: 15px;
  box-shadow: inset 0 0 4px 0px rgb(0 0 0 / 16%);
}
@media (max-width: 767px) {
  .buyer-page-info {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

.buyer-page-info .avatar {
    margin-bottom: 20px !important;
  }
}
.buyer-page-info .avatar {
  margin: 0;
  /* box-shadow: 0 0 17px rgba(0,0,0,0.16);
  border-radius: 33px;
  padding: 17px 19px 13px;
  background-color: #fff; */
  margin-right: 21px;
}
.buyer-page-info .avatar img {
  margin-bottom: 10px;
  width: 110px;
  height: 110px;
  border-radius: 20px;
}
.buyer-page-info .avatar .likes {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  display: block;
}
.buyer-page-info .avatar .likes svg {
  width: 19px;
  height: 19px;
  fill: #363442;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .buyer-page-info .summary {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .buyer-page-info .summary .order-details {
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 0 20px;
  }
}
.buyer-page-info .summary .username {
  color: #4a4a4a;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 18px;
  display: block;
}
.buyer-page-info .summary .order-details {
  color: #5e5e5e;
  font-size: 25px;
  font-weight: 400;
}
.buyer-page-info .summary .order-details svg {
  width: 34px;
  height: 34px;
  fill: #515bd4;
  margin-right: 14px;
}
.buyer-page-info .summary .order-details svg.person {
  margin-right: 8px;
}
.buyer-page-info .summary .order-details .price-wrap {
  display: inline-block;
}
.buyer-page-info .summary .order-details .price-wrap .currency-symbol {
  font-size: 18px;
  color: #5e5e5e;
  margin-right: 5px;
}
.api-request-modal {
  padding-top: 80px;
}
.api-no-access {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 19px;
  color: #222653;
}
.api-no-access svg {
  fill: #ec4a4a;
  width: 42px;
  height: 42px;
  margin-left: 5px;
}
.api-no-access-desc {
  color: #5e5e5e;
  font-size: 15px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.custom-checkbox-group {
  margin: 0 -5px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-checkbox-group .checkbox-group-item {
  padding: 0 5px;
  color: #4a4a4a;
  font-size: 15px;
  margin-bottom: 0 !important;
  font-weight: 400;
}
@media (max-width: 991px) {
  .custom-checkbox-group .checkbox-group-item {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 767px) {
  .custom-checkbox-group .checkbox-group-item {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
.custom-checkbox-group .checkbox-group-item .inner {
  cursor: pointer;
  height: 43px;
  border: 2px solid #dbdbdb;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  padding: 0 23px;
  border-radius: 17px;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .custom-checkbox-group .checkbox-group-item .inner {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .custom-checkbox-group .checkbox-group-item .inner {
    width: 100%;
  }
}
.custom-checkbox-group .checkbox-group-item .inner .circle {
  border: 2px solid #dbdbdb;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 22px;
}
.custom-checkbox-group .checkbox-group-item input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.custom-checkbox-group .checkbox-group-item input:checked + .inner .circle {
  background-color: #51d478;
  border-color: #51d478;
}
@media (max-width: 991px) {
  .api-request-modal .select-group {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .api-request-modal .select-group .custom-select {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .api-request-modal {
    padding: 35px;
  }
}
.menue-toggle {
  height: 100vh;
  width: 320px;
  overflow: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: 40px 15px 15px;
  box-shadow: -10px 0 10px rgba(0,0,0,0.03);
  z-index: 200000000;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menue-toggle .social-head-icon {
  margin: 25px auto;
  display: table;
  -ms-flex-align: center;
  align-items: center;
}
.menue-toggle .social-head-icon a {
  padding-right: 20px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.menue-toggle .social-head-icon a:hover svg {
  fill: #180e6e;
}
.menue-toggle .social-head-icon a svg {
  fill: #393939;
  width: 20px;
  height: 20px;
}
.menue-toggle .closebtn {
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 33px;
  font-size: 28px;
  color: #4953ca;
  font-weight: 700;
  z-index: 3500;
}
.menue-toggle:not(.open) {
  -ms-transform: translateX(-320px);
  transform: translateX(-320px);
}
.menue-toggle .close-log-in {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}
.menue-toggle .close-log-in .close {
  margin-left: -20px;
}
.menue-toggle .close-log-in .log-in {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.menue-toggle .close-log-in .log-in a {
  font-size: 16px;
}
.menue-toggle .off-canvas-menu-top {
  border-bottom: 1px solid #eee;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 0;
}
.menue-toggle .closebtn {
  margin-right: auto;
  font-size: 22px;
  text-align: left;
  -ms-flex-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #8434ad;
}
.menue-toggle a {
  font-size: 14px;
}
.menue-toggle a:not(.closebtn) {
  margin-left: 7px;
}
.menue-toggle img form button svg {
  width: 20px;
  height: 20px;
  fill: #180e6e;
}
.menue-toggle .offcanvas-menu-toggleable {
  font-size: 16px;
  background-color: #fff;
  list-style: none;
  margin-bottom: 50px;
}
.menue-toggle .offcanvas-menu-toggleable > li a {
  padding: 14px 0;
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  color: #3e3746;
  font-size: 14px;
  font-weight: 500;
}
.menue-toggle .offcanvas-menu-toggleable > li a svg {
  margin-left: 10px;
}
.menue-toggle .offcanvas-menu-toggleable > li a:hover {
  color: #4e0773;
}
.menue-toggle .offcanvas-menu-toggleable > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  line-height: 41px;
  padding: 22px 0px;
}
.menue-toggle .offcanvas-menu-toggleable > li > ul li {
  padding: 0;
  margin: 0;
}
.menue-toggle .offcanvas-menu-toggleable > li > ul a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  border-bottom: none;
  padding: 0;
}
.menue-toggle .offcanvas-menu-toggleable > li.has-sub-menu > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  -ms-transform: rotate(45deg) translate(0, 0, 0);
  transform: rotate(45deg) translate(0, 0, 0);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  left: 5px;
  width: 18px;
  height: 18px;
  border: 1px solid #7e818d;
  border-radius: 100%;
  line-height: 18px;
  text-align: center;
  font-weight: 300;
  display: inline-block;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 2000;
}
.menue-toggle .offcanvas-menu-toggleable > li.menu-item-has-children.open > a:before {
  -ms-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-logo-account .container a:not(.closebtn) svg {
  width: 18px;
  height: 16px;
  fill: #fff;
}
.off-canvas-menu-top .site-logo {
  margin: 0 auto 20px auto;
  display: table;
}
.off-canvas-menu-top .site-logo .txt-logo {
  text-align: center;
  font-size: 11px;
}
.menue-toggle .left-login {
  margin: 25px auto;
  display: table;
}
.menue-toggle .left-login .login-link {
  height: 40px;
  border-radius: 11px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  background-image: -ms-linear-gradient(209deg, #515bd4 15%, #8134af 45%, #dd2a7b 75%, #feda77 100%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 15%, #8134af 45%, #dd2a7b 75%, #feda77 100%, #f58529 100%);
  margin: 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.26px;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 118px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.menue-toggle .left-login .login-link svg {
  fill: #fff;
  margin-right: 10px;
}
.page-canvas {
  min-height: 100vh;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-plain-content {
  box-shadow: 0 0 39px rgba(0,0,0,0.12);
  background-color: #fff;
  border-radius: 72px;
  padding: 84px 46px 55px;
  width: 600px;
  max-width: 100%;
}
@media (max-width: 575px) {
  .page-plain-content {
    padding: 35px;
  }
}
.page-plain-content .page-plain-head {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 575px) {
  .page-plain-content .page-plain-head {
    margin-bottom: 20px;
  }
}
.page-plain-content .page-plain-head .sep {
  border: 1px solid #707070;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  margin: 0 40px;
}
@media (max-width: 575px) {
  .page-plain-content .page-plain-head .sep {
    display: none;
  }
}
.page-plain-content .page-plain-head .ttl {
  color: #5e5e5e;
  font-size: 34px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .page-plain-content .page-plain-head .ttl {
    width: 100%;
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
.page-results-content {
  width: 590px;
  max-width: 100%;
  position: relative;
}
.page-results-content .bg-svg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  max-height: none;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-results-content .page-results-inner {
  padding: 43px 92px 55px;
}
@media (max-width: 575px) {
  .page-results-content .page-results-inner {
    border: 1px solid #eee;
    box-shadow: 0 0 19px rgba(0,0,0,0.16);
    background-color: #fff;
    border-radius: 48px;
  }
}
.page-results-content .results-header {
  text-align: center;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .page-results-content .results-header {
    font-size: 13px;
  }
}
.page-results-content .results-header svg {
  width: 114px;
  height: 114px;
  fill: #51d478;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .page-results-content .results-header svg {
    width: 50px;
    height: 50px;
  }
}
.page-results-content .results-header svg.red {
  fill: #ec4a4a;
}
.page-results-content .results-header .results-title {
  font-size: 41px;
  color: #222653;
  font-weight: 700;
}
@media (max-width: 575px) {
  .page-results-content .results-header .results-title {
    font-size: 20px;
  }
}
.page-results-content .results-body h3 {
  text-align: center;
  margin-bottom: 23px;
  color: #4a4a4a;
  font-weight: 700;
  font-size: 15px;
}
.page-results-content .results-body ul {
  text-align: center;
  margin-bottom: 55px;
}
.page-results-content .results-body ul li {
  line-height: 1.2;
  margin-bottom: 22px;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 400;
}

.page-results-content .results-body ul li a {
  text-decoration: underline;
  font-weight: 500;
}

@media (max-width: 575px) {
  .page-results-content .results-body ul li {
    font-size: 13px;
  }
}
.login-form .description {
  margin-bottom: 86px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #707070;
}
@media (max-width: 575px) {
  .login-form .description {
    margin-bottom: 25px;
  }
}
.login-form .inputs {
  padding: 0 42px;
}
@media (max-width: 575px) {
  .login-form .inputs {
    padding: 0;
  }
}
.login-form .form-row {
  margin-bottom: 61px;
}
@media (max-width: 575px) {
  .login-form .form-row {
    margin-bottom: 30px;
  }
}
.login-form .form-row label {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 18px;
  display: block;
  padding: 0 3px;
  cursor: pointer;
}
.login-form .form-row label svg {
  width: 22px;
  height: 22px;
  fill: #515bd4;
  margin-left: 14px;
}
.login-form .resend-timer {
  width: 83px;
  height: 83px;
  margin: 0 auto 50px;
}
.login-form .verify-desc {
  text-align: center;
  color: #5e5e5e;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 26px;
}
.verify-code-group {
  margin-bottom: 55px;
}
.verify-code-group label {
  padding: 0 10px;
  position: relative;
  z-index: 0;
}
.verify-code-group label:after {
  content: '';
  position: absolute;
  border: 1px solid #eee;
  width: 22px;
  height: 1px;
  bottom: 15px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.verify-code-group input {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  border: 2px solid #eee;
  background: none;
  font-size: 27px;
  text-align: center;
  color: #5e5e5e;
  padding: 0 5px 8px;
  font-weight: 400;
}
.resend-code {
  margin-bottom: 50px;
}
.resend-code button {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  body.plain-page .site-wrap {
    padding-top: 30px !important;
  }
}
@media (max-width: 480px) {
  .resend-code button {
    margin-right: 0;
  }
  .verify-code-group {
    margin: 0 -20px 55px;
  }
  .verify-code-group label {
    padding: 0 2px;
  }
  .verify-code-group label:after {
    content: none !important;
  }
  .verify-code-group input {
    width: 47px;
    height: 47px;
    border-radius: 4px;
    padding: 0 !important;
  }
}
.plan-card {
  box-shadow: 0 2px 33px rgba(0,0,0,0.13);
  border-radius: 46px;
  border: 4px solid #ebebeb;
  padding: 16px 18px 20px;
  max-width: 295px;
  width: 100%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.plan-card .card-header {
  border-radius: 37px;
  height: 126px;
  background-color: #eee;
  padding: 0 23px;
  color: #515bd4;
  margin-bottom: 25px;
}
.plan-card .card-header .icn {
  width: 42px;
  height: 42px;
  fill: #515bd4;
}
.plan-card .card-header .sep {
  height: 60px;
  width: 1px;
  background-color: #515bd4;
  margin-right: 31px;
}
.plan-card .card-header .texts {
  margin-right: auto;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.plan-card .card-header .texts strong {
  display: block;
  font-weight: 700;
  font-size: 42px;
}
.plan-card ul {
  width: max-content;
  margin: 0 auto;
  font-size: 15px;
  color: #5e5e5e;
  line-height: 1;
  font-weight: 400;
  position: relative;
  margin-bottom: 25px;
}
.plan-card ul:after {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  border: 1px solid #d5d5d5;
  margin: 0 auto;
}
.plan-card ul li {
  margin-bottom: 22px;
  position: relative;
  padding-right: 26px;
}
.plan-card ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background-color: #515bd4;
  right: 0;
}
.plan-card .price {
  font-size: 18px;
  color: #515bd4;
  font-weight: 700;
  line-height: 1;
}
.plan-card .price del {
  display: block;
  color: #a6acec;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400;
}
.plan-card .price del .currency-symbol {
  text-decoration: line-through;
}
.plan-card .price .currency-symbol {
  display: inline-block;
  margin-right: 7px;
}
.plan-card:hover {
	transition: 200ms linear; 
	transform: scale(1.02);
}
.plans-list {
  margin-bottom: 100px;
}
.plans-list .heading {
  padding: 15px;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .plans-list .heading {
    margin-bottom: 38px;
  }
}
.plans-list .heading .ttl {
  color: #3d3d3d;
  font-size: 21px;
  text-align: left;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 991px) {
  .plans-list .heading .ttl {
    font-size: 12px;
  }
}
.plans-list .heading .ttl strong {
  display: block;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .plans-list .heading .ttl strong {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.plans-list .heading svg {
  width: 70px;
  height: 70px;
  margin-right: 42px;
}
@media (max-width: 991px) {
  .plans-list .heading svg {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}
.plans-list .heading .discount-indicator:before {
  content: '';
  margin: 0 48px 0 38px;
  width: 2px;
  background-color: #c1c1c1;
  display: block;
  align-self: stretch;
  -ms-flex-item-align: stretch;
}
@media (max-width: 991px) {
  .plans-list .heading .discount-indicator:before {
    margin: 0 28px;
  }
}
.plans-list .heading .discount-indicator .ttl {
  text-align: right;
}
.plans-list .heading .discount-indicator .ttl strong,
.plans-list .heading .discount-indicator .ttl span {
  display: block;
}
.plans-list .heading .discount-indicator svg {
  margin: 0 0 0 42px;
}
@media (max-width: 991px) {
  .plans-list .heading .discount-indicator svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  body.home .plans-list .plans-wrap {
    /* display: none !important; */
  }
}
.plans-wrap {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -19px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 38px;
}
.blue-order-button {
  height: 51px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  background-color: #515bd4;
  border-radius: 30px;
  padding: 0 10px;
  line-height: 51px;
}
.blue-order-button svg {
  width: 30px;
  height: 30px;
  margin-left: 12px;
  fill: #fff;
}
.plan-order-mobile {
  margin: 0 auto;
}
.plan-order-mobile .card-header {
  padding: 0 20px;
}
.plan-order-mobile .card-header .texts {
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}
.radial-progress {
  position: relative;
  width: 100%;
  height: 100%;
}
.radial-progress canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.radial-progress span {
  position: absolute;
  color: #464a53;
  font-size: 20px;
  font-weight: 500;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.range-slider {
  direction: ltr;
}
.range-slider input {
  width: 100;
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  display: block;
  appearance: none;
  width: 100%;
  margin: 0;
  height: 11px;
  cursor: pointer;
  border-radius: 17px;
}
.range-slider input:focus {
  outline: none;
}
.range-slider input::-webkit-slider-runnable-track {
  width: 100%;
  height: 11px;
  background: -ms-linear-gradient(top, #0199ff, #0199ff);
  background: linear-gradient(to bottom, #0199ff, #0199ff);
}
.range-slider input::-webkit-slider-thumb {
  position: relative;
  appearance: none;
  height: 27px;
  width: 27px;
  background: #d1d1d1;
  border-radius: 100%;
  border: 0;
  top: 50%;
  margin-top: 13.5px;
  border: 2px solid #fff;
  box-shadow: 1px 0 0 0px #cfcfcf, 2px 0 0 0px #cfcfcf, 3px 0 0 0px #cfcfcf, 4px 0 0 0px #cfcfcf, 5px 0 0 0px #cfcfcf, 6px 0 0 0px #cfcfcf, 7px 0 0 0px #cfcfcf, 8px 0 0 0px #cfcfcf, 9px 0 0 0px #cfcfcf, 10px 0 0 0px #cfcfcf, 11px 0 0 0px #cfcfcf, 12px 0 0 0px #cfcfcf, 13px 0 0 0px #cfcfcf, 14px 0 0 0px #cfcfcf, 15px 0 0 0px #cfcfcf, 16px 0 0 0px #cfcfcf, 17px 0 0 0px #cfcfcf, 18px 0 0 0px #cfcfcf, 19px 0 0 0px #cfcfcf, 20px 0 0 0px #cfcfcf, 21px 0 0 0px #cfcfcf, 22px 0 0 0px #cfcfcf, 23px 0 0 0px #cfcfcf, 24px 0 0 0px #cfcfcf, 25px 0 0 0px #cfcfcf, 26px 0 0 0px #cfcfcf, 27px 0 0 0px #cfcfcf, 28px 0 0 0px #cfcfcf, 29px 0 0 0px #cfcfcf, 30px 0 0 0px #cfcfcf, 31px 0 0 0px #cfcfcf, 32px 0 0 0px #cfcfcf, 33px 0 0 0px #cfcfcf, 34px 0 0 0px #cfcfcf, 35px 0 0 0px #cfcfcf, 36px 0 0 0px #cfcfcf, 37px 0 0 0px #cfcfcf, 38px 0 0 0px #cfcfcf, 39px 0 0 0px #cfcfcf, 40px 0 0 0px #cfcfcf, 41px 0 0 0px #cfcfcf, 42px 0 0 0px #cfcfcf, 43px 0 0 0px #cfcfcf, 44px 0 0 0px #cfcfcf, 45px 0 0 0px #cfcfcf, 46px 0 0 0px #cfcfcf, 47px 0 0 0px #cfcfcf, 48px 0 0 0px #cfcfcf, 49px 0 0 0px #cfcfcf, 50px 0 0 0px #cfcfcf, 51px 0 0 0px #cfcfcf, 52px 0 0 0px #cfcfcf, 53px 0 0 0px #cfcfcf, 54px 0 0 0px #cfcfcf, 55px 0 0 0px #cfcfcf, 56px 0 0 0px #cfcfcf, 57px 0 0 0px #cfcfcf, 58px 0 0 0px #cfcfcf, 59px 0 0 0px #cfcfcf, 60px 0 0 0px #cfcfcf, 61px 0 0 0px #cfcfcf, 62px 0 0 0px #cfcfcf, 63px 0 0 0px #cfcfcf, 64px 0 0 0px #cfcfcf, 65px 0 0 0px #cfcfcf, 66px 0 0 0px #cfcfcf, 67px 0 0 0px #cfcfcf, 68px 0 0 0px #cfcfcf, 69px 0 0 0px #cfcfcf, 70px 0 0 0px #cfcfcf, 71px 0 0 0px #cfcfcf, 72px 0 0 0px #cfcfcf, 73px 0 0 0px #cfcfcf, 74px 0 0 0px #cfcfcf, 75px 0 0 0px #cfcfcf, 76px 0 0 0px #cfcfcf, 77px 0 0 0px #cfcfcf, 78px 0 0 0px #cfcfcf, 79px 0 0 0px #cfcfcf, 80px 0 0 0px #cfcfcf, 81px 0 0 0px #cfcfcf, 82px 0 0 0px #cfcfcf, 83px 0 0 0px #cfcfcf, 84px 0 0 0px #cfcfcf, 85px 0 0 0px #cfcfcf, 86px 0 0 0px #cfcfcf, 87px 0 0 0px #cfcfcf, 88px 0 0 0px #cfcfcf, 89px 0 0 0px #cfcfcf, 90px 0 0 0px #cfcfcf, 91px 0 0 0px #cfcfcf, 92px 0 0 0px #cfcfcf, 93px 0 0 0px #cfcfcf, 94px 0 0 0px #cfcfcf, 95px 0 0 0px #cfcfcf, 96px 0 0 0px #cfcfcf, 97px 0 0 0px #cfcfcf, 98px 0 0 0px #cfcfcf, 99px 0 0 0px #cfcfcf, 100px 0 0 0px #cfcfcf, 101px 0 0 0px #cfcfcf, 102px 0 0 0px #cfcfcf, 103px 0 0 0px #cfcfcf, 104px 0 0 0px #cfcfcf, 105px 0 0 0px #cfcfcf, 106px 0 0 0px #cfcfcf, 107px 0 0 0px #cfcfcf, 108px 0 0 0px #cfcfcf, 109px 0 0 0px #cfcfcf, 110px 0 0 0px #cfcfcf, 111px 0 0 0px #cfcfcf, 112px 0 0 0px #cfcfcf, 113px 0 0 0px #cfcfcf, 114px 0 0 0px #cfcfcf, 115px 0 0 0px #cfcfcf, 116px 0 0 0px #cfcfcf, 117px 0 0 0px #cfcfcf, 118px 0 0 0px #cfcfcf, 119px 0 0 0px #cfcfcf, 120px 0 0 0px #cfcfcf, 121px 0 0 0px #cfcfcf, 122px 0 0 0px #cfcfcf, 123px 0 0 0px #cfcfcf, 124px 0 0 0px #cfcfcf, 125px 0 0 0px #cfcfcf, 126px 0 0 0px #cfcfcf, 127px 0 0 0px #cfcfcf, 128px 0 0 0px #cfcfcf, 129px 0 0 0px #cfcfcf, 130px 0 0 0px #cfcfcf, 131px 0 0 0px #cfcfcf, 132px 0 0 0px #cfcfcf, 133px 0 0 0px #cfcfcf, 134px 0 0 0px #cfcfcf, 135px 0 0 0px #cfcfcf, 136px 0 0 0px #cfcfcf, 137px 0 0 0px #cfcfcf, 138px 0 0 0px #cfcfcf, 139px 0 0 0px #cfcfcf, 140px 0 0 0px #cfcfcf, 141px 0 0 0px #cfcfcf, 142px 0 0 0px #cfcfcf, 143px 0 0 0px #cfcfcf, 144px 0 0 0px #cfcfcf, 145px 0 0 0px #cfcfcf, 146px 0 0 0px #cfcfcf, 147px 0 0 0px #cfcfcf, 148px 0 0 0px #cfcfcf, 149px 0 0 0px #cfcfcf, 150px 0 0 0px #cfcfcf, 151px 0 0 0px #cfcfcf, 152px 0 0 0px #cfcfcf, 153px 0 0 0px #cfcfcf, 154px 0 0 0px #cfcfcf, 155px 0 0 0px #cfcfcf, 156px 0 0 0px #cfcfcf, 157px 0 0 0px #cfcfcf, 158px 0 0 0px #cfcfcf, 159px 0 0 0px #cfcfcf, 160px 0 0 0px #cfcfcf, 161px 0 0 0px #cfcfcf, 162px 0 0 0px #cfcfcf, 163px 0 0 0px #cfcfcf, 164px 0 0 0px #cfcfcf, 165px 0 0 0px #cfcfcf, 166px 0 0 0px #cfcfcf, 167px 0 0 0px #cfcfcf, 168px 0 0 0px #cfcfcf, 169px 0 0 0px #cfcfcf, 170px 0 0 0px #cfcfcf, 171px 0 0 0px #cfcfcf, 172px 0 0 0px #cfcfcf, 173px 0 0 0px #cfcfcf, 174px 0 0 0px #cfcfcf, 175px 0 0 0px #cfcfcf, 176px 0 0 0px #cfcfcf, 177px 0 0 0px #cfcfcf, 178px 0 0 0px #cfcfcf, 179px 0 0 0px #cfcfcf, 180px 0 0 0px #cfcfcf, 181px 0 0 0px #cfcfcf, 182px 0 0 0px #cfcfcf, 183px 0 0 0px #cfcfcf, 184px 0 0 0px #cfcfcf, 185px 0 0 0px #cfcfcf, 186px 0 0 0px #cfcfcf, 187px 0 0 0px #cfcfcf, 188px 0 0 0px #cfcfcf, 189px 0 0 0px #cfcfcf, 190px 0 0 0px #cfcfcf, 191px 0 0 0px #cfcfcf, 192px 0 0 0px #cfcfcf, 193px 0 0 0px #cfcfcf, 194px 0 0 0px #cfcfcf, 195px 0 0 0px #cfcfcf, 196px 0 0 0px #cfcfcf, 197px 0 0 0px #cfcfcf, 198px 0 0 0px #cfcfcf, 199px 0 0 0px #cfcfcf, 200px 0 0 0px #cfcfcf, 201px 0 0 0px #cfcfcf, 202px 0 0 0px #cfcfcf, 203px 0 0 0px #cfcfcf, 204px 0 0 0px #cfcfcf, 205px 0 0 0px #cfcfcf, 206px 0 0 0px #cfcfcf, 207px 0 0 0px #cfcfcf, 208px 0 0 0px #cfcfcf, 209px 0 0 0px #cfcfcf, 210px 0 0 0px #cfcfcf, 211px 0 0 0px #cfcfcf, 212px 0 0 0px #cfcfcf, 213px 0 0 0px #cfcfcf, 214px 0 0 0px #cfcfcf, 215px 0 0 0px #cfcfcf, 216px 0 0 0px #cfcfcf, 217px 0 0 0px #cfcfcf, 218px 0 0 0px #cfcfcf, 219px 0 0 0px #cfcfcf, 220px 0 0 0px #cfcfcf, 221px 0 0 0px #cfcfcf, 222px 0 0 0px #cfcfcf, 223px 0 0 0px #cfcfcf, 224px 0 0 0px #cfcfcf, 225px 0 0 0px #cfcfcf, 226px 0 0 0px #cfcfcf, 227px 0 0 0px #cfcfcf, 228px 0 0 0px #cfcfcf, 229px 0 0 0px #cfcfcf, 230px 0 0 0px #cfcfcf, 231px 0 0 0px #cfcfcf, 232px 0 0 0px #cfcfcf, 233px 0 0 0px #cfcfcf, 234px 0 0 0px #cfcfcf, 235px 0 0 0px #cfcfcf, 236px 0 0 0px #cfcfcf, 237px 0 0 0px #cfcfcf, 238px 0 0 0px #cfcfcf, 239px 0 0 0px #cfcfcf, 240px 0 0 0px #cfcfcf, 241px 0 0 0px #cfcfcf, 242px 0 0 0px #cfcfcf, 243px 0 0 0px #cfcfcf, 244px 0 0 0px #cfcfcf, 245px 0 0 0px #cfcfcf, 246px 0 0 0px #cfcfcf, 247px 0 0 0px #cfcfcf, 248px 0 0 0px #cfcfcf, 249px 0 0 0px #cfcfcf, 250px 0 0 0px #cfcfcf, 251px 0 0 0px #cfcfcf, 252px 0 0 0px #cfcfcf, 253px 0 0 0px #cfcfcf, 254px 0 0 0px #cfcfcf, 255px 0 0 0px #cfcfcf, 256px 0 0 0px #cfcfcf, 257px 0 0 0px #cfcfcf, 258px 0 0 0px #cfcfcf, 259px 0 0 0px #cfcfcf, 260px 0 0 0px #cfcfcf, 261px 0 0 0px #cfcfcf, 262px 0 0 0px #cfcfcf, 263px 0 0 0px #cfcfcf, 264px 0 0 0px #cfcfcf, 265px 0 0 0px #cfcfcf, 266px 0 0 0px #cfcfcf, 267px 0 0 0px #cfcfcf, 268px 0 0 0px #cfcfcf, 269px 0 0 0px #cfcfcf, 270px 0 0 0px #cfcfcf, 271px 0 0 0px #cfcfcf, 272px 0 0 0px #cfcfcf, 273px 0 0 0px #cfcfcf, 274px 0 0 0px #cfcfcf, 275px 0 0 0px #cfcfcf, 276px 0 0 0px #cfcfcf, 277px 0 0 0px #cfcfcf, 278px 0 0 0px #cfcfcf, 279px 0 0 0px #cfcfcf, 280px 0 0 0px #cfcfcf, 281px 0 0 0px #cfcfcf, 282px 0 0 0px #cfcfcf, 283px 0 0 0px #cfcfcf, 284px 0 0 0px #cfcfcf, 285px 0 0 0px #cfcfcf, 286px 0 0 0px #cfcfcf, 287px 0 0 0px #cfcfcf, 288px 0 0 0px #cfcfcf, 289px 0 0 0px #cfcfcf, 290px 0 0 0px #cfcfcf, 291px 0 0 0px #cfcfcf, 292px 0 0 0px #cfcfcf, 293px 0 0 0px #cfcfcf, 294px 0 0 0px #cfcfcf, 295px 0 0 0px #cfcfcf, 296px 0 0 0px #cfcfcf, 297px 0 0 0px #cfcfcf, 298px 0 0 0px #cfcfcf, 299px 0 0 0px #cfcfcf, 300px 0 0 0px #cfcfcf, 301px 0 0 0px #cfcfcf, 302px 0 0 0px #cfcfcf, 303px 0 0 0px #cfcfcf, 304px 0 0 0px #cfcfcf, 305px 0 0 0px #cfcfcf, 306px 0 0 0px #cfcfcf, 307px 0 0 0px #cfcfcf, 308px 0 0 0px #cfcfcf, 309px 0 0 0px #cfcfcf, 310px 0 0 0px #cfcfcf, 311px 0 0 0px #cfcfcf, 312px 0 0 0px #cfcfcf, 313px 0 0 0px #cfcfcf, 314px 0 0 0px #cfcfcf, 315px 0 0 0px #cfcfcf, 316px 0 0 0px #cfcfcf, 317px 0 0 0px #cfcfcf, 318px 0 0 0px #cfcfcf, 319px 0 0 0px #cfcfcf, 320px 0 0 0px #cfcfcf, 321px 0 0 0px #cfcfcf, 322px 0 0 0px #cfcfcf, 323px 0 0 0px #cfcfcf, 324px 0 0 0px #cfcfcf, 325px 0 0 0px #cfcfcf, 326px 0 0 0px #cfcfcf, 327px 0 0 0px #cfcfcf, 328px 0 0 0px #cfcfcf, 329px 0 0 0px #cfcfcf, 330px 0 0 0px #cfcfcf, 331px 0 0 0px #cfcfcf, 332px 0 0 0px #cfcfcf, 333px 0 0 0px #cfcfcf, 334px 0 0 0px #cfcfcf, 335px 0 0 0px #cfcfcf, 336px 0 0 0px #cfcfcf, 337px 0 0 0px #cfcfcf, 338px 0 0 0px #cfcfcf, 339px 0 0 0px #cfcfcf, 340px 0 0 0px #cfcfcf, 341px 0 0 0px #cfcfcf, 342px 0 0 0px #cfcfcf, 343px 0 0 0px #cfcfcf, 344px 0 0 0px #cfcfcf, 345px 0 0 0px #cfcfcf, 346px 0 0 0px #cfcfcf, 347px 0 0 0px #cfcfcf, 348px 0 0 0px #cfcfcf, 349px 0 0 0px #cfcfcf, 350px 0 0 0px #cfcfcf, 351px 0 0 0px #cfcfcf, 352px 0 0 0px #cfcfcf, 353px 0 0 0px #cfcfcf, 354px 0 0 0px #cfcfcf, 355px 0 0 0px #cfcfcf, 356px 0 0 0px #cfcfcf, 357px 0 0 0px #cfcfcf, 358px 0 0 0px #cfcfcf, 359px 0 0 0px #cfcfcf, 360px 0 0 0px #cfcfcf, 361px 0 0 0px #cfcfcf, 362px 0 0 0px #cfcfcf, 363px 0 0 0px #cfcfcf, 364px 0 0 0px #cfcfcf, 365px 0 0 0px #cfcfcf, 366px 0 0 0px #cfcfcf, 367px 0 0 0px #cfcfcf, 368px 0 0 0px #cfcfcf, 369px 0 0 0px #cfcfcf, 370px 0 0 0px #cfcfcf, 371px 0 0 0px #cfcfcf, 372px 0 0 0px #cfcfcf, 373px 0 0 0px #cfcfcf, 374px 0 0 0px #cfcfcf, 375px 0 0 0px #cfcfcf, 376px 0 0 0px #cfcfcf, 377px 0 0 0px #cfcfcf, 378px 0 0 0px #cfcfcf, 379px 0 0 0px #cfcfcf, 380px 0 0 0px #cfcfcf, 381px 0 0 0px #cfcfcf, 382px 0 0 0px #cfcfcf, 383px 0 0 0px #cfcfcf, 384px 0 0 0px #cfcfcf, 385px 0 0 0px #cfcfcf, 386px 0 0 0px #cfcfcf, 387px 0 0 0px #cfcfcf, 388px 0 0 0px #cfcfcf, 389px 0 0 0px #cfcfcf, 390px 0 0 0px #cfcfcf, 391px 0 0 0px #cfcfcf, 392px 0 0 0px #cfcfcf, 393px 0 0 0px #cfcfcf, 394px 0 0 0px #cfcfcf, 395px 0 0 0px #cfcfcf, 396px 0 0 0px #cfcfcf, 397px 0 0 0px #cfcfcf, 398px 0 0 0px #cfcfcf, 399px 0 0 0px #cfcfcf, 400px 0 0 0px #cfcfcf, 401px 0 0 0px #cfcfcf, 402px 0 0 0px #cfcfcf, 403px 0 0 0px #cfcfcf, 404px 0 0 0px #cfcfcf, 405px 0 0 0px #cfcfcf, 406px 0 0 0px #cfcfcf, 407px 0 0 0px #cfcfcf, 408px 0 0 0px #cfcfcf, 409px 0 0 0px #cfcfcf, 410px 0 0 0px #cfcfcf, 411px 0 0 0px #cfcfcf, 412px 0 0 0px #cfcfcf, 413px 0 0 0px #cfcfcf, 414px 0 0 0px #cfcfcf, 415px 0 0 0px #cfcfcf, 416px 0 0 0px #cfcfcf, 417px 0 0 0px #cfcfcf, 418px 0 0 0px #cfcfcf, 419px 0 0 0px #cfcfcf, 420px 0 0 0px #cfcfcf, 421px 0 0 0px #cfcfcf, 422px 0 0 0px #cfcfcf, 423px 0 0 0px #cfcfcf, 424px 0 0 0px #cfcfcf, 425px 0 0 0px #cfcfcf, 426px 0 0 0px #cfcfcf, 427px 0 0 0px #cfcfcf, 428px 0 0 0px #cfcfcf, 429px 0 0 0px #cfcfcf, 430px 0 0 0px #cfcfcf, 431px 0 0 0px #cfcfcf, 432px 0 0 0px #cfcfcf, 433px 0 0 0px #cfcfcf, 434px 0 0 0px #cfcfcf, 435px 0 0 0px #cfcfcf, 436px 0 0 0px #cfcfcf, 437px 0 0 0px #cfcfcf, 438px 0 0 0px #cfcfcf, 439px 0 0 0px #cfcfcf, 440px 0 0 0px #cfcfcf, 441px 0 0 0px #cfcfcf, 442px 0 0 0px #cfcfcf, 443px 0 0 0px #cfcfcf, 444px 0 0 0px #cfcfcf, 445px 0 0 0px #cfcfcf, 446px 0 0 0px #cfcfcf, 447px 0 0 0px #cfcfcf, 448px 0 0 0px #cfcfcf, 449px 0 0 0px #cfcfcf, 450px 0 0 0px #cfcfcf, 451px 0 0 0px #cfcfcf, 452px 0 0 0px #cfcfcf, 453px 0 0 0px #cfcfcf, 454px 0 0 0px #cfcfcf, 455px 0 0 0px #cfcfcf, 456px 0 0 0px #cfcfcf, 457px 0 0 0px #cfcfcf, 458px 0 0 0px #cfcfcf, 459px 0 0 0px #cfcfcf, 460px 0 0 0px #cfcfcf, 461px 0 0 0px #cfcfcf, 462px 0 0 0px #cfcfcf, 463px 0 0 0px #cfcfcf, 464px 0 0 0px #cfcfcf, 465px 0 0 0px #cfcfcf, 466px 0 0 0px #cfcfcf, 467px 0 0 0px #cfcfcf, 468px 0 0 0px #cfcfcf, 469px 0 0 0px #cfcfcf, 470px 0 0 0px #cfcfcf, 471px 0 0 0px #cfcfcf, 472px 0 0 0px #cfcfcf, 473px 0 0 0px #cfcfcf, 474px 0 0 0px #cfcfcf, 475px 0 0 0px #cfcfcf, 476px 0 0 0px #cfcfcf, 477px 0 0 0px #cfcfcf, 478px 0 0 0px #cfcfcf, 479px 0 0 0px #cfcfcf, 480px 0 0 0px #cfcfcf, 481px 0 0 0px #cfcfcf, 482px 0 0 0px #cfcfcf, 483px 0 0 0px #cfcfcf, 484px 0 0 0px #cfcfcf, 485px 0 0 0px #cfcfcf, 486px 0 0 0px #cfcfcf, 487px 0 0 0px #cfcfcf, 488px 0 0 0px #cfcfcf, 489px 0 0 0px #cfcfcf, 490px 0 0 0px #cfcfcf, 491px 0 0 0px #cfcfcf, 492px 0 0 0px #cfcfcf, 493px 0 0 0px #cfcfcf, 494px 0 0 0px #cfcfcf, 495px 0 0 0px #cfcfcf, 496px 0 0 0px #cfcfcf, 497px 0 0 0px #cfcfcf, 498px 0 0 0px #cfcfcf, 499px 0 0 0px #cfcfcf, 500px 0 0 0px #cfcfcf, 501px 0 0 0px #cfcfcf, 502px 0 0 0px #cfcfcf, 503px 0 0 0px #cfcfcf, 504px 0 0 0px #cfcfcf, 505px 0 0 0px #cfcfcf, 506px 0 0 0px #cfcfcf, 507px 0 0 0px #cfcfcf, 508px 0 0 0px #cfcfcf, 509px 0 0 0px #cfcfcf, 510px 0 0 0px #cfcfcf, 511px 0 0 0px #cfcfcf, 512px 0 0 0px #cfcfcf, 513px 0 0 0px #cfcfcf, 514px 0 0 0px #cfcfcf, 515px 0 0 0px #cfcfcf, 516px 0 0 0px #cfcfcf, 517px 0 0 0px #cfcfcf, 518px 0 0 0px #cfcfcf, 519px 0 0 0px #cfcfcf, 520px 0 0 0px #cfcfcf, 521px 0 0 0px #cfcfcf, 522px 0 0 0px #cfcfcf, 523px 0 0 0px #cfcfcf, 524px 0 0 0px #cfcfcf, 525px 0 0 0px #cfcfcf, 526px 0 0 0px #cfcfcf, 527px 0 0 0px #cfcfcf, 528px 0 0 0px #cfcfcf, 529px 0 0 0px #cfcfcf, 530px 0 0 0px #cfcfcf, 531px 0 0 0px #cfcfcf, 532px 0 0 0px #cfcfcf, 533px 0 0 0px #cfcfcf, 534px 0 0 0px #cfcfcf, 535px 0 0 0px #cfcfcf, 536px 0 0 0px #cfcfcf, 537px 0 0 0px #cfcfcf, 538px 0 0 0px #cfcfcf, 539px 0 0 0px #cfcfcf, 540px 0 0 0px #cfcfcf, 541px 0 0 0px #cfcfcf, 542px 0 0 0px #cfcfcf, 543px 0 0 0px #cfcfcf, 544px 0 0 0px #cfcfcf, 545px 0 0 0px #cfcfcf, 546px 0 0 0px #cfcfcf, 547px 0 0 0px #cfcfcf, 548px 0 0 0px #cfcfcf, 549px 0 0 0px #cfcfcf, 550px 0 0 0px #cfcfcf, 551px 0 0 0px #cfcfcf, 552px 0 0 0px #cfcfcf, 553px 0 0 0px #cfcfcf, 554px 0 0 0px #cfcfcf, 555px 0 0 0px #cfcfcf, 556px 0 0 0px #cfcfcf, 557px 0 0 0px #cfcfcf, 558px 0 0 0px #cfcfcf, 559px 0 0 0px #cfcfcf, 560px 0 0 0px #cfcfcf, 561px 0 0 0px #cfcfcf, 562px 0 0 0px #cfcfcf, 563px 0 0 0px #cfcfcf, 564px 0 0 0px #cfcfcf, 565px 0 0 0px #cfcfcf, 566px 0 0 0px #cfcfcf, 567px 0 0 0px #cfcfcf, 568px 0 0 0px #cfcfcf, 569px 0 0 0px #cfcfcf, 570px 0 0 0px #cfcfcf, 571px 0 0 0px #cfcfcf, 572px 0 0 0px #cfcfcf, 573px 0 0 0px #cfcfcf, 574px 0 0 0px #cfcfcf, 575px 0 0 0px #cfcfcf, 576px 0 0 0px #cfcfcf, 577px 0 0 0px #cfcfcf, 578px 0 0 0px #cfcfcf, 579px 0 0 0px #cfcfcf, 580px 0 0 0px #cfcfcf, 581px 0 0 0px #cfcfcf, 582px 0 0 0px #cfcfcf, 583px 0 0 0px #cfcfcf, 584px 0 0 0px #cfcfcf, 585px 0 0 0px #cfcfcf, 586px 0 0 0px #cfcfcf, 587px 0 0 0px #cfcfcf, 588px 0 0 0px #cfcfcf, 589px 0 0 0px #cfcfcf, 590px 0 0 0px #cfcfcf, 591px 0 0 0px #cfcfcf, 592px 0 0 0px #cfcfcf, 593px 0 0 0px #cfcfcf, 594px 0 0 0px #cfcfcf, 595px 0 0 0px #cfcfcf, 596px 0 0 0px #cfcfcf, 597px 0 0 0px #cfcfcf, 598px 0 0 0px #cfcfcf, 599px 0 0 0px #cfcfcf, 600px 0 0 0px #cfcfcf, 601px 0 0 0px #cfcfcf, 602px 0 0 0px #cfcfcf, 603px 0 0 0px #cfcfcf, 604px 0 0 0px #cfcfcf, 605px 0 0 0px #cfcfcf, 606px 0 0 0px #cfcfcf, 607px 0 0 0px #cfcfcf, 608px 0 0 0px #cfcfcf, 609px 0 0 0px #cfcfcf, 610px 0 0 0px #cfcfcf, 611px 0 0 0px #cfcfcf, 612px 0 0 0px #cfcfcf, 613px 0 0 0px #cfcfcf, 614px 0 0 0px #cfcfcf, 615px 0 0 0px #cfcfcf, 616px 0 0 0px #cfcfcf, 617px 0 0 0px #cfcfcf, 618px 0 0 0px #cfcfcf, 619px 0 0 0px #cfcfcf, 620px 0 0 0px #cfcfcf, 621px 0 0 0px #cfcfcf, 622px 0 0 0px #cfcfcf, 623px 0 0 0px #cfcfcf, 624px 0 0 0px #cfcfcf, 625px 0 0 0px #cfcfcf, 626px 0 0 0px #cfcfcf, 627px 0 0 0px #cfcfcf, 628px 0 0 0px #cfcfcf, 629px 0 0 0px #cfcfcf, 630px 0 0 0px #cfcfcf, 631px 0 0 0px #cfcfcf, 632px 0 0 0px #cfcfcf, 633px 0 0 0px #cfcfcf, 634px 0 0 0px #cfcfcf, 635px 0 0 0px #cfcfcf, 636px 0 0 0px #cfcfcf, 637px 0 0 0px #cfcfcf, 638px 0 0 0px #cfcfcf, 639px 0 0 0px #cfcfcf, 640px 0 0 0px #cfcfcf, 641px 0 0 0px #cfcfcf, 642px 0 0 0px #cfcfcf, 643px 0 0 0px #cfcfcf, 644px 0 0 0px #cfcfcf, 645px 0 0 0px #cfcfcf, 646px 0 0 0px #cfcfcf, 647px 0 0 0px #cfcfcf, 648px 0 0 0px #cfcfcf, 649px 0 0 0px #cfcfcf, 650px 0 0 0px #cfcfcf, 651px 0 0 0px #cfcfcf, 652px 0 0 0px #cfcfcf, 653px 0 0 0px #cfcfcf, 654px 0 0 0px #cfcfcf, 655px 0 0 0px #cfcfcf, 656px 0 0 0px #cfcfcf, 657px 0 0 0px #cfcfcf, 658px 0 0 0px #cfcfcf, 659px 0 0 0px #cfcfcf, 660px 0 0 0px #cfcfcf, 661px 0 0 0px #cfcfcf, 662px 0 0 0px #cfcfcf, 663px 0 0 0px #cfcfcf, 664px 0 0 0px #cfcfcf, 665px 0 0 0px #cfcfcf, 666px 0 0 0px #cfcfcf, 667px 0 0 0px #cfcfcf, 668px 0 0 0px #cfcfcf, 669px 0 0 0px #cfcfcf, 670px 0 0 0px #cfcfcf, 671px 0 0 0px #cfcfcf, 672px 0 0 0px #cfcfcf, 673px 0 0 0px #cfcfcf, 674px 0 0 0px #cfcfcf, 675px 0 0 0px #cfcfcf, 676px 0 0 0px #cfcfcf, 677px 0 0 0px #cfcfcf, 678px 0 0 0px #cfcfcf, 679px 0 0 0px #cfcfcf, 680px 0 0 0px #cfcfcf, 681px 0 0 0px #cfcfcf, 682px 0 0 0px #cfcfcf, 683px 0 0 0px #cfcfcf, 684px 0 0 0px #cfcfcf, 685px 0 0 0px #cfcfcf, 686px 0 0 0px #cfcfcf, 687px 0 0 0px #cfcfcf, 688px 0 0 0px #cfcfcf, 689px 0 0 0px #cfcfcf, 690px 0 0 0px #cfcfcf, 691px 0 0 0px #cfcfcf, 692px 0 0 0px #cfcfcf, 693px 0 0 0px #cfcfcf, 694px 0 0 0px #cfcfcf, 695px 0 0 0px #cfcfcf, 696px 0 0 0px #cfcfcf, 697px 0 0 0px #cfcfcf, 698px 0 0 0px #cfcfcf, 699px 0 0 0px #cfcfcf, 700px 0 0 0px #cfcfcf, 701px 0 0 0px #cfcfcf, 702px 0 0 0px #cfcfcf, 703px 0 0 0px #cfcfcf, 704px 0 0 0px #cfcfcf, 705px 0 0 0px #cfcfcf, 706px 0 0 0px #cfcfcf, 707px 0 0 0px #cfcfcf, 708px 0 0 0px #cfcfcf, 709px 0 0 0px #cfcfcf, 710px 0 0 0px #cfcfcf, 711px 0 0 0px #cfcfcf, 712px 0 0 0px #cfcfcf, 713px 0 0 0px #cfcfcf, 714px 0 0 0px #cfcfcf, 715px 0 0 0px #cfcfcf, 716px 0 0 0px #cfcfcf, 717px 0 0 0px #cfcfcf, 718px 0 0 0px #cfcfcf, 719px 0 0 0px #cfcfcf, 720px 0 0 0px #cfcfcf, 721px 0 0 0px #cfcfcf, 722px 0 0 0px #cfcfcf, 723px 0 0 0px #cfcfcf, 724px 0 0 0px #cfcfcf, 725px 0 0 0px #cfcfcf, 726px 0 0 0px #cfcfcf, 727px 0 0 0px #cfcfcf, 728px 0 0 0px #cfcfcf, 729px 0 0 0px #cfcfcf, 730px 0 0 0px #cfcfcf, 731px 0 0 0px #cfcfcf, 732px 0 0 0px #cfcfcf, 733px 0 0 0px #cfcfcf, 734px 0 0 0px #cfcfcf, 735px 0 0 0px #cfcfcf, 736px 0 0 0px #cfcfcf, 737px 0 0 0px #cfcfcf, 738px 0 0 0px #cfcfcf, 739px 0 0 0px #cfcfcf, 740px 0 0 0px #cfcfcf, 741px 0 0 0px #cfcfcf, 742px 0 0 0px #cfcfcf, 743px 0 0 0px #cfcfcf, 744px 0 0 0px #cfcfcf, 745px 0 0 0px #cfcfcf, 746px 0 0 0px #cfcfcf, 747px 0 0 0px #cfcfcf, 748px 0 0 0px #cfcfcf, 749px 0 0 0px #cfcfcf, 750px 0 0 0px #cfcfcf, 751px 0 0 0px #cfcfcf, 752px 0 0 0px #cfcfcf, 753px 0 0 0px #cfcfcf, 754px 0 0 0px #cfcfcf, 755px 0 0 0px #cfcfcf, 756px 0 0 0px #cfcfcf, 757px 0 0 0px #cfcfcf, 758px 0 0 0px #cfcfcf, 759px 0 0 0px #cfcfcf, 760px 0 0 0px #cfcfcf, 761px 0 0 0px #cfcfcf, 762px 0 0 0px #cfcfcf, 763px 0 0 0px #cfcfcf, 764px 0 0 0px #cfcfcf, 765px 0 0 0px #cfcfcf, 766px 0 0 0px #cfcfcf, 767px 0 0 0px #cfcfcf, 768px 0 0 0px #cfcfcf, 769px 0 0 0px #cfcfcf, 770px 0 0 0px #cfcfcf, 771px 0 0 0px #cfcfcf, 772px 0 0 0px #cfcfcf, 773px 0 0 0px #cfcfcf, 774px 0 0 0px #cfcfcf, 775px 0 0 0px #cfcfcf, 776px 0 0 0px #cfcfcf, 777px 0 0 0px #cfcfcf, 778px 0 0 0px #cfcfcf, 779px 0 0 0px #cfcfcf, 780px 0 0 0px #cfcfcf, 781px 0 0 0px #cfcfcf, 782px 0 0 0px #cfcfcf, 783px 0 0 0px #cfcfcf, 784px 0 0 0px #cfcfcf, 785px 0 0 0px #cfcfcf, 786px 0 0 0px #cfcfcf, 787px 0 0 0px #cfcfcf, 788px 0 0 0px #cfcfcf, 789px 0 0 0px #cfcfcf, 790px 0 0 0px #cfcfcf, 791px 0 0 0px #cfcfcf, 792px 0 0 0px #cfcfcf, 793px 0 0 0px #cfcfcf, 794px 0 0 0px #cfcfcf, 795px 0 0 0px #cfcfcf, 796px 0 0 0px #cfcfcf, 797px 0 0 0px #cfcfcf, 798px 0 0 0px #cfcfcf, 799px 0 0 0px #cfcfcf, 800px 0 0 0px #cfcfcf, 801px 0 0 0px #cfcfcf, 802px 0 0 0px #cfcfcf, 803px 0 0 0px #cfcfcf, 804px 0 0 0px #cfcfcf, 805px 0 0 0px #cfcfcf, 806px 0 0 0px #cfcfcf, 807px 0 0 0px #cfcfcf, 808px 0 0 0px #cfcfcf, 809px 0 0 0px #cfcfcf, 810px 0 0 0px #cfcfcf, 811px 0 0 0px #cfcfcf, 812px 0 0 0px #cfcfcf, 813px 0 0 0px #cfcfcf, 814px 0 0 0px #cfcfcf, 815px 0 0 0px #cfcfcf, 816px 0 0 0px #cfcfcf, 817px 0 0 0px #cfcfcf, 818px 0 0 0px #cfcfcf, 819px 0 0 0px #cfcfcf, 820px 0 0 0px #cfcfcf, 821px 0 0 0px #cfcfcf, 822px 0 0 0px #cfcfcf, 823px 0 0 0px #cfcfcf, 824px 0 0 0px #cfcfcf, 825px 0 0 0px #cfcfcf, 826px 0 0 0px #cfcfcf, 827px 0 0 0px #cfcfcf, 828px 0 0 0px #cfcfcf, 829px 0 0 0px #cfcfcf, 830px 0 0 0px #cfcfcf, 831px 0 0 0px #cfcfcf, 832px 0 0 0px #cfcfcf, 833px 0 0 0px #cfcfcf, 834px 0 0 0px #cfcfcf, 835px 0 0 0px #cfcfcf, 836px 0 0 0px #cfcfcf, 837px 0 0 0px #cfcfcf, 838px 0 0 0px #cfcfcf, 839px 0 0 0px #cfcfcf, 840px 0 0 0px #cfcfcf, 841px 0 0 0px #cfcfcf, 842px 0 0 0px #cfcfcf, 843px 0 0 0px #cfcfcf, 844px 0 0 0px #cfcfcf, 845px 0 0 0px #cfcfcf, 846px 0 0 0px #cfcfcf, 847px 0 0 0px #cfcfcf, 848px 0 0 0px #cfcfcf, 849px 0 0 0px #cfcfcf, 850px 0 0 0px #cfcfcf, 851px 0 0 0px #cfcfcf, 852px 0 0 0px #cfcfcf, 853px 0 0 0px #cfcfcf, 854px 0 0 0px #cfcfcf, 855px 0 0 0px #cfcfcf, 856px 0 0 0px #cfcfcf, 857px 0 0 0px #cfcfcf, 858px 0 0 0px #cfcfcf, 859px 0 0 0px #cfcfcf, 860px 0 0 0px #cfcfcf, 861px 0 0 0px #cfcfcf, 862px 0 0 0px #cfcfcf, 863px 0 0 0px #cfcfcf, 864px 0 0 0px #cfcfcf, 865px 0 0 0px #cfcfcf, 866px 0 0 0px #cfcfcf, 867px 0 0 0px #cfcfcf, 868px 0 0 0px #cfcfcf, 869px 0 0 0px #cfcfcf, 870px 0 0 0px #cfcfcf, 871px 0 0 0px #cfcfcf, 872px 0 0 0px #cfcfcf, 873px 0 0 0px #cfcfcf, 874px 0 0 0px #cfcfcf, 875px 0 0 0px #cfcfcf, 876px 0 0 0px #cfcfcf, 877px 0 0 0px #cfcfcf, 878px 0 0 0px #cfcfcf, 879px 0 0 0px #cfcfcf, 880px 0 0 0px #cfcfcf, 881px 0 0 0px #cfcfcf, 882px 0 0 0px #cfcfcf, 883px 0 0 0px #cfcfcf, 884px 0 0 0px #cfcfcf, 885px 0 0 0px #cfcfcf, 886px 0 0 0px #cfcfcf, 887px 0 0 0px #cfcfcf, 888px 0 0 0px #cfcfcf, 889px 0 0 0px #cfcfcf, 890px 0 0 0px #cfcfcf, 891px 0 0 0px #cfcfcf, 892px 0 0 0px #cfcfcf, 893px 0 0 0px #cfcfcf, 894px 0 0 0px #cfcfcf, 895px 0 0 0px #cfcfcf, 896px 0 0 0px #cfcfcf, 897px 0 0 0px #cfcfcf, 898px 0 0 0px #cfcfcf, 899px 0 0 0px #cfcfcf, 900px 0 0 0px #cfcfcf, 901px 0 0 0px #cfcfcf, 902px 0 0 0px #cfcfcf, 903px 0 0 0px #cfcfcf, 904px 0 0 0px #cfcfcf, 905px 0 0 0px #cfcfcf, 906px 0 0 0px #cfcfcf, 907px 0 0 0px #cfcfcf, 908px 0 0 0px #cfcfcf, 909px 0 0 0px #cfcfcf, 910px 0 0 0px #cfcfcf, 911px 0 0 0px #cfcfcf, 912px 0 0 0px #cfcfcf, 913px 0 0 0px #cfcfcf, 914px 0 0 0px #cfcfcf, 915px 0 0 0px #cfcfcf, 916px 0 0 0px #cfcfcf, 917px 0 0 0px #cfcfcf, 918px 0 0 0px #cfcfcf, 919px 0 0 0px #cfcfcf, 920px 0 0 0px #cfcfcf, 921px 0 0 0px #cfcfcf, 922px 0 0 0px #cfcfcf, 923px 0 0 0px #cfcfcf, 924px 0 0 0px #cfcfcf, 925px 0 0 0px #cfcfcf, 926px 0 0 0px #cfcfcf, 927px 0 0 0px #cfcfcf, 928px 0 0 0px #cfcfcf, 929px 0 0 0px #cfcfcf, 930px 0 0 0px #cfcfcf, 931px 0 0 0px #cfcfcf, 932px 0 0 0px #cfcfcf, 933px 0 0 0px #cfcfcf, 934px 0 0 0px #cfcfcf, 935px 0 0 0px #cfcfcf, 936px 0 0 0px #cfcfcf, 937px 0 0 0px #cfcfcf, 938px 0 0 0px #cfcfcf, 939px 0 0 0px #cfcfcf, 940px 0 0 0px #cfcfcf, 941px 0 0 0px #cfcfcf, 942px 0 0 0px #cfcfcf, 943px 0 0 0px #cfcfcf, 944px 0 0 0px #cfcfcf, 945px 0 0 0px #cfcfcf, 946px 0 0 0px #cfcfcf, 947px 0 0 0px #cfcfcf, 948px 0 0 0px #cfcfcf, 949px 0 0 0px #cfcfcf, 950px 0 0 0px #cfcfcf, 951px 0 0 0px #cfcfcf, 952px 0 0 0px #cfcfcf, 953px 0 0 0px #cfcfcf, 954px 0 0 0px #cfcfcf, 955px 0 0 0px #cfcfcf, 956px 0 0 0px #cfcfcf, 957px 0 0 0px #cfcfcf, 958px 0 0 0px #cfcfcf, 959px 0 0 0px #cfcfcf, 960px 0 0 0px #cfcfcf, 961px 0 0 0px #cfcfcf, 962px 0 0 0px #cfcfcf, 963px 0 0 0px #cfcfcf, 964px 0 0 0px #cfcfcf, 965px 0 0 0px #cfcfcf, 966px 0 0 0px #cfcfcf, 967px 0 0 0px #cfcfcf, 968px 0 0 0px #cfcfcf, 969px 0 0 0px #cfcfcf, 970px 0 0 0px #cfcfcf, 971px 0 0 0px #cfcfcf, 972px 0 0 0px #cfcfcf, 973px 0 0 0px #cfcfcf, 974px 0 0 0px #cfcfcf, 975px 0 0 0px #cfcfcf, 976px 0 0 0px #cfcfcf, 977px 0 0 0px #cfcfcf, 978px 0 0 0px #cfcfcf, 979px 0 0 0px #cfcfcf, 980px 0 0 0px #cfcfcf, 981px 0 0 0px #cfcfcf, 982px 0 0 0px #cfcfcf, 983px 0 0 0px #cfcfcf, 984px 0 0 0px #cfcfcf, 985px 0 0 0px #cfcfcf, 986px 0 0 0px #cfcfcf, 987px 0 0 0px #cfcfcf, 988px 0 0 0px #cfcfcf, 989px 0 0 0px #cfcfcf, 990px 0 0 0px #cfcfcf, 991px 0 0 0px #cfcfcf, 992px 0 0 0px #cfcfcf, 993px 0 0 0px #cfcfcf, 994px 0 0 0px #cfcfcf, 995px 0 0 0px #cfcfcf, 996px 0 0 0px #cfcfcf, 997px 0 0 0px #cfcfcf, 998px 0 0 0px #cfcfcf, 999px 0 0 0px #cfcfcf, 1000px 0 0 0px #cfcfcf;
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
}
.range-slider input::-moz-range-track,
.range-slider input::-moz-range-progress {
  width: 100%;
  height: 11px;
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  background: -ms-linear-gradient(top, #cfcfcf, #cfcfcf);
  background: linear-gradient(to bottom, #cfcfcf, #cfcfcf);
  border-radius: 17px;
}
.range-slider input::-moz-range-progress {
  background: -ms-linear-gradient(top, #0199ff, #0199ff);
  background: linear-gradient(to bottom, #0199ff, #0199ff);
}
.range-slider input::-moz-range-thumb {
  appearance: none;
  margin: 0;
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  height: 27px;
  width: 27px;
  background: #d1d1d1;
  border-radius: 100%;
  border: 0;
  border: 2px solid #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.16);
}
.range-slider input::-ms-track {
  width: 100%;
  height: 11px;
  border-radius: 17px;
  border: 0;
  color: transparent;
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  background: transparent;
}
.range-slider input::-ms-fill-lower {
  background: -ms-linear-gradient(top, #0199ff, #0199ff);
  background: linear-gradient(to bottom, #0199ff, #0199ff);
}
.range-slider input::-ms-fill-upper {
  background: -ms-linear-gradient(top, #cfcfcf, #cfcfcf);
  background: linear-gradient(to bottom, #cfcfcf, #cfcfcf);
}
.range-slider input::-ms-thumb {
  appearance: none;
  height: 27px;
  width: 27px;
  background: #d1d1d1;
  border-radius: 100%;
  border: 0;
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  top: 0;
  margin: 0;
  box-shadow: none;
}
.range-slider input:hover::-webkit-slider-thumb,
.range-slider input:focus::-webkit-slider-thumb {
  background-color: #d1d1d1;
}
.range-slider input:hover::-moz-range-thumb,
.range-slider input:focus::-moz-range-thumb {
  background-color: #d1d1d1;
}
.range-slider input:hover::-ms-thumb,
.range-slider input:focus::-ms-thumb {
  background-color: #d1d1d1;
}
.range-slider-wrapper .range-slider {
  margin: 0 18px;
  max-width: 200px;
}
.range-slider-wrapper button {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
}
.range-slider-wrapper button svg {
  width: 40px;
  height: 40px;
  fill: #ec4a4a;
}
.range-slider-wrapper button.range-add svg {
  fill: #51d478;
}
.featured-services {
  margin-bottom: 85px;
}
.featured-services .services-list {
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .featured-services .services-list {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .featured-services .services-list .service-card {
    margin-bottom: 23px;
    border-radius: 46px;
  }
}
@media (max-width: 575px) {
  .featured-services .services-list .service-card {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.service-card {
  box-shadow: 0 0 31px rgba(0,0,0,0.13);
  border-radius: 46px;
  border: 4px solid #ebebeb;
  background-color: #fff;
  padding: 40px 38px 40px 58px;
  color: #3d3d3d;
  line-height: 1;
  text-align: left;
  position: relative;
  max-width: 100%;
}
.service-card svg {
  width: 83px;
  height: 83px;
  margin-left: 44px;
}
@media (max-width: 991px) {
  .service-card svg {
    width: 55px;
    height: 55px;
  }
}
.service-card strong {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .service-card strong {
    font-size: 18px;
  }
}
.service-card .en {
  font-size: 17px;
  font-weight: 400;
  color: #a8acd5;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  .service-card .en {
    font-size: 11px;
  }
}
.specs-card {
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 0 28px rgba(0,0,0,0.13);
  height: 208px;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px 36px;
  min-width: 0;
}
.specs-card .icn {
  width: 98px;
  height: 98px;
  box-shadow: 0 0 12px rgba(0,0,0,0.16);
  border-radius: 28px;
  background-color: #fff;
  margin-top: -40px;
}
.specs-card .icn svg {
  width: 62px;
  height: 62px;
  fill: #222653;
}
.specs-card .texts {
  line-height: 1;
  color: #5e5e5e;
  font-size: 19px;
  font-weight: 400;
}
.specs-card .texts strong {
  display: block;
  text-align: center;
  direction: ltr;
  font-size: 45px;
  font-weight: 900;
  color: #515bd4;
  margin-bottom: 8px;
}
.table-wrap {
  position: relative;
  padding: 0 29px 0 17px;
}
.table-wrap:after {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
  box-shadow: 0 0 30px rgba(0,0,0,0.14);
  border-radius: 50px;
  background-color: #fff;
}
.table-wrap.with-head:after {
  height: calc(100% - 70px);
}
@media (max-width: 991px) {
  .table-wrap.with-head:after {
    height: 100% !important;
  }
}
.table-wrap table {
  width: 100%;
  border-spacing: 0 20px;
  border-collapse: separate;
}
@media (max-width: 991px) {
  .table-wrap table {
    display: block !important;
  }
  .table-wrap table tbody {
    display: block !important;
    width: 100% !important;
  }
  .table-wrap table thead {
    display: none !important;
  }
  .table-wrap table tr {
    display: block !important;
  }
}
.table-wrap table th {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 991px) {
  .table-wrap table th {
    display: none !important;
  }
}
.table-wrap table tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.table-wrap table tr:nth-child(even) td:first-child {
  border-top-right-radius: 49px;
  border-bottom-right-radius: 49px;
}
.table-wrap table tr:nth-child(even) td:last-child {
  border-top-left-radius: 49px;
  border-bottom-left-radius: 49px;
}
.table-wrap table .font-larger {
  font-size: 24px;
}
.table-wrap table .title {
  font-size: 19px;
}
.table-wrap table .dates,
.table-wrap table .dates2 {
  font-size: 17px;
  font-weight: 700;
}
.table-wrap table .dates svg,
.table-wrap table .dates2 svg {
  width: 30px;
  height: 30px;
  fill: #848484;
  margin-right: 9px;
}
.table-wrap table .dates span,
.table-wrap table .dates2 span {
  display: inline-block;
  white-space: nowrap;
}
.table-wrap table .dates span:first-child,
.table-wrap table .dates2 span:first-child {
  margin-left: 30px;
}
@media (max-width: 1600px) {
  .table-wrap table .dates span,
  .table-wrap table .dates2 span {
    display: block;
    text-align: left;
    margin: 0 0 10px !important;
  }
}
.table-wrap table .dates2 {
  text-align: center;
}
.table-wrap table .dates2 svg {
  display: block;
  margin: 0 auto 5px;
}
.table-wrap table .dates2 span {
  text-align: center;
}
.table-wrap table .target-link {
  color: #1981dc;
}
.table-wrap table .target-link svg {
  width: 25px;
  height: 25px;
  fill: #848484;
  margin-left: 16px;
}
.table-wrap table td {
  position: relative;
  padding: 28px;
  vertical-align: middle;
  font-size: 15px;
  color: #4a4a4a;
  font-weight: 400;
}
@media (max-width: 991px) {
  .table-wrap table td {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 !important;
    border-bottom: 1px solid #eee;
  }
  .table-wrap table td[data-th]:before {
    content: attr(data-th) " : ";
    margin-left: auto;
    font-weight: 700;
  }
}
.table-wrap table .half-list li {
  padding: 0 15px;
}
.table-wrap table.with-border td:not(:last-child):after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  height: calc(100% - 56px);
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  border: 1px solid #d5d5d5;
}
.status-mark {
  border-radius: 37px;
  background-color: #393939;
  line-height: 1;
  padding: 8px 25px 10px;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.status-mark.processing {
  background-color: #515bd4;
}
.status-mark.waiting {
  background-color: #f58529;
}
.status-mark.completed,
.status-mark.success {
  background-color: #51d478;
}
.status-mark.cancelled,
.status-mark.failed {
  background-color: #ec4a4a;
}
.transactions-table .method img {
  max-width: 18px;
  margin-left: 18px;
}
@media (max-width: 991px) {
  .table-wrap table .details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table-wrap table .details .title {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .table-wrap table .details .half-list li {
    max-width: 100%;
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.why-nitrogram {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 70px;
  background-color: #f5f5f5;
  padding: 0 50px 55px 50px;
  margin-bottom: 52px;
}
.why-nitrogram .title {
  color: #222653;
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  margin-top: 32px;
  margin-right: 71px;
}
.why-nitrogram .title strong {
  display: block;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 8px;
}
.why-nitrogram .cards-wrap {
  margin-top: -15px;
  display: grid;
  grid-gap: 35px;
  grid-template-columns: repeat(4, 1fr);
}
.icon.resize{
  width: 4em;
  height: 4em;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}   
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.bd-example>.alert+.alert, .bd-example>.nav+.nav, .bd-example>.navbar+.navbar, .bd-example>.progress+.btn, .bd-example>.progress+.progress {
  margin-top: 1rem;
}
input.error{
  box-shadow: 0 0 1px 2px red;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.telegram-support {
  height: 51px;
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
  border-radius: 26px;
  background-color: #515bd4;
  display: -ms-flexbox;
  display: box;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px 15px 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.telegram-support svg {
  fill: #ffffff;
  width: 25px;
  height: 25px;
  margin-left: 15px;
}

.order-status-button {
  margin-left:5px;  
  display: inline-block;
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
  border-radius: 26px;
  border-width: 3px;
  border-style: solid;
  padding: 5px 8px 5px 8px;
}

.status-all {
	border-color: #555555;
}

.status-waiting {
	border-color: #da8728;
}

.status-processing {
	border-color: #2a72dd;
}

.status-cancelled {
  	border-color: #e22929;
}

.status-completed {
  	border-color: #1ea847;
}

.order-status-button-li {
  display: inline-block;
}

.order-status-button-ul {
  margin-top:10px;  
}

.zui-table {
    border: solid 1px rgb(231, 231, 231);
    border-collapse: collapse;
    border-spacing: 0;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 15px;
}
.zui-table thead th {
    background-color: rgb(233, 233, 233);
    border: solid 1px rgb(219, 219, 219);
    color: rgb(68, 68, 68);
    padding: 10px;
    text-align: right;
    text-shadow: 1px 1px 1px #fff;
}
.zui-table tbody td {
    border: solid 1px rgb(219, 219, 219);
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}

.chat-card {
  padding: 3rem;
  border-radius: 80px;
  background: white;
  box-shadow: 0 2px 33px rgb(0 0 0 / 13%);
}
.chat-enter-message-row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin:1rem;
}
.chat-enter-message-row input{
  width:100%;
  padding:0.5rem;
  height:50px;
  border:solid 4px lightgray;
  border-radius: 100px;
  background:#F5F5F5;
}
.chat-enter-message-row button{
  border-radius: 60px;
  background:#4CD67D;
  border: none;
  color:white;
  font-weight: 800;
  padding:0.5rem;
  width: 80%;
  height:50px;
  
}
.chatbox-row {
  display: flex;
  flex-wrap: wrap;
}
.chat-row-customer {
  display: flex;
  flex-direction: row;
}
.chat-row-admin {
  display: flex;
  flex-direction: row-reverse;
}
.chat-message-box-customer {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px
}
.chat-message-content-customer {
  margin: 0.5rem 0px;
  padding: 0.5rem;
  background: #F5F5F5;
  border-radius: 10px;
  width: 100%;
}
.chat-message-content-admin {
  margin: 0.5rem 0px;
  padding: 0.5rem;
  background: #F5F5F5;
  border-radius: 10px;
  width: 100%;
}
.chat-message-content-customer p {
  color: darkslategray;
  padding: 1rem;
}
.chat-message-content-admin p {
  color: darkslategray;
  padding: 1rem;
}
.ticket-user-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ticket-admin-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ticket-admin-info strong {
  margin-left: 1rem;
}
.ticket-user-name {
  margin-right: 0.5rem;
}
.chat-message-date-admin {
  text-align: left;
}
.avatar {
  /* border: solid;
  border-color: #b4b4b4;
  border-width: 2px;
  border-radius: 100%; */
}

.tracking-order-description {
  font-size: 19px;
  line-height: 59px;
  text-align: justify;
  letter-spacing: normal;
  font-weight: 300;
  margin-bottom: 50px;
}
.tracking-order-result {
  margin-bottom: 70px;
}
.tracking-order h2 {
  font-size: 25px;
  font-weight: 700;
}

.input-ticket-row {
  margin-top: 20px;
}

.row-tracking-order{
  display: flex;
  align-items: baseline !important;
}

.row-tracking-order p{
  margin-left: 15px;
}

.row-tracking-order .textfield{
  height: 53px;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*# sourceMappingURL=styles.css.map */
