/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap";
@import "https://fonts.googleapis.com/css2?family=Secular+One&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap";
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0;
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.slicknav_btn,
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_menu,
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em;
  line-height: 1.125em;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: 0;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:after,
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
.slicknav_nav li,
.slicknav_nav ul {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}
.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: 0.875em;
}
.slicknav_nav ul {
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  text-decoration: none;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}
.section-inner-content {
  padding: 30px 0;
  position: relative;
}
.section-title {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.section-title h3 {
  color: var(--color-heading);
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  padding: 0 15px;
}
.section-title h3:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 95px;
  top: 50%;
  right: 100%;
  background-color: var(--color-primary);
}
.section-title h3:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 95px;
  top: 50%;
  left: 100%;
  background-color: var(--color-primary);
}
.section-text {
  color: var(--color-text);
  font-size: 16px;
  line-height: 22px;
}
.text-center {
  text-align: center;
}
.w-100 {
  width: 100% !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.h-100 {
  height: 100% !important;
}
.section-padding {
  padding: 80px 0;
}
.overflow-hidden {
  overflow: hidden !important;
}
.color-light {
  color: #f2f5fb;
}
.d-none {
  display: none;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.lh-0 {
  line-height: 0;
}
.lh-1 {
  line-height: 1;
}
.flex-1 {
  flex: 1;
}
.lazy,
.lazy-img {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  background-color: var(--bg-banner);
}
.lazy.loaded,
.lazy-img.loaded {
  visibility: visible;
  opacity: 1;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.pt-50 {
  padding-top: 50px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-0 {
  padding-top: 0;
}
.pb-50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .section-padding {
    padding: 70px 0;
  }
  .section-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-padding {
    padding: 50px 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--font-body);
  background-color: var(--body-bg-color);
  color: var(--color-heading);
}
.container {
  max-width: 1600px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
a {
  color: var(--color-text);
}
a:active,
a:focus,
input,
select,
textarea {
  outline: none !important;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
a,
.container {
  text-decoration: none !important;
}
a:focus,
button:focus {
  outline: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--color-heading);
  font-weight: var(--font-heading-weight);
  line-height: 1.5;
  margin-bottom: 15px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--color-text);
}
:root {
  --font-family-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  --font-heading: "Rubik", sans-serif;
  --font-body: "Poppins", sans-serif;
  --font-blockquote: "Secular One", sans-serif;
  --font-heading-weight: 500;
}
:root {
  --color-primary: var(--ghost-accent-color);
  --color-heading: #252525;
  --color-text: #424242;
}
:root {
  --color-heading: #252525;
  --color-text: #424242;
  --body-bg-color: #fff;
  --color-logo: #252525;
  --color-white: #ffffff;
  --color-support: #ffffff;
  --loop-card-bg: #ffffff;
  --bg-author-box: #ffffff;
  --contact-card-bg: #ffffff;
  --navigation-sec: #ffffff;
  --bg-top-header: #252525;
  --color-heading-default: #252525;
  --bg-tags-posts: #252525;
  --color-black: #000;
  --color-nav: #424242;
  --bg-header: #f9f9f9;
  --card-bg: #f9f9f9;
  --btn-bg: #666666;
  --free-plan-bg: #666666;
  --mem-plan-bg: #07815c;
  --bg-yearly: var(--ghost-accent-color);
  --color-placeholder: #252525;
  --color-input-bg: #ffffff;
  --bg-form-control: #ffffff;
  --border-form-control: #ededed;
  --members-info-bg: #000000;
  --author-bg: #000000;
  --bg-banner: rgba(249, 249, 249, 0.5);
  --bg-nav-content: #e8e8e8;
  --bg-categories: rgba(249, 249, 249, 0.5);
  --bg-latest-posts: #f9f9f9;
  --color-border: #bcbcbc;
  --color-border-sm: rgba(188, 188, 188, 0.2);
  --color-border-md: rgba(37, 37, 37, 0.2);
  --color-border-bottom: rgba(37, 37, 37, 0.2);
  --bg-copy-right: var(--ghost-accent-color);
  --color-f-shape: #f9f9f9;
  --color-light: #858585;
  --tag-card-bg: #e8e8e8;
  --text-overlay: rgba(0, 0, 0, 0.6);
  --overlay-color: rgba(255, 255, 255, 0.5);
  --black-overlay: rgba(37, 37, 37, 0.7);
  --border-overlay: rgba(255, 255, 255, 0.8);
  --tags-card-overlay: rgba(255, 255, 255, 0.9);
  --border-light-overlay: rgba(188, 188, 188, 0.8);
  --author-img-bg: rgba(246, 60, 37, 0.1);
  --common-bg: rgba(246, 60, 37, 0.1);
  --bg-blockquote: #f9f9f9;
  --color-bookmark-bg: #f9f9f9;
  --price-box-bg: var(--color-white);
  --info-bg: var(--color-white);
  --color-light-black: #1a1a1a;
  --color-secondary: #fafafa;
  --post-author-bg: #f9f9f9;
  --color-load-more: #4f4d5f;
  --color-meta-title: #292a2b;
  --color-section-bg: #efefef;
  --color-subscription-box: #f9f9f9;
  --author-card-bg: #efefef;
  --color-yellow: #ffc700;
  --bg-black: #101b3b;
  --bg-code-wrapper: #1a1f25;
  --table-thead-bg: #f9f9f9;
  --color-table: var(--color-black);
  --table-body-bg: #f9f9f9;
  --author-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  --banner-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.05);
  --bg-support: rgba(246, 60, 37, 0.1);
  --color-success: #07815c;
  --color-red: var(--ghost-accent-color);
  --icon_video: var(--ghost-accent-color);
  --bg-navigation: rgba(0, 102, 255, 0.03);
  --light-dark: #233142;
}
[data-theme="dark"] {
  --body-bg-color: #080f25;
  --color-logo: #ffffff;
  --color-black: #ffffff;
  --color-heading: #f9f9f9;
  --color-text: #c2c3c7;
  --color-nav: #f9f9f9;
  --color-support: #f9f9f9;
  --color-secondary: #161b2a;
  --bg-tags-posts: #1c2e64;
  --color-placeholder: #ffffff;
  --bg-top-header: #080f25;
  --bg-banner: #010230;
  --bg-nav-content: #010230;
  --bg-categories: #101b3b;
  --bg-header: #101b3b;
  --bg-latest-posts: #101b3b;
  --card-bg: #101b3b;
  --loop-card-bg: #101b3b;
  --bg-author-box: #101b3b;
  --contact-card-bg: #101b3b;
  --navigation-sec: #101b3b;
  --color-border-sm: rgba(28, 46, 100, 0.6);
  --color-border-md: rgba(28, 46, 100, 0.6);
  --color-border-bottom: rgba(28, 46, 100, 0.6);
  --color-input-bg: #101b3b;
  --bg-form-control: #101b3b;
  --border-form-control: rgba(28, 46, 100, 0.6);
  --post-author-bg: #010230;
  --color-light-black: #c2c3c7;
  --color-border-bottom: #26262c;
  --author-card-bg: #010230;
  --price-box-bg: #010230;
  --info-bg: #010230;
  --color-bookmark-bg: #010230;
  --bg-blockquote: #010230;
  --bg-code-wrapper: #26262c;
  --color-table: #c0c3d0;
  --table-thead-bg: #010230;
  --table-body-bg: #010230;
  --color-section-bg: #26262c;
  --color-subscription-box: #101b3b;
  --light-dark: #fff;
  --text-overlay: rgba(0, 0, 0, 0.6);
  --overlay-color: rgba(255, 255, 255, 0.5);
  --members-info-bg: #010230;
  --author-bg: #101b3b;
  --bg-black: #101b3b;
  --bg-code-wrapper: #010230;
  --tag-card-bg: #010230;
  --bg-support: #010230;
}
@media (prefers-color-scheme: dark) {
  :root {
    --body-bg-color: #080f25;
    --color-logo: #ffffff;
    --color-black: #ffffff;
    --color-heading: #f9f9f9;
    --color-text: #c2c3c7;
    --color-nav: #f9f9f9;
    --color-support: #f9f9f9;
    --color-secondary: #161b2a;
    --bg-tags-posts: #1c2e64;
    --color-placeholder: #ffffff;
    --bg-top-header: #080f25;
    --bg-banner: #010230;
    --bg-nav-content: #010230;
    --bg-categories: #101b3b;
    --bg-header: #101b3b;
    --bg-latest-posts: #101b3b;
    --card-bg: #101b3b;
    --loop-card-bg: #101b3b;
    --bg-author-box: #101b3b;
    --contact-card-bg: #101b3b;
    --navigation-sec: #101b3b;
    --color-border-sm: rgba(28, 46, 100, 0.6);
    --color-border-md: rgba(28, 46, 100, 0.6);
    --color-border-bottom: rgba(28, 46, 100, 0.6);
    --color-input-bg: #101b3b;
    --bg-form-control: #101b3b;
    --border-form-control: rgba(28, 46, 100, 0.6);
    --post-author-bg: #010230;
    --color-light-black: #c2c3c7;
    --color-border-bottom: #26262c;
    --author-card-bg: #010230;
    --price-box-bg: #010230;
    --info-bg: #010230;
    --color-bookmark-bg: #010230;
    --bg-blockquote: #010230;
    --bg-code-wrapper: #26262c;
    --color-table: #c0c3d0;
    --table-thead-bg: #010230;
    --table-body-bg: #010230;
    --color-section-bg: #26262c;
    --color-subscription-box: #101b3b;
    --light-dark: #fff;
    --text-overlay: rgba(0, 0, 0, 0.6);
    --overlay-color: rgba(255, 255, 255, 0.5);
    --members-info-bg: #010230;
    --author-bg: #101b3b;
    --bg-black: #101b3b;
    --bg-code-wrapper: #010230;
    --tag-card-bg: #010230;
    --bg-support: #010230;
  }
  [data-theme="light"] {
    --color-heading: #252525;
    --color-text: #424242;
    --body-bg-color: #fff;
    --color-logo: #252525;
    --color-white: #ffffff;
    --color-support: #ffffff;
    --loop-card-bg: #ffffff;
    --bg-author-box: #ffffff;
    --contact-card-bg: #ffffff;
    --navigation-sec: #ffffff;
    --bg-top-header: #252525;
    --color-heading-default: #252525;
    --bg-tags-posts: #252525;
    --color-black: #000;
    --color-nav: #424242;
    --bg-header: #f9f9f9;
    --card-bg: #f9f9f9;
    --btn-bg: #666666;
    --free-plan-bg: #666666;
    --mem-plan-bg: #07815c;
    --bg-yearly: var(--ghost-accent-color);
    --color-placeholder: #252525;
    --color-input-bg: #ffffff;
    --bg-form-control: #ffffff;
    --border-form-control: #ededed;
    --members-info-bg: #000000;
    --author-bg: #000000;
    --bg-banner: rgba(249, 249, 249, 0.5);
    --bg-nav-content: #e8e8e8;
    --bg-categories: rgba(249, 249, 249, 0.5);
    --bg-latest-posts: #f9f9f9;
    --color-border: #bcbcbc;
    --color-border-sm: rgba(188, 188, 188, 0.2);
    --color-border-md: rgba(37, 37, 37, 0.2);
    --color-border-bottom: rgba(37, 37, 37, 0.2);
    --bg-copy-right: var(--ghost-accent-color);
    --color-f-shape: #f9f9f9;
    --color-light: #858585;
    --tag-card-bg: #e8e8e8;
    --text-overlay: rgba(0, 0, 0, 0.6);
    --overlay-color: rgba(255, 255, 255, 0.5);
    --black-overlay: rgba(37, 37, 37, 0.7);
    --border-overlay: rgba(255, 255, 255, 0.8);
    --tags-card-overlay: rgba(255, 255, 255, 0.9);
    --border-light-overlay: rgba(188, 188, 188, 0.8);
    --author-img-bg: rgba(246, 60, 37, 0.1);
    --common-bg: rgba(246, 60, 37, 0.1);
    --bg-blockquote: #f9f9f9;
    --color-bookmark-bg: #f9f9f9;
    --price-box-bg: var(--color-white);
    --info-bg: var(--color-white);
    --color-light-black: #1a1a1a;
    --color-secondary: #fafafa;
    --post-author-bg: #f9f9f9;
    --color-load-more: #4f4d5f;
    --color-meta-title: #292a2b;
    --color-section-bg: #efefef;
    --color-subscription-box: #f9f9f9;
    --author-card-bg: #efefef;
    --color-yellow: #ffc700;
    --bg-black: #101b3b;
    --bg-code-wrapper: #1a1f25;
    --table-thead-bg: #f9f9f9;
    --color-table: var(--color-black);
    --table-body-bg: #f9f9f9;
    --author-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    --banner-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.05);
    --bg-support: rgba(246, 60, 37, 0.1);
    --color-success: #07815c;
    --color-red: var(--ghost-accent-color);
    --icon_video: var(--ghost-accent-color);
    --bg-navigation: rgba(0, 102, 255, 0.03);
    --light-dark: #233142;
  }
}
code[class*="language-"],
pre[class*="language-"] {
  color: #f8f8f2;
  background: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  border-radius: 0.3em;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #272822;
}
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #708090;
}
.token.punctuation {
  color: #f8f8f2;
}
.token.namespace {
  opacity: 0.7;
}
.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #f92672;
}
.token.boolean,
.token.number {
  color: #ae81ff;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #a6e22e;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #f8f8f2;
}
.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
  color: #e6db74;
}
.token.keyword {
  color: #66d9ef;
}
.token.regex,
.token.important {
  color: #fd971f;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}
.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  background: rgba(153, 122, 102, 0.08);
  background: linear-gradient(
    to right,
    rgba(153, 122, 102, 0.1) 70%,
    rgba(153, 122, 102, 0)
  );
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}
.line-highlight:before,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: 0.4em;
  left: 0.6em;
  min-width: 1em;
  padding: 0 0.5em;
  background-color: rgba(153, 122, 102, 0.4);
  color: #f5f2f0;
  font: bold 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: 0.3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px #fff;
}
.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: 0.4em;
}
.line-numbers .line-highlight:before,
.line-numbers .line-highlight:after {
  content: none;
}
.top-header-section {
  padding: 20px 0;
  background-color: var(--bg-top-header);
}
.header-area {
  position: sticky;
  top: 0;
  z-index: 99999;
  background-color: var(--bg-header);
  transition: left 0.3s ease-in-out;
}
.header-area-inner {
  padding: 20px 0;
}
.logo {
  max-width: 130px;
}
.logo img {
  max-height: 70px;
}
.logo a {
  color: var(--color-logo);
}
.logo a svg {
  width: 100%;
  height: auto;
}
.logo h2 {
  font-size: 28px;
  margin-bottom: 0;
}
.logo h2 a {
  color: var(--color-logo);
}
.logo-dark {
  display: none;
}
.logo-alt-text {
  display: none;
}
.center-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.center-menu ul li {
  display: inline-block;
  padding: 0 20px;
}
.center-menu ul li a {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  font-family: var(--font-body);
  color: var(--color-nav);
  text-transform: capitalize;
  transition: 0s;
}
.center-menu ul li a.active {
  color: var(--color-primary);
}
.center-menu ul li a:hover,
.center-menu ul li a:focus,
.center-menu ul li a.active {
  color: var(--color-primary);
}
.login-option li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-heading);
}
.subscribes-btn {
  margin-left: 20px;
}
.center-menu.active {
  display: block;
}
.search-bar {
  margin: 0 20px 0 0;
  height: 24px;
  width: 24px;
}
.search-bar svg {
  stroke: var(--color-heading);
}
.gh-search {
  margin: 0 20px 0 0;
  height: 24px;
  width: 24px;
}
.gh-search svg {
  stroke: var(--color-heading);
}
.bar-icon {
  display: block;
  cursor: pointer;
}
.bar-icon .bar-line {
  height: 2px;
  width: 25px;
  margin: 5px 0px;
  cursor: pointer;
  color: var(--color-white);
  background-color: var(--color-heading);
  transition: 0s;
}
.active-bar {
  transition: 0.25s ease-in;
  cursor: pointer;
}
.active-bar .bar-line:first-child {
  transform: rotate(-45deg) translate(-4px, 6px);
  transition: 0.3s ease-in;
}
.active-bar .bar-line:nth-child(2) {
  opacity: 0;
}
.active-bar .bar-line:last-child {
  transform: rotate(45deg) translate(-4px, -6px);
  transition: 0.3s ease-in;
}
.continue-sign-out {
  margin: 8px 0;
}
.continue-sign-out span {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-white);
  padding-left: 15px;
  transition: 0.3s;
}
.continue-sign-out svg {
  color: var(--color-white);
  width: 25px;
  height: 25px;
  transition: 150ms;
}
.continue-sign-out:hover span {
  color: var(--color-white);
}
.continue-sign-out:hover svg {
  transform: translateX(5px);
}
.contact-support {
  margin-right: 30px;
  transition: 0.3s;
}
.contact-support span {
  font-size: 16px;
  line-height: 19px;
  color: var(--color-support);
  padding-left: 10px;
  transition: 0.3s;
}
.contact-support svg {
  color: var(--color-white);
  width: 20px;
  height: 20px;
  transition: 150ms;
}
.social-profile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-profile a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 32px;
  width: 32px;
  margin-right: 15px;
  border-radius: 5px;
  color: var(--color-white);
  border: 1px solid var(--overlay-color);
  background-color: transparent;
  transition: 0.4s;
}
.social-profile a:last-child {
  margin-right: 0;
}
.social-profile a svg {
  width: 16px;
  height: 16px;
}
.social-profile a:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.section-heading {
  display: none;
}
@media screen and (max-width: 1199px) {
  .center-menu ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .center-menu ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .center-menu ul li {
    padding: 12px;
  }
  #nav {
    position: absolute;
    top: 100%;
    background-color: var(--bg-nav-content);
    z-index: 999;
    width: 100%;
    left: 0;
    clip-path: circle(0% at 50% 0%);
    transition: 0.3s ease-in;
    padding: 10px 5px;
  }
  #nav.active {
    clip-path: circle(200% at 50% 0%);
    transition: 0.7s ease-in;
  }
  .center-menu ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .center-menu ul li a {
    line-height: 1;
  }
  .unset {
    position: unset;
  }
  .header-area-inner {
    padding: 10px 0;
  }
}
@media screen and (max-width: 725px) {
  .top-header-right {
    width: 100%;
  }
  .social-profile {
    margin-top: 15px;
  }
  .top-header {
    max-width: 450px;
    margin: 0 auto;
  }
  .phone-support {
    margin-top: 15px;
  }
}
@media screen and (max-width: 450px) {
  .top-header {
    max-width: 260px;
    margin: 0 auto;
  }
}
.breaking-news-section {
  background-color: var(--bg-latest-posts);
  border: 1px solid var(--color-border-sm);
  border-right: 3px solid var(--color-primary);
  margin-bottom: 20px;
  overflow: hidden;
}
.breaking-headline {
  clip-path: polygon(100% 0%, 85% 51%, 100% 100%, 0 100%, 0% 50%, 0 0);
  color: var(--color-white);
  background: var(--color-primary);
  padding: 10px 30px 10px 15px;
  align-items: center;
  margin-right: 15px;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 0;
  white-space: nowrap;
}
.news-slider-items {
  width: calc(100% - 130px);
}
.news-slider-items .owl-item.active .single-news-headline {
  visibility: visible;
  opacity: 1;
}
.breaking-news-section .no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: unset;
}
.single-news-headline {
  visibility: hidden;
  opacity: 0;
}
.single-news-headline h6 {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 0;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.single-news-headline h6 a {
  color: var(--color-heading);
}
.hero-section-area {
  padding: 30px 0;
}
.featured-posts-image {
  width: 100%;
  height: 100%;
  background-color: var(--bg-support);
}
.featured-posts-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.featured-gallery-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 30px;
  position: relative;
}
.featured-gallery-item.featured-post-parent {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.featured-gallery-item .featured-item {
  position: absolute;
  left: 5px;
  top: 3px;
}
.featured-gallery-item .featured-item span {
  color: var(--color-yellow);
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.featured-post-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  padding: 20px 15px;
  background-color: var(--black-overlay);
}
.single-featured-item {
  grid-column: span 1;
  background-color: var(--bg-support);
}
.single-featured-item.full-featured-gallery-item:nth-child(1) {
  grid-column: span 1;
  grid-row: span 2;
}
.single-featured-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.single-featured-item.featured-post-0 {
  grid-column: span 3;
  min-height: 400px;
}
.single-featured-item.featured-post-2 {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 400px;
}
.single-featured-item {
  min-height: 300px;
  max-height: 340px;
}
.single-featured-item.column-8 {
  max-height: 710px;
}
.single-featured-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-featured-item:hover .featured-post-content {
  background: var(--ghost-accent-color);
}
.single-featured-item:hover .tre-pub-post .post-meta .reading-time::before {
  background-color: var(--color-white);
}
.single-post {
  position: relative;
  z-index: 1;
}
.single-post img {
  height: 100%;
  width: 100%;
}
.postcard-text {
  position: relative;
}
.postcard-text h3,
.postcard-text h4 {
  line-height: 1.3;
  color: var(--color-white);
  margin-bottom: 0;
}
.postcard-text h3 a,
.postcard-text h4 a {
  transition: 0.4s;
}
.postcard-text h3:hover a,
.postcard-text h4:hover a {
  color: var(--color-primary);
}
.postcard-text h5 {
  line-height: 1.4;
}
.postcard-text h5 a {
  color: var(--color-white);
  transition: 0.4s;
}
.postcard-text h5:hover a {
  color: var(--color-primary);
}
.postcard-text.postcard-text-2 h3 a {
  color: var(--color-heading);
  transition: 0.4s;
}
.postcard-text.postcard-text-2 h6 a {
  color: var(--color-heading);
  font-size: 18px;
  transition: 0.4s;
}
.postcard-text.postcard-text-2 h6:hover a {
  color: var(--color-primary);
}
.postcard-text.postcard-text-2 h5 a {
  color: var(--color-heading);
  transition: 0.4s;
}
.postcard-text.postcard-text-2 h5:hover a {
  color: var(--color-primary);
}
.feature-tag {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.feature-tag a {
  color: var(--color-white);
  font-size: 15px;
  padding: 10px 25px;
  background-color: var(--color-primary);
  border: none;
  line-height: 1;
  border: 0px;
  display: inline-block;
  text-transform: capitalize;
}
.post-card-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .featured-gallery-item {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .single-featured-item:nth-child(1) {
    grid-template-rows: span 2;
  }
}
@media screen and (max-width: 575px) {
  .featured-gallery-item {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .single-featured-item:nth-child(1) {
    grid-column: span 1;
  }
}
.update-news-item {
  background-color: var(--bg-support);
  position: relative;
}
.update-news-item:last-child {
  margin-bottom: 0;
}
.single-news-item {
  height: 300px;
  margin-bottom: 30px;
}
.single-news-item.news-big-card {
  height: 630px;
  background-color: var(--bg-support);
}
.single-news-item.news-big-card .big-feature-img {
  height: 630px;
}
.single-news-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-posts-image {
  width: 100%;
  height: 100%;
  background-color: var(--bg-support);
}
.news-posts-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-post-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 15px;
  background-color: var(--black-overlay);
}
.portfolio-area {
  padding-top: 100px;
  padding-bottom: 100px;
}
.porfolio-nav {
  margin-bottom: 50px;
}
.porfolio-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.porfolio-nav ul li {
  padding-right: 10px;
  margin-bottom: 10px;
}
.porfolio-nav ul li a {
  padding: 5px;
  color: var(--color-heading);
  text-transform: uppercase;
}
.porfolio-nav ul li a.active {
  position: relative;
}
.porfolio-nav ul li a.active:before {
  content: "";
  width: 35%;
  height: 2px;
  position: absolute;
  top: 90%;
  background: var(--color-primary);
}
.portfolio-content {
  display: flex;
  flex-wrap: wrap;
}
.portfolio-content .grid-sizer {
  width: calc(33.333% - 20px);
  margin: 0 10px;
}
.portfolio-content .single-portfolio {
  width: calc(33.333% - 20px);
  margin: 0 10px 30px;
  position: relative;
  overflow: hidden;
}
.portfolio-content .single-portfolio:hover .port-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.portfolio-content .single-portfolio:hover .port-thumbnail {
  transform: scale(1.4);
  filter: grayscale(1);
}
.port-thumbnail {
  position: relative;
  transform: scale(1);
  transition: 0.3s ease;
}
.port-thumbnail a {
  display: block;
  background-color: var(--color-heading);
  height: 250px;
}
.port-thumbnail img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.port-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  transform: translateY(100px);
}
.port-text h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.port-text time {
  text-transform: capitalize;
  font-size: 14px;
  color: var(--color-heading);
}
ul#tabs-nav {
  padding: 10px 0;
  margin: 0 auto 40px;
  list-style: none;
  overflow: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-border-md);
  border-bottom: 1px solid var(--color-border-md);
}
ul#tabs-nav li {
  float: left;
  font-weight: 500;
  padding: 8px 20px;
  cursor: pointer;
  text-transform: capitalize;
}
ul#tabs-nav li a {
  font-size: 20px;
  line-height: 24px;
  color: var(--color-heading);
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active a {
  color: var(--color-primary);
}
#tabs-nav li a {
  text-decoration: none;
  color: var(--color-heading);
}
.subscribe-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: var(--color-white);
}
.subscribe-desc {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-white);
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.subscribe-content-box .message-text {
  text-align: center;
  margin: 0 auto;
}
.subscriber-input-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscriber-input {
  position: relative;
  width: 100%;
  max-width: 510px;
}
.subscriber-input .icon_mail_subs {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}
.subscriber-input .icon_mail_subs svg {
  width: 20px;
  height: 20px;
  color: var(--color-primary);
  stroke-width: 2;
}
.subscriber-input button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
}
.subscriber-input .form-control {
  font-size: 16px;
  line-height: 24px;
  height: 60px;
  width: 100%;
  padding: 10px 15px 10px 60px;
  border-radius: 4px 0px 0px 4px;
  transition: 0s;
  background-color: var(--color-input-bg);
  border: 1px solid transparent;
  color: var(--color-placeholder);
  font-family: var(--font-body);
}
.subscriber-input .form-control::placeholder {
  color: var(--color-placeholder);
}
.subscriber-input .form-control:focus {
  box-shadow: none;
}
.subscribe-box-section {
  padding: 100px 0;
}
.subscribe-box-section.has-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: var(--bg-support);
}
.subscribe-box-section.has-cover:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.subscribe-box-section.has-cover .message-success {
  color: var(--color-white);
}
.subscribe-box-section.has-cover .message-error {
  color: var(--color-white);
}
.subscribe-box-section.no-cover-image {
  background-color: var(--bg-support);
}
.subscribe-box-section.no-cover-image .subscribe-title {
  color: var(--color-heading);
}
.subscribe-box-section.no-cover-image .subscribe-desc {
  color: var(--color-heading);
  margin-bottom: 30px;
}
.banner-section {
  position: relative;
}
.banner-section.no-cover-image {
  padding: 70px 0;
  width: 100%;
  background-color: var(--bg-banner);
  display: flex;
}
.banner-section.no-cover-image .banner-content {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.banner-section.has-cover-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  position: relative;
  background-color: var(--bg-support);
  margin-bottom: 80px;
}
.banner-section.has-cover-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.banner-section.has-cover-image .banner-content {
  padding: 40px 30px;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  background: var(--contact-card-bg);
  box-shadow: var(--banner-box-shadow);
  border-radius: 30px 30px 0 0;
}
.banner-section.has-cover-image .banner-content.no-excerpt {
  bottom: -60px;
}
.banner-section.has-cover-image .banner-content .post-title {
  font-size: 45px;
  color: var(--color-heading);
  font-weight: 700;
  margin-bottom: 0;
}
.banner-section.has-cover-image .banner-content .excerpt {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-text);
  margin-bottom: 0;
  margin-top: 10px;
}
.banner-content {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.banner-content.no-excerpt {
  margin-top: -74px;
}
.banner-content .post-title {
  font-size: 45px;
  color: var(--color-heading);
  font-weight: 700;
  margin-bottom: 0;
}
.banner-content .excerpt {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-text);
  margin-bottom: 0;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .banner-content {
    padding: 20px 20px;
  }
  .banner-section.has-cover-image .banner-content {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-content .post-title {
    font-size: 35px;
  }
  .banner-section.no-cover-image {
    padding: 50px 0;
  }
}
@media screen and (max-width: 575px) {
  .banner-content .post-title {
    font-size: 24px;
  }
  .banner-section.no-cover-image {
    padding: 40px 0;
  }
  .con-heading {
    font-size: 35px;
  }
  .banner-section.has-cover-image .banner-content {
    padding: 30px 15px;
  }
}
.author-sec {
  padding: 90px 0;
  background-image: url(../img/pattern.png);
  background-position: center;
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
}
.single-author-card {
  margin-bottom: 40px;
  height: calc(100% - 40px);
  background-color: var(--author-card-bg);
  position: relative;
  cursor: pointer;
}
.single-author-card:hover .author-profile .a-overlay {
  opacity: 1;
  transition: 0.6s;
  transform: scale(1);
}
.single-author-card .author-img {
  height: 370px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.single-author-card .author-content {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: flex-end;
  padding: 15px 20px;
  width: 100%;
  height: 100%;
  background-color: var(--bg-top-header);
}
.single-author-card .author-content .author {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.single-author-card .author-content .author a {
  color: var(--color-white);
  transition: 0.4s;
}
.single-author-card .author-content .author a:hover {
  color: var(--color-white);
}
.single-author-card .author-content .bio {
  color: var(--color-white);
  font-size: 16px;
  line-height: 19px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.single-author-card .author-portfolio {
  display: flex;
  text-align: center;
}
.single-author-card .author-portfolio a {
  font-size: 14px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 0 5px;
  color: var(--color-white);
  background-color: transparent;
  border: 1px solid var(--border-overlay);
  transition: 0.4s;
}
.single-author-card .author-portfolio a svg {
  width: 20px;
  height: 20px;
}
.single-author-card .author-portfolio a:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
  border-color: var(--color-white);
}
.no-author-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 370px;
  background-color: var(--author-img-bg);
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 222;
}
.no-author-img .author {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.no-author-img .author a {
  color: var(--color-heading);
  transition: 0.4s;
}
.no-author-img .author a:hover {
  color: var(--color-primary);
}
.no-author-img .bio {
  color: var(--color-text);
  font-size: 16px;
  line-height: 19px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.no-author-img .author-portfolio {
  display: flex;
  text-align: center;
}
.no-author-img .author-portfolio a {
  font-size: 14px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 0 5px;
  color: var(--color-text);
  background-color: transparent;
  border: 1px solid var(--border-light-overlay);
  transition: 0.4s;
  z-index: 2;
}
.no-author-img .author-portfolio a svg {
  width: 20px;
  height: 20px;
}
.no-author-img .author-portfolio a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.author-profile {
  position: relative;
}
.a-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.7s ease;
  overflow: hidden;
  padding: 30px;
}
.author-section-wrapper {
  padding-top: 80px;
  background-image: url(../img/pattern.png);
  background-position: center;
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
}
.author-box-content {
  display: flex;
  align-items: center;
  background: var(--bg-author-box);
  box-shadow: var(--author-box-shadow);
  padding: 30px;
}
.author-content-info {
  width: 100%;
  padding-left: 50px;
}
.author-thumb {
  width: 367px;
  height: 370px;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 10px;
}
.author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.author {
  font-size: 40px;
  font-weight: bold;
  text-transform: capitalize;
}
.author a {
  color: var(--color-heading);
  transition: 0.4s;
}
.author a:hover {
  color: var(--color-primary);
}
.social-portfolio {
  display: flex;
  text-align: center;
  margin: 20px 0;
}
.social-portfolio a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border: 1px solid var(--color-border-sm);
  margin: 0 8px;
  color: var(--color-black);
  transition: 0s;
}
.social-portfolio a svg {
  width: 18px;
  height: 18px;
}
.social-portfolio a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.article-lists .feather-edit {
  margin-right: 5px;
}
.location {
  position: relative;
  margin: 0 40px;
}
.location::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: var(--color-primary);
  border-radius: 50%;
  transform: translateY(-50%);
}
.edit-icons {
  display: flex;
  align-items: center;
  color: var(--color-text);
  padding-bottom: 10px;
}
.edit-icons svg {
  color: var(--color-primary);
  width: 16px;
  height: 16px;
}
.excerpt {
  padding-top: 10px;
}
.no-profile-image {
  text-align: center;
  background-color: var(--author-bg);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
}
.no-profile-image .no-profile-author {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.no-profile-image .no-profile-author svg path {
  stroke: var(--color-white);
}
@media screen and (max-width: 767px) {
  .author-box-content {
    flex-direction: column;
  }
  .author-thumb {
    width: 100%;
    margin-bottom: 15px;
  }
  .author-content-info {
    padding-left: 0;
  }
}
.custom-tab-section {
  padding: 30px 0;
}
.tags-section {
  padding: 30px 0;
}
.featured-food-section {
  padding: 30px 0 60px;
}
.top-read-section {
  padding: 30px 0;
}
.cus-tag-wrapper {
  background: var(--color-white);
  background-image: url(../img/pattern.png);
  background-position: center;
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
}
.cus-tag-section {
  padding: 80px 0;
}
.no-tag-feature p {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.tag-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.tag-content .post-title {
  font-size: 45px;
  line-height: 60px;
  color: var(--color-heading);
  text-transform: capitalize;
}
.tag-content p svg {
  color: var(--color-primary);
  width: 18px;
  height: 18px;
}
.tag-content .excerpt {
  font-size: 16px;
  line-height: 30px;
  color: var(--color-text);
  max-width: 600px;
  margin: 0 auto;
  padding-top: 20px;
}
.tag-icon {
  height: 22px;
  margin-left: 5px;
}
.blog-wrapper {
  margin-top: 80px;
}
.tag-posts-loop {
  padding-bottom: 80px;
}
.single-food-post {
  margin-bottom: 30px;
}
.single-food-post.single-latest-posts {
  padding: 8px 0;
  margin-bottom: 0px;
}
.single-food-post.single-latest-posts .food-post-title {
  padding-right: 15px;
}
.single-food-post.single-latest-posts .food-post-title h6 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 3px;
  margin-right: 15px;
}
.single-food-post.single-latest-posts .food-post-title h6 a {
  color: var(--color-text);
  font-weight: 500;
}
.single-food-post.single-latest-posts .food-post-title h6 a:hover {
  color: var(--color-primary);
}
.single-food-post:last-child {
  margin-bottom: 0;
}
.single-food-post:hover .food-post-title h6 a {
  color: var(--color-primary);
}
.latest-posts-section {
  background-color: var(--bg-latest-posts);
  border: 1px solid var(--color-border-sm);
}
.latest-posts-section.s-related-post {
  margin-top: 30px;
}
.heading-latest-posts {
  margin-top: 30px;
  margin-left: 30px;
}
.single-latest-posts {
  position: relative;
  counter-increment: count;
  border-bottom: 1px solid var(--color-border-sm);
}
.single-latest-posts:last-child {
  border-bottom: 0;
}
.single-latest-posts::before {
  content: counter(count);
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--color-white);
  background-color: var(--ghost-accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  top: 10px;
  left: 10px;
  z-index: 999;
}
.single-latest-posts:nth-child(-n + 9)::before {
  content: counter(count);
}
.food-feature-image {
  margin-right: 15px;
}
.food-feature-image.latest-posts {
  margin: 15px 20px;
}
.food-feature-image.latest-posts img {
  width: 77px;
  height: 77px;
  object-fit: cover;
}
.food-feature-image img {
  width: 140px;
  height: 130px;
  object-fit: cover;
  background-color: var(--bg-support);
}
.no-food-feature-image {
  margin-right: 15px;
  width: 140px;
  height: 130px;
  background-color: var(--bg-support);
}
.no-latest-fea-img {
  width: 77px;
  height: 77px;
  background-color: var(--bg-support);
  margin-right: 15px;
  margin: 15px 20px;
}
.food-post-title {
  flex: 1;
  align-self: center;
}
.food-post-title h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 3px;
}
.food-post-title h6 a {
  color: var(--color-text);
  font-weight: 500;
}
.food-post-title h6 a:hover {
  color: var(--color-primary);
}
.post-meta {
  font-size: 13px;
  line-height: 15px;
  color: var(--color-light);
  margin-bottom: 12px;
}
.post-meta .post-meta__date {
  color: var(--color-light);
  display: inline-block;
  margin-right: 30px;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
}
.post-meta .reading-time {
  font-size: 13px;
  line-height: 15px;
  color: var(--color-light);
  text-transform: uppercase;
  position: relative;
}
.post-meta .reading-time::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -20px;
  width: 5px;
  height: 5px;
  background-color: var(--color-primary);
  border-radius: 50%;
}
.food-featured-item {
  height: 395px;
  width: calc(100% + 1px);
  background-color: var(--bg-support);
  transition: 0.4s;
}
.food-featured-item:hover .food-content {
  background: var(--ghost-accent-color);
}
.food-featured-item:hover .tre-pub-post .post-meta .reading-time::before {
  background-color: var(--color-white);
}
.featured-food-thumb {
  position: relative;
}
.featured-food-thumb {
  height: 395px;
  background-color: var(--bg-support);
}
.featured-food-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: var(--bg-support);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.owl-item {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.food-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 1px);
  padding: 40px 30px;
  background-color: var(--black-overlay);
}
.food-content .postcard-text h4 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
}
.food-content .postcard-text h4 a {
  color: var(--color-white);
  transition: 0.4s;
}
.tre-pub-post .post-meta {
  color: var(--color-white);
}
.tre-pub-post .post-meta .post-meta__date {
  color: var(--color-white);
}
.tre-pub-post .post-meta .reading-time {
  color: var(--color-white);
}
.featured-food-wrapper.owl-carousel .owl-stage-outer {
  height: 100% !important;
}
.featured-food-wrapper .owl-stage,
.featured-food-wrapper .owl-item {
  height: 100%;
}
.featured-food-wrapper .owl-stage,
.featured-food-wrapper .owl-item:focus {
  outline: 0 !important;
}
+ .featured-food-wrapper.owl-item:focus {
  outline: 0;
}
.featured-food-wrapper .owl-item:focus {
  outline: 0;
}
.featured-food-wrapper .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.featured-food-wrapper .owl-dots {
  position: absolute;
  bottom: -40px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.featured-food-wrapper .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  cursor: pointer;
  margin: 5px;
  background: var(--color-light);
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 50px;
  position: relative;
}
.featured-food-wrapper .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  left: -3px;
  top: -3px;
  height: 16px;
  width: 16px;
  border: 1px solid var(--color-light);
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
}
.featured-food-wrapper .owl-dots .owl-dot.active span {
  background: var(--color-primary);
  height: 10px;
  width: 10px;
  border-radius: 50px;
}
.featured-food-wrapper .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}
.featured-food-wrapper .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  background-color: var(--bg-support);
}
.featured-food-wrapper .no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.single-video-post {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--bg-latest-posts);
  border: 1px solid var(--color-border-sm);
}
.single-video-post .update-feature-image {
  background-color: var(--bg-support);
  position: relative;
}
.single-video-post .update-feature-image img {
  height: 265px;
  width: 100%;
  object-fit: cover;
}
.single-video-post .no-update-feature-image {
  position: relative;
  height: 265px;
  background-color: var(--bg-support);
  width: 100%;
}
.tag-hash-video .icon_video {
  opacity: 1;
  visibility: visible;
}
.icon_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--icon_video);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.icon_video svg {
  width: 20px;
  height: 20px;
  color: var(--color-white);
}
.video-post-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.update-pub-post .post-meta {
  color: var(--color-heading);
}
.update-pub-post .post-meta .post-meta__date {
  color: var(--color-heading);
}
.update-pub-post .post-meta .reading-time {
  color: var(--color-heading);
}
.video-post-content h6 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0px;
}
.video-post-content h6 a {
  color: var(--color-heading);
  font-weight: 500;
}
.video-post-content h6 a:hover {
  color: var(--color-primary);
}
@media screen and (max-width: 991px) {
  .single-column-post {
    display: flex;
    justify-content: space-between;
  }
  .single-video-post.daily-update-posts {
    width: calc(50% - 15px);
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .daily-update-posts-right {
    display: flex;
    justify-content: space-between;
  }
  .update-news-item.daily-update-posts-right-content {
    width: calc(50% - 15px);
    height: 100%;
  }
  .update-news-item.daily-update-posts-right-content .single-news-item {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .daily-update-posts-right {
    display: flex;
    justify-content: space-between;
  }
  .update-news-item.daily-update-posts-2 {
    width: calc(50% - 15px);
    height: 100%;
  }
  .daily-update-posts-left {
    display: flex;
    justify-content: space-between;
  }
  .update-news-item.daily-update-posts-2 {
    width: calc(50% - 15px);
    height: 100%;
  }
  .daily-update-posts-left .update-news-item {
    margin-bottom: 25px;
  }
  .daily-update-posts-right .update-news-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .daily-update-posts-right {
    display: flex;
    justify-content: unset;
    flex-direction: column;
  }
  .update-news-item.daily-update-posts-right-content {
    width: 100%;
  }
  .daily-update-posts-left {
    display: flex;
    justify-content: unset;
    flex-direction: column;
  }
  .daily-update-posts-left .update-news-item {
    margin-bottom: 25px;
  }
  .daily-update-posts-left .update-news-item.daily-update-posts-2 {
    width: 100%;
  }
  .daily-update-posts-right {
    display: flex;
    justify-content: unset;
    flex-direction: column;
  }
  .daily-update-posts-right .update-news-item {
    margin-bottom: 25px;
  }
  .daily-update-posts-right .update-news-item.daily-update-posts-2 {
    width: 100%;
  }
  .single-column-post {
    display: flex;
    justify-content: unset;
    flex-direction: column;
  }
  .single-video-post.daily-update-posts {
    width: 100%;
  }
  .featured-post-content {
    width: 100%;
  }
  .single-food-post.single-latest-posts .food-post-title {
    padding-right: 15px;
  }
}
.tags-wrapper-sec {
  padding: 90px 0;
  background-image: url(../img/pattern.png);
  background-position: center;
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
}
.single-tag-card {
  display: block;
  height: 100%;
}
.single-tag-item-cus {
  max-height: 335px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background: var(--bg-support);
}
.single-tag-item-cus:hover .cus-tag-thumb img {
  transform: scale(1.1);
}
.single-tag-item-cus:hover .tags-count-posts {
  background: var(--ghost-accent-color);
}
.single-tag-item-cus:hover .cus-tag-name {
  color: var(--color-white);
}
.single-tag-item-cus:hover .total-posts {
  color: var(--color-white);
}
.cus-tag-thumb {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.cus-tag-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease;
  transform: scale(1);
}
.single-tag-item-cus.no-feature-image {
  min-height: 335px;
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--bg-support);
}
.single-tag-item-cus.no-feature-image .cus-tag-content {
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.no-feature-image {
  background-color: var(--bg-support);
}
.no-feature-image .tag-name::before {
  opacity: 1;
  background: var(--tag-card-bg);
}
.cus-feature-tag-content {
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  z-index: 222;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cus-tag-content {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tags-count-posts {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: break-spaces;
  width: 100%;
  background: var(--tags-card-overlay);
  transition: 0.4s;
}
.cus-tag-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-heading-default);
  letter-spacing: 1px;
  transition: 0.4s;
  text-transform: capitalize;
}
.cus-tag-name:hover {
  color: var(--color-primary);
}
.total-posts {
  font-size: 40px;
  line-height: 30px;
  font-weight: 700;
  color: var(--color-light);
  padding: 20px 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.popular-tags {
  padding: 30px 0;
}
.popular-tags .no-feature-image {
  background-color: var(--bg-support);
}
.single-tag-item {
  min-height: 220px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.single-tag-item:hover .tag-thumb img {
  transform: scale(1.1);
}
.tag-thumb {
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 220px;
  background-color: var(--bg-support);
  object-fit: cover;
}
.tag-thumb img {
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
  transform: scale(1);
  object-fit: cover;
  background-color: var(--bg-support);
}
.tag-name {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tag-style {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: var(--color-white);
  text-transform: capitalize;
  padding: 15px 30px;
  display: inline-block;
  background-color: var(--text-overlay);
  margin-bottom: 0;
}
.cus-subscribe-box {
  padding: 90px 0;
  background-image: url(../img/pattern.png);
  background-position: center;
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
}
.section-inner-content-2 {
  padding: 30px 0;
  position: relative;
}
.section-inner-content-2.author-heading {
  margin-bottom: 40px;
}
.section-title-2 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.section-title-2 h3 {
  color: var(--color-heading);
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  padding: 0 15px;
}
.section-title-2 h3:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 95px;
  top: 50%;
  right: 100%;
  background-color: var(--color-primary);
}
.section-title-2 h3:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 95px;
  top: 50%;
  left: 100%;
  background-color: var(--color-primary);
}
.daily-update-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.daily-update-shape-2:after {
  position: absolute;
  content: attr(data-title);
  top: 50%;
  left: 50%;
  width: 100%;
  text-transform: capitalize;
  transform: translate(-50%, -50%);
  font-family: var(--font-body);
  font-size: 130px;
  line-height: 140px;
  letter-spacing: -0.07em;
  font-weight: 800;
  color: rgba(188, 188, 188, 0.1);
  opacity: 0.5;
}
.daily-update-shape-2:before {
  position: absolute;
  content: attr(data-title);
  top: 50%;
  left: 50%;
  width: 100%;
  text-transform: capitalize;
  transform: translate(-50%, -50%);
  font-family: var(--font-body);
  font-size: 130px;
  line-height: 140px;
  letter-spacing: -0.07em;
  font-weight: 800;
  color: rgba(188, 188, 188, 0.1);
  opacity: 0.5;
}
.subscribe-section {
  padding-top: 80px;
  max-width: 600px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.signup-form {
  width: 100% !important;
  padding: 0 15px;
}
.single-input {
  position: relative;
}
.single-input.email-form {
  margin-top: 20px;
}
.single-input .icon_mail {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 60px;
}
.single-input .icon_mail svg {
  width: 20px;
  height: 20px;
  color: var(--color-text);
  stroke-width: 2;
}
.single-input .form-control {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-placeholder);
  font-family: var(--font-body);
  font-weight: normal;
  height: 50px;
  width: 100%;
  border-radius: 4px 0px 0px 4px;
  padding: 10px 15px 10px 60px;
  border: 1px solid var(--border-form-control);
  background-color: var(--bg-form-control);
}
.single-input .form-control:focus {
  box-shadow: none !important;
  border-color: var(--color-primary) !important;
}
.single-input .form-control::placeholder {
  color: var(--color-placeholder);
}
.icon_arrow-right svg {
  width: 18px;
  height: 18px;
  color: var(--color-white);
}
.subscribe-title h2 {
  margin-bottom: 0;
}
.subscribe-form p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--color-black);
  padding-top: 15px;
}
.subscribe-form p a {
  color: var(--color-primary);
}
.signup-form p {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
  margin-bottom: 0;
  padding-top: 15px;
  white-space: nowrap;
}
.signup-form p a {
  color: var(--color-primary);
}
.message-success {
  color: var(--color-success);
  font-size: 16px;
  line-height: 24px;
  display: none;
  margin-top: 20px;
}
.success .message-success,
.error .message-error {
  display: block;
}
.message-error {
  color: var(--color-red);
  font-size: 16px;
  line-height: 24px;
  display: none;
  margin-top: 10px;
}
.subscribe-btn {
  margin-right: 20px;
}
.subscribe-btn .btn {
  position: relative;
  height: 45px;
  cursor: pointer;
}
form.loading button.btn-sign,
form.loading button.btn-subscribe {
  padding-right: 50px;
  position: relative;
}
form.loading button.btn-sign::before,
form.loading button.btn-subscribe::before {
  position: absolute;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  top: 50%;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  border-bottom-color: transparent;
  animation: loading 0.5s linear infinite;
  content: "";
}
.account-informations h2 {
  color: var(--color-heading);
  text-align: center;
}
.member-name {
  text-transform: capitalize;
}
.subscribe-cover {
  margin: 0 auto;
  max-width: 500px;
}
.subscribe-cover p {
  color: var(--color-text);
}
.membership-plan {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
}
.membership-plan .plan-item {
  font-size: 24px;
  line-height: 1.4;
  color: var(--color-black);
  margin-bottom: 15px;
}
.membership-plan p {
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-text);
}
.subscriber-info {
  padding: 30px 40px;
  max-width: 400px;
  margin: 30px auto 10px;
  text-align: left;
  list-style: disc;
  background-color: var(--subscriber-info-bg);
  box-shadow: 0px 4px 40px var(--account-box-shadow);
}
.subscriber-info li {
  font-family: "Montserrat", sans-serif;
  padding: 3px 0;
  font-size: 14px;
  color: var(--color-text);
}
.subscriber-info li strong {
  display: inline-block;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .section-title-2 h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .subscribe-title h2 {
    font-size: 24px;
  }
  .subscribe-cover-section h2 {
    font-size: 26px;
  }
  .subscribe-section {
    padding-top: 50px;
  }
}
@media screen and (max-width: 495px) {
  .cus-subscribe-form {
    flex-direction: column;
  }
  .subscribe-btn {
    margin-right: 0px;
  }
  .signup-form p {
    white-space: unset;
  }
}
.single-price-box {
  position: relative;
  margin-bottom: 30px;
  z-index: 99;
  overflow: hidden;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  background: var(--price-box-bg);
  border: 1px solid var(--color-border-md);
}
.single-price-box.free-plan .subscribe-btn-primary {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-white);
  background: var(--free-plan-bg);
  border: 1px solid var(--free-plan-bg);
}
.single-price-box.free-plan .subscribe-btn-primary:focus {
  box-shadow: none;
}
.single-price-box.free-plan .subscribe-btn-primary:hover {
  color: var(--color-white);
  background: var(--free-plan-bg);
  border-color: var(--free-plan-bg);
  opacity: 0.8;
}
.single-price-box.free-plan .price h1 {
  margin-bottom: 0px;
}
.single-price-box.free-plan .price h1 sup {
  color: var(--free-plan-bg);
}
.single-price-box.free-plan .price h1 span {
  color: var(--free-plan-bg);
}
.single-price-box.monthly-plan-card .subscribe-btn-primary {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-white);
  background: var(--mem-plan-bg);
  border: 1px solid var(--mem-plan-bg);
}
.single-price-box.monthly-plan-card .subscribe-btn-primary:focus {
  box-shadow: none;
}
.single-price-box.monthly-plan-card .subscribe-btn-primary:hover {
  color: var(--color-white);
  background: var(--mem-plan-bg);
  border-color: var(--mem-plan-bg);
  opacity: 0.8;
}
.single-price-box.monthly-plan-card .price h1 {
  margin-bottom: 0px;
}
.single-price-box.monthly-plan-card .price h1 sup {
  color: var(--mem-plan-bg);
}
.single-price-box.monthly-plan-card .price h1 span {
  color: var(--mem-plan-bg);
}
.single-price-box.yearly-plan-card .subscribe-btn-primary {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-white);
  background: var(--bg-yearly);
  border: 1px solid var(--bg-yearly);
}
.single-price-box.yearly-plan-card .subscribe-btn-primary:focus {
  box-shadow: none;
}
.single-price-box.yearly-plan-card .subscribe-btn-primary:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
  opacity: 0.8;
}
.single-price-box.yearly-plan-card .price h1 sup {
  color: var(--bg-yearly);
}
.single-price-box.yearly-plan-card .price h1 span {
  color: var(--bg-yearly);
}
.subscribe-btn-primary {
  transition: padding 0.3s ease-in-out;
}
.subscribe-btn-primary.loading {
  position: relative;
  padding-right: 40px;
}
.subscribe-btn-primary.loading::before {
  position: absolute;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  top: 50%;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  border-bottom-color: transparent;
  animation: loading 0.5s linear infinite;
  content: "";
}
.choice-item {
  position: absolute;
  z-index: 2;
  clip-path: polygon(100% 0%, 85% 51%, 100% 100%, 0 100%, 0% 50%, 0 0);
  left: 0;
  top: 0;
  font-size: 15px;
  line-height: 18px;
  color: var(--color-white);
  background: var(--mem-plan-bg);
  padding: 15px 35px 15px 15px;
  display: flex;
  align-items: center;
}
.choice-item.bg-yearly {
  background: var(--bg-yearly);
}
.choice-item.bg-free-plan {
  background: var(--free-plan-bg);
}
.price-box-content {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.price-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.price-head {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
  color: var(--color-heading);
  padding: 20px 50px;
}
.price {
  padding: 15px 0;
  text-align: right;
  padding-right: 30px;
}
.price h1 {
  margin-bottom: 0px;
}
.price h1 sup {
  color: var(--color-heading);
  font-size: 18px;
  font-weight: bold;
  top: -12px;
  padding: 0px 2px;
  position: relative;
}
.price h1 span {
  font-size: 60px;
  line-height: 79px;
  font-weight: bold;
  color: var(--color-heading);
}
.m-btn {
  padding-left: 50px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.price-box-inner {
  flex-grow: 1;
  padding: 30px 0;
}
.price-box-inner a {
  margin-top: 50px;
}
.price-box-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-box-inner ul li {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  color: var(--color-text);
  padding: 10px 80px 10px 50px;
  position: relative;
  border-bottom: 1px solid var(--color-border-md);
}
.price-box-inner ul li:last-child {
  border-bottom: 1px solid transparent;
}
.price-box-inner ul li:before {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/shape/disable.svg) no-repeat scroll center;
  width: 18px;
  height: 14px;
  background-size: contain;
}
.price-box-inner ul li.enable {
  color: var(--color-text);
}
.price-box-inner ul li.enable::before {
  width: 18px;
  height: 14px;
  background: url(../img/shape/enable.svg) no-repeat scroll center center;
}
.banner-content h1 {
  font-size: 40px;
  color: var(--color-heading);
  font-weight: 700;
  margin-bottom: 10px;
}
.banner-content p {
  color: var(--color-text);
  padding-bottom: 10px;
}
.subscribe-btn-primary {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-white);
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.subscribe-btn-primary:focus {
  box-shadow: none;
}
.subscribe-btn-primary:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
  opacity: 0.8;
}
.members-details {
  position: relative;
  margin-right: 15px;
}
.members-image {
  width: 40px;
  height: 40px;
  background: var(--author-bg);
  border-radius: 50%;
  position: relative;
}
.members-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.members-image svg {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
}
.acc-details {
  color: var(--color-white);
  border-bottom: 1px dashed var(--color-white);
  padding-bottom: 10px;
}
.members-info {
  position: absolute;
  top: calc(100% + 30px);
  right: -14px;
  min-width: 180px;
  z-index: 3;
  transition: 0.3s;
  padding: 20px 15px;
  background-color: transparent;
  background: var(--members-info-bg);
  transition: 400ms;
  display: none;
  border-radius: 4px;
}
.members-info::before {
  position: absolute;
  right: 19px;
  top: -30px;
  content: "";
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent var(--members-info-bg) transparent;
}
.members-info.active {
  display: block;
}
.cus-membership-wrapper {
  background-image: url(../img/pattern.png);
  background-position: center;
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.membership-content {
  padding: 30px 0;
}
.membership-content p {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.subscriber-account-info {
  background: var(--info-bg);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}
.email-info .email-address {
  font-size: 18px;
  color: var(--color-heading);
  text-align: left;
  padding-bottom: 5px;
}
.email-info .subscriber-email {
  font-size: 15px;
  color: var(--color-text);
}
.plan-info .plan {
  font-size: 18px;
  color: var(--color-heading);
  padding-bottom: 5px;
}
.plan-info .plan-price {
  font-size: 15px;
  color: var(--color-text);
  text-align: left;
}
.member-paid-subscriber {
  background-image: url(../img/membership.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.member-avatar_-image {
  width: 80px;
  height: 80px;
  position: relative;
  background: var(--author-bg);
  border-radius: 50%;
  margin: 0 auto 10px;
}
.member-avatar_-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.member-avatar_-image svg {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
}
.paying-subscriber {
  padding-top: 50px;
}
.paying-subscriber h1 {
  font-size: 45px;
  line-height: 60px;
  color: var(--color-heading);
  text-transform: capitalize;
}
.paying-subscriber p {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
  max-width: 600px;
  margin: 0 auto;
}
.paying-subscriber-card {
  padding-top: 50px;
}
.payer-information-box {
  margin: 25px auto 0;
  max-width: 430px;
}
.payer-information {
  text-align: left;
  list-style: none;
}
.payer-information li {
  color: var(--color-heading);
  letter-spacing: 0.8px;
  padding-top: 15px;
}
.payer-information li strong {
  letter-spacing: 1;
}
.subscription-option {
  max-width: 450px;
  text-align: left;
  position: relative;
  padding-top: 30px;
}
.mem-edit-bill a {
  color: var(--color-primary);
  font-size: 16px;
  line-height: 19px;
  border: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: auto;
  display: inline-block;
}
span.gh-error.gh-error-subscription-cancel {
  position: absolute;
  left: 0;
  bottom: -35px;
  font-size: 14px;
  color: var(--color-text);
  text-align: center;
  width: 100%;
}
.cancel-subscription a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 25px;
  border: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: auto;
  display: inline-block;
  border-radius: 2px;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-primary);
}
.cancel-subscription a:hover {
  text-decoration: none !important;
  color: var(--color-white);
  background-color: var(--color-primary);
}
.subscription-message {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.subscription-message p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text);
}
.subscription-message p .subscription-expiration-warning {
  color: var(--color-red);
}
.your-plan-status {
  position: relative;
}
.your-plan-status .pack-plan-shape {
  position: relative;
}
.your-plan-status .pack-plan-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.your-plan-status .pack-plan-shape .pack-status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.your-plan-status .pack-plan-shape .pack-status span {
  color: var(--color-white);
  font-size: 28px;
  line-height: 1.4;
  font-weight: 800;
  display: block;
}
@-webkit-keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
.membership-switch[data-active-price="yearly"]
  + .single-price-box
  [data-monthly],
.membership-switch[data-active-price="monthly"]
  + .single-price-box
  [data-yearly] {
  display: none;
}
.membership-switch,
.membership-switch button {
  position: relative;
}
.membership-switch {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  min-height: 56px;
  margin: 6vh auto 7vh;
  padding: 6px;
  background-color: var(--price-box-bg);
  border-radius: 50px;
  border: 1px solid var(--ghost-accent-color);
}
.membership-switch[data-active-price="monthly"]::before {
  transform: translateX(-100%);
}
.membership-switch[data-active-price="monthly"] button:first-of-type,
.membership-switch[data-active-price="yearly"] button:first-of-type + button {
  color: var(--color-white) !important;
}
.membership-switch::before {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  width: calc(50% - 6px);
  content: "";
  transition: transform 0.15s ease-in-out;
  background-color: var(--ghost-accent-color);
  border-radius: 50px;
}
.membership-switch button {
  font-size: 1.4rem;
  line-height: 1;
  width: 50%;
  padding: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.1s ease-in-out;
  color: var(--color-heading) !important;
  border: 0;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}
.single-price-box .price .active {
  display: block;
}
.plan-btn {
  width: fit-content;
}
.plan-btn .subscribe-btn-primary {
  display: none;
}
.plan-btn .subscribe-btn-primary.active {
  display: block;
}
.plan-description {
  padding: 20px 20px 0;
  color: var(--color-price-text);
}
.price h1 {
  display: none;
}
.footer-section {
  position: relative;
  z-index: 99;
}
.f-shape {
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
.f-shape svg {
  width: 100%;
  height: auto;
}
.f-shape svg path {
  fill: var(--color-f-shape);
}
.f-logo {
  margin-bottom: 15px;
}
.f-logo a {
  color: var(--color-white);
}
.f-logo a svg {
  width: 100%;
  max-width: 150px;
  height: auto;
}
.f-logo img {
  max-width: 150px;
}
.f-logo h2 {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 0;
}
.f-logo h2 a {
  color: var(--color-logo);
}
.footer-widget {
  margin-top: 30px;
}
.footer-widget h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--color-heading);
}
.footer-widget-item p {
  max-width: 450px;
  width: 100%;
  color: var(--color-text);
}
ul.f-menu {
  text-align: left;
  display: flex;
  flex-direction: column;
}
ul.f-menu li {
  display: inline-block;
  padding-right: 15px;
}
ul.f-menu li:last-child {
  padding-right: 0;
}
ul.f-menu li a {
  font-size: 16px;
  color: var(--color-heading);
  text-transform: capitalize;
  display: block;
  padding-bottom: 15px;
  transition: 0.3s;
}
ul.f-menu li a:hover,
ul.f-menu li a:focus {
  color: var(--color-primary);
}
.tag-list-inner {
  display: flex;
}
.tag-list {
  max-width: 160px;
  width: 100%;
}
.tag-list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.tag-list ul li {
  margin-right: 8px;
}
.tag-list ul li a {
  font-size: 16px;
  line-height: 19px;
  display: block;
  padding: 5px 15px;
  color: var(--color-heading);
  margin-bottom: 10px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.tag-list ul li a::before {
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  width: 7px;
  height: 7px;
  background: var(--color-primary);
  border-radius: 50%;
  transform: translateY(-50%);
}
.tag-list ul li a:hover {
  color: var(--color-primary);
}
ul.social-site {
  display: flex;
  align-items: center;
}
ul.social-site li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  margin-right: 15px;
  border-radius: 5px;
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  transition: 0.4s;
}
ul.social-site li a svg {
  width: 18px;
  height: 18px;
}
ul.social-site li a:hover {
  color: var(--color-white);
}
.site-follow {
  padding-top: 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: var(--color-text);
}
.con-step-one {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  color: var(--color-heading);
}
.con-step-one a {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  color: var(--color-heading);
}
.con-step-one span {
  margin-top: 10px;
  display: block;
}
.copy-right-section {
  padding: 20px 0;
  background-color: var(--bg-top-header);
  position: relative;
  z-index: 999;
}
.copy-right-text p {
  margin-bottom: 0;
  width: 100%;
  color: var(--color-white);
  margin-right: 20px;
}
.copy-right-text p a {
  color: var(--color-white);
  border-bottom: 1px solid var(--color-primary);
}
.contact-sec {
  padding: 90px 0;
  background-image: url(../img/pattern.png);
  background-position: center;
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
}
.cus-contact-info {
  margin-top: 127px;
}
.contact-info-inner {
  padding: 70px 100px;
  background: var(--contact-card-bg);
  box-shadow: var(--banner-box-shadow);
}
.contact-heading {
  margin-bottom: 40px;
}
.contact-info-details {
  margin-top: 50px;
}
.con-heading {
  font-size: 45px;
  line-height: 1.4;
  color: var(--color-heading);
  margin-bottom: 10px;
}
.contact-form .form-control {
  font-size: 14px;
  padding: 10px 10px 10px 15px;
  height: 50px;
  width: 100%;
  color: var(--color-text);
  background-color: transparent;
  border: 1px solid var(--color-border-md);
  font-family: var(--font-body);
  border-radius: unset;
  transition: 0s;
}
.contact-form .form-control::placeholder {
  color: var(--color-text);
}
.contact-form .form-control:focus {
  border-color: var(--color-primary);
  box-shadow: none !important;
}
.contact-form textarea.form-control {
  width: 100%;
  height: auto;
  font-family: var(--font-body);
  resize: none;
  transition: 0s;
}
.contact-form span {
  color: var(--color-text);
}
.input-wrapper {
  padding-bottom: 20px;
}
.contact-title {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.contact-sub-text {
  font-size: 16px;
  line-height: 30px;
  color: var(--color-heading);
}
.map-section {
  margin-top: -150px;
}
@media screen and (max-width: 1150px) {
  .contact-info {
    margin-top: 0px;
  }
  .contact-info-inner {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 991px) {
  .cus-contact-section {
    padding: 70px 0;
  }
  .cus-contact-info {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-title {
    font-size: 28px;
  }
  .con-heading {
    font-size: 35px;
  }
  .cus-contact-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .con-heading {
    font-size: 24px;
  }
  .contact-title {
    font-size: 24px;
  }
  .cus-contact-section {
    padding: 50px 0;
  }
}
.error-styles h1 {
  font-size: 120px;
  line-height: 1;
  font-family: var(--font-heading);
  font-weight: 800;
  background: linear-gradient(
    to right,
    var(--color-heading) 0%,
    var(--color-black) 100%
  );
  -webkit-background-clip: text;
}
.navigation-area {
  padding: 15px;
  margin: 0 0px 30px;
  background-color: var(--bg-navigation);
}
.kg-gallery-container {
  display: flex;
  flex-direction: column;
}
.kg-gallery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.kg-gallery-row .kg-gallery-image {
  flex: 1 1 200px;
  text-align: center;
  margin: 8px 4px 0;
}
.kg-gallery-row .kg-gallery-image img {
  height: 100%;
  object-fit: cover;
}
.kg-card figcaption {
  padding: 10px 20px;
  text-align: center;
  color: var(--color-text);
  font-size: 16px;
  width: 100%;
}
.kg-card figcaption a {
  font-size: 14px;
  border-bottom: 0;
  color: var(--color-heading);
}
figcaption {
  padding: 10px 20px;
  text-align: center;
  color: var(--color-text);
  font-size: 16px;
  width: 100%;
}
figcaption a {
  font-size: 14px;
  border-bottom: 0;
  color: var(--color-heading);
}
.kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100%;
}
.kg-card {
  height: auto;
}
.kg-card.kg-width-full {
  width: 100vw;
}
figure.kg-card {
  margin-top: 30px;
}
figure.kg-card img {
  margin-bottom: 0;
}
figure.kg-card.kg-image-card {
  width: 100vw;
  max-width: 100%;
  min-width: 100%;
}
figure.kg-card.kg-image-card.kg-width-wide {
  max-width: 70vw;
}
figure.kg-card.kg-image-card.kg-width-full {
  max-width: calc(100vw - 17px);
}
figure.kg-card.kg-image-card img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  align-items: center;
  height: auto;
}
figure.kg-card.kg-gallery-card {
  max-width: 60vw;
  min-width: 100%;
  width: 100vw;
}
figure.kg-card.kg-gallery-card img {
  margin: 0;
}
.post-with-sidebar figure.kg-card.kg-gallery-card,
.toc-content figure.kg-card.kg-gallery-card {
  max-width: 100%;
}
.post-with-sidebar figure.kg-card.kg-image-card,
.toc-content figure.kg-card.kg-image-card {
  max-width: 100%;
}
.post-with-sidebar figure.kg-card.kg-image-card.kg-width-wide,
.toc-content figure.kg-card.kg-image-card.kg-width-wide {
  max-width: 100%;
}
.post-with-sidebar figure.kg-card.kg-width-full,
.toc-content figure.kg-card.kg-width-full {
  max-width: 100%;
}
.post-with-sidebar .kg-card.kg-width-full,
.toc-content .kg-card.kg-width-full {
  max-width: 100%;
}
.medium-zoom-overlay {
  z-index: 5;
  background-color: var(--body-bg-color) !important;
}
.medium-zoom-image {
  z-index: 6;
}
@media all and (max-width: 575px) {
  .kg-gallery-row {
    margin: 0;
  }
  .kg-gallery-row .kg-gallery-image {
    flex: 1 1 calc(50% - 8px) !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.post-card-box {
  margin-bottom: 20px;
}
.single-small-post {
  padding: 15px 0;
}
.single-small-post:hover .small-post-title h6 a {
  color: var(--color-primary);
}
.post-card-loop {
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.post-card-loop .small-feature-image {
  margin-right: 0px;
  background-color: var(--common-bg);
  width: 290px;
  overflow: hidden;
  position: relative;
}
.post-card-loop .small-feature-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.post-card-loop .no-small-feature-image {
  margin-right: 0px;
  width: 290px;
  height: 230px;
  background-color: var(--common-bg);
}
.post-card-loop .small-post-content {
  flex: 1;
  background-color: var(--loop-card-bg);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.07);
}
.small-post-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 30px;
}
.small-post-title h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.small-post-title h4 a {
  color: var(--color-heading);
  font-weight: 500;
}
.small-post-title h4 a:hover {
  color: var(--color-primary);
}
.small-post-title p {
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.visibility-badge {
  margin-top: 18px;
}
.visibility-badge span {
  color: var(--color-white);
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  padding: 10px 15px;
  border-radius: 4px;
  text-transform: uppercase;
}
.loadmore-section {
  padding-top: 25px;
}
.loadmore-section .load-more-posts {
  height: 50px;
  border: 0;
  font-size: 14px;
  line-height: 23px;
  font-family: var(--font-body);
  border-radius: 50px;
  text-transform: uppercase;
  color: var(--color-white);
  padding: 10px 35px;
  background-color: var(--color-primary);
  cursor: pointer;
}
.loadmore-section .load-more-posts.disabled {
  cursor: unset;
  color: var(--color-white);
  background-color: var(--color-primary);
  opacity: 0.5;
}
@media screen and (max-width: 1250px) {
  .post-card-loop .small-feature-image {
    width: 220px;
  }
  .post-card-loop .no-small-feature-image {
    width: 220px;
  }
}
@media screen and (max-width: 1050px) {
  .post-card-loop .small-feature-image {
    width: 170px;
  }
  .post-card-loop .no-small-feature-image {
    width: 170px;
  }
}
@media screen and (max-width: 575px) {
  .post-card-loop {
    flex-direction: column;
  }
  .post-card-loop .small-feature-image {
    margin-right: 0;
    padding-top: 56%;
    width: 100%;
  }
  .post-card-loop .no-small-feature-image {
    margin-right: 0;
    width: 100%;
  }
}
.post-wrapper {
  padding: 80px 0;
}
.post-max-content {
  margin-top: 50px;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.blog-full-content {
  display: flex;
}
.blog-full-content.without-toc {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.blog-full-content.without-toc .toc-wrapper-content {
  width: 100%;
  padding-left: 0px;
}
.toc-wrapper-content {
  width: calc(100% - 300px);
  padding-left: 35px;
}
.post-full-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-text);
}
.post-full-content.default-control-full-w-image .kg-card.kg-gallery-card {
  width: 100%;
}
.post-full-content.default-control-full-w-image .kg-width-full {
  width: 100%;
}
.post-full-content.default-control-full-w-image ol.toc-list li a {
  border-bottom: 2px solid transparent !important;
}
.post-full-content.default-control-full-w-image .toc-wrap h5 {
  margin-top: 0;
}
.post-full-content > * {
  width: 100%;
}
.post-full-content h1,
.post-full-content h2,
.post-full-content h3,
.post-full-content h4,
.post-full-content h5,
.post-full-content h6 {
  color: var(--color-heading);
  margin-top: 30px;
  margin-bottom: 0;
}
.post-full-content h1 + p,
.post-full-content h2 + p,
.post-full-content h3 + p,
.post-full-content h4 + p,
.post-full-content h5 + p,
.post-full-content h6 + p {
  margin-top: 10px;
}
.post-full-content h1,
.post-full-content h2 {
  margin-top: 50px;
}
.post-full-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.post-full-content hr + p {
  margin-top: 0;
}
.post-full-content hr + h1 {
  margin-top: 0;
}
.post-full-content hr + h2 {
  margin-top: 0;
}
.post-full-content button {
  width: auto;
}
.post-full-content h1 {
  font-size: 32px;
}
.post-full-content h2 {
  font-size: 28px;
}
.post-full-content h3 {
  font-size: 24px;
}
.post-full-content h4 {
  font-size: 22px;
}
.post-full-content h5 {
  font-size: 18px;
}
.post-full-content h6 {
  font-size: 16px;
}
.post-full-content p:first-child {
  margin-top: 0;
}
.post-full-content p {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.7;
}
.post-full-content mark {
  padding: 5px;
  border-radius: 5px;
}
.post-full-content a {
  border-bottom: 2px solid var(--color-primary);
  transition: 0.4s;
}
.post-full-content a:hover {
  color: unset;
}
.post-full-content img {
  height: auto;
}
.post-full-content span {
  color: var(--color-white);
  padding-right: 5px;
}
.post-full-content pre {
  font-size: 16px;
  background-color: var(--bg-black);
  color: var(--color-light-dark);
  padding: 1em;
  margin-bottom: 0;
  margin-top: 30px !important;
  margin-top: 0;
  border-radius: 0;
  line-height: 1.6;
  overflow: auto;
  direction: ltr;
}
.post-full-content pre code {
  font-size: 16px;
  color: var(--color-white);
}
.post-full-content pre span {
  font-size: 16px;
}
.post-full-content ul {
  margin-top: 30px;
  margin-bottom: 0;
}
.post-full-content ul li {
  font-size: 18px;
  line-height: 1.7;
  padding: 5px 0 5px 15px;
  color: var(--color-text);
  position: relative;
}
.post-full-content ul li ul {
  margin-top: 0;
}
.post-full-content ul li ol {
  margin-top: 0;
  margin-left: 20px;
}
.post-full-content ul li ol li {
  margin-bottom: 0;
  padding: 5px 0 5px 0;
}
.post-full-content ul li ol li:after {
  position: relative;
  content: "";
  left: 0;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: var(--color-heading);
}
.post-full-content ul li code {
  padding: 2px 5px;
  color: var(--color-light-black);
  background-color: var(--color-section-bg);
}
.post-full-content ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 19px;
  height: 6px;
  width: 6px;
  background: var(--color-heading);
  border-radius: 50%;
  transform: translateY(-50%);
}
.post-full-content ul li:last-child {
  padding-bottom: 0;
}
.post-full-content ul ol li:after {
  position: unset;
}
.post-full-content ol {
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 0;
}
.post-full-content ol ol {
  margin-top: 0;
  margin-left: 20px;
}
.post-full-content ol ul {
  margin-top: 0;
}
.post-full-content ol li {
  font-size: 18px;
  line-height: 1.7;
  color: var(--color-text);
  padding: 0 0 10px 5px;
}
.post-full-content ol li code {
  padding: 2px 5px;
  color: var(--color-light-black);
  background-color: var(--color-section-bg);
}
.post-full-content ol li ol {
  margin-top: 0;
}
.post-full-content ol li ul {
  margin-top: 10px;
}
.post-full-content ol li ul li {
  margin-bottom: 0;
  padding: 0 5px 5px 15px;
}
.post-full-content ol li ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  height: 6px;
  width: 6px;
  background: var(--color-heading);
  border-radius: 50%;
  transform: translateY(-50%);
}
.post-full-content ol li ul li:last-child {
  padding-bottom: 0;
}
.post-full-content ol li:last-child {
  padding-bottom: 0;
}
.post-full-content ol li a {
  color: var(--color-text);
}
.post-full-content ol ul {
  margin-top: 0;
}
.post-full-content ol ul li {
  margin-bottom: 0;
  padding: 0 5px 5px 15px;
}
.post-full-content ol ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  height: 6px;
  width: 6px;
  background: var(--color-heading);
  border-radius: 50%;
  transform: translateY(-50%);
}
.post-full-content ol ul li:last-child {
  padding-bottom: 0;
}
.post-full-content blockquote {
  font-size: 22px;
  line-height: 1.4;
  font-family: var(--font-heading);
  position: relative;
  padding: 100px 40px 50px;
  margin-top: 30px;
  text-align: center;
  color: var(--color-heading);
  background-color: var(--bg-blockquote);
  border-bottom: 5px solid var(--color-primary);
}
.post-full-content blockquote::after {
  position: absolute;
  content: '"';
  font-family: var(--font-blockquote);
  font-weight: 400;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  font-size: 100px;
  line-height: 45px;
  color: var(--color-primary);
}
.post-full-content blockquote strong {
  color: var(--color-heading);
}
.post-full-content blockquote a {
  border-bottom: 2px solid var(--color-primary);
  color: unset !important;
}
.post-full-content blockquote p {
  margin-bottom: 0;
}
.post-full-content blockquote.kg-blockquote-alt {
  font-size: 22px;
  line-height: 1.4;
  font-family: var(--font-heading);
  position: relative;
  padding: 100px 40px 50px;
  margin-top: 30px;
  text-align: center;
  color: var(--color-heading);
  background-color: var(--bg-blockquote);
  border-bottom: 5px solid var(--color-primary);
  font-style: unset;
}
.post-full-content blockquote.kg-blockquote-alt::after {
  position: absolute;
  content: '"';
  font-family: var(--font-blockquote);
  font-weight: 400;
  left: 50%;
  top: 50px;
  font-size: 100px;
  line-height: 45px;
  color: var(--color-primary);
}
.post-full-content blockquote.kg-blockquote-alt strong {
  color: var(--color-heading);
}
.post-full-content blockquote.kg-blockquote-alt a {
  border-bottom: 2px solid var(--color-primary);
  color: unset !important;
}
.post-full-content blockquote.kg-blockquote-alt p {
  margin-bottom: 0;
}
.post-full-content hr {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: var(--color-section-bg);
  height: 2px;
  border: 0;
}
.post-full-content p code {
  color: var(--color-light-black);
  border: 1px solid var(--color-section-bg);
  padding: 2px 5px;
  background-color: var(--color-section-bg);
}
.post-full-content code span {
  padding: 0;
  color: var(--color-white);
}
.post-full-content .table-inner-contents + * {
  margin-top: 0;
}
.post-full-content iframe {
  width: 100%;
  margin-top: 30px;
}
.post-full-content .kg-embed-card iframe {
  margin-top: 0;
}
.post-full-content .post-meta__date {
  font-size: 16px;
  line-height: 21px;
  color: var(--color-heading);
  font-weight: normal;
  margin-right: 20px;
}
.post-full-content .post-meta__date svg {
  width: 18px;
  height: 18px;
}
.post-full-content .reading-time {
  font-size: 16px;
  line-height: 21px;
  color: var(--color-heading);
  font-weight: normal;
}
.post-full-content .post-tag {
  padding-bottom: 15px;
}
.post-full-content .post-tag ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-full-content .post-tag ul li {
  padding: 0;
}
.post-full-content .post-tag ul li::after {
  position: unset !important;
}
.post-full-content .post-tag ul li a {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 12px;
  margin: 0 10px 15px 0;
  display: block;
  color: var(--color-white);
  border: 1px solid var(--bg-tags-posts);
  background-color: var(--bg-tags-posts);
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
}
.post-full-content .post-tag ul li a:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
hr {
  margin-top: 65px;
  margin-bottom: 55px;
  border: 0;
}
.post-header h1 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 30px;
}
.post-excerpt {
  color: var(--color-text);
  font-size: 16px;
  line-height: 30px;
}
.published-post-feature {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 40px;
  background-color: var(--common-bg);
}
.published-post-feature img {
  width: 100%;
  height: 100%;
  max-height: 780px;
  object-fit: cover;
  background-color: var(--common-bg);
}
.post-feature {
  margin-bottom: 30px;
}
.members-preview-content {
  position: relative;
  overflow: hidden;
}
.members-preview-content:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(
    0deg,
    #020024 0%,
    white 0%,
    rgba(255, 255, 255, 0.8) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 200px;
  width: 100%;
}
.paid-subscription-box {
  background: var(--color-subscription-box);
  padding: 40px 60px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.paid-post-content {
  max-width: 500px;
  margin: auto;
}
.paid-post-content h3 {
  color: var(--color-heading);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
.paid-post-content p {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-text);
  padding-bottom: 20px;
}
.paid-post-content p a {
  color: var(--color-text);
  border-bottom: 2px solid var(--color-primary);
}
.paid-post-content p a:hover {
  color: var(--color-primary) !important;
}
.paid-post-content .premium-post-message {
  display: none;
}
.paid-post-content .premium-post-message h2 {
  margin-top: 0;
  font-size: 32px;
}
.paid-post-content .premium-post-message.posts-paid.paid {
  display: block;
}
.paid-post-content .premium-post-message.post-members.members {
  display: block;
}
.paid-post-content .premium-post-message.posts-paid.tiers {
  display: block;
}
.paid-post-content .btn-signup {
  background-color: var(--color-primary);
  padding: 15px 25px;
  border: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: var(--color-white);
  width: auto;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: 0.4s;
}
.paid-post-content .btn-signup:hover {
  color: var(--color-white) !important;
  text-decoration: none !important;
  background-color: var(--color-primary) !important;
}
.table-responsive {
  margin-top: 30px;
  overflow-x: auto;
}
.table-responsive .table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}
.table-responsive .table thead th {
  color: var(--color-heading);
  vertical-align: bottom;
  border: 1px solid var(--color-border-sm);
  background-color: var(--bg-navigation);
}
.table-responsive .table td,
.table-responsive .table th {
  color: var(--color-table);
  padding: 0.75rem;
  vertical-align: top;
  width: 300px;
  background-color: var(--table-body-bg);
}
.table-responsive .table tbody tr {
  border-bottom: 1px solid var(--color-border-sm);
}
.table-responsive .table tbody tr td {
  border: 1px solid var(--color-border-sm);
}
.news-sharing-area {
  border-top: 1px solid var(--color-border-sm);
  border-bottom: 1px solid var(--color-border-sm);
  padding: 25px 0;
  margin: 80px 0 40px 0;
}
.share-news-title {
  padding-right: 10px;
  color: var(--color-heading);
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icon a {
  font-size: 18px;
  color: var(--color-text);
  border: 1px solid var(--color-border);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin: 0 8px;
  border-radius: 5px;
  transition: 0.4s;
  position: relative;
}
.social-icon a svg {
  width: 18px;
  height: 18px;
}
.social-icon a:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.copy-link svg {
  width: 18px;
  height: 18px;
}
.copied {
  font-size: 12px;
  background-color: var(--color-primary);
  padding: 5px 10px;
  position: absolute;
  color: var(--color-white);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  top: -40px;
  display: none;
}
.copied:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
  border-width: 10px;
  border-color: var(--color-primary) transparent transparent;
  content: "";
  border-style: solid;
}
.post-comment-box {
  background-color: var(--bg-banner);
  padding: 40px;
  margin: 50px 0px 30px;
}
.comment-title {
  font-size: 30px;
  line-height: 1.4;
  color: var(--color-heading);
  margin-bottom: 45px;
}
.post-author-details {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: var(--post-author-bg);
  margin: 30px 0 50px;
  padding: 30px 20px;
}
.post-author-details .author-image-wrap {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.post-author-details .post-author-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 0px;
  object-fit: cover;
  filter: drop-shadow(0px 4px 20px rgba(41, 42, 43, 0.2));
}
.post-author-details .post-author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-author-details .post-no-author-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--author-bg);
  border: 2px solid var(--author-bg);
  filter: drop-shadow(0px 4px 20px rgba(41, 42, 43, 0.2));
}
.post-author-details .post-no-author-image svg {
  width: 80px;
  height: 80px;
  color: var(--color-white);
}
.post-author-details .post-author-content {
  flex: 1;
}
.post-author-details .post-author-content h5 {
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 0;
}
.post-author-details .post-author-content h5 a {
  color: var(--color-heading);
  text-transform: capitalize;
  transition: 0.3s;
}
.post-author-details .post-author-content h5 a:hover {
  color: var(--color-primary);
}
.post-author-details .post-author-content ul.a-social {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.post-author-details .post-author-content ul.a-social li {
  margin-right: 10px;
}
.post-author-details .post-author-content ul.a-social li a {
  color: var(--color-heading);
}
.post-author-details .post-author-content ul.a-social li a svg {
  width: 18px;
  height: 18px;
  font-family: var(--font-heading);
  font-weight: bold;
}
.post-author-details .post-author-content ul.a-social li a:hover {
  color: var(--color-primary);
}
.post-author-details .post-author-content .location-a {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-heading);
  margin: 10px 0;
  text-transform: capitalize;
}
.au-Posts {
  text-align: right;
  transition: 0.3s;
  max-width: 160px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.au-Posts a {
  color: var(--color-text);
  font-size: 15px;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.au-Posts span {
  padding-left: 10px;
  transition: 150ms;
  display: flex;
  align-items: center;
}
.au-Posts span svg {
  width: 20px;
  height: 20px;
}
.au-Posts:hover a {
  color: var(--color-primary);
}
.au-Posts:hover a .left-icon {
  color: var(--color-primary);
  transform: translateX(5px);
}
.membership-post-content {
  margin-bottom: 30px;
}
.fa-spin {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body.post-template {
  overflow-x: hidden;
}
body.page-template {
  overflow-x: hidden;
}
.post-template .kg-header-card {
  padding: 2vmin 2em;
}
.post-template .kg-header-card.kg-size-small h2.kg-header-card-header {
  font-size: 3em;
  margin-bottom: 10px;
}
.post-full-content > .kg-card.kg-header-card {
  margin-top: 0;
}
.post-full-content > p + .kg-card.kg-header-card {
  margin-top: 30px;
}
.kg-header-card .kg-header-card-button {
  height: 3.2rem !important;
}
.bs-comment-sec {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.post-full-content .kg-image-card,
.post-full-content .kg-product-card {
  justify-content: flex-start;
}
.post-full-content .kg-product-card-rating span {
  color: #ffc700;
}
.post-full-content .kg-card {
  margin-top: 30px;
}
.post-full-content .kg-card a {
  border-bottom: 1px solid transparent;
}
.post-full-content .kg-audio-current-time {
  color: #ababab;
}
.post-full-content .kg-audio-time {
  color: #ababab;
}
.post-full-content .kg-audio-time {
  color: #ababab;
}
.post-full-content .kg-audio-duration {
  color: #ababab;
}
.post-full-content .kg-nft-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.post-full-content .kg-nft-card:hover {
  color: #333;
  opacity: 1;
  transition: none;
}
.post-full-content .kg-nft-card * {
  position: static;
}
.post-full-content .kg-nft-card p.kg-nft-description {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.7;
  margin: 20px 0 0;
  color: #222;
}
.post-full-content .kg-nft-card-container {
  position: static;
  display: flex;
  flex: auto;
  flex-direction: column;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 512px;
  color: #222;
  background: #fff;
  border-radius: 5px;
  transition: none;
}
.post-full-content .kg-nft-metadata {
  padding: 20px;
  width: 100%;
}
.post-full-content .kg-nft-image {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.post-full-content .kg-nft-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.post-full-content .kg-nft-header h4.kg-nft-title {
  font-family: inherit;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3em;
  min-width: unset;
  max-width: unset;
  margin: 0;
  color: #222;
}
.post-full-content .kg-nft-opensea-logo {
  margin-top: 2px;
  width: 100px;
  object-fit: scale-down;
}
.post-full-content .kg-nft-creator {
  font-family: inherit;
  line-height: 1.4em;
  margin: 4px 0 0;
  color: #ababab;
}
.post-full-content .kg-nft-creator span {
  font-weight: 500;
  color: #222;
}
.post-full-content .kg-button-card {
  display: flex;
  width: auto;
}
.post-full-content .kg-button-card a.kg-btn-accent {
  background-color: var(--ghost-accent-color);
  color: var(--color-white);
  border-color: var(--ghost-accent-color);
  padding: 8px 25px;
  border-radius: 4px;
  font-size: 1rem;
}
.post-full-content .kg-button-card.kg-align-center {
  align-self: center;
}
.post-full-content .kg-button-card.kg-align-left {
  align-self: flex-start;
}
.post-full-content .kg-toggle-card {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(124, 139, 154, 0.25);
  border-radius: 4px;
}
.post-full-content .kg-toggle-card span {
  color: var(--color-heading);
}
.post-full-content .kg-toggle-card a {
  border-bottom: 2px solid var(--color-primary);
  transition: 0.4s;
}
.post-full-content
  .kg-toggle-card[data-kg-toggle-state="open"]
  .kg-toggle-content,
.post-full-content .kg-toggle-card.kg-toggle-open .kg-toggle-content {
  height: auto;
  opacity: 1;
  transition: opacity 1s ease, top 0.35s ease;
  top: 0;
}
.post-full-content
  .kg-toggle-card[data-kg-toggle-state="open"]
  .kg-toggle-content
  p,
.post-full-content .kg-toggle-card.kg-toggle-open .kg-toggle-content p {
  font-size: 17px;
  line-height: 1.6;
}
.post-full-content .kg-toggle-card[data-kg-toggle-state="open"] svg,
.post-full-content .kg-toggle-card.kg-toggle-open svg {
  transform: rotate(-180deg);
}
.post-full-content .kg-toggle-content {
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, top 0.35s ease;
  opacity: 0;
  top: -0.5em;
  position: relative;
}
.post-full-content .kg-toggle-content p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.6;
}
.post-full-content .kg-toggle-content p:first-of-type {
  margin-top: 0.5em;
}
.post-full-content .kg-toggle-heading svg {
  width: 14px;
  color: var(--color-text);
  transition: all 0.3s;
  transform: rotate(0deg);
}
.post-full-content .kg-toggle-heading {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
}
.post-full-content .kg-toggle-heading path {
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  fill-rule: evenodd;
}
.post-full-content .kg-toggle-heading .kg-toggle-heading-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.125rem;
  color: var(--light-dark);
}
.post-full-content .kg-toggle-card-icon {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  background: none;
  border: 0;
  cursor: pointer;
}
.post-full-content .kg-toggle-card-icon:focus {
  outline: none;
}
.post-full-content .kg-callout-card {
  display: flex;
  padding: 20px;
  border-radius: 3px;
}
.post-full-content .kg-callout-card-grey {
  background: rgba(124, 139, 154, 0.13);
}
.post-full-content .kg-callout-card-white {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(124, 139, 154, 0.25);
}
.post-full-content .kg-callout-card-blue {
  background: rgba(33, 172, 232, 0.12);
}
.post-full-content .kg-callout-card-green {
  background: rgba(52, 183, 67, 0.12);
}
.post-full-content .kg-callout-card-yellow {
  background: rgba(240, 165, 15, 0.13);
}
.post-full-content .kg-callout-card-red {
  background: rgba(209, 46, 46, 0.11);
}
.post-full-content .kg-callout-card-pink {
  background: rgba(225, 71, 174, 0.11);
}
.post-full-content .kg-callout-card-purple {
  background: rgba(135, 85, 236, 0.12);
}
.post-full-content .kg-callout-card-accent {
  background: var(--ghost-accent-color);
  color: #fff;
}
.post-full-content .kg-callout-card-accent a {
  color: #fff;
}
.post-full-content .kg-callout-emoji {
  padding-right: 0.8em;
  line-height: 1.3em;
  font-size: 1.2em;
}
.post-full-content .kg-callout-text {
  font-size: 1.125rem;
  line-height: 1.6;
}
.post-full-content .kg-callout-text {
  font-size: 17px;
  line-height: 1.6;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-text);
}
.post-full-content .kg-callout-card div.kg-callout-text {
  font-size: 17px;
  line-height: 1.6;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-text);
}
.post-full-content .kg-blockquote-alt {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.7em;
  text-align: center;
  padding: 0 2.5em;
  border-left: 0;
}
@media (max-width: 800px) {
  .post-full-content .kg-blockquote-alt {
    font-size: 1.4em;
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (max-width: 600px) {
  .post-full-content .kg-blockquote-alt {
    font-size: 1.2em;
    padding-left: 1.75em;
    padding-right: 1.75em;
  }
}
.post-full-content .kg-audio-play-icon svg,
.post-full-content .kg-audio-pause-icon svg,
.post-full-content .kg-audio-unmute-icon svg,
.post-full-content .kg-audio-mute-icon svg {
  fill: var(--light-dark);
}
.post-full-content .kg-audio-playback-rate {
  color: var(--light-dark);
}
.post-full-content .kg-audio-volume-slider::before,
.post-full-content .kg-audio-seek-slider::before {
  background-color: var(--light-dark);
}
.post-full-content .kg-video-large-play-icon {
  width: 72px !important;
  height: 72px;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.post-full-content .kg-callout-card-accent {
  background: var(--ghost-accent-color);
  color: #fff;
}
.post-full-content .kg-callout-card-accent .kg-callout-text {
  color: #fff !important;
}
.post-full-content .kg-callout-card-accent a {
  color: #fff;
}
[data-theme="dark"] .post-full-content .kg-callout-card {
  color: #fff;
}
[data-theme="dark"] .post-full-content .kg-callout-card-blue {
  background: rgba(33, 172, 232, 0.5);
}
[data-theme="dark"] .post-full-content .kg-callout-card-green {
  background: #34b743;
}
[data-theme="dark"] .post-full-content .kg-callout-card-yellow {
  background: rgba(240, 165, 15, 0.6);
}
[data-theme="dark"] .post-full-content .kg-callout-card-red {
  background: #d12e2e;
}
[data-theme="dark"] .post-full-content .kg-callout-card-pink {
  background: #e147ae;
}
[data-theme="dark"] .post-full-content .kg-callout-card-purple {
  background: #8755ec;
}
@media screen and (max-width: 991px) {
  .post-full-content.control-full-w-image .kg-card.kg-gallery-card {
    width: 100%;
  }
  .post-full-content.control-full-w-image .kg-width-full {
    width: 100vw;
    margin-left: 0px;
  }
  .post-headlines h1 {
    font-size: 35px;
    line-height: 1.4;
  }
  .published-post-feature {
    margin-bottom: 0px;
  }
  hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
  }
  .blog-full-content {
    flex-direction: column;
    margin-top: 60px;
  }
  .toc-inner {
    max-width: 100% !important;
    width: 100%;
    margin-top: 0 !important;
  }
  .toc-inner.default-post-toc-inner {
    margin-top: 0px !important;
  }
  .toc-inner.default-post-toc-inner.p-full-w-image {
    margin-top: 0px !important;
  }
  .toc-wrap {
    padding: 20px 15px;
  }
  .toc-wrapper-content {
    width: 100%;
    padding-left: 0px;
  }
  .post-max-content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .post-author-details {
    margin: 25px 0 60px;
    align-items: center;
  }
  .post-author-details .post-author-image {
    width: 100%;
    height: 100%;
    margin-right: 0px;
  }
  .post-author-details .post-no-author-image {
    width: 100%;
    height: 100%;
    margin-right: 0px;
  }
  .post-author-details .post-no-author-image svg {
    width: 40px;
    height: 40px;
  }
  .post-header-content {
    padding: 40px 0;
  }
}
@supports (backdrop-filter: blur(30px)) {
  .lightense-backdrop {
    background-color: var(--body-bg-color) !important;
    backdrop-filter: blur(30px);
  }
}
@media screen and (max-width: 575px) {
  .post-headlines h1 {
    font-size: 26px;
  }
  .paid-subscription-box {
    padding: 30px 25px;
  }
  .paid-post-content h3 {
    font-size: 24px;
  }
  .post-full-content h1 {
    font-size: 30px;
  }
  .post-full-content h2 {
    font-size: 25px;
  }
  .post-full-content h3 {
    font-size: 22px;
  }
  .post-full-content h4 {
    font-size: 20px;
  }
  .comment-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .post-comment-box {
    padding: 30px 15px;
    margin: 40px 0px 20px;
  }
  .post-author-details .post-author-content h5 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  .post-author-details .post-author-image {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .post-author-details .post-no-author-image {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 450px) {
  .share-news-title {
    padding-right: 10px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .post-author-details .post-author-content ul.a-social {
    margin-left: 5px;
    margin-top: 15px;
  }
}
.sidebar-wrapper-box {
  position: sticky;
  top: 10%;
}
.sidebar-add {
  margin-top: 30px;
  text-align: center;
}
.sidebar-add img {
  object-fit: cover;
}
.categories-section {
  margin-top: 30px;
  background: var(--bg-categories);
  border: 1px solid var(--color-border-sm);
}
.categories-post {
  padding: 0 30px;
}
.categories-post li {
  margin-bottom: 20px;
}
.categories-post li a {
  color: var(--color-text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
}
.categories-post li a span {
  font-size: 18px;
  line-height: 21px;
  color: var(--color-text);
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories-post li a:hover {
  color: var(--color-primary);
}
.categories-post li a:hover span {
  color: var(--color-primary);
}
.page-banner {
  padding: 20px 0;
}
.post-featured-thumb {
  height: 395px;
  background-color: var(--bg-support);
}
.post-featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-post-featured-thumb {
  height: 395px;
  width: 100%;
  background-color: var(--bg-support);
}
.post-card-content {
  padding: 30px;
  background-color: var(--card-bg);
}
.post-card-content h4 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.post-card-content h4 a {
  color: var(--color-heading);
  transition: 0.4s;
}
.post-card-content h4:hover a {
  color: var(--color-primary);
}
.post-card-content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--color-text);
}
.com-pub-post .post-meta {
  color: var(--color-heading);
}
.com-pub-post .post-meta .post-meta__date {
  color: var(--color-heading);
}
.com-pub-post .post-meta .reading-time {
  color: var(--color-heading);
}
.single-small-post {
  padding: 15px 0;
}
.single-small-post.prev-next-card .small-feature-image {
  margin-right: 0px;
  background-color: var(--bg-support);
}
.single-small-post.prev-next-card .small-feature-image img {
  width: 130px;
  min-height: 130px;
  height: 100%;
  object-fit: cover;
}
.single-small-post.prev-next-card .small-post-content {
  border: 1px solid var(--color-border-sm);
  background-color: var(--navigation-sec);
}
.single-small-post.prev-next-card .no-small-feature-image {
  margin-right: 0px;
  width: 130px;
  height: 150px;
  background-color: var(--bg-support);
}
.single-small-post.prev-next-card .small-post-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 22px;
}
.single-small-post.prev-next-card .small-post-title h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.single-small-post.prev-next-card .small-post-title h4 a {
  color: var(--color-heading);
  font-weight: 500;
}
.single-small-post.prev-next-card .small-post-title h4 a:hover {
  color: var(--color-primary);
}
.single-small-post.prev-next-card .small-post-title p {
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-small-post:hover .small-post-title h6 a {
  color: var(--color-primary);
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.navigation-area .small-feature-image {
  margin-right: 0px;
  background-color: var(--common-bg);
  max-width: 130px;
  height: 150px;
}
.navigation-area .small-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.small-feature-image {
  margin-right: 0px;
  background-color: var(--common-bg);
}
.small-feature-image img {
  width: 290px;
  height: 100%;
  object-fit: cover;
}
.no-small-feature-image {
  margin-right: 0px;
  width: 290px;
  height: 230px;
  background-color: var(--bg-support);
}
.small-post-content {
  flex: 1;
  background-color: var(--card-bg);
}
.small-post-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 30px;
}
.small-post-title h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.small-post-title h4 a {
  color: var(--color-heading);
  font-weight: 500;
}
.small-post-title h4 a:hover {
  color: var(--color-primary);
}
.small-post-title p {
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.continue-reading span {
  font-size: 18px;
  line-height: 23px;
  color: var(--color-light-black);
  transition: 0.3s;
  padding-right: 10px;
  padding-left: 10px;
}
.continue-reading svg {
  color: var(--color-primary);
  width: 25px;
  height: 25px;
  transition: 150ms;
}
.continue-reading:hover span {
  color: var(--color-primary);
}
.continue-reading:hover svg {
  transform: translateX(5px);
}
@media screen and (max-width: 575px) {
  .single-small-post {
    flex-direction: column;
  }
  .small-feature-image img {
    width: 100%;
  }
  .no-small-feature-image {
    width: 100%;
  }
  .small-feature-image {
    margin-right: 0;
    width: 100%;
  }
  .no-small-feature-image {
    margin-right: 0;
  }
  .single-small-post.prev-next-card .small-feature-image img {
    width: 100%;
  }
  .navigation-area .small-feature-image {
    max-width: 100%;
    height: 150px;
  }
  .single-small-post.prev-next-card .no-small-feature-image {
    width: 100%;
  }
}
.related-posts-area {
  padding-bottom: 40px;
  position: relative;
  z-index: 22;
}
.related-posts-area .small-feature-image {
  height: 222px;
}
.related-post-title {
  margin-bottom: 40px;
}
.related-post-title h3 {
  color: var(--color-heading);
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-right: 5px;
}
.related-post-title h3 span {
  color: var(--color-primary);
}
.dots-inner {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
.dots-inner span {
  width: 6px;
  height: 6px;
  margin: 0 5px;
  transform: translateX(-50%);
  background-color: var(--color-primary);
  display: inline-block;
}
.dots-inner .dots-sm {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  transform: translateX(-50%);
  background-color: var(--color-primary);
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .related-post-title {
    margin-bottom: 30px;
  }
  .related-post-title h3 {
    font-size: 26px;
    line-height: 1.4;
  }
}
.cove-count-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.cove-input-wrapper {
  padding-bottom: 10px;
}
#cove-login {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--color-text);
  margin: 0 auto;
  flex-direction: column;
}
#cove {
  color: var(--color-text);
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
}
.cove-text {
  color: var(--color-text);
}
.cove-button {
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  outline: none;
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  color: #fff;
  border-radius: 2px;
  height: 42px;
  width: 100px;
  line-height: 2;
  vertical-align: middle;
}
.button-text.cove-btn-text {
  color: #fff;
  padding: 0 20px;
}
.cove-input {
  background-color: var(--bg-form-control) !important;
  color: var(--color-placeholder);
  border: 1px solid var(--border-form-control) !important;
  outline: none;
  border-radius: 2px;
  padding: 4px 10px;
  line-height: 2;
  vertical-align: middle;
}
.footer-input .form-control {
  padding-left: 15px;
  border-radius: 0px;
}
.section-title h4 {
  color: var(--color-heading);
  font-family: var(--font-heading);
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
.cove-heading {
  font-size: 24px;
  color: var(--color-heading);
  font-family: var(--font-heading);
  line-height: 1;
  text-transform: uppercase;
}
#cove-login .button-spinner svg path {
  fill: #fff;
}
@media screen and (max-width: 575px) {
  .cove-count-wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 420px) {
  .cove-heading {
    font-size: 22px;
  }
  .cove-input {
    width: 100%;
  }
  .cove-button {
    margin-top: 15px;
    width: 100%;
  }
}
a.kg-bookmark-container {
  display: flex;
  color: var(--color-text);
  text-decoration: none;
  background-color: var(--color-bookmark-bg);
  justify-content: space-between;
  border-bottom: 0;
  transition: 0s;
}
a.kg-bookmark-container:hover {
  text-decoration: none !important;
  color: var(--color-text);
}
.kg-bookmark-content {
  min-width: 100px;
  padding: 30px 20px;
}
.kg-bookmark-content img {
  width: auto;
  height: auto;
  max-width: 25px;
  margin-bottom: 0;
}
.kg-bookmark-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-heading);
}
.kg-bookmark-description {
  color: var(--color-text);
  margin-top: 12px;
  line-height: 1.6;
}
.kg-bookmark-metadata {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.kg-bookmark-metadata span {
  font-size: 14px;
  color: var(--color-meta-title);
}
.kg-bookmark-thumbnail {
  min-width: 30%;
  max-width: 30%;
  position: relative;
}
.kg-bookmark-thumbnail img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.kg-bookmark-icon {
  width: 22px !important;
  height: 22px !important;
  margin-right: 8px;
  vertical-align: bottom;
}
.kg-bookmark-author {
  white-space: nowrap;
  width: auto;
  color: var(--color-text) !important;
}
.kg-bookmark-author:after {
  content: "•";
  margin: 0 6px;
  color: var(--color-primary) !important;
}
.kg-bookmark-card {
  opacity: 1;
}
.kg-bookmark-publisher {
  opacity: 1;
  color: var(--color-text) !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.kg-image {
  width: 100%;
}
@media screen and (max-width: 575px) {
  a.kg-bookmark-container {
    flex-direction: column-reverse;
  }
  .kg-bookmark-content {
    padding: 20px;
  }
  .kg-bookmark-thumbnail {
    min-width: 100%;
    max-width: 100%;
  }
  .kg-bookmark-thumbnail img {
    position: relative;
  }
}
.notification {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9000;
  padding: 20px 60px;
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  background: var(--color-primary);
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transform: translateY(-175%);
  visibility: hidden;
}
.notification.closed {
  visibility: hidden;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-175%);
}
.notification.notification-billing-update-cancel,
.notification.false,
.notification.notification-signin-failure {
  background-color: var(--color-red);
}
.subscribe-success .notification-subscribe,
.signup-success .notification-signup,
.signin-success .notification-signin,
.checkout-success .notification-checkout,
.billing-success .notification-billing-update,
.billing-cancel .notification-billing-update-cancel,
.notification-expired .false,
.signin-failure .notification-signin-failure {
  visibility: visible;
  transform: translateY(0);
}
.subscribe-success .notification-subscribe.closed,
.signup-success .notification-signup.closed,
.signin-success .notification-signin.closed,
.checkout-success .notification-checkout.closed,
.billing-success .notification-billing-update.closed,
.billing-cancel .notification-billing-update-cancel.closed,
.notification-expired .false.closed,
.signin-failure .notification-signin-failure.closed {
  visibility: hidden;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-175%);
}
.notification-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.notification-close:before {
  content: "";
  position: absolute;
  top: 29px;
  right: 25px;
  display: block;
  width: 18px;
  height: 2px;
  background: var(--color-white);
  border-radius: 2px;
  transform: rotate(45deg);
}
.notification-close:after {
  content: "";
  position: absolute;
  top: 29px;
  right: 25px;
  display: block;
  width: 18px;
  height: 2px;
  background: var(--color-white);
  border-radius: 2px;
  transform: rotate(-45deg);
}
a.btn,
input[type="submit"].btn,
button.btn {
  font-size: 16px;
  line-height: 1;
  padding: 12px 15px;
  border: 1px solid transparent;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-self: flex-start;
  border-radius: 0;
  white-space: nowrap;
  color: var(--color-white);
  font-family: var(--font-body);
  display: inline-flex;
  width: auto !important;
}
a.btn:focus,
a.btn:active,
a.btn:hover,
input[type="submit"].btn:focus,
input[type="submit"].btn:active,
input[type="submit"].btn:hover,
button.btn:focus,
button.btn:active,
button.btn:hover {
  color: var(--color-white);
  transition: 0.1s ease-in;
  box-shadow: none;
  outline: 0;
}
a.btn-primary,
input[type="submit"].btn-primary,
button.btn-primary {
  font-size: 16px;
  line-height: 21px;
  color: var(--color-white) !important;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  padding: 12px 25px;
  transition: 0s;
}
a.btn-primary:focus,
input[type="submit"].btn-primary:focus,
button.btn-primary:focus {
  box-shadow: none;
}
a.btn-primary:hover,
input[type="submit"].btn-primary:hover,
button.btn-primary:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
  opacity: 0.8;
}
a.btn-secondary,
input[type="submit"].btn-secondary,
button.btn-secondary {
  font-size: 16px;
  line-height: 21px;
  color: var(--color-white);
  background: var(--btn-bg);
  border: 1px solid var(--btn-bg);
  padding: 12px 25px;
  transition: 0s;
}
a.btn-secondary:focus,
input[type="submit"].btn-secondary:focus,
button.btn-secondary:focus {
  box-shadow: none;
}
a.btn-secondary:hover,
input[type="submit"].btn-secondary:hover,
button.btn-secondary:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
  opacity: 0.8;
}
a.btn-subscribe,
input[type="submit"].btn-subscribe,
button.btn-subscribe {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-body);
  color: var(--color-white);
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 0px 4px 4px 0px;
  transition: 0s;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
a.btn-subscribe:focus,
input[type="submit"].btn-subscribe:focus,
button.btn-subscribe:focus {
  box-shadow: none;
}
a.btn-subscribe:hover,
input[type="submit"].btn-subscribe:hover,
button.btn-subscribe:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
  opacity: 0.8;
}
a.btn-sign,
input[type="submit"].btn-sign,
button.btn-sign {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-body);
  color: var(--color-white);
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  transition: padding 0.3s ease-in-out;
  width: 100% !important;
  padding: 8px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
a.btn-sign:focus,
input[type="submit"].btn-sign:focus,
button.btn-sign:focus {
  box-shadow: none;
}
a.btn-sign:hover,
input[type="submit"].btn-sign:hover,
button.btn-sign:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
  opacity: 0.8;
}
a.btn-outline-primary,
input[type="submit"].btn-outline-primary,
button.btn-outline-primary {
  font-size: 16px;
  color: var(--color-heading);
  background-color: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  padding: 18px 35px;
  transition: 0s;
  display: inline-flex;
  width: auto !important;
}
a.btn-outline-primary:focus,
input[type="submit"].btn-outline-primary:focus,
button.btn-outline-primary:focus {
  box-shadow: none;
}
a.btn-outline-primary:hover,
input[type="submit"].btn-outline-primary:hover,
button.btn-outline-primary:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
}
a.btn-membership,
input[type="submit"].btn-membership,
button.btn-membership {
  font-size: 16px;
  line-height: 24px !important;
  color: var(--color-subscribe-btn) !important;
  background: var(--bg-subscribe);
  border: 1px solid var(--bg-subscribe);
  display: inline-block;
  border-radius: 4px;
  padding: 10px 20px 8px;
  transition: 0s;
}
a.btn-membership:focus,
input[type="submit"].btn-membership:focus,
button.btn-membership:focus {
  box-shadow: none;
}
a.btn-membership:hover,
input[type="submit"].btn-membership:hover,
button.btn-membership:hover {
  color: var(--color-subscribe-btn);
  background: var(--bg-subscribe);
  border-color: var(--bg-subscribe);
}
a.btn-sign-out,
input[type="submit"].btn-sign-out,
button.btn-sign-out {
  font-size: 14px;
  line-height: 13px;
  color: var(--color-btn);
  background: var(--color-white);
  border: 1px solid var(--color-white);
  display: inline-block;
  border-radius: 0;
  padding: 12px 20px;
  transition: 0s;
}
a.btn-sign-out:focus,
input[type="submit"].btn-sign-out:focus,
button.btn-sign-out:focus {
  box-shadow: none;
  color: var(--color-btn);
}
a.btn-sign-out:hover,
input[type="submit"].btn-sign-out:hover,
button.btn-sign-out:hover {
  color: var(--color-btn);
  background: var(--color-white);
  border-color: var(--color-white);
}
a.btn-upgrade,
input[type="submit"].btn-upgrade,
button.btn-upgrade {
  font-size: 14px;
  line-height: 13px;
  color: var(--color-white);
  background: var(--color-heading-text);
  border: 1px solid var(--color-heading-text);
  display: inline-block;
  border-radius: 0;
  padding: 12px 20px;
  transition: 0s;
}
a.btn-upgrade:focus,
input[type="submit"].btn-upgrade:focus,
button.btn-upgrade:focus {
  box-shadow: none;
}
a.rounded-0,
input[type="submit"].rounded-0,
button.rounded-0 {
  border-radius: 0px;
}
a.rounded,
input[type="submit"].rounded,
button.rounded {
  border-radius: 5px;
}
a.rounded-10,
input[type="submit"].rounded-10,
button.rounded-10 {
  border-radius: 10px;
}
a.rounded-20,
input[type="submit"].rounded-20,
button.rounded-20 {
  border-radius: 20px;
}
a.rounded-50,
input[type="submit"].rounded-50,
button.rounded-50 {
  border-radius: 40px;
}
a.btn-xl,
input[type="submit"].btn-xl,
button.btn-xl {
  padding: 15px 40px;
}
a.btn-lg,
input[type="submit"].btn-lg,
button.btn-lg {
  font-size: 14px;
  padding: 15px 30px;
}
a.btn-md,
input[type="submit"].btn-md,
button.btn-md {
  font-size: 16px;
  padding: 12px 25px;
}
a.btn-sm,
input[type="submit"].btn-sm,
button.btn-sm {
  font-size: 14px;
  padding: 8px 20px;
}
a.btn-cus-siz,
input[type="submit"].btn-cus-siz,
button.btn-cus-siz {
  padding: 15px 30px;
}
a.btn-block,
input[type="submit"].btn-block,
button.btn-block {
  width: 100% !important;
}
a.btn-left,
input[type="submit"].btn-left,
button.btn-left {
  align-self: flex-start;
}
a.btn-center,
input[type="submit"].btn-center,
button.btn-center {
  align-self: center;
}
a.btn-right,
input[type="submit"].btn-right,
button.btn-right {
  align-self: flex-end;
}
.toc-inner {
  max-width: 300px;
  flex: 1;
  margin-top: 50px;
}
.toc-inner.default-post-toc-inner {
  max-width: 500px;
  margin-top: 0px;
}
.toc-inner.default-post-toc-inner.p-full-w-image {
  margin-top: 0;
}
.toc-wrap {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 10%;
  background-color: var(--post-author-bg);
  padding: 30px 20px;
  z-index: 1;
}
.toc-wrap h5 {
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--color-heading);
  text-transform: uppercase;
}
ol.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.toc-list ol {
  margin-left: 20px;
}
.toc > .toc-list .toc-list {
  padding-left: 25px;
}
.toc > .toc-list > li {
  counter-increment: toc-list;
  position: relative;
  left: 0px;
  padding-left: 25px;
}
.toc > .toc-list {
  position: relative;
}
.toc > .toc-list > li::before {
  content: counter(toc-list) ".";
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  margin-right: 16px;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
a.toc-link {
  color: var(--color-text);
  font-family: var(--color-heading);
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
  transition: 0.3s;
}
a.toc-link:hover {
  color: var(--ghost-accent-color);
}
.is-active-li a {
  color: var(--ghost-accent-color);
}
.is-active-li::before {
  color: var(--ghost-accent-color);
}
.toc > .toc-list > li:hover::before {
  color: var(--ghost-accent-color);
}
.cus-container {
  max-width: 650px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.overlay-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  padding-top: 60px;
  overflow: auto;
  background-color: var(--body-bg-color);
}
.overlay-content.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.body-overflow {
  position: relative;
  overflow: hidden;
}
.body-overflow::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--body-bg-color);
  z-index: 98;
}
.search-input-area {
  position: relative;
  height: 80px;
}
.search-input-area .form-control {
  width: 100%;
  height: 60px;
  border: none;
  background-color: var(--color-secondary);
  color: var(--color-heading);
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  padding-left: 60px;
}
.search-input-area .form-control:hover,
.search-input-area .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.search-input-area .form-control::placeholder {
  color: var(--color-heading);
}
.search-input-area > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  display: flex;
  align-items: center;
  color: var(--color-primary);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}
.search-input-area .bar-dismiss {
  position: absolute;
  right: -70px;
  top: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--color-border-bottom);
  padding: 15px;
}
.search-input-area .esc {
  text-align: right;
  font-size: 12px;
  color: var(--color-heading);
  position: absolute;
  right: 0;
  bottom: -20px;
}
.search-input-area svg {
  color: var(--color-heading);
  stroke: var(--color-heading);
}
.close-icons svg {
  color: var(--color-heading);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-icons svg line {
  stroke: var(--color-heading);
}
.search-result {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  overflow: auto;
  padding-top: 50px;
  display: none;
}
.single-search-result {
  position: relative;
}
.single-result-item {
  text-align: left;
  transition: 0.4s;
  padding: 25px 20px;
  position: relative;
  margin-bottom: 20px;
  padding-right: 50px;
}
.single-result-item .post-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-heading);
  margin-bottom: 0px;
}
.single-result-item .excerpt-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 15px;
}
.single-result-item .post-datetime {
  font-size: 16px;
  line-height: 26px;
  color: var(--color-text);
  position: relative;
  margin-left: 45px;
}
.single-result-item .post-datetime::before {
  position: absolute;
  content: "";
  left: -40px;
  top: 8px;
  width: 30px;
  height: 2px;
  border-radius: unset;
  transform: translateY(50%);
  background-color: var(--color-primary);
}
.single-result-item .prev-next-arrow {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-50%);
  font-size: 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.single-result-item .prev-next-arrow svg {
  color: var(--color-primary);
  width: 30px;
  height: 30px;
  stroke: var(--color-primary);
}
.single-result-item .prev-next-arrow svg:hover {
  color: var(--color-primary);
  stroke: var(--color-primary);
}
.single-result-item:hover {
  background-color: var(--color-secondary);
}
.single-result-item:hover .post-title {
  color: var(--color-heading);
}
.single-result-item:hover .p-tag {
  color: var(--color-heading);
}
.single-result-item:hover .p-tag::before {
  background-color: var(--color-heading);
}
.single-result-item:hover .tag-style {
  color: var(--color-heading);
}
.single-result-item:hover .tag-style::before {
  background-color: var(--color-heading);
}
.single-result-item:hover .post-datetime {
  color: var(--color-heading);
}
.single-result-item:hover .prev-next-arrow {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transform: translate(-50%, -50%);
}
.no-result {
  font-size: 16px;
  color: var(--color-heading);
  margin-bottom: 30px;
  display: none;
  padding: 0 20px;
}
.no-result span {
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 5px 10px;
  margin-right: 5px;
}
.nicescroll-cursors {
  border: 0px !important;
  background-color: var(--color-primary) !important;
  width: 4px !important;
}
.dark-light {
  cursor: pointer;
  margin-right: 20px;
}
.dark-light svg {
  color: var(--color-heading);
}
.dark-light .icon-light {
  display: flex;
}
.dark-light .icon-dark {
  display: none;
}
[data-theme="dark"] .logo-dark {
  display: block;
}
[data-theme="dark"] .logo-light {
  display: none;
}
[data-theme="dark"] .dark-light .icon-light {
  display: none;
}
[data-theme="dark"] .dark-light .icon-dark {
  display: flex;
}
[data-theme="dark"] .logo-alt-text {
  display: block;
}
[data-theme="dark"] .f-shape {
  opacity: 0.1;
}
[data-theme="dark"] .daily-update-shape-2:after {
  color: rgba(188, 188, 188, 0.04);
  opacity: 0.4;
}
[data-theme="dark"] .daily-update-shape-2:before {
  color: rgba(188, 188, 188, 0.04);
  opacity: 0.4;
}
[data-theme="dark"] .cus-tag-wrapper {
  background: transparent;
}
[data-theme="dark"] .members-preview-content:before {
  background: linear-gradient(
    0deg,
    #080f25 0%,
    #080f25 0%,
    #080f25 40%,
    rgba(8, 15, 37, 0) 100%
  );
}
[data-theme="dark"] .cove-input {
  border: 1px solid #343b41 !important;
}
[data-theme="dark"] .kg-audio-title {
  color: #dad4d4;
}
[data-theme="dark"] .kg-file-card-title {
  color: #dad4d4;
}
[data-theme="dark"] .kg-file-card-metadata {
  color: #dad4d4;
}
[data-theme="dark"] .kg-file-card-icon::before {
  background: #dad4d4;
}
[data-theme="dark"] .kg-callout-text {
  color: #fff;
}
[data-theme="dark"] .kg-callout-card div.kg-callout-text {
  color: #fff;
}
[data-theme="dark"] .kg-header-card.kg-style-light {
  background-color: #101b3b !important;
}
[data-theme="dark"] .kg-audio-player-container input[type="range"] {
  color: #dad4d4 !important;
}
@media (prefers-color-scheme: dark) {
  [data-theme="light"] .dark-light {
    cursor: pointer;
    margin-right: 20px;
  }
  [data-theme="light"] .dark-light svg {
    color: var(--color-heading);
  }
  [data-theme="light"] .dark-light .icon-light {
    display: flex;
  }
  [data-theme="light"] .dark-light .icon-dark {
    display: none;
  }
  html:not([data-theme="light"]) .logo-dark {
    display: block;
  }
  html:not([data-theme="light"]) .logo-light {
    display: none;
  }
  html:not([data-theme="light"]) .dark-light .icon-light {
    display: none;
  }
  html:not([data-theme="light"]) .dark-light .icon-dark {
    display: flex;
  }
  html:not([data-theme="light"]) .logo-alt-text {
    display: block;
  }
  html:not([data-theme="light"]) .f-shape {
    opacity: 0.1;
  }
  html:not([data-theme="light"]) .daily-update-shape-2:after {
    color: rgba(188, 188, 188, 0.04);
    opacity: 0.4;
  }
  html:not([data-theme="light"]) .daily-update-shape-2:before {
    color: rgba(188, 188, 188, 0.04);
    opacity: 0.4;
  }
  html:not([data-theme="light"]) .cus-tag-wrapper {
    background: transparent;
  }
  html:not([data-theme="light"]) .members-preview-content:before {
    background: linear-gradient(
      0deg,
      #080f25 0%,
      #080f25 0%,
      #080f25 40%,
      rgba(8, 15, 37, 0) 100%
    );
  }
  html:not([data-theme="light"]) .cove-input {
    border: 1px solid #343b41 !important;
  }
  html:not([data-theme="light"]) .kg-audio-title {
    color: #dad4d4;
  }
  html:not([data-theme="light"]) .kg-file-card-title {
    color: #dad4d4;
  }
  html:not([data-theme="light"]) .kg-file-card-metadata {
    color: #dad4d4;
  }
  html:not([data-theme="light"]) .kg-file-card-icon::before {
    background: #dad4d4;
  }
  html:not([data-theme="light"]) .kg-callout-text {
    color: #fff;
  }
  html:not([data-theme="light"]) .kg-callout-card div.kg-callout-text {
    color: #fff;
  }
  html:not([data-theme="light"]) .kg-header-card.kg-style-light {
    background-color: #101b3b !important;
  }
  html:not([data-theme="light"])
    .kg-audio-player-container
    input[type="range"] {
    color: #dad4d4 !important;
  }
}
[data-direction="rtl"]:not([data-direction="ltr"]) {
  direction: rtl;
  text-align: right;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .kg-image-card {
  margin-left: unset;
  margin-right: 0;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .contact-support {
  margin-right: 0;
  margin-left: 30px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .contact-support span {
  padding-left: 0;
  padding-right: 10px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .social-profile
  a:last-child {
  margin-right: 15px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .subscribes-btn {
  margin-left: 0;
  margin-right: 20px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .search-bar {
  margin: 0 0 0 20px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .dark-light {
  margin-right: 0;
  margin-left: 20px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) ul.social-site li a {
  margin-right: 0;
  margin-left: 15px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .tag-list ul li {
  margin-right: 0;
  margin-left: 8px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .tag-list ul li a::before {
  right: -5px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) ul.f-menu {
  text-align: right;
}
[data-direction="rtl"]:not([data-direction="ltr"]) ul.f-menu li {
  padding-right: 0;
  padding-left: 15px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .copy-right-text p {
  margin-right: 0;
  margin-left: 20px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) a.btn-subscribe,
[data-direction="rtl"]:not([data-direction="ltr"])
  input[type="submit"].btn-subscribe,
[data-direction="rtl"]:not([data-direction="ltr"]) button.btn-subscribe {
  border-radius: 4px 0 0 4px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .subscriber-input
  .form-control {
  padding: 10px 60px 10px 15px;
  border-radius: 4px 0px 0px 4px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .subscriber-input
  .icon_mail_subs {
  right: 0;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .continue-reading svg {
  transform: rotateY(180deg);
}
[data-direction="rtl"]:not([data-direction="ltr"]) .food-feature-image {
  margin-right: 0;
  margin-left: 15px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .post-meta .post-meta__date {
  margin-right: 0;
  margin-left: 30px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .post-meta
  .reading-time::before {
  right: -20px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .section-name.title-text {
  margin-right: 0 !important;
  margin-left: 15px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) span.post-meta__date {
  direction: ltr;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .featured-post-content {
  right: 0;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .featured-gallery-item
  .featured-item {
  right: 5px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .feature-tag {
  left: 0;
  right: unset;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .single-latest-posts::before {
  right: 10px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .heading-latest-posts {
  margin-right: 30px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .food-feature-image.latest-posts {
  margin-right: 15px !important;
  margin-left: 0;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .post-full-content
  .post-meta__date {
  margin-right: 0;
  margin-left: 20px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .post-full-content
  .post-tag
  ul
  li
  a {
  margin: 0 0 15px 10px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .post-full-content
  ul
  li:after {
  right: 4px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .post-full-content
  ul
  li:not(.post-tag ul li) {
  padding: 0 25px 10px 0;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .post-full-content ol {
  margin-left: 0;
  margin-right: 40px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .kg-audio-seek-slider::before,
[data-direction="rtl"]:not([data-direction="ltr"])
  .kg-audio-volume-slider::before {
  right: 0 !important;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .kg-video-seek-slider::before,
[data-direction="rtl"]:not([data-direction="ltr"])
  .kg-video-volume-slider::before {
  right: 0 !important;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .post-author-details
  .post-author-image {
  margin-right: 0;
  margin-left: 30px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .post-author-details
  .post-no-author-image {
  margin-right: 0;
  margin-left: 30px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .au-Posts span {
  transform: rotateY(180deg);
}
[data-direction="rtl"]:not([data-direction="ltr"]) .author-content-info {
  padding-left: 0;
  padding-right: 50px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .article-lists
  .feather-edit {
  margin-right: 0;
  margin-left: 5px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .location::before {
  right: -25px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .search-input-area
  .bar-dismiss {
  left: -70px;
  right: unset;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .search-input-area > span {
  right: 20px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .search-input-area
  .form-control {
  padding-left: 0;
  padding-right: 60px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .search-input-area .esc {
  text-align: left;
  left: 0;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .single-result-item {
  text-align: right;
  padding-left: 50px;
  padding-right: 20px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .subscribe-btn {
  margin-right: 0;
  margin-left: 20px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .single-input .icon_mail {
  right: 0;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .single-input .form-control {
  border-radius: 0px 4px 4px 0px;
  padding: 10px 60px 10px 15px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .members-info {
  left: -14px;
  right: unset;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .members-info::before {
  left: 19px;
  right: unset;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .members-details {
  margin-right: 0;
  margin-left: 15px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .continue-sign-out span {
  padding-left: 0;
  padding-right: 15px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .membership-switch[data-active-price="monthly"]::before {
  transform: translateX(100%) !important;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .membership-switch::before {
  left: 6px;
  right: unset;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .m-btn {
  padding-left: 0;
  padding-right: 50px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .post-full-content
  .toc-wrap
  ol {
  margin-left: 0;
  margin-right: 0;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .toc > .toc-list > li {
  left: unset;
  right: 0;
  padding-left: 0;
  padding-right: 25px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .toc
  > .toc-list
  > li::before {
  left: unset;
  right: 0;
  margin-right: 0;
  margin-left: 16px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .tag-icon {
  margin-left: 0;
  margin-right: 5px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .single-price-box
  .price
  h1
  sup {
  color: var(--mem-plan-bg);
  margin-left: 7px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .error-link span {
  transform: rotateY(180deg);
}
[data-direction="rtl"]:not([data-direction="ltr"]) .gh-search {
  margin: 0 0 0 20px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .single-result-item
  .prev-next-arrow {
  left: 12px;
  transform: translateY(-50%) rotateY(180deg) !important;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .toc-wrapper-content {
  padding-left: 0;
  padding-right: 35px;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .post-full-content
  .kg-toggle-card-icon {
  margin-left: 0;
  margin-right: 1em;
}
[data-direction="rtl"]:not([data-direction="ltr"])
  .single-food-post.single-latest-posts
  .food-post-title
  h6 {
  margin-right: 0;
  margin-left: 15px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .breaking-headline {
  clip-path: polygon(100% 0%, 100% 51%, 100% 100%, 0 100%, 18% 50%, 0 0);
  padding: 10px 15px 10px 30px;
  margin-right: 0;
  margin-left: 15px;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .breaking-news-section {
  border-left: 3px solid var(--color-primary);
  border-right: 0;
}
[data-direction="rtl"]:not([data-direction="ltr"]) .table-responsive .table {
  text-align: right;
}
@media screen and (max-width: 991px) {
  [data-direction="rtl"] .search-input-area .bar-dismiss {
    left: 0px !important;
  }
  [data-direction="rtl"] .toc-wrapper-content {
    padding-left: 0;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  [data-direction="rtl"] .post-author-details .post-author-image {
    margin-left: 0 !important;
  }
  [data-direction="rtl"] .post-author-details .post-no-author-image {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1380px) {
  .daily-update-shape-2:before {
    font-size: 90px !important;
    line-height: 110px !important;
  }
  .daily-update-shape-2:after {
    font-size: 90px !important;
    line-height: 110px !important;
  }
}
@media screen and (max-width: 1250px) {
  .no-small-feature-image {
    width: 220px;
  }
  .cus-feature-tag-content {
    padding: 40px;
  }
  .single-tag-item-cus.no-feature-image .cus-tag-content {
    padding: 40px;
  }
  .daily-update-shape-2:before {
    font-size: 130px !important;
    line-height: 140px !important;
  }
  .daily-update-shape-2:after {
    font-size: 130px !important;
    line-height: 140px !important;
  }
}
@media screen and (max-width: 1050px) {
  .no-small-feature-image {
    width: 170px;
  }
  .daily-update-shape-2:before {
    font-size: 110px !important;
    line-height: 120px !important;
  }
  .daily-update-shape-2:after {
    font-size: 110px !important;
    line-height: 120px !important;
  }
}
@media screen and (max-width: 991px) {
  .section-inner-content-2 {
    padding: 0px 0;
  }
  .daily-update-shape-2:before {
    font-size: 100px !important;
    line-height: 110px !important;
  }
  .daily-update-shape-2:after {
    font-size: 100px !important;
    line-height: 110px !important;
  }
  .cus-feature-tag-content {
    padding: 30px;
  }
  .single-tag-item-cus.no-feature-image .cus-tag-content {
    padding: 30px;
  }
  .trending-posts {
    margin-top: 40px;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .login-option {
    display: none !important;
  }
  .post-card {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .cus-membership-section {
    padding: 70px 0;
  }
  .tags-banner-section {
    padding: 70px 0;
  }
  .cus-tag-section {
    padding: 70px 0;
  }
  .inner-wrapper-sticky {
    width: 100% !important;
  }
  .search-input-area .bar-dismiss {
    right: 0px;
    top: -40px;
  }
  .footer-widget-box {
    margin-bottom: 30px;
  }
  .footer-widget-box:last-child {
    margin-bottom: 0;
  }
  .footer-widget {
    margin-top: 0;
  }
  .copy-right-text p {
    padding-bottom: 10px;
  }
  .membership-section {
    padding: 80px 0;
  }
  .no-small-feature-image {
    width: 210px;
  }
  .section-inner-content-2.author-heading {
    margin-bottom: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .lg-pt-30 {
    padding-top: 0px !important;
  }
  .cus-feature-tag-content {
    padding: 15px;
  }
  .single-tag-item-cus.no-feature-image .cus-tag-content {
    padding: 15px;
  }
  .author-sec {
    padding: 60px 0;
  }
  .contact-sec {
    padding: 60px 0;
  }
  .cus-subscribe-box {
    padding: 60px 0;
  }
  .tags-wrapper-sec {
    padding: 60px 0;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .membership-section {
    padding: 60px 0;
  }
  .cus-tag-section {
    padding: 60px 0;
  }
  .tags-banner-section {
    padding: 60px 0;
  }
  .cus-membership-section {
    padding: 50px 0;
  }
  .post-item-list {
    flex-direction: column;
  }
  .single-price-box {
    margin-bottom: 10px;
  }
  .inner-wrapper-sticky {
    display: flex;
    flex-direction: unset;
  }
  .custom-mobile-share {
    display: block;
  }
  .post-full-content blockquote {
    font-size: 28px;
    padding: 80px 30px 30px;
  }
  .section-title-2 h3:before {
    width: 50px;
  }
  .section-title-2 h3:after {
    width: 50px;
  }
  .daily-update-shape-2:after {
    position: relative;
    display: none;
  }
  .daily-update-shape-2:before {
    position: relative;
    display: none;
  }
  .section-inner-content-2.author-heading {
    margin-bottom: 20px;
  }
  .single-news-item {
    height: 300px;
    margin-bottom: 0px;
  }
  .single-news-item.news-big-card {
    height: 300px;
    margin-bottom: 30px;
  }
  .single-news-item.news-big-card .big-feature-img {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  ul#tabs-nav {
    padding: 15px 0;
  }
  .no-small-feature-image {
    width: 100%;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .membership-section {
    padding: 40px 0;
  }
  .post-full-content blockquote::after {
    font-size: 70px;
    line-height: 80px;
    top: 10px;
  }
  .post-full-content blockquote {
    font-size: 28px;
    padding: 70px 15px 15px;
  }
  .no-profile-image {
    width: 100px;
    height: 100px;
  }
  .cus-tag-section {
    padding: 50px 0;
  }
  .tags-banner-section {
    padding: 50px 0;
  }
  .cus-membership-section {
    padding: 40px 0;
  }
  .tag-thumb .tag-feature-img {
    width: 80px;
    height: 80px;
    margin-right: 80px;
  }
  .maxw-100 {
    max-width: 80px;
  }
  .post-title a {
    font-size: 22px;
  }
  .author {
    font-size: 28px;
  }
  .post-card .post-content .title {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 15px;
  }
  .paid-post-content p {
    font-size: 16px;
  }
  .membership-content h1 {
    font-size: 30px;
    line-height: 1.4;
  }
  .plan-item {
    font-size: 30px;
  }
  #instafeed img {
    height: 170px;
    object-fit: cover;
  }
  .insta-username a {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 12px;
  }
  .insta-username a svg {
    width: 20px;
    height: 20px;
  }
  ul#tabs-nav li a {
    font-size: 16px;
  }
  ul#tabs-nav li {
    padding: 6px 15px;
  }
}
@media screen and (max-width: 420px) {
  .post-full-content blockquote {
    font-size: 22px;
    padding: 70px 15px 15px;
  }
  .mem-edit-bill a {
    margin-bottom: 8px;
  }
  .paying-subscriber h1 {
    font-size: 36px;
    line-height: 1.4;
  }
  .section-title-2 h3:after,
  .section-title-2 h3:before {
    display: none;
  }
} /*# sourceMappingURL=style.css.map */
