@font-face {
    font-family: "Ionicons";
    src: url("../fonts/ionicons.eot?v=2.0.0");
    src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),
      url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"),
      url("../fonts/ionicons.woff?v=2.0.0") format("woff"),
      url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .ion:before,
  [class*="ion"]:before,
  .ionicon:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .ion-ios-search-strong:before {
    content: "";
  }
  .ion-android-more-vertical:before {
    content: "";
  }
  .ion-chevron-left:before {
    content: "";
  }
  .ion-chevron-right:before {
    content: "";
  }
  .ion-ios-bookmarks:before {
    content: "";
  }
  .ion-printer:before {
    content: "";
  }
  .ion-document-text:before {
    content: "";
  }
  .ion-navicon-round:before {
    content: "";
  }
  .ion-android-call:before {
    content: "";
  }
  .ion-ios-home:before {
    content: "";
  }
  .ion-ios-people:before {
    content: "";
  }
  .ion-android-close:before {
    content: "";
  }
  .ion-social-instagram:before {
    content: "";
  }
  .ion-social-facebook:before {
    content: "";
  }
  .ion-social-twitter:before {
    content: "";
  }
  .ion-social-googleplus:before {
    content: "";
  }
  .ion-social-instagram-outline:before {
    content: "";
  }
  .ion-social-linkedin:before {
    content: "";
  }
  .ion-social-whatsapp:before {
    content: "";
  }
  .ion-social-youtube:before {
    content: "";
  }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .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-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-12 {
    -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.3333333333%;
  }
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  .offset-11 {
    margin-left: 91.6666666667%;
  }
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .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.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-sm-2 {
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-sm-5 {
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-sm-8 {
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-sm-11 {
      -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .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.3333333333%;
    }
    .offset-sm-2 {
      margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
      margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
      margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .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.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-md-2 {
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-md-5 {
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-md-8 {
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-md-11 {
      -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .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.3333333333%;
    }
    .offset-md-2 {
      margin-left: 16.6666666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.3333333333%;
    }
    .offset-md-5 {
      margin-left: 41.6666666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.3333333333%;
    }
    .offset-md-8 {
      margin-left: 66.6666666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.3333333333%;
    }
    .offset-md-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .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.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-lg-2 {
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-lg-5 {
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-lg-8 {
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-lg-11 {
      -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .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.3333333333%;
    }
    .offset-lg-2 {
      margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
      margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
      margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .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.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-xl-2 {
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-xl-5 {
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-xl-8 {
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-xl-11 {
      -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .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.3333333333%;
    }
    .offset-xl-2 {
      margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
      margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
      margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
      margin-left: 91.6666666667%;
    }
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
    display: block;
  }
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #fff;
  }
  [tabindex="-1"]:focus {
    outline: 0 !important;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  abbr[title],
  abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
  }
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  blockquote {
    margin: 0 0 1rem;
  }
  b,
  strong {
    font-weight: bolder;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  a {
    color: #0366d6;
    text-decoration: none;
    background-color: transparent;
  }
  a:hover {
    color: #02428b;
    text-decoration: underline;
  }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):hover,
  a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):focus {
    outline: 0;
  }
  pre,
  code,
  kbd,
  samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    font-size: 1em;
  }
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
  }
  figure {
    margin: 0 0 1rem;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  table {
    border-collapse: collapse;
  }
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
  }
  th {
    text-align: inherit;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  button {
    border-radius: 0;
  }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  select {
    word-wrap: normal;
  }
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer;
  }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  input[type="radio"],
  input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    -webkit-appearance: listbox;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  output {
    display: inline-block;
  }
  summary {
    display: list-item;
    cursor: pointer;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none !important;
  }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .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;
  }
  .gap-15 {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .gap-15 > .col,
  .gap-15 > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    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%;
  }
  .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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%;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
    .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .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%;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .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%;
    }
    .gap-40 {
      margin-right: -20px;
      margin-left: -20px;
    }
    .gap-40 > .col,
    .gap-40 > [class*="col-"] {
      padding-right: 20px;
      padding-left: 20px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
    .gap-60 {
      margin-right: -30px;
      margin-left: -30px;
    }
    .gap-60 > .col,
    .gap-60 > [class*="col-"] {
      padding-right: 30px;
      padding-left: 30px;
    }
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .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%;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1195px;
    }
    .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .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%;
    }
  }
  .col-content {
    max-width: calc(100% - 570px);
  }
  @media (max-width: 1024px) {
    .col-content {
      max-width: calc(100% - 330px);
    }
  }
  @media (max-width: 992px) {
    .col-content {
      max-width: 100%;
    }
  }
  @media (max-width: 768px) {
    .col-content {
      max-width: 100%;
    }
  }
  .col-blog {
    max-width: calc(100% - 330px);
  }
  @media (max-width: 1024px) {
    .col-blog {
      max-width: calc(100% - 330px);
    }
  }
  @media (max-width: 768px) {
    .col-blog {
      max-width: 100%;
    }
  }
  @media (min-width: 992px) {
    .col-lg-border-left {
      border-left: 1px solid #e8e8e8;
    }
  }
  .tooltip {
    position: relative;
    display: inline-block;
  }
  .tooltip .tooltiptext {
    visibility: hidden;
    background-color: #fff;
    color: black;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
    width: 220px;
    position: absolute;
    z-index: 1;
    top: -81px;
    left: 50%;
    margin-left: -51px;
    border: 1px solid #dbdbd6;
    box-shadow: 2px -2px 4px -1px rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  }
  .tooltip .tooltiptext.link {
    top: 87%;
  }
  .tooltip .tooltiptext.link:after {
    bottom: 94%;
    left: 50%;
    margin-left: -60px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
  }
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: -25%;
    left: 50%;
    margin-left: -60px;
    border-width: 9px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
  @media (max-width: 768px) {
    .tooltip .tooltiptext {
      width: 156px;
      top: -73px;
      font-size: 12px;
      line-height: 1.2;
      left: 41%;
    }
    .tooltip .tooltiptext:after {
      margin-left: -44px;
      bottom: -24%;
    }
  }
  .social-list {
    display: -ms-flexbox;
    display: flex;
  }
  .social-list .social-item {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: white;
    position: relative;
  }
  .social-list .social-item:not(:last-child) {
    margin-right: 19px;
  }
  .social-list .social-item a {
    position: absolute;
    left: 50%;
    top: 0;
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    width: 100%;
    height: 100%;
  }
  .social-list .social-facebook a {
    color: #2d6abb;
  }
  .social-list .social-twitter a {
    color: #14b8db;
  }
  .social-list .social-whatsapp a {
    color: #4fce5d;
  }
  .social-list .social-mail a {
    color: #2640bf;
  }
  .select2-container .select2-selection--single {
    padding: 9px 10px;
    height: unset;
    border: 1px solid #dcdcdc;
    transition: all 0.3s;
    background: #f9f9f8;
  }
  .select2-container .select2-selection--single:focus {
    border-color: #908f8f;
    outline: none;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 48px;
  }
  .select2-container .select2-selection--single.has-error {
    border-color: #d60808;
  }
  .form-group.validate-group.has-error
    .select2-container
    .select2-selection.select2-selection--single {
    border-color: #d60808;
  }
  .select2-dropdown {
    border: 1px solid #dcdcdc;
  }
  .select2-container--default
    .select2-selection.select2-selection--single
    .select2-selection__arrow:after {
    content: "";
    font-family: "Ionicons";
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #bfbfbf;
    font-size: 18px;
    font-weight: bold;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
  }
  .select2.form-input__grey + .select2-container .select2-selection--single {
    background: #ededed;
    border-color: #ededed;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: rgba(91, 91, 91, 0.5);
  }
  @media (max-width: 575.98px) {
    .select2-container .select2-selection--single {
      padding: 6px 2px;
    }
    .select2-container--default
      .select2-selection--single
      .select2-selection__arrow {
      height: 42px;
    }
    .select2-container--default
      .select2-selection.select2-selection--single
      .select2-selection__arrow:after {
      font-size: 14px;
    }
  }
  .glide__slides {
    margin-bottom: 0;
  }
  .glide__bullets {
    text-align: center;
  }
  .glide__bullets .glide__bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
    border: none;
    background: #fff;
    margin: 0px 10px;
    font-size: 0;
    line-height: 0;
  }
  .glide__bullets .glide__bullet:focus,
  .glide__bullets .glide__bullet:visited {
    outline: none;
  }
  .glide__bullets .glide__bullet--active {
    background: #5fc51b;
  }
  @media (max-width: 767.98px) {
    .glide__bullets .glide__bullet {
      margin: 0 5px;
      width: 10px;
      height: 10px;
    }
  }
  .bullet-position {
    position: absolute;
    bottom: 4%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  @media (max-width: 1024px) {
    .bullet-position {
      bottom: 8%;
    }
  }
  @media (max-width: 992px) {
    .bullet-position {
      opacity: 0;
    }
  }
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.7);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
    display: block;
  }
  img {
    max-width: 100%;
  }
  svg {
    overflow: hidden;
    vertical-align: middle;
    height: 1em;
    fill: currentColor;
    pointer-events: none;
  }
  a {
    color: #5fc51b;
    text-decoration: none;
    outline: 0;
    transition: color 0.3s;
  }
  a:focus {
    outline: 0;
  }
  a:hover {
    color: #54af18;
    text-decoration: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    font-family: "Nunito", sans-serif;
  }
  p {
    margin-top: 0;
    margin-bottom: 15px;
  }
  table,
  td,
  th {
    text-align: left;
  }
  table {
    border-collapse: collapse;
    width: 100%;
  }
  th,
  td {
    padding: 12px 15px;
    vertical-align: top;
  }
  td {
    font-size: 14px;
  }
  pre {
    overflow: auto;
  }
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  input[type="radio"],
  input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    -webkit-appearance: listbox;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
  }
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  #main-wrapper {
    margin: 0 auto;
    background-color: #fff;
    padding-top: 115px;
  }
  .icon > svg {
    display: block;
  }
  .icon-left {
    margin-right: 10px;
  }
  .icon-right {
    margin-left: 10px;
  }
  .full-height-page {
    min-height: calc(100vh - 115px - 155px);
  }
  #back2Top {
    line-height: 58px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 63px;
    text-align: center;
    font-size: 0;
    text-decoration: none;
    width: 52px;
    height: 50px;
    background: #dfe2db61;
    border: 1px solid #a0b18b;
    border-radius: 4px;
  }
  @media (max-width: 1024px) {
    #back2Top {
      right: 6%;
    }
  }
  @media (max-width: 992px) {
    #back2Top {
      width: 44px;
      height: 42px;
      bottom: 10px;
      right: 28px;
    }
  }
  #back2Top .arrow-up {
    position: relative;
  }
  #back2Top .arrow-up:before {
    content: "";
    width: 22px;
    height: 20px;
    border-top: 2px solid #72bd78;
    position: absolute;
    left: -14px;
    top: 18px;
    -ms-transform: rotate(-34deg);
    transform: rotate(-34deg);
    transition: all 0.3s;
    z-index: 1;
  }
  #back2Top .arrow-up:after {
    content: "";
    width: 20px;
    height: 22px;
    border-right: 2px solid #72bd78;
    position: absolute;
    left: -7px;
    top: 17px;
    -ms-transform: rotate(-54deg);
    transform: rotate(-54deg);
    transition: all 0.3s;
    z-index: 1;
  }
  #back2Top .arrow-down {
    position: relative;
  }
  #back2Top .arrow-down:before {
    content: "";
    width: 20px;
    height: 19px;
    border-top: 2px solid #72bd78;
    position: absolute;
    left: -13px;
    top: 25px;
    -ms-transform: rotate(-34deg);
    transform: rotate(-34deg);
    transition: all 0.3s;
    z-index: 1;
  }
  #back2Top .arrow-down:after {
    content: "";
    width: 19px;
    height: 20px;
    border-right: 2px solid #72bd78;
    position: absolute;
    left: -6px;
    top: 25px;
    -ms-transform: rotate(-54deg);
    transform: rotate(-54deg);
    transition: all 0.3s;
    z-index: 1;
  }
  @media (max-width: 992px) {
    #back2Top .arrow-up:before {
      top: 14px;
    }
    #back2Top .arrow-up:after {
      top: 13px;
    }
    #back2Top .arrow-down:before {
      top: 22px;
    }
    #back2Top .arrow-down:after {
      top: 22px;
    }
  }
  .accordion-wrapper {
    padding-left: 18px;
  }
  @media (max-width: 768px) {
    .accordion-wrapper {
      padding-left: 0;
      padding-top: 10px;
    }
  }
  .see-trees {
    -ms-flex-align: center;
    align-items: center;
    padding: 46px 10px;
    background-color: #5fc51b;
    text-align: center;
    position: fixed;
    bottom: 24%;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    z-index: 1;
    border-top: 4px solid #0f5e0b;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .see-trees a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    padding: 0 26px;
  }
  .see-trees a:hover {
    text-decoration: none;
  }
  .see-trees .form-trees {
    margin-top: 7px;
    display: none;
  }
  .see-trees .form-trees input {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    background-color: white;
    border-radius: 4px;
    outline: 0;
    border: none;
    text-align: center;
  }
  .see-trees .show {
    display: block;
  }
  @media (max-width: 768px) {
    .see-trees {
      display: none;
    }
  }
  .gap-20 {
    margin: 0 -10px;
  }
  .gap-20 > [class|="col"] {
    padding: 0 10px;
  }
  .gap-10 {
    margin: 0 -5px;
  }
  .gap-10 > [class|="col"] {
    padding: 0 5px;
  }
  .justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-around {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ml-auto {
    margin-left: auto;
  }
  .align-items-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-uppercase {
    text-transform: uppercase;
  }
  .text-italic {
    font-style: italic;
  }
  .text-center {
    text-align: center;
  }
  .text-danger {
    color: #d60808;
  }
  .d-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .img-circle {
    border-radius: 50%;
  }
  .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .separator {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 2px 22px;
    display: inline-block;
    border-radius: 50%;
  }
  .sep-green {
    background-color: #0f5e0b;
    margin: 0 14px;
  }
  .accordion {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    padding: 18px 20px;
    padding-left: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none !important;
    font-size: 17px;
    transition: 0.4s;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    font-family: "Nunito", sans-serif;
  }
  .accordion.active {
    background-color: #fff;
    border-bottom: none;
  }
  .accordion.active:after {
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .panel {
    display: none;
    background-color: white;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
  }
  .panel p {
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 1.875;
    color: #383b38;
  }
  .bg-full {
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .maintenance {
    margin: 0 auto 0 300px;
    max-width: 472px;
    position: relative;
    top: 31%;
  }
  .maintenance p {
    font-size: 40px;
    color: #4f9f1a;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  @media (max-width: 1024px) {
    .maintenance {
      margin: 0 auto;
    }
  }
  @media (max-width: 768px) {
    .maintenance {
      margin: 0 auto 0 46px;
    }
    .maintenance p {
      font-size: 25px;
    }
  }
  @media (max-width: 576px) {
    .maintenance {
      margin: 0 30px 0 auto;
    }
  }
  @media (max-width: 367px) {
    .maintenance p {
      font-size: 24px;
    }
  }
  .excerpt-2,
  .excerpt-3,
  .excerpt-4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .excerpt-2 {
    max-height: 3em;
    -webkit-line-clamp: 2;
  }
  .excerpt-3 {
    max-height: 4.5em;
    -webkit-line-clamp: 3;
  }
  .excerpt-4 {
    max-height: 6em;
    -webkit-line-clamp: 4;
  }
  .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .d-none {
    display: none;
  }
  .d-block {
    display: block;
  }
  @media (min-width: 576px) {
    .d-sm-none {
      display: none;
    }
    .d-sm-block {
      display: block;
    }
    .d-sm-flex {
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media (min-width: 768px) {
    .gap-40 {
      margin: 0 -20px;
    }
    .gap-40 > [class|="col"] {
      padding: 0 20px;
    }
    .d-md-none {
      display: none;
    }
    .d-md-block {
      display: block;
    }
  }
  @media (max-width: 768px) {
    .ordered-sm-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .ordered-sm-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .ordered-sm-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .d-sm-block {
      display: block;
    }
    .d-sm-none {
      display: none;
    }
  }
  .btn {
    padding: 10px 25px;
    display: inline-block;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: all ease 0.2s;
  }
  .btn-primary {
    background-color: #5fc51b;
    color: #fff;
  }
  .btn-border {
    color: #fff;
    border: 2px solid white;
  }
  .btn-border:hover {
    background: #5fc51a;
    color: #fff;
    border: 2px solid #5fc51a;
  }
  .btn-secondary {
    background: linear-gradient(180deg, #74b6e0 0%, #3d82c7 100%);
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary:active,
  .btn-secondary:focus:active,
  .btn-secondary:active:hover {
    background: linear-gradient(180deg, #74b6e0 0%, #3d82c7 100%);
    color: #fff;
  }
  .btn-secondary:hover {
    color: #fff;
  }
  .btn-fullwidth {
    display: block;
    width: 100%;
    text-align: center;
  }
  .btn-custom {
    border-bottom: 4px solid #0f5e0b;
    text-transform: uppercase;
    padding: 20px 35px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  @media (max-width: 768px) {
    .btn-custom {
      width: 100%;
      font-size: 14px;
      padding: 14px 35px;
    }
  }
  .btn-custom2 {
    border-bottom: 4px solid #0f5e0b;
    text-transform: uppercase;
    padding: 10px 35px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .btn-custom2:hover {
    color: #fff;
  }
  @media (max-width: 768px) {
    .btn-custom2 {
      width: 100%;
      font-size: 14px;
      padding: 14px 35px;
    }
  }
  .main-header .header-top {
    background-color: #f5f5ec;
  }
  .main-header .header-top .social-item {
    font-size: 17px;
    margin-right: 30px;
  }
  .main-header .header-top .social-item a {
    color: #798278;
    letter-spacing: 0.35px;
  }
  .main-header .header-top .text-link {
    font-size: 15px;
    font-weight: 600;
  }
  .main-header .header-top .main-menu {
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .main-header .header-top .main-menu .menu-item a {
    color: #7f817f;
    font-weight: 700;
    position: relative;
    font-size: 11px;
  }
  .main-header .header-top .main-menu .menu-item a span.caret:after {
    content: "";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    left: 26px;
    height: 1px;
    width: 100%;
    transition: all 0.3s;
    font-size: 10px;
  }
  .main-header .header-top .main-menu .menu-item .dropdown-menu {
    opacity: 0;
    position: absolute;
    list-style: none;
    right: -10px;
    top: 4px;
    background-color: #f5f5ec;
    padding: 6px 19px;
    background-color: #f5f5ec;
    padding: 0px 19px;
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.2s ease-in-out;
  }
  .main-header .header-top .main-menu .menu-item .dropdown-menu > li {
    border-bottom: 1px solid #eee;
  }
  .main-header .header-top .main-menu > li.dropdown:hover .dropdown-menu {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 999;
  }
  .main-header .header-top .btn-custom2 {
    margin: 0;
    padding: 8px 12px 1px;
    margin-bottom: -7px;
  }
  @media (max-width: 992px) {
    .main-header .header-top {
      display: none !important;
    }
  }
  .main-header .header-top .header-searchtop {
    position: relative;
    padding-right: 35px;
    padding-top: 4px;
  }
  .main-header .header-top .header-searchtop .bg-iconsearch {
    font-size: 13px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #0f5e0b;
    position: relative;
  }
  .main-header .header-top .header-searchtop .bg-iconsearch .search-toggletop,
  .main-header .header-top .header-searchtop .bg-iconsearch .search-closetop {
    color: #0f5e0b;
    cursor: pointer;
    background: none;
    border: none;
    -webkit-appearance: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .main-header .header-top .header-searchtop .bg-iconsearch .search-closetop {
    display: none;
  }
  .main-header .header-top .header-searchtop .form-searchtop {
    position: absolute;
    left: -467px;
    width: 467px;
    height: 33px;
    margin-top: -33px;
    display: none;
  }
  .main-header .header-top .header-searchtop .form-searchtop input {
    width: 100%;
    height: 100%;
    padding: 0 68px 0 40px;
    background: #fff;
    border: 1px solid #0f5e0b;
    border-radius: 43px;
    color: #000;
    font-size: 14px;
    outline: 0;
  }
  .main-header
    .header-top
    .header-searchtop
    .form-searchtop
    button[type="submit"] {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    color: #0f5e0b;
    outline: none;
  }
  .main-header .header-top .header-searchtop .show {
    display: block;
  }
  .main-header .header-bottom {
    position: fixed;
    width: 100%;
    z-index: 1;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  @media (max-width: 768px) {
    .main-header .header-bottom {
      padding-top: 0.4rem;
      padding-bottom: 0.4rem;
    }
  }
  .main-header .header-bottom .row {
    -ms-flex-align: center;
    align-items: center;
  }
  .main-header .header-bottom .header-logo {
    height: 58px;
    max-width: 150px;
  }
  .main-header .header-bottom .header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    object-position: left;
  }
  @media (max-width: 992px) {
    .main-header .header-bottom .header-logo {
      height: 60px;
    }
  }
  @media (max-width: 576px) {
    .main-header .header-bottom .header-logo {
      height: 40px;
    }
  }
  .main-header .header-bottom .menu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
  }
  @media (max-width: 992px) {
    .main-header .header-bottom .menu-wrap {
      display: block;
    }
  }
  .main-header .header-bottom .main-menu .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 -13px;
    list-style: none;
  }
  .main-header .header-bottom .main-menu .menu-item {
    padding: 0px 31px;
    display: block;
    position: relative;
  }
  .main-header .header-bottom .main-menu .menu-item a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.45px;
  }
  .main-header .header-bottom .main-menu .menu-item a:hover {
    font-weight: 700;
  }
  .main-header .header-bottom .main-menu .current-menu-item a {
    font-weight: 700;
  }
  .main-header .header-bottom .main-menu .menu-item-has-children {
    position: relative;
  }
  .main-header .header-bottom .main-menu .menu-item-has-children > a::after {
    content: "";
    font-family: "Ionicons";
    position: absolute;
    right: 7px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 400;
    transition: all 0.3s;
    z-index: -1;
  }
  .main-header
    .header-bottom
    .main-menu
    .menu-item-has-children
    > .dropdown-menu {
    list-style: none;
    padding: 10px 15px;
    margin: 1px 0 0 0;
    position: absolute;
    left: 17px;
    top: 87%;
    min-width: 180px;
    opacity: 0;
    height: 0;
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -ms-transform-origin: center top;
    transform-origin: center top;
    overflow: hidden;
    transition: transform 0.2s ease-in, opacity 0.2s ease-in,
      height 0.2s linear 0.3s;
    text-transform: uppercase;
  }
  .main-header
    .header-bottom
    .main-menu
    .menu-item-has-children
    > .dropdown-menu
    a {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    position: relative;
  }
  .main-header
    .header-bottom
    .main-menu
    .menu-item-has-children
    > .dropdown-menu
    .current-menu-item
    > a,
  .main-header
    .header-bottom
    .main-menu
    .menu-item-has-children
    > .dropdown-menu
    a:hover {
    color: #5fc51b;
  }
  @media (min-width: 769px) {
    .main-header
      .header-bottom
      .main-menu
      .menu-item-has-children:hover
      .dropdown-menu {
      visibility: visible;
      opacity: 1;
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      height: auto;
    }
    .main-header
      .header-bottom
      .main-menu
      .menu-item-has-children:hover
      > a::after {
      -ms-transform: rotate(180deg) translateY(50%);
      transform: rotate(180deg) translateY(50%);
      -ms-transform-origin: center;
      transform-origin: center;
    }
  }
  .main-header .header-bottom .header-search {
    display: none;
    position: relative;
  }
  .main-header .header-bottom .header-search .bg-iconsearch {
    font-size: 17px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: white;
    margin-left: 20px;
    position: relative;
  }
  .main-header .header-bottom .header-search .bg-iconsearch .search-toggle,
  .main-header .header-bottom .header-search .bg-iconsearch .search-close {
    color: #0f5e0b;
    cursor: pointer;
    background: none;
    border: none;
    -webkit-appearance: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .main-header .header-bottom .header-search .bg-iconsearch .search-close {
    display: none;
  }
  .main-header .header-bottom .header-search .form-search {
    position: absolute;
    left: -515px;
    width: 93%;
    height: 100%;
    margin-top: -44px;
    display: none;
  }
  .main-header .header-bottom .header-search .form-search input {
    width: 100%;
    height: 100%;
    padding: 0 68px 0 40px;
    background: #fff;
    border: 2px solid #0f5e0b;
    border-radius: 43px;
    color: #000;
    font-size: 18px;
    outline: 0;
  }
  .main-header .header-bottom .header-search .form-search button[type="submit"] {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    color: #0f5e0b;
    outline: none;
  }
  .main-header .header-bottom .header-search .show {
    display: block;
  }
  .main-header .header-bottom .translation {
    display: none;
  }
  .main-header .header-bottom .translation .main-menu {
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .main-header .header-bottom .translation .main-menu .dropdown {
    padding: 0px 10px;
  }
  .main-header .header-bottom .translation .main-menu .menu-item a {
    color: #7f817f;
    font-weight: 700;
    position: relative;
    font-size: 11px;
    padding: 4px 0px;
  }
  .main-header
    .header-bottom
    .translation
    .main-menu
    .menu-item
    a
    span.caret:after {
    content: "";
    font-family: "Ionicons";
    position: absolute;
    top: 5px;
    left: 26px;
    height: 1px;
    width: 100%;
    transition: all 0.3s;
    font-size: 10px;
  }
  .main-header .header-bottom .translation .main-menu .menu-item .dropdown-menu {
    opacity: 0;
    position: absolute;
    list-style: none;
    right: -18px;
    top: -10px;
    min-width: 39px;
    background-color: #f5f5ec;
    padding: 6px 19px;
    background-color: #f5f5ec;
    padding: 0px 19px;
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.2s ease-in-out;
  }
  .main-header
    .header-bottom
    .translation
    .main-menu
    .menu-item
    .dropdown-menu
    > li {
    border-bottom: 1px solid #eee;
  }
  .main-header
    .header-bottom
    .translation
    .main-menu
    > li.dropdown:hover
    .dropdown-menu {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 999;
  }
  @media (max-width: 992px) {
    .main-header .header-bottom .translation {
      display: block;
      position: absolute;
      top: 20px;
      right: 22px;
      z-index: 99999;
    }
    .main-header
      .header-bottom
      .translation
      .main-menu
      > li.dropdown:hover
      .dropdown-menu {
      z-index: 99999;
      padding: 5px 20px;
    }
  }
  .main-header .header-bottom .button-scroll {
    margin-left: 30px;
    display: none;
  }
  .main-header .header-bottom .button-scroll .btn-custom2 {
    margin: 0;
    padding: 8px 12px 8px;
    margin-bottom: -6px;
  }
  @media (max-width: 992px) {
    .main-header .header-bottom .main-menu .navbar-nav {
      display: block;
    }
    .main-header .header-bottom .main-menu .menu-item {
      padding: 15px 31px;
    }
    .main-header .header-bottom .main-menu .menu-item a {
      color: #0f5e0b;
      font-size: 18px;
      font-weight: 700;
    }
    .main-header .header-bottom .main-menu .current-menu-item a {
      font-weight: 700;
    }
    .main-header .header-bottom .main-menu .menu-item-has-children {
      position: relative;
    }
    .main-header .header-bottom .main-menu .menu-item-has-children > a::after {
      content: "";
      font-family: "Ionicons";
      position: absolute;
      right: 33px;
      top: 29px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 12px;
      font-weight: 400;
      transition: all 0.3s;
    }
    .main-header
      .header-bottom
      .main-menu
      .menu-item-has-children.open-sub
      > a::after {
      -ms-transform: rotate(180deg) translateY(50%);
      transform: rotate(180deg) translateY(50%);
      -ms-transform-origin: center;
      transform-origin: center;
    }
    .main-header
      .header-bottom
      .main-menu
      .menu-item-has-children
      > .dropdown-menu {
      position: relative;
      background: #fff;
      left: 20px;
      top: 7px;
      padding: 0;
      max-height: 0px;
      padding-left: 30px;
      overflow: hidden;
      transition: max-height 0.3s;
    }
    .main-header
      .header-bottom
      .main-menu
      .menu-item-has-children
      > .dropdown-menu.open {
      max-height: 150px;
      height: auto;
      opacity: 1;
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    .main-header
      .header-bottom
      .main-menu
      .menu-item-has-children
      > .dropdown-menu
      a {
      font-family: "Nunito", sans-serif;
      font-size: 18px;
      display: block;
      padding: 5px 0;
      color: #0f5e0b;
      white-space: nowrap;
      font-weight: 700;
      position: relative;
    }
    .main-header
      .header-bottom
      .main-menu
      .menu-item-has-children
      > .dropdown-menu
      .current-menu-item
      > a,
    .main-header
      .header-bottom
      .main-menu
      .menu-item-has-children
      > .dropdown-menu
      a:hover {
      color: #5fc51b;
    }
    .main-header .header-bottom .header-search {
      display: block;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .main-header .header-bottom .header-search .bg-iconsearch {
      display: none;
    }
    .main-header .header-bottom .header-search .form-search {
      width: 100% !important;
      left: 0;
      margin-top: 0;
      top: 0;
      height: 50px;
      display: block;
      position: relative;
    }
    .main-header .header-bottom .header-search .form-search input {
      width: 100%;
      height: 100%;
      padding: 0 68px 0 40px;
      background: #fff;
      border: 2px solid #0f5e0b;
      border-radius: 43px;
      color: #000;
      font-size: 18px;
      outline: 0;
    }
    .main-header
      .header-bottom
      .header-search
      .form-search
      button[type="submit"] {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      background: none;
      padding: 0;
      border: none;
      cursor: pointer;
      -webkit-appearance: none;
      color: #0f5e0b;
      outline: none;
    }
  }
  .cls-nav {
    cursor: pointer;
    padding: 20px 20px 20px 0;
    display: none;
    top: 0;
    left: 5%;
  }
  .cls-nav > span {
    font-size: 26px;
    position: relative;
    cursor: pointer;
  }
  @media (max-width: 992px) {
    .cls-nav {
      position: relative;
      display: inline-block;
      color: black;
    }
  }
  @media (max-width: 992px) {
    .main-header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1;
    }
    .main-header .toggle-menu {
      z-index: 1053;
      padding: 16px 0;
      cursor: pointer;
    }
    .main-header .toggle-menu .bar {
      width: 18px;
      height: 3px;
      background: #fff;
      display: block;
      transition: transform 0.3s;
    }
    .main-header .toggle-menu .bar:nth-child(2) {
      margin: 3px 0px;
    }
    .main-header .navbar-collapse {
      margin-top: 0;
      position: fixed;
      right: 0;
      bottom: 0;
      background-color: #fff;
      height: 100vh;
      width: 50%;
      padding: 10px 0;
      margin-right: 0;
      z-index: 999;
      display: block;
      overflow-y: auto;
      -ms-transform: translate(100%, 0);
      transform: translate(100%, 0);
      transition: all 0.3s;
      display: block !important;
    }
    .main-header .navbar-collapse.collapse.show {
      width: 100%;
      padding-right: 30px;
      padding-left: 30px;
      background: white;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    .main-header .navbar-collapse:not(.show) {
      display: block;
    }
    .main-header > .navbar {
      padding: 0 15px;
    }
  }
  .d-mobile {
    display: none;
  }
  @media (max-width: 768px) {
    .d-mobile {
      display: block;
    }
  }
  .d-desktop {
    display: none;
  }
  @media (min-width: 769px) {
    .d-desktop {
      display: block;
    }
  }
  .main-header .donation-switcher .main-menu {
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px;
    background: #fff;
    border-radius: 8px;
  }
  @media (max-width: 567px) {
    .main-header .donation-switcher .main-menu {
      padding-top: 4px;
      padding-bottom: 5px;
      padding-right: 44px;
      padding-left: 11px;
    }
  }
  .main-header .donation-switcher .main-menu .menu-item a {
    color: #7f817f;
    font-weight: 700;
    position: relative;
    font-size: 11px;
  }
  .main-header .donation-switcher .main-menu .menu-item a span.caret:after {
    content: "";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    left: 41px;
    height: 1px;
    width: 100%;
    transition: all 0.3s;
    font-size: 10px;
  }
  .main-header .donation-switcher .main-menu .menu-item .dropdown-menu {
    opacity: 0;
    display: block;
    position: absolute;
    list-style: none;
    top: 4px;
    background-color: #fff;
    padding: 0px 19px;
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.2s ease-in-out;
  }
  .main-header .donation-switcher .main-menu .menu-item .dropdown-menu > li {
    border-bottom: 1px solid #eee;
  }
  .main-header .donation-switcher .main-menu > li.dropdown:hover .dropdown-menu {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .header-white .header-bottom {
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    z-index: -1;
  }
  .header-white .header-bottom .header-logo {
    height: 48px;
  }
  .header-white .header-bottom .header-logo img {
    filter: none;
  }
  .header-white .header-bottom .main-menu .menu-item a {
    color: #0f5e0b;
    font-weight: 600;
  }
  .header-white
    .header-bottom
    .main-menu
    .menu-item-has-children
    > .dropdown-menu
    a {
    color: #0f5e0b;
    font-weight: 600;
  }
  .header-white
    .header-bottom
    .main-menu
    .menu-item-has-children:hover
    .dropdown-menu {
    background-color: white;
  }
  .header-white .header-bottom .header-search .bg-iconsearch {
    background-color: #0f5e0b;
  }
  .header-white .header-bottom .header-search .bg-iconsearch .search-toggle,
  .header-white .header-bottom .header-search .bg-iconsearch .search-close {
    color: #fff;
  }
  .header-white .header-bottom .header-search .form-search {
    width: 93%;
  }
  @media (max-width: 992px) {
    .header-white .toggle-menu .bar {
      background: #2b2727;
    }
    .header-white .header-bottom .button-scroll {
      display: none;
    }
  }
  .header-scroll .header-bottom {
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    top: 0;
  }
  .header-scroll .header-bottom .header-logo {
    height: 35px;
  }
  .header-scroll .header-bottom .header-logo img {
    filter: none;
  }
  @media (min-width: 993px) {
    .header-scroll .header-bottom {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media (max-width: 1199px) and (min-width: 993px) {
    .header-scroll .header-bottom {
      padding-top: 0;
      padding-bottom: 0;
    }
    .header-scroll .header-bottom .header-logo {
      height: 35px;
      max-width: 76px;
    }
  }
  .header-scroll .header-bottom .main-menu .menu-item a {
    color: #0f5e0b;
    font-weight: 600;
  }
  @media (max-width: 992px) {
    .header-scroll .header-bottom .main-menu .menu-item a {
      font-weight: 700;
    }
  }
  .header-scroll
    .header-bottom
    .main-menu
    .menu-item-has-children
    > .dropdown-menu
    a {
    color: #0f5e0b;
    font-weight: 600;
  }
  .header-scroll
    .header-bottom
    .main-menu
    .menu-item-has-children
    > .dropdown-menu
    a:hover {
    font-weight: 600;
  }
  @media (max-width: 992px) {
    .header-scroll
      .header-bottom
      .main-menu
      .menu-item-has-children
      > .dropdown-menu
      a {
      font-weight: 700;
    }
  }
  .header-scroll
    .header-bottom
    .main-menu
    .menu-item-has-children:hover
    .dropdown-menu {
    background-color: white;
  }
  .header-scroll .header-bottom .header-search .bg-iconsearch {
    background-color: #0f5e0b;
    font-size: 13px;
    width: 34px;
    height: 34px;
    line-height: 33px;
  }
  .header-scroll .header-bottom .header-search .bg-iconsearch .search-toggle,
  .header-scroll .header-bottom .header-search .bg-iconsearch .search-close {
    color: #fff;
  }
  .header-scroll .header-bottom .header-search {
    display: block;
  }
  @media (min-width: 993px) {
    .header-scroll .header-bottom .header-search .form-search {
      width: 536px;
      height: 33px;
      margin-top: -33px;
    }
  }
  @media (min-width: 993px) {
    .header-scroll .header-bottom .header-search .form-search input {
      font-size: 14px;
    }
  }
  .header-scroll .header-bottom .button-scroll {
    display: block;
  }
  .header-scroll .header-bottom .translation {
    display: block;
  }
  @media (max-width: 992px) {
    .header-scroll .header-bottom .translation {
      display: block;
    }
  }
  @media (max-width: 992px) {
    .header-scroll .toggle-menu .bar {
      background: #2b2727;
    }
    .header-scroll .header-bottom .button-scroll {
      display: none;
    }
  }
  .main-footer {
    padding-top: 60px;
    border-top: 1px solid #f0f0f0;
  }
  .main-footer .footer-logo {
    height: 100px;
    width: 110px;
    text-align: left;
  }
  .main-footer .footer-logo img {
    width: 100%;
    height: 100%;
  }
  .main-footer .footer-info {
    margin: 46px 0 60px;
    font-size: 16px;
  }
  .main-footer .footer-info p {
    margin-bottom: 10px;
  }
  .main-footer .footer-info p.address {
    margin-bottom: 30px;
  }
  .main-footer .footer-menu {
    width: 100%;
  }
  .main-footer .footer-menu__title {
    font-size: 18px;
    color: #0f5e0b;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .main-footer .footer-menu .btn-custom2 {
    padding: 10px 18px;
  }
  @media (max-width: 376px) {
    .main-footer .footer-menu .btn-custom2 {
      width: 50%;
    }
  }
  .main-footer .footer-menu ul {
    list-style-type: none;
    padding: 0;
  }
  .main-footer .footer-menu ul li {
    padding: 5px 0px;
  }
  .main-footer .footer-menu ul li a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-footer .footer-menu ul li a:hover {
    color: #5fc51b;
  }
  .main-footer .footer-menu ul li a .icon {
    width: 30px;
    color: #798278;
  }
  .main-footer .footer-menu__text {
    margin-bottom: 0;
  }
  .main-footer .footer-menu__text p {
    margin-bottom: 0;
    font-size: 16px;
  }
  @media (max-width: 768px) {
    .main-footer .footer-menu__btn {
      text-align: center;
    }
  }
  .main-footer .copyright {
    font-size: 13px;
  }
  .main-footer .copyright sup {
    font-size: 8px;
  }
  @media (max-width: 768px) {
    .main-footer .footer-info {
      text-align: center;
    }
    .main-footer .footer-logo {
      text-align: center;
      width: 100%;
    }
    .main-footer .footer-menu {
      margin-bottom: 30px;
    }
    .main-footer .footer-menu__title {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 576px) {
    .main-footer .footer-logo {
      height: 75px;
    }
  }
  .popup-donation {
    position: relative;
    background: #fff;
    padding: 40px;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    box-shadow: 0 6px 24px #00000082;
  }
  .popup-donation h1 {
    font-size: 29px;
    color: #052304;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .popup-donation p {
    color: #000;
  }
  .popup-donation img {
    height: 100%;
    max-width: 100%;
  }
  .popup-donation .image-wrapper {
    width: 520px;
    margin: 0 auto 20px;
  }
  .popup-donation .image-wrapper img {
    width: 100%;
    height: 100%;
  }
  @media (max-width: 992px) {
    .popup-donation .image-wrapper {
      width: 100%;
    }
  }
  @media (max-width: 567px) {
    .popup-donation {
      padding: 20px;
    }
  }
  .white-popup {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
  .white-popup .popup-wrapper {
    background: #fff;
    padding: 25px;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 6px 24px #00000082;
  }
  .white-popup .mfp-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -20px;
    right: -20px;
    color: #fff !important;
    font-size: 35px;
  }
  .white-popup .mfp-close:active {
    top: -20px;
  }
  @media (max-width: 800px) {
    .white-popup .mfp-close {
      top: -25px;
      right: 0;
    }
  }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
  }
  .content > p:empty,
  .single-content > p:empty {
    display: none;
  }
  .content img.aligncenter,
  .content img.alignright,
  .content img.alignleft,
  .content p > img.aligncenter,
  .content p > img.alignright,
  .content p > img.alignleft,
  .single-content img.aligncenter,
  .single-content img.alignright,
  .single-content img.alignleft,
  .single-content p > img.aligncenter,
  .single-content p > img.alignright,
  .single-content p > img.alignleft {
    width: auto;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .content .gallery,
  .single-content .gallery {
    margin: 30px -10px 20px !important;
  }
  .content .gallery-icon,
  .single-content .gallery-icon {
    margin-bottom: 0;
  }
  .content .gallery-icon > a,
  .single-content .gallery-icon > a {
    display: block;
  }
  .content .gallery img,
  .single-content .gallery img {
    margin-bottom: 0;
    display: block;
  }
  .content .gallery-item,
  .single-content .gallery-item {
    padding: 0 10px;
    margin-bottom: 20px;
    margin-top: 0 !important;
  }
  .content .gallery-item img,
  .single-content .gallery-item img {
    border: none !important;
  }
  .content address,
  .single-content address {
    font-style: italic;
  }
  .content q,
  .single-content q {
    background-color: #ff9;
    font-style: italic;
  }
  .alignnone {
    margin: 8px 24px 8px 0;
  }
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 8px auto 8px auto;
    max-width: 100%;
  }
  .aligncenter img,
  div.aligncenter img {
    margin: 0 auto;
    display: block;
  }
  .alignright {
    float: right;
    margin: 8px 24px 30px 0;
    max-width: 100%;
  }
  .alignleft {
    float: left;
    margin: 8px 24px 30px 0;
    max-width: 100%;
  }
  a img.alignright {
    float: right;
    margin: 8px 0 24px 24px;
  }
  a img.alignnone {
    margin: 8px 24px 24px 0;
  }
  a img.alignleft {
    float: left;
    margin: 8px 24px 24px 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  pre,
  code,
  kbd,
  samp {
    font-family: monospace, sans-serif;
  }
  mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
  }
  .excerpt-2,
  .excerpt-3,
  .excerpt-4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .excerpt-2 {
    max-height: 3em;
    -webkit-line-clamp: 2;
  }
  .excerpt-3 {
    max-height: 6.0714285714em;
    -webkit-line-clamp: 3;
  }
  .excerpt-4 {
    max-height: 8.5em;
    -webkit-line-clamp: 4;
  }
  .admin-bar .main-header.header-fixed {
    top: 32px;
  }
  @media (max-width: 782px) {
    .admin-bar .main-header.header-fixed {
      top: 46px;
    }
  }
  @media (max-width: 600px) {
    .admin-bar .main-header.header-fixed {
      position: absolute;
    }
  }
  .inner-affix {
    width: 80px;
    position: -webkit-sticky;
    position: sticky;
    top: 145px !important;
    z-index: 2;
    transition: top 300ms ease;
  }
  .scroll-down .inner-affix {
    top: 80px !important;
  }
  .share-article {
    position: absolute;
    left: 20px;
    width: 100%;
    transition: top 300ms ease;
  }
  .share-article.affix-top {
    top: unset !important;
  }
  .share-article.affix {
    width: inherit;
    position: fixed;
    left: auto;
    margin-left: -95px;
  }
  .share-article > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .share-article > ul > li {
    line-height: 2;
    padding: 7px 0;
    color: #333;
  }
  .share-article .share-label {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .share-article .show-up {
    font-size: 18px;
    display: block;
    line-height: 1;
    color: #333;
  }
  .share-article .show-up + span {
    color: #aeaeae;
    font-size: 12px;
  }
  .share-article__item {
    display: block;
  }
  .share-article__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #333;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e5e5cc;
  }
  .share-article__logo.facebook {
    color: #3b5998;
  }
  .share-article__logo.facebook-messenger {
    color: #0078ff;
  }
  .share-article__logo.twitter {
    color: #1da1f2;
  }
  .share-article__logo.whatsapp {
    color: #25d366;
  }
  .share-article__logo.email {
    color: #2c56bf;
  }
  .scroll-down .share-article.affix {
    top: 75px !important;
  }
  @media (max-width: 768px) {
    .inner-affix {
      display: block;
      position: relative;
      top: 0 !important;
      z-index: 0;
    }
    .inner-affix .share-article {
      position: relative;
      left: 0;
    }
    .inner-affix .share-article > ul {
      display: -ms-flexbox;
      display: flex;
    }
    .inner-affix .share-article > ul > li {
      margin-right: 8px;
    }
  }
  .pagination-wrapper {
    margin: 50px 0;
    position: relative;
    text-align: center;
  }
  .pagination,
  ul.page-numbers {
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin: 0 -4px;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 48px;
  }
  .pagination > li,
  ul.page-numbers > li {
    margin-right: 0;
    margin-bottom: 0;
    float: left;
    padding: 0 4px;
  }
  .pagination > li .prev,
  .pagination > li .next,
  ul.page-numbers > li .prev,
  ul.page-numbers > li .next {
    font-weight: 400;
    padding: 0 10px;
    color: #333;
    font-size: 14px;
  }
  .pagination > li > a,
  .pagination > li > span,
  ul.page-numbers > li > a,
  ul.page-numbers > li > span {
    color: #5a5a5a;
    padding: 0;
    margin-right: 0;
    line-height: 38px;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    display: block;
    font-weight: normal;
    transition: all 0.2s;
  }
  .pagination > li > a:focus,
  .pagination > li > a:hover,
  .pagination > li > span:focus,
  .pagination > li > span:hover,
  ul.page-numbers > li > a:focus,
  ul.page-numbers > li > a:hover,
  ul.page-numbers > li > span:focus,
  ul.page-numbers > li > span:hover {
    color: #5fc51b;
    border: 2px solid #5fc51b;
    font-weight: bold;
  }
  @media (max-width: 340px) {
    .pagination > li > a,
    .pagination > li > span,
    ul.page-numbers > li > a,
    ul.page-numbers > li > span {
      line-height: 36px;
      width: 36px;
      height: 36px;
    }
  }
  .pagination > li > span.current,
  ul.page-numbers > li > span.current {
    color: #fff;
    background-color: #5fc51b;
    font-weight: bold;
  }
  .pagination .disable,
  ul.page-numbers .disable {
    display: none;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .form-group--inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .form-group--inline .form-label {
    margin-bottom: 0;
    margin-right: 22px;
  }
  @media (max-width: 575px) {
    .form-group {
      margin-bottom: 15px;
    }
    .form-group--inline {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .form-group--inline .form-label {
      margin-bottom: 5px;
    }
    .form-group .col-sm-6:nth-child(odd) {
      margin-bottom: 20px;
    }
  }
  .form-inline {
    display: block;
  }
  .form-label {
    font-size: inherit;
    color: #171717;
    margin-bottom: 7px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
  }
  .form-info {
    margin-top: 8px;
    font-style: italic;
    font-size: 13px;
    color: #5b5b5b;
    display: block;
  }
  .form-error {
    color: #d60808;
    font-size: 14px;
    margin-top: 5px;
    display: block;
  }
  @media (max-width: 575px) {
    .form-error {
      font-size: 12px;
    }
  }
  .form-input {
    padding: 11px 25px;
    background: #f9f9f8;
    border: 1px solid #dbdbd6;
    width: 100%;
    border-radius: 4px;
    font-size: inherit;
    color: #000;
    transition: all 0.3s;
    line-height: 1.3;
    outline: 0;
  }
  .form-input__grey {
    background: #ededed;
    border: 1px solid #ededed;
  }
  .form-input:-ms-input-placeholder {
    color: rgba(91, 91, 91, 0.5);
  }
  .form-input::placeholder {
    color: rgba(91, 91, 91, 0.5);
  }
  .form-input:focus {
    border-color: #908f8f;
  }
  .form-input.has-error {
    border-color: #d60808;
  }
  .form-group.validate-group.has-error .form-input,
  form-group.validate-group.has-error .form-input:focus {
    border-color: #d60808;
  }
  .form-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form-radio {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
  .form-radio input {
    margin-right: 5px;
  }
  .form-file {
    display: -ms-flexbox;
    display: flex;
  }
  .form-file--input {
    width: 0;
    height: 0;
    display: none;
  }
  .form-file .btn-file {
    padding: 14px 27px 13px;
    border: 1px solid #5fc51b;
    color: #5fc51b;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .form-file--name {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 14px 27px 13px;
    border: 1px solid #dcdcdc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  @media (max-width: 575px) {
    .form-file {
      font-size: 12px;
    }
    .form-file .btn-file {
      padding: 10px;
    }
    .form-file--name {
      padding: 10px;
    }
  }
  @media (max-width: 575px) {
    .form-label {
      font-size: inherit;
    }
    .form-input {
      padding: 12px 25px;
      font-size: 16px;
    }
  }
  .form-group.validate-group.has-error .form-file--name {
    border-color: #d60808;
  }
  .input-group {
    position: relative;
  }
  .input-group .form-input {
    padding-right: 25px;
  }
  .input-group [class^="icon-"],
  .input-group [class*=" icon-"] {
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
  }
  .input-group--text {
    position: relative;
    display: -ms-flexbox;
    display: flex;
  }
  .input-group--text .text {
    padding: 14px 15px;
    background: #f9f9f8;
    border: 1px solid #dcdcdc;
    line-height: 1.3;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0;
  }
  .input-group--text .form-input {
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group--text .br-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .input-group--text .pd-text {
    padding: 14px 30px !important;
  }
  .input-group--text .text-2 {
    padding: 14px 15px;
    background: #fff;
    border: 1px solid #dcdcdc;
    line-height: 1.3;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0;
    color: #5b5b5b;
  }
  .select-box {
    position: relative;
  }
  .select-box::after {
    content: "";
    font-family: "Ionicons";
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #989494;
    font-size: 18px;
    font-weight: bold;
  }
  .select-box select > option {
    outline: none;
    padding: 10px 20px;
  }
  .select-box select.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
    line-height: 1.2;
  }
  @media (max-width: 767.98px) {
    .select-box:after {
      font-size: 14px;
    }
  }
  .checkbox {
    margin-bottom: 10px;
  }
  .checkbox input[type="checkbox"] {
    display: none;
  }
  .checkbox label {
    position: relative;
    padding-left: 19px;
    cursor: pointer;
  }
  .checkbox-text {
    font-weight: 400;
  }
  .checkbox input:checked + .checkbox-icon::before {
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .checkbox input:checked + .checkbox-icon::after {
    border: 1px solid #5fc51b;
  }
  .checkbox input:checked ~ .checkbox-text {
    font-weight: 600;
  }
  .input-slider--container {
    margin-top: 20px;
  }
  .input-slider--container .noUi-target {
    background: #dcdcdc;
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }
  .input-slider--container .noUi-horizontal {
    height: 4px;
  }
  .input-slider--container .noUi-horizontal .noUi-handle {
    right: -7px;
    width: 10px;
    height: 14px;
    background-color: #5fc51b;
    border-radius: 4px;
    box-shadow: none;
    border: none;
  }
  .input-slider--container .noUi-horizontal .noUi-handle:focus {
    outline: none;
  }
  html:not([dir="rtl"]) .input-slider--container .noUi-horizontal .noUi-handle {
    right: -7px;
  }
  .input-slider--container .noUi-horizontal .noUi-handle:before,
  .input-slider--container .noUi-horizontal .noUi-handle:after {
    content: none;
  }
  .input-slider--container .noUi-connect {
    background: #5fc51b;
  }
  .slider-info {
    margin-top: 20px;
    font-weight: 600;
  }
  .form-sub {
    padding: 30px 35px 13px;
    background-color: #fff;
    width: 100%;
    max-width: 670px;
    border-bottom: 1px solid #e1e1dd;
  }
  .form-sub:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .form-sub:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .form-sub--title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
  }
  .form-sub--title2 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  @media (max-width: 567px) {
    .form-sub--title {
      font-size: 20px;
    }
  }
  @media (max-width: 340px) {
    .form-sub {
      padding: 30px 20px 13px;
    }
  }
  .form-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .form-check p {
    font-size: 14px;
    color: #919191;
  }
  .form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #dbdbd6;
    background-color: #eee;
    border-radius: 4px;
  }
  .form-check:hover input ~ .checkmark {
    background-color: #f9f9f8;
  }
  .form-check input:checked ~ .checkmark {
    background-color: #5fc51a;
    border-color: #908f8f;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .form-check input:checked ~ .checkmark:after {
    display: block;
  }
  .form-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .radio-custom {
    opacity: 0;
    position: absolute;
  }
  .radio-custom,
  .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
  }
  .radio-custom-label {
    position: relative;
    background-color: #f5f5ec;
    width: 120px;
    height: 86px;
    border: 1px solid #dbdbd6;
    border-radius: 6px;
    text-align: center;
    color: #316c09;
  }
  .radio-custom-label h3 {
    font-size: 25px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .radio-custom-label span {
    font-size: 12px;
    color: #000;
  }
  .radio-custom + .radio-custom-label:before {
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
  }
  .radio-custom:focus + .radio-custom-label {
    background-color: #5fc51a;
    color: #fff;
  }
  .radio-custom:focus + .radio-custom-label span {
    color: #fff;
  }
  .radio-custom:checked + .radio-custom-label {
    background-color: #5fc51a;
    color: #fff;
  }
  .radio-custom:checked + .radio-custom-label span {
    color: #fff;
  }
  .radio-custom:checked + .radio-custom-label:before {
    background-color: #5fc51a;
    color: #fff;
  }
  .radio-custom:checked + .radio-custom-label:before span {
    color: #fff;
  }
  .post-content {
    margin-bottom: 35px;
    letter-spacing: 0.15px;
    line-height: 1.7;
    font-size: 18px;
  }
  .post-content p,
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .post-content ul,
  .post-content ol,
  .post-content blockquote {
    clear: both;
  }
  .post-content p {
    margin-bottom: 20px;
    color: #4a4e54;
  }
  .post-content strong,
  .post-content em,
  .post-content u {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
  }
  .post-content > img,
  .post-content p > img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
  }
  .post-content ul,
  .post-content ol {
    padding-left: 25px;
    margin-bottom: 25px;
  }
  .post-content ul li,
  .post-content ol li {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 8px;
  }
  .post-content ul ul,
  .post-content ul ol,
  .post-content ol ul,
  .post-content ol ol {
    margin-bottom: 0;
    padding-left: 20px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-top: 0;
    line-height: 1.65;
    margin-bottom: 25px;
    font-size: 26px;
  }
  .post-content h1:not(:first-child),
  .post-content h2:not(:first-child),
  .post-content h3:not(:first-child),
  .post-content h4:not(:first-child),
  .post-content h5:not(:first-child),
  .post-content h6:not(:first-child) {
    margin-top: 35px;
  }
  .post-content dl dt,
  .post-content dl dd {
    margin-bottom: 10px;
  }
  .post-content a {
    color: #5fc51b;
  }
  .post-content a:hover {
    text-decoration: none;
    color: #54af18;
  }
  .post-content blockquote {
    margin: 25px 0 25px 25px;
    padding-top: 5px;
    padding-left: 30px;
    position: relative;
    border-left: 3px solid #5fc51b;
    font-family: "Nunito", sans-serif;
    font-size: 17px;
    color: rgba(51, 51, 51, 0.75);
  }
  .post-content blockquote:before {
    content: "";
    height: 36px;
    width: 36px;
    background-image: url(../img/quote-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
    position: absolute;
    left: 25px;
    top: 1px;
  }
  .post-content blockquote p {
    color: inherit;
  }
  .post-content blockquote .footer {
    font-size: 14px;
    text-transform: uppercase;
  }
  .post-content .wp-caption {
    margin-bottom: 14px;
    position: relative;
    width: 100% !important;
  }
  .post-content .wp-caption img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 450px;
    margin: 0 auto 10px;
  }
  .post-content .wp-caption-text {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.2px;
    color: #9d9fa4;
    margin-bottom: 0;
    text-align: center;
  }
  .post-content table {
    overflow-x: auto;
    display: block;
    border-width: 0 1px;
    margin-bottom: 15px;
  }
  .post-content table td,
  .post-content table th {
    border: 1px solid #ddd;
  }
  .post-content table th {
    min-width: 100px;
    white-space: nowrap;
  }
  .navbar-brand {
    z-index: 999;
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-brand img {
    height: 68px;
    width: auto;
  }
  @media (max-width: 525px) {
    .navbar-brand img {
      max-width: 50px;
      height: auto;
    }
  }
  .navbar-header {
    height: 72px;
    transition: height 0.3s;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .scrolled .navbar-header {
    height: 72px;
  }
  @media (max-width: 767px) {
    .navbar-header {
      height: 60px;
    }
    .scrolled .navbar-header {
      height: 60px;
    }
  }
  @media (max-width: 376px) {
    .navbar-header {
      height: 45px;
    }
  }
  header {
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  .navbar-primary {
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .donation .bg-donation {
    width: 100%;
    height: 1078px;
    max-height: -webkit-fit-content;
    max-height: fit-content;
    position: relative;
  }
  .donation .bg-donation img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .donation .title-donation {
    position: absolute;
    left: 50%;
    top: 30%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 75%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  .donation .title-donation h1 {
    font-weight: 500;
    letter-spacing: 1.8px;
    font-size: 72px;
  }
  .donation .title-donation h3 {
    font-weight: 400;
    letter-spacing: 0.55px;
    font-size: 22px;
  }
  .donation .title-donation .separator {
    display: inline-block;
  }
  @media (max-width: 1024px) {
    .donation .title-donation {
      top: 18%;
    }
  }
  @media (max-width: 992px) {
    .donation .bg-donation {
      height: 457px;
    }
    .donation .title-donation {
      top: 50%;
    }
    .donation .title-donation h1 {
      font-size: 30px;
    }
  }
  @media (max-width: 768px) {
    .donation .title-donation h1 {
      font-size: 35px;
    }
    .donation .title-donation h3 {
      font-size: 19px;
    }
    .donation .title-donation .separator {
      display: none;
    }
    .donation .bg-donation {
      height: 368px;
    }
  }
  @media (max-width: 736px) {
    .donation .title-donation {
      top: 47%;
    }
  }
  @media (max-width: 567px) {
    .donation .title-donation {
      top: 20%;
    }
    .donation .title-donation h1 {
      font-size: 30px;
    }
    .donation .title-donation h3 {
      font-size: 16px;
    }
    .donation .bg-donation {
      height: 230px;
    }
  }
  @media (max-width: 340px) {
    .donation .title-donation {
      top: 24%;
    }
  }
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
  .donation-content {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    margin-top: -600px;
  }
  @media (max-width: 992px) {
    .donation-content {
      margin-top: 40px;
    }
    .donation-content .btn-custom {
      width: 285px;
    }
  }
  @media (max-width: 768px) {
    .donation-content {
      margin-top: 40px;
    }
    .donation-content .btn-custom {
      width: 273px;
    }
  }
  @media (max-width: 376px) {
    .donation-content .btn-custom {
      width: 100%;
    }
  }
  .form-wrapper {
    border-radius: 10px;
    background-color: #fff;
  }
  .form-border {
    border: 1px solid #dcdcdc;
    box-shadow: none;
  }
  .input-link {
    line-height: 2.5em;
    color: #71b146;
    text-decoration: underline;
    font-weight: 600;
  }
  .description {
    width: 506px;
    padding-left: 20px;
  }
  .description .description-about {
    margin-top: 120px;
    min-height: 350px;
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 300;
  }
  .description .description-about p {
    margin: 0;
  }
  .description .description-howto {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    margin-top: 200px;
    color: #000;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .description .description-howto p {
    margin-bottom: 30px;
  }
  @media (max-width: 1024px) {
    .description {
      width: 300px;
      padding-left: 0;
    }
  }
  @media (max-width: 992px) {
    .description {
      width: 100%;
    }
    .description .description-about {
      font-size: 15px;
      color: #000;
      margin-top: 30px;
      min-height: 80px;
    }
    .description .description-howto {
      font-size: 15px;
      margin-top: 20px;
    }
  }
  @media (max-width: 768px) {
    .description {
      width: 100%;
    }
    .description .description-about {
      font-size: 15px;
      color: #000;
      margin-top: 30px;
      min-height: 100px;
    }
    .description .description-howto {
      font-size: 15px;
      margin-top: 30px;
    }
  }
  .note {
    max-width: 420px;
    margin: 0 auto 15px;
    color: #919191;
  }
  .footer-donation {
    padding-top: 50px;
    border-top: 1px solid #e1e1dd;
  }
  .footer-donation .footer-logo {
    width: 108.6px;
  }
  .footer-donation .footer-logo img {
    width: 100%;
    height: 100%;
  }
  .footer-donation .footer-info {
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .footer-donation .footer-info p {
    margin-bottom: 10px;
  }
  .footer-donation .copyright {
    padding-top: 20px;
    font-size: 13px;
  }
  .footer-donation .copyright sup {
    font-size: 8px;
  }
  @media (max-width: 767px) {
    .footer-donation .footer-logo {
      width: 100px;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .footer-donation .footer-info {
      margin-left: 0;
      font-size: 14px;
      text-align: center;
    }
    .footer-donation .copyright {
      text-align: center;
    }
  }
  .thanks-wrapper {
    position: relative;
    top: 230px;
    background: rgba(245, 242, 242, 0.82);
    padding: 32px 49px 30px;
    max-width: 500px;
  }
  .thanks-wrapper .content-thanks h1 {
    font-size: 72px;
    color: #052304;
  }
  .thanks-wrapper .content-thanks p {
    font-size: 20px;
    color: rgba(5, 35, 4, 0.8);
  }
  .thanks-wrapper .content-thanks .text-link {
    color: #0f5e0b;
    font-size: 20px;
  }
  .thanks-wrapper .content-thanks .text-link:hover {
    color: #5fc51b;
  }
  .thanks-wrapper .content-thanks .share-media {
    padding: 10px 0 30px;
  }
  .thanks-wrapper .content-thanks .btn-custom2 {
    padding: 12px 15px 8px;
  }
  @media (max-width: 768px) {
    .thanks-wrapper {
      padding: 32px 30px 30px;
    }
    .thanks-wrapper .content-thanks h1 {
      font-size: 48px;
    }
    .thanks-wrapper .content-thanks p {
      font-size: 15px;
    }
    .thanks-wrapper .content-thanks .text-link {
      font-size: 16px;
    }
    .thanks-wrapper .btn-custom2 {
      width: 200px;
    }
  }
  @media (max-width: 414px) {
    .thanks-wrapper {
      padding: 30px 20px;
      top: 156px;
    }
    .thanks-wrapper .btn-wrapper {
      text-align: center;
    }
    .thanks-wrapper .content-thanks h1 {
      font-size: 42px;
    }
  }
  .donation-bg {
    height: 945px;
    width: 100%;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  @media (max-width: 768px) {
    .donation-bg {
      height: 689px;
    }
  }
  .lazy-load--wrapper {
    position: relative;
  }
  .lazy-load--wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ededed;
    transition: all 0.2s;
  }
  .lazy-load--wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/Ellipsis-2s.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38%;
    transition: all 0.2s;
  }
  .lazy-load--wrapper.fade-in::after,
  .lazy-load--wrapper.fade-in::before {
    opacity: 0;
  }
  img[data-src] {
    opacity: 0;
    transition: opacity 0.3s;
  }
  img[data-src].fade-in {
    opacity: 1;
  }
  .banner-slider {
    position: relative;
    width: 100%;
    height: 80vh;
  }
  .banner-slider--wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .banner-slider .lazy-load--wrapper::after {
    background-size: 10%;
  }
  @media (max-width: 767.98px) {
    .banner-slider .lazy-load--wrapper:after {
      background-size: 20%;
    }
  }
  .banner-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    transition: all 0.3s;
  }
  @media (max-width: 1024px) {
    .banner-slider {
      height: 600px;
    }
  }
  @media (max-width: 992px) {
    .banner-slider {
      height: 375px;
    }
  }
  @media (max-width: 768px) {
    .banner-slider {
      height: 451px;
    }
  }
  @media (max-width: 567px) {
    .banner-slider {
      height: 60vh;
    }
  }
  .banner__arrow .arrow {
    border: 0;
    background: none;
    padding: 0;
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    outline: 0;
  }
  .banner__arrow .arrow--prev {
    left: 50px;
  }
  .banner__arrow .arrow--prev:after {
    content: "";
    width: 35px;
    height: 35px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    position: absolute;
    left: 15px;
    top: 28px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.3s;
    z-index: 1;
  }
  .banner__arrow .arrow--next {
    right: 68px;
  }
  .banner__arrow .arrow--next:after {
    content: "";
    width: 35px;
    height: 35px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 15px;
    top: 28px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.3s;
    z-index: 1;
  }
  @media (max-width: 992px) {
    .banner__arrow .arrow--prev {
      left: 13px;
    }
    .banner__arrow .arrow--prev:after {
      width: 20px;
      height: 20px;
    }
    .banner__arrow .arrow--next {
      right: 32px;
    }
    .banner__arrow .arrow--next:after {
      width: 20px;
      height: 20px;
    }
  }
  @media (max-width: 567px) {
    .banner__arrow .arrow {
      top: 41%;
    }
    .banner__arrow .arrow--prev {
      left: 2px;
    }
    .banner__arrow .arrow--prev:after {
      width: 16px;
      height: 16px;
      border-left: 2px solid #fff;
      border-top: 2px solid #fff;
    }
    .banner__arrow .arrow--next {
      right: 13px;
    }
    .banner__arrow .arrow--next:after {
      width: 16px;
      height: 16px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
    }
  }
  .banner-title {
    position: absolute;
    top: 266px;
    left: 18px;
    color: white;
  }
  .banner-title a {
    position: relative;
    width: auto;
    font-weight: 700;
    font-size: 20px;
  }
  .banner-title .btn {
    padding: 7px 25px;
  }
  .banner-title .title-big {
    font-size: 80px;
    letter-spacing: 2.67px;
    line-height: 1em;
    font-weight: 300;
  }
  .banner-title .sub-title {
    font-size: 30px;
    letter-spacing: -0.4px;
    font-weight: 200;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  @media (max-width: 992px) {
    .banner-title .title-big {
      font-size: 30px;
    }
    .banner-title .sub-title {
      font-size: 16px;
      letter-spacing: -0.4px;
      font-weight: 200;
      line-height: 1em;
      margin-bottom: 20px;
    }
    .banner-title .btn {
      padding: 3px 8px;
      font-size: 14px;
    }
  }
  @media (max-width: 567px) {
    .banner-title .title-big {
      font-size: 22px;
    }
    .banner-title .sub-title {
      font-size: 16px;
      letter-spacing: -0.4px;
      font-weight: 200;
      line-height: 1.2em;
      margin-bottom: 20px;
    }
    .banner-title .btn {
      padding: 3px 8px;
      font-size: 14px;
    }
  }
  @media (max-width: 1024px) {
    .banner-title {
      top: 202px;
      left: 10%;
    }
  }
  @media (max-width: 992px) {
    .banner-title {
      top: 154px;
      left: 6%;
    }
  }
  @media (max-width: 768px) {
    .banner-title {
      top: 178px;
      left: 7%;
    }
  }
  @media (max-width: 767px) {
    .banner-title {
      top: calc(100% + 186px);
      left: 5%;
    }
  }
  @media (max-width: 568px) {
    .banner-title {
      top: 150px;
      left: 11%;
    }
  }
  @media (max-width: 567px) {
    .banner-title {
      top: 166px;
      left: 38px;
      max-width: 320px;
    }
  }
  @media (max-width: 375px) {
    .banner-title {
      top: 175px;
    }
  }
  @media (max-width: 330px) {
    .banner-title {
      top: 135px;
    }
  }
  .home-section {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-title {
    font-size: 18px;
    color: #0f5e0b;
    letter-spacing: 0.9px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .page-header {
    margin-bottom: 30px;
  }
  .page-header .header-title {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 75%;
    position: absolute;
    left: 50%;
    top: 65%;
    max-width: 832px;
  }
  .page-header .header-title h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2.55px;
    font-weight: 500;
  }
  .page-header .header-title h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.55px;
  }
  .page-header .header-title .separator {
    margin: 0px 22px;
  }
  @media (max-width: 768px) {
    .page-header .header-title {
      width: 100%;
    }
    .page-header .header-title h1 {
      font-size: 26px;
    }
    .page-header .header-title h4 {
      font-size: 10px;
    }
    .page-header .header-title .separator {
      display: none;
    }
  }
  .benefit {
    max-width: 842px;
    padding: 20px 0 0;
    font-family: "Nunito", sans-serif;
  }
  @media (max-width: 768px) {
    .benefit {
      padding-bottom: 30px;
    }
  }
  @media (max-width: 576px) {
    .benefit {
      padding: 0;
    }
  }
  .benefit-title {
    font-size: 54px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
  }
  .benefit-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100px;
    transition: all 0.2s ease-out;
    background-color: #f5f5ec;
  }
  @media (max-width: 578px) {
    .benefit-title {
      font-size: 40px;
    }
  }
  .benefit-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  @media (max-width: 578px) {
    .benefit-subtitle {
      margin-bottom: 30px;
      font-size: 18px;
    }
  }
  .benefit p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .benefit a {
    color: #0f5e0b;
    text-decoration: underline;
  }
  .benefit .image-benefit {
    margin-top: 108px;
  }
  .benefit .image-benefit .img-wrapper {
    height: 553px;
    position: relative;
  }
  .benefit .image-benefit .img-wrapper .image-title {
    position: absolute;
    line-height: 1;
    text-align: center;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .benefit .image-benefit .img-wrapper .image-title h2 {
    font-size: 52px;
    width: 381px;
    font-weight: 300;
    font-family: "Proxima Nova Light", sans-serif;
    color: #fff;
  }
  .benefit .image-benefit .img-wrapper .image-description {
    position: absolute;
    line-height: 1;
    text-align: center;
    left: 50%;
    top: 73%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .benefit .image-benefit .img-wrapper .image-description a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 2px;
    width: 180px;
  }
  @media (max-width: 768px) {
    .benefit .image-benefit {
      margin-top: 27px;
    }
    .benefit .image-benefit .img-wrapper {
      height: 460px;
    }
  }
  @media (max-width: 578px) {
    .benefit .image-benefit {
      margin-top: 17px;
    }
    .benefit .image-benefit .img-wrapper {
      height: 454px;
      position: relative;
      margin-bottom: 30px;
    }
    .benefit .image-benefit .img-wrapper .image-title h2 {
      font-size: 40px;
      width: 300px;
    }
    .benefit .image-benefit .img-wrapper .image-description a {
      width: 150px;
      font-size: 16px;
    }
  }
  @media (max-width: 340px) {
    .benefit .image-benefit .img-wrapper {
      height: 374px;
      position: relative;
      margin-bottom: 30px;
    }
  }
  .how-work {
    padding: 80px 0;
  }
  .how-work .img-wrapper {
    height: 400px;
  }
  .how-work .img-mobile {
    display: none;
  }
  .how-work .img-desktop {
    display: block;
  }
  .how-work__content .subtitle {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin: 16px 0 40px;
  }
  .how-work__content .post-wrapper {
    margin-bottom: 60px;
  }
  .how-work__content .post-wrapper .post-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .how-work__content .post-wrapper .post-content {
    font-size: 14px;
    color: #383b38;
    letter-spacing: 0.18px;
  }
  .how-work__content .post-wrapper .post-content p {
    margin-bottom: 15px;
  }
  .how-work__content .post-wrapper .learn-more a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .how-work__content .post-wrapper .learn-more a:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    height: 2px;
    width: 100px;
    background-color: #5fc51b;
  }
  @media (max-width: 768px) {
    .how-work {
      padding: 0 0 8px;
    }
    .how-work .img-wrapper {
      height: 400px;
    }
    .how-work .img-desktop {
      display: none;
    }
    .how-work .img-mobile {
      display: block;
    }
    .how-work__content {
      margin-top: 36px;
    }
    .how-work__content .subtitle {
      font-size: 20px;
      margin: 16px 0 30px;
    }
    .how-work__content .post-wrapper {
      margin-bottom: 30px;
    }
    .how-work__content .post-wrapper .post-title {
      font-size: 24px;
      font-weight: 500;
      line-height: 1.5;
      margin-bottom: 10px;
    }
    .how-work__content .post-wrapper .post-content {
      font-size: 14px;
      color: #383b38;
      letter-spacing: 0.18px;
      margin-bottom: 20px;
    }
    .how-work__content .post-wrapper .post-content p {
      margin-bottom: 15px;
    }
    .how-work__content .post-wrapper .learn-more a:before {
      width: 100px;
    }
  }
  @media (max-width: 576px) {
    .how-work .img-wrapper {
      height: 300px;
    }
  }
  .map-trees {
    padding: 92px 0;
  }
  .map-trees .map-wrapper {
    height: 548px;
  }
  .map-trees .see-trees-wrapper {
    display: -ms-flexbox;
    display: flex;
    box-shadow: -1px 2px 9px 0px #00000024;
    width: 782px;
    position: absolute;
    top: 77%;
    background: white;
    left: 17%;
  }
  .map-trees .see-trees-wrapper .content {
    padding: 30px;
  }
  .map-trees .see-trees-wrapper .content .title {
    font-size: 14px;
    color: #0f5e0b;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .map-trees .see-trees-wrapper .content .subtitle {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
  }
  .map-trees .see-trees-wrapper .content p {
    color: #000;
  }
  .map-trees .see-trees-wrapper .bg-green {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px;
    width: 262px;
    background-color: #5fc51b;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-trees .see-trees-wrapper .bg-green a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
  }
  .map-trees .see-trees-wrapper .bg-green a:hover {
    text-decoration: none;
  }
  .map-trees .see-trees-wrapper .bg-green a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: white;
  }
  .map-trees .see-trees-wrapper .bg-green .form-see-trees {
    margin-top: 7px;
    display: none;
  }
  .map-trees .see-trees-wrapper .bg-green .form-see-trees input {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    background-color: white;
    border-radius: 4px;
    outline: 0;
    border: none;
    text-align: center;
  }
  .map-trees .see-trees-wrapper .bg-green .show {
    display: block;
  }
  @media (max-width: 768px) {
    .map-trees {
      padding: 10px 0;
    }
    .map-trees .map-wrapper {
      height: 300px;
    }
    .map-trees .see-trees-wrapper {
      width: 100%;
      position: relative;
      left: 0;
    }
    .map-trees .see-trees-wrapper .content {
      padding: 20px;
    }
    .map-trees .see-trees-wrapper .content .title {
      font-size: 14px;
      color: #0f5e0b;
      line-height: 1;
      margin-bottom: 10px;
      text-transform: uppercase;
    }
    .map-trees .see-trees-wrapper .content .subtitle {
      font-size: 18px;
      margin-bottom: 20px;
    }
    .map-trees .see-trees-wrapper .bg-green {
      width: 100%;
    }
    .map-trees .see-trees-wrapper .bg-green a {
      font-size: 12px;
    }
  }
  @media (max-width: 578px) {
    .map-wrapper {
      height: 250px;
    }
  }
  .achievement {
    padding: 30px 0 20px;
  }
  .achievement .img-wrapper {
    height: 645px;
    border-left: 5px solid #4f9f1a;
  }
  .achievement-content {
    padding-bottom: 30px;
  }
  .achievement-content .main-title {
    font-size: 36px;
    color: #000000;
  }
  .achievement-content .achievement-number {
    margin-top: 70px;
  }
  .achievement-content .achievement-number .achieve-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .achievement-content .achievement-number .achieve-item .achieve-img {
    height: 50px;
    width: 74px;
  }
  .achievement-content .achievement-number .achieve-item .achieve-img img {
    width: 100%;
    height: 100%;
  }
  .achievement-content .achievement-number .achieve-item .achieve-content {
    margin-left: 30px;
  }
  .achievement-content
    .achievement-number
    .achieve-item
    .achieve-content
    .achieve-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.18px;
    color: #000;
  }
  .achievement-content .achievement-number .achieve-item .achieve-content h3 {
    font-size: 36px;
    color: #0f5e0b;
    line-height: 1.1;
  }
  .achievement-content .achievement-number .achieve-item .achieve-content p {
    color: #7f817f;
    margin-bottom: 0;
    font-size: 18px;
  }
  @media (max-width: 768px) {
    .achievement {
      padding: 50px 0;
    }
    .achievement .img-wrapper {
      height: 100%;
    }
    .achievement-content {
      padding-bottom: 0;
      margin-top: 36px;
    }
    .achievement-content .main-title {
      font-size: 26px;
    }
    .achievement-content .achievement-number {
      margin-top: 40px;
    }
    .achievement-content .achievement-number .achieve-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 50px;
    }
    .achievement-content .achievement-number .achieve-item .achieve-img {
      height: 50px;
    }
    .achievement-content .achievement-number .achieve-item .achieve-img img {
      width: 100%;
      height: 100%;
    }
    .achievement-content .achievement-number .achieve-item .achieve-content {
      margin-left: 30px;
    }
    .achievement-content
      .achievement-number
      .achieve-item
      .achieve-content
      .achieve-title {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.18px;
      color: #000;
    }
    .achievement-content .achievement-number .achieve-item .achieve-content h3 {
      font-size: 28px;
      color: #0f5e0b;
      line-height: 1.1;
    }
    .achievement-content .achievement-number .achieve-item .achieve-content p {
      color: #7f817f;
      margin-bottom: 0;
      font-size: 16px;
    }
  }
  @media (max-width: 576px) {
    .achievement {
      padding: 30px 0;
    }
  }
  .partner {
    padding-bottom: 90px;
    padding-top: 80px;
  }
  @media (max-width: 768px) {
    .partner {
      padding-top: 50px;
    }
    .partner .btn-custom2 {
      width: 50%;
      padding: 10px 35px;
    }
  }
  @media (max-width: 576px) {
    .partner {
      padding-top: 5px;
    }
  }
  .partner-title {
    margin-left: 80px;
  }
  @media (max-width: 1024px) {
    .partner-title {
      margin-left: 0;
    }
  }
  .partner .subtitle {
    font-size: 35px;
    color: #000000;
    font-weight: 400;
  }
  .partner a.see-more {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #4f9f1a;
    position: relative;
    padding: 6px 0px;
  }
  .partner a.see-more:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #4f9f1a;
  }
  .partner a.see-more .btn-custom2 {
    width: 200px;
  }
  @media (max-width: 576px) {
    .partner .subtitle {
      font-size: 20px;
    }
  }
  .partner-slider {
    position: relative;
    max-width: 1090px;
    margin: 40px auto;
  }
  .partner-slider .glide__slides {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .partner-slider .glide__slides .logo-slider {
    text-align: center;
  }
  .partner-slider .glide__slides .logo-slider img {
    width: 136px;
  }
  @media (max-width: 576px) {
    .partner-slider .glide__slides .logo-slider img {
      width: 100px !important;
    }
  }
  .partner__arrow .arrow {
    border: 0;
    background: none;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    outline: 0;
  }
  .partner__arrow .arrow--prev {
    left: 17px;
    font-size: 14px;
    font-family: "Ionicons";
  }
  .partner__arrow .arrow--prev:after {
    content: "";
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    color: #5fc51b;
    z-index: 1;
  }
  .partner__arrow .arrow--next {
    right: 17px;
  }
  .partner__arrow .arrow--next:after {
    content: "";
    font-family: "Ionicons";
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    color: #5fc51b;
    z-index: 1;
  }
  @media (max-width: 768px) {
    .partner__arrow .arrow--prev {
      left: -14px;
    }
    .partner__arrow .arrow--prev:after {
      font-size: 30px;
    }
    .partner__arrow .arrow--next {
      right: -14px;
    }
    .partner__arrow .arrow--next:after {
      font-size: 30px;
    }
  }
  @media (max-width: 567px) {
    .partner__arrow .arrow--prev {
      left: -14px;
    }
    .partner__arrow .arrow--prev:after {
      font-size: 20px;
    }
    .partner__arrow .arrow--next {
      right: -14px;
    }
    .partner__arrow .arrow--next:after {
      font-size: 20px;
    }
  }
  #wincheck-button.circle {
    bottom: 11% !important;
    font-size: 20px !important;
  }
  @media (max-width: 992px) {
    #wincheck-button.circle {
      width: 80px !important;
      height: 80px !important;
      padding: 14px !important;
      font-size: 12px !important;
      line-height: 15px !important;
      font-weight: 600;
      bottom: 60px !important;
      right: 10px !important;
    }
  }
  #roll-form {
    bottom: 11% !important;
  }
  @media (max-width: 992px) {
    #roll-form {
      bottom: 16px !important;
    }
  }
  .bg-header {
    position: relative;
    width: 100%;
    height: 317px;
  }
  .bg-header a {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .bg-header .lazy-load--wrapper::after {
    background-size: 10%;
  }
  @media (max-width: 767.98px) {
    .bg-header .lazy-load--wrapper:after {
      background-size: 20%;
    }
  }
  .bg-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    transition: all 0.3s;
  }
  @media (max-width: 992px) {
    .bg-header {
      height: 350px;
    }
  }
  @media (max-width: 768px) {
    .bg-header {
      height: 188px;
    }
  }
  @media (max-width: 576px) {
    .bg-header {
      height: 180px;
    }
  }
  .about-company {
    max-width: 930px;
    padding: 40px 0;
  }
  .about-company h4 {
    color: #000;
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 20px;
  }
  @media (max-width: 767px) {
    .about-company h4 {
      line-height: 1.5em;
    }
  }
  .about-company .content p {
    margin-bottom: 20px;
    font-size: 17px;
  }
  @media (max-width: 768px) {
    .about-company {
      padding: 0;
    }
  }
  .our-mision {
    padding-bottom: 30px;
  }
  .our-mision .img-wrapper {
    height: 450px;
    margin-left: -15px;
  }
  .our-mision__content {
    margin-top: 30px;
    max-width: 453px;
    padding-left: 40px;
  }
  .our-mision__content .subtitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.8;
    color: #000;
    margin: 40px 0;
  }
  .our-mision__content .learn-more a {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4f9f1a;
  }
  .our-mision__content .learn-more a:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #5fc51b;
  }
  @media (max-width: 768px) {
    .our-mision {
      padding: 30px 0 40px;
    }
    .our-mision__content {
      max-width: 100%;
      padding-left: 0;
      margin-top: 10px;
    }
    .our-mision__content .subtitle {
      font-size: 20px;
      line-height: 1.5;
      margin: 30px 0;
    }
    .our-mision .img-wrapper {
      margin-right: -15px;
    }
  }
  @media (max-width: 576px) {
    .our-mision .img-wrapper {
      height: 250px;
    }
  }
  .our-vision {
    padding-bottom: 30px;
  }
  .our-vision .img-wrapper {
    height: 400px;
  }
  .our-vision__content {
    margin-top: 30px;
    max-width: 100%;
    padding-left: 115px;
    text-align: right;
    padding-right: 33px;
  }
  .our-vision__content .subtitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.8;
    color: #000;
    margin: 40px 0;
  }
  .our-vision__content .d-none {
    display: inline-block;
  }
  .our-vision__content .d-mobile {
    display: none;
  }
  @media (max-width: 768px) {
    .our-vision {
      padding: 30px 0 40px;
    }
    .our-vision .img-wrapper {
      height: 300px;
    }
    .our-vision__content {
      text-align: left;
      padding-left: 0;
      padding-right: 0;
    }
    .our-vision__content .subtitle {
      font-size: 20px;
      line-height: 1.5;
      margin: 30px 0;
    }
    .our-vision__content .d-none {
      display: none;
    }
    .our-vision__content .d-mobile {
      display: inline-block;
    }
  }
  @media (max-width: 576px) {
    .our-vision .img-wrapper {
      height: 250px;
    }
  }
  .learn-more a {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4f9f1a;
  }
  .learn-more a:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #5fc51b;
  }
  @media (max-width: 576px) {
    .learn-more a {
      font-size: 16px;
    }
  }
  .why-trees {
    padding: 30px 0 131px;
  }
  .why-trees .trees-wrapper {
    height: 600px;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
  }
  .why-trees-wrapper {
    position: absolute;
    left: 12%;
    width: 700px;
    top: 65%;
  }
  .why-trees-wrapper .content {
    background-color: #fff;
    padding: 40px;
    box-shadow: -1px 2px 9px 0px #00000024;
    border-right: 3px solid #5fc51b;
  }
  .why-trees-wrapper .content .subtitle {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .why-trees-wrapper .content p {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    min-height: 92px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  @media (max-width: 768px) {
    .why-trees {
      padding: 30px 0 40px;
    }
  }
  @media (max-width: 768px) {
    .why-trees .trees-wrapper {
      height: auto;
    }
    .why-trees-wrapper {
      position: relative;
      left: 0;
      width: 100%;
      top: 0;
    }
    .why-trees-wrapper .content {
      padding: 20px;
    }
    .why-trees-wrapper .content .subtitle {
      color: #000000;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 10px;
    }
  }
  .impact {
    padding: 40px;
  }
  .impact .img-wrapper {
    height: auto;
  }
  .impact__content {
    max-width: 100%;
    width: 338px;
    margin: 57px auto 0;
  }
  .impact__content .subtitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.8;
    color: #000;
    margin: 16px 0 40px;
  }
  @media (max-width: 768px) {
    .impact {
      padding: 30px 0 40px;
    }
    .impact__content {
      margin: 34px auto 0;
      width: 100%;
    }
    .impact__content .subtitle {
      margin-bottom: 30px;
      font-size: 20px;
      line-height: 1.5;
    }
  }
  .trees-plant {
    padding-bottom: 90px;
  }
  @media (max-width: 768px) {
    .trees-plant {
      padding: 30px 0 40px;
    }
  }
  .trees-plant .subtitle {
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 30px;
  }
  @media (max-width: 768px) {
    .trees-plant .subtitle {
      font-size: 25px;
      margin-bottom: 10px;
    }
  }
  .trees-plant .img-wrapper {
    position: relative;
    margin-bottom: 20px;
    height: 585px;
    background: black;
  }
  .trees-plant .img-wrapper .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 10px 20px 30px;
    color: white;
    height: 225px;
  }
  .trees-plant .img-wrapper .content .title-post {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.84px;
  }
  .trees-plant .img-wrapper .content p {
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 8em;
    -webkit-line-clamp: 5;
    font-weight: 500;
  }
  @media (max-width: 1024px) {
    .trees-plant .img-wrapper {
      height: 450px;
    }
  }
  @media (max-width: 768px) {
    .trees-plant .img-wrapper {
      height: 400px;
    }
    .trees-plant .img-wrapper .content {
      height: 172px;
    }
  }
  @media (max-width: 576px) {
    .trees-plant .img-wrapper .content {
      height: 206px;
    }
  }
  .trees-plant .learn-more {
    margin-top: 40px;
  }
  .trees-plant .learn-more a {
    letter-spacing: 1.2px;
    font-weight: 700;
  }
  @media (max-width: 768px) {
    .trees-plant .learn-more {
      margin-top: 10px;
    }
  }
  .faq {
    padding: 80px 0 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  .faq-title {
    margin-left: auto;
    margin-bottom: 30px;
    width: 353px;
  }
  .faq-title .subtitle {
    font-weight: 500;
    font-size: 36px;
    color: #000;
  }
  .faq .img-wrapper {
    height: 645px;
    border-left: 5px solid #4f9f1a;
    margin-left: -50px;
  }
  .faq .learn-more {
    padding-left: 18px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  @media (max-width: 1024px) {
    .faq .img-wrapper {
      height: 480px;
      margin-left: 0;
    }
  }
  @media (max-width: 768px) {
    .faq {
      padding: 50px 0 20px;
      margin-bottom: 45px;
    }
    .faq .container {
      padding-right: 0;
      padding-left: 0;
    }
    .faq-title {
      margin-left: 0;
      margin-bottom: 30px;
      width: 100%;
    }
    .faq-title .subtitle {
      font-size: 25px;
      line-height: 1.5;
    }
    .faq .img-wrapper {
      height: 680px;
    }
    .faq .learn-more {
      padding-left: 0;
    }
  }
  @media (max-width: 576px) {
    .faq .img-wrapper {
      height: 360px;
    }
  }
  .accordion:after {
    content: "";
    font-family: "Ionicons";
    position: absolute;
    right: 7px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: 400;
    transition: all 0.3s;
  }
  .about-community {
    padding: 40px 0;
  }
  .about-community h3 {
    color: #000;
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 20px;
  }
  .about-community .content p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #383b38;
  }
  @media (max-width: 768px) {
    .about-community {
      padding: 0;
    }
    .about-community h3 {
      font-size: 18px;
      line-height: 1.8;
      margin-bottom: 30px;
    }
  }
  .community-consult {
    padding-bottom: 60px;
  }
  .community-consult .title-section {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #0f5e0b;
    margin-bottom: 30px;
  }
  .community-consult .text-section {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1.8;
  }
  .community-consult--wrapper {
    padding-bottom: 40px;
  }
  .community-consult--wrapper .consult-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .community-consult--content {
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .community-consult--content2 {
    margin-top: 40px;
    padding-bottom: 30px;
    padding-left: 150px;
    text-align: right;
  }
  .community-consult .pd-right-60 {
    padding-right: 60px;
  }
  .community-consult .pd-left-60 {
    padding-left: 60px;
  }
  .community-consult .offset-left {
    padding-left: 330px;
    margin-right: 33px;
  }
  .community-consult .offset-right {
    margin-left: 33px;
    padding-right: 330px;
  }
  .community-consult .br-bottom {
    border-bottom: 1px solid #f0f0f0;
  }
  .community-consult .img-wrapper {
    height: 680px;
    border-left: 6px solid #4f9f1a;
  }
  .community-consult .image-wrapper {
    padding-left: 20px;
    padding-right: 40px;
  }
  @media (max-width: 768px) {
    .community-consult {
      padding-bottom: 10px;
      padding-top: 20px;
    }
    .community-consult .text-section {
      font-size: 18px;
    }
    .community-consult--content {
      margin-top: 30px;
      padding-bottom: 20px;
    }
    .community-consult--content2 {
      margin-top: 30px;
      padding-bottom: 20px;
      padding-left: 0;
      text-align: left;
    }
    .community-consult--wrapper {
      padding-bottom: 0;
    }
    .community-consult .pd-right-60 {
      padding-right: 0;
    }
    .community-consult .pd-left-60 {
      padding-left: 0;
    }
    .community-consult .offset-left {
      padding-left: 0;
      margin-right: 0;
    }
    .community-consult .offset-right {
      margin-left: 0;
      padding-right: 0;
    }
    .community-consult .br-bottom {
      border-bottom: 1px solid #f0f0f0;
    }
    .community-consult .img-wrapper {
      height: 754px;
      border-left: 6px solid #4f9f1a;
    }
    .community-consult .image-wrapper {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (max-width: 576px) {
    .community-consult .img-wrapper {
      height: 390px;
    }
  }
  .about-trees {
    width: 100%;
  }
  .about-trees .img-wrapper {
    height: 534px;
    margin-bottom: 50px;
  }
  .about-trees .img-wrapper .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 10px 20px 30px;
    color: white;
  }
  .about-trees .img-wrapper .content .title-post {
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.84px;
    margin-bottom: 15px;
  }
  @media (max-width: 1024px) {
    .about-trees .img-wrapper {
      height: 438px;
    }
  }
  @media (max-width: 768px) {
    .about-trees .img-wrapper {
      height: 340px;
    }
    .about-trees .img-wrapper .content {
      height: 218px;
    }
    .about-trees .img-wrapper .content .title-post {
      font-size: 30px;
    }
  }
  @media (max-width: 576px) {
    .about-trees .img-wrapper {
      height: 400px;
    }
  }
  @media (min-width: 998px) {
    .about-trees .pagination-wrapper ul.page-numbers > li .prev {
      position: absolute;
      left: 130px;
    }
    .about-trees .pagination-wrapper ul.page-numbers > li .next {
      position: absolute;
      right: 130px;
    }
  }
  .about-partner {
    padding-bottom: 90px;
  }
  .about-partner .col-4 {
    margin-bottom: 40px;
  }
  .about-partner .form-group {
    margin-bottom: 20px;
  }
  .about-partner .select-box {
    width: 100%;
  }
  .about-partner .form-label {
    margin-right: 0.5em;
    text-transform: unset;
  }
  .about-partner .card-partner {
    border: 1px solid #d3d3cc;
    height: 100%;
    padding-bottom: 0;
  }
  .about-partner .img-wrapper {
    height: 136px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .about-partner .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .about-partner .content {
    padding: 0 30px 30px;
    color: #383b38;
    text-align: center;
  }
  .about-partner .content .title-post {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.84px;
  }
  @media (min-width: 998px) {
    .about-partner .pagination-wrapper ul.page-numbers > li .prev {
      position: absolute;
      left: 130px;
    }
    .about-partner .pagination-wrapper ul.page-numbers > li .next {
      position: absolute;
      right: 130px;
    }
  }
  @media (max-width: 768px) {
    .about-partner .row {
      margin: 0 -10px;
    }
    .about-partner .row > [class|="col"] {
      padding: 0 10px;
    }
  }
  @media (max-width: 576px) {
    .about-partner .col-4 {
      margin-bottom: 25px;
    }
    .about-partner .img-wrapper {
      height: 50px;
      margin-bottom: 5px;
    }
    .about-partner .content {
      padding: 0 3px 12px;
    }
    .about-partner .content .title-post {
      font-size: 11px;
    }
  }
  .wrapper-faq {
    max-width: 980px;
    margin: 0 auto;
  }
  .section-faq {
    padding-bottom: 100px;
    padding-top: 50px;
    border-top: 1px solid #e8e8e8;
  }
  .section-faq .sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .section-faq .sidebar-menu ul li {
    margin-bottom: 20px;
  }
  .section-faq .sidebar-menu ul a {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
  }
  .section-faq .accordion-wrapper {
    margin-top: -22px;
  }
  .section-faq .accordion {
    font-weight: 700;
  }
  @media (max-width: 576px) {
    .section-faq {
      padding-top: 40px;
    }
    .section-faq .sidebar-menu {
      display: none;
    }
  }
  .blog-wrapper {
    padding: 30px 0 70px;
  }
  .post-list {
    margin-bottom: 60px;
  }
  .post-list .card-images {
    height: 270px;
  }
  .post-list .title-post {
    margin-top: 15px;
  }
  .post-list .title-post a {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
  }
  .main-sidebar {
    width: 300px;
  }
  .popular-post {
    background-color: #f9f9f9;
    padding: 20px;
  }
  .popular-post .post-rank-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .popular-post .post-rank-item__number {
    color: #0f5e0b;
    font-size: 36px;
    width: 30px;
    font-weight: 300;
    line-height: 37px;
  }
  .popular-post .post-rank-item__title a {
    color: #383b38;
    display: block;
    font-size: 16px;
  }
  .popular-post .post-rank-item__date {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #7f817f;
  }
  .component-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0f5e0b;
  }
  .component-title .sep-green {
    margin: 2px 14px;
  }
  .instagram-widget {
    padding: 30px 0;
  }
  .instagram-widget .component-title {
    margin-bottom: 10px;
  }
  .instagram-widget img {
    width: 100%;
  }
  .tagcloud-widget {
    background-color: #f9f9f9;
    width: 100%;
    height: 360px;
    margin-bottom: 40px;
    padding: 0;
  }
  .tagcloud-widget .img-wrapper {
    text-align: center;
  }
  @media (max-width: 768px) {
    .main-sidebar {
      width: 100%;
    }
  }
  @media (max-width: 576px) {
    .instagram-widget .img-wrapper,
    .tagcloud-widget .img-wrapper {
      text-align: center;
    }
  }
  .single-banner {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .single-banner img {
    width: 100%;
    max-height: 650px;
    min-height: 450px;
    object-fit: cover;
  }
  @media (max-width: 991px) {
    .single-banner img {
      min-height: 300px;
      max-height: 450px;
    }
  }
  @media (max-width: 767px) {
    .single-banner img {
      min-height: 250px;
      max-height: 300px;
    }
  }
  #page-content .single-title {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 75%;
    position: absolute;
    left: 50%;
    top: 58%;
    max-width: 800px;
  }
  #page-content .single-title h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1.08px;
  }
  @media (max-width: 768px) {
    #page-content .single-title {
      top: 68%;
    }
    #page-content .single-title h1 {
      font-size: 24px;
      letter-spacing: 0;
    }
  }
  #page-content .single-content--wrapper {
    max-width: 1028px;
    margin: 0 auto;
    padding: 25px 0 0;
  }
  #page-content .single-content--wrapper .single-content {
    position: relative;
    padding: 60px 119px 0;
    margin-top: -78px;
    background: #fff;
    margin-bottom: 15px;
  }
  #page-content .single-content--wrapper .single-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #383b38;
  }
  #page-content .single-content--wrapper .single-content .single-meta {
    padding: 30px 0;
    border-top: 1px solid #f2f3f2;
    text-transform: uppercase;
    font-size: 13px;
    color: #7f817f;
    font-weight: 500;
  }
  #page-content .single-content--wrapper .single-content .single-meta .author {
    margin-bottom: 10px;
  }
  #page-content
    .single-content--wrapper
    .single-content
    .single-meta
    .author
    .date {
    margin-left: 10px;
  }
  #page-content .single-content--wrapper .single-content .single-meta .tags {
    text-transform: uppercase;
    letter-spacing: 0.65px;
    line-height: 1.5;
    max-width: 590px;
  }
  @media (max-width: 768px) {
    #page-content .single-content--wrapper .single-content {
      position: relative;
      padding: 30px 0;
      margin-top: 0;
    }
  }
  #page-content .related-post {
    padding: 58px 0 48px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  #page-content .related-post--wrapper {
    max-width: 801px;
    margin: 0 auto;
  }
  #page-content .related-post--wrapper .component-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  #page-content .related-post--wrapper .sep-green {
    margin: 1px 14px;
  }
  #page-content .related-post--wrapper .post-list {
    margin-bottom: 30px;
  }
  #page-content .related-post--wrapper .post-list .card-images {
    height: 173px;
  }
  #page-content .related-post--wrapper .post-list .title-post a {
    font-size: 17px;
  }
  #comment-wrap {
    max-width: 801px;
    margin: 0 auto;
    padding: 60px 0;
  }
  #comment-wrap .comment-form {
    max-width: 600px;
  }
  #comment-wrap .comment-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0f5e0b;
    margin-bottom: 26px;
  }
  #comment-wrap .panel-body {
    padding: 20px 0;
  }
  #comment-wrap .panel-body .list-group {
    padding-left: 0;
  }
  #comment-wrap .panel-body .list-group-item {
    position: relative;
    display: block;
    padding: 10px 0;
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
  }
  #comment-wrap .panel-body .list-group-item .img-author {
    height: 70px;
    width: 70px;
  }
  #comment-wrap .panel-body .list-group-item .comment-meta {
    margin-bottom: 8px;
  }
  #comment-wrap .panel-body .list-group-item .comment-meta .name-author {
    font-weight: 600;
    font-size: 15px;
    color: #37474f;
  }
  #comment-wrap .panel-body .list-group-item .comment-meta .name-author a {
    color: #37474f;
  }
  #comment-wrap .panel-body .list-group-item .comment-text {
    font-size: 16px;
    line-height: 1.5;
    color: #76838f;
  }
  #comment-wrap .panel-body .list-group-item .date-time {
    margin-left: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #a7b0b8;
  }
  #comment-wrap .panel-body .list-group-item .date-time a {
    color: #a7b0b8;
  }
  #comment-wrap .panel-body .list-group-item .reply {
    float: right;
    padding: 0 5px;
    font-size: 16px;
    letter-spacing: 0.32px;
  }
  #comment-wrap .comment-form .form-input {
    font-size: 16px;
    padding: 12px 30px;
  }
  #comment-wrap .captcha-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    height: 75px;
  }
  #comment-wrap .captcha-wrapper img {
    height: 100%;
  }
  .contact-section {
    max-width: 950px;
    margin: 0 auto;
    padding: 40px 0 90px;
  }
  .contact-section .form-wrapper h3.form-sub--title {
    color: #000;
  }
  .contact-section .form-wrapper .btn-custom2 {
    padding: 12px 84px;
    font-weight: 700;
    margin-top: 10px;
  }
  .contact-section .form-wrapper .form-input {
    padding: 12px 30px 12px 25px;
  }
  .contact-info--wrapper .info-item {
    margin-bottom: 40px;
  }
  .contact-info--wrapper .info-item .info-img {
    height: 50px;
    width: 50px;
  }
  .contact-info--wrapper .info-item .info-img img {
    width: 100%;
    height: 100%;
  }
  .contact-info--wrapper .info-item .info-content .info-title {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.18px;
    color: #000;
  }
  .contact-info--wrapper .info-item .info-content p {
    color: #0f5e0b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
  }
  @media (max-width: 768px) {
    .contact-info {
      padding: 30px 0;
    }
  }
  .privacy-policy {
    padding: 120px 0;
    max-width: 870px;
    margin: 0 auto;
  }
  .privacy-policy .title-page {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
  }
  .privacy-policy .privacy-item {
    padding: 30px 0 20px;
    border-bottom: 1px solid #e4e1e1;
  }
  .privacy-policy .privacy-item__title {
    font-size: 20px;
    color: #383b38;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .privacy-policy .privacy-item__content {
    font-size: 18px;
    color: #7f817f;
  }
  .result-search {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .result-search__wrap {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e1e1;
  }
  .result-search .advanced-search {
    float: right;
    padding: 14px;
    font-size: 16px;
    font-weight: 500;
  }
  .result-search .result-text {
    font-size: 18px;
    color: #7f817f;
    margin-top: 50px;
  }
  .result-search .result-text span {
    color: black;
  }
  @media (max-width: 576px) {
    .result-search .result-text {
      margin-top: 20px;
      display: inline-block;
    }
  }
  .result-search .form-search__icon {
    position: absolute;
    left: 29px;
    top: 9px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .result-search .form-search__icon .icon-search {
    cursor: pointer;
    font-size: 15px;
    color: #4f9f1a;
  }
  .result-search .form-search__icon .icon-search:before {
    content: "";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    transition: all 0.3s;
    font-size: 20px;
  }
  @media (max-width: 576px) {
    .result-search .form-search__icon .icon-search {
      display: none;
    }
  }
  .result-search .form-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .result-search .form-search input {
    width: 100%;
    height: 100%;
    padding: 12px 70px;
    background: #fff;
    border: 2px solid #4f9f1a;
    border-radius: 43px;
    color: #7f817f;
    font-size: 18px;
    outline: 0;
  }
  .result-search .form-search .btn {
    margin-left: 20px;
    border-radius: 25px;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 700;
    outline: 0;
  }
  .result-search .form-search .btn > .icon {
    display: none;
  }
  @media (max-width: 576px) {
    .result-search .form-search input {
      padding: 13px 45px 13px 30px;
    }
    .result-search .form-search .btn {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      background: none;
      padding: 0;
      border: none;
      cursor: pointer;
      -webkit-appearance: none;
      color: #4f9f1a;
      outline: none;
      display: block;
    }
    .result-search .form-search .btn > .text {
      display: none;
    }
    .result-search .form-search .btn > .icon {
      display: block;
    }
  }
  .result-search .noresult-text {
    padding-top: 20px;
    padding-bottom: 100px;
    font-size: 15px;
    letter-spacing: 0.21px;
  }
  .result-search .post-list {
    max-width: 870px;
  }
  .result-search .post-list--items {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .result-search .post-list__thumb {
    width: 208px;
    height: 157px;
  }
  .result-search .post-list__title {
    margin-bottom: 15px;
  }
  .result-search .post-list__title a {
    color: #383b38;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
  }
  .result-search .post-list__excerpt {
    font-weight: 500;
    color: #7f817f;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 8em;
    -webkit-line-clamp: 5;
  }
  @media (max-width: 768px) {
    .result-search .post-list__excerpt {
      max-height: 4em;
      -webkit-line-clamp: 2;
    }
  }
  @media (max-width: 576px) {
    .result-search .post-list__thumb {
      width: 100px;
      height: 100px;
    }
    .result-search .post-list__excerpt {
      display: none;
    }
    .result-search .post-list__title a {
      font-size: 16px;
    }
  }
  .page-404 {
    padding-bottom: 0;
    min-height: calc(100vh - 41px);
    position: relative;
    max-width: 100%;
  }
  .page-404 .bg-404 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .page-404 .bg-404 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-404 .box-error {
    position: relative;
    margin: 235px auto auto;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    height: 499px;
  }
  .page-404 .box-error .error-image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .page-404 .box-error__content {
    color: white;
    width: 100%;
    text-align: center;
    padding-top: 83px;
    z-index: 0;
    position: relative;
  }
  .page-404 .box-error__content .subtitle {
    font-size: 62px;
    font-family: "Proxima Nova Light", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0px black;
  }
  .page-404 .box-error__content .error-text {
    font-family: "Nunito", sans-serif;
    font-size: 24px;
    max-width: 556px;
    margin: 0 auto 40px;
    font-weight: 600;
    text-shadow: 1px 1px 0px black;
  }
  .page-404 .box-error .btn-custom2 {
    width: auto;
  }
  @media (max-width: 1024px) {
    .page-404 .box-error__content .subtitle {
      font-size: 50px;
    }
    .page-404 .box-error__content .error-text {
      font-size: 28px;
    }
  }
  @media (max-width: 992px) {
    .page-404 {
      min-height: 100vh;
    }
    .page-404 .box-error__content .subtitle {
      font-size: 40px;
    }
    .page-404 .box-error__content .error-text {
      font-size: 24px;
    }
  }
  @media (max-width: 767px) {
    .page-404 .box-error {
      height: auto;
      padding-bottom: 60px;
    }
    .page-404 .box-error__content {
      top: -24%;
    }
    .page-404 .box-error__content .subtitle {
      font-size: 25px;
      margin-bottom: 20px;
    }
    .page-404 .box-error__content .error-text {
      font-size: 18px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 350px) {
    .page-404 .box-error {
      margin: 190px auto auto;
    }
    .page-404 .box-error__content {
      top: -24%;
    }
    .page-404 .box-error__content .subtitle {
      font-size: 20px;
    }
  }
  #wrapper:before {
    display: none;
  }
  .main-wrapper {
    opacity: 1;
  }
  #page-content {
    opacity: 1;
  }
  /*# sourceMappingURL=style.min.css.map */
  