@charset "UTF-8";
:root {
  --primary-font: "Roboto", sans-serif;
  --secondary-font: "chaparral-pro", serif;
  --sick-green: #8cc42b;
  --leaf: #78a02e;
  --pale-olive: #bbd097;
  --sap-green: #5c8416;
  --yellow-green: #caf728;
  --charcoal: #1e2321;
  --charcoal-two: #444645;
  --steel: #738591;
  --cool-grey: #a3b1b9;
  --silver-two: #d1d8dc;
  --silver: #e3e4e4;
  --white-two: #fbfbfb;
  --white: #ffffff;
  --cerulean: #0079c1;
  --lightblue: #93ccee;
  --duck-egg-blue: #c9e5f6;
  --pumpkin: #e18700;
  --terracota: #c77c45;
  --dark-peach: #da915a;
  --beige: #edc9ac;
  --marigold: #ffbc00;
  --light-gold: #ffd04b;
  --yellow-tan: #ffdd7f;
  --gray: #7e8180;
  --dark-gray: #6e675a;
  --leaf-dark: #618a15;
  --slider-blue: #034689;
  --slider-green: #0b7f4d;
  --slider-olive: #2d7f0b;
  --slider-sky: #0788bb;
  --slider-orange: #ef7406;
  --red: #d3072b;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  max-width: 1322px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1400px) {
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.row.sm-row {
  margin-right: -9px;
  margin-left: -9px;
}

.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%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.sm-row .col-1, .sm-row .col-2, .sm-row .col-3, .sm-row .col-4, .sm-row .col-5, .sm-row .col-6, .sm-row .col-7, .sm-row .col-8, .sm-row .col-9, .sm-row .col-10, .sm-row .col-11, .sm-row .col-12, .sm-row .col,
.sm-row .col-auto, .sm-row .col-sm-1, .sm-row .col-sm-2, .sm-row .col-sm-3, .sm-row .col-sm-4, .sm-row .col-sm-5, .sm-row .col-sm-6, .sm-row .col-sm-7, .sm-row .col-sm-8, .sm-row .col-sm-9, .sm-row .col-sm-10, .sm-row .col-sm-11, .sm-row .col-sm-12, .sm-row .col-sm,
.sm-row .col-sm-auto, .sm-row .col-md-1, .sm-row .col-md-2, .sm-row .col-md-3, .sm-row .col-md-4, .sm-row .col-md-5, .sm-row .col-md-6, .sm-row .col-md-7, .sm-row .col-md-8, .sm-row .col-md-9, .sm-row .col-md-10, .sm-row .col-md-11, .sm-row .col-md-12, .sm-row .col-md,
.sm-row .col-md-auto, .sm-row .col-lg-1, .sm-row .col-lg-2, .sm-row .col-lg-3, .sm-row .col-lg-4, .sm-row .col-lg-5, .sm-row .col-lg-6, .sm-row .col-lg-7, .sm-row .col-lg-8, .sm-row .col-lg-9, .sm-row .col-lg-10, .sm-row .col-lg-11, .sm-row .col-lg-12, .sm-row .col-lg,
.sm-row .col-lg-auto, .sm-row .col-xl-1, .sm-row .col-xl-2, .sm-row .col-xl-3, .sm-row .col-xl-4, .sm-row .col-xl-5, .sm-row .col-xl-6, .sm-row .col-xl-7, .sm-row .col-xl-8, .sm-row .col-xl-9, .sm-row .col-xl-10, .sm-row .col-xl-11, .sm-row .col-xl-12, .sm-row .col-xl,
.sm-row .col-xl-auto {
  padding-right: 9px;
  padding-left: 9px;
}

@media (max-width: 576px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }

  .row {
    margin-right: -16px;
    margin-left: -16px;
  }

  .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 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1876px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.min-h-100vh {
  min-height: 100vh !important;
}

.mh-100 {
  max-height: 100% !important;
}

.a-right {
  text-align: right !important;
}

.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-justify {
  text-align: justify !important;
}

@media (min-width: 576px) {
  .a-sm-right {
    text-align: right !important;
  }

  .a-sm-left {
    text-align: left !important;
  }

  .a-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .a-md-right {
    text-align: right !important;
  }

  .a-md-left {
    text-align: left !important;
  }

  .a-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .a-lg-right {
    text-align: right !important;
  }

  .a-lg-left {
    text-align: left !important;
  }

  .a-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .a-xl-right {
    text-align: right !important;
  }

  .a-xl-left {
    text-align: left !important;
  }

  .a-xl-center {
    text-align: center !important;
  }
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  border: none;
  color: #333;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 75px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: solid 1px #f3f3f3;
}

.flickity-page-dots .dot.is-selected {
  background-color: #f3f3f3;
}
.flickity-page-dots .dot.is-selected:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
  position: absolute;
  top: -3px;
  left: -3px;
  background-color: transparent;
}

@media (max-width: 767px) {
  .flickity-page-dots {
    bottom: 25px;
  }
}
.p-top {
  top: 0 !important;
  bottom: unset !important;
  transform: unset !important;
}

.p-bottom {
  bottom: 0 !important;
  top: unset !important;
  transform: unset !important;
}

.p-left {
  left: 0 !important;
  right: unset !important;
}

.p-right {
  right: 0 !important;
  left: unset !important;
}

.p-center {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

@media (min-width: 576px) {
  .p-sm-top {
    top: 0 !important;
    bottom: unset !important;
    transform: unset !important;
  }

  .p-sm-bottom {
    bottom: 0 !important;
    top: unset !important;
    transform: unset !important;
  }

  .p-sm-left {
    left: 0 !important;
    right: unset !important;
  }

  .p-sm-right {
    right: 0 !important;
    left: unset !important;
  }

  .p-sm-center {
    top: 50% !important;
    bottom: unset !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 768px) {
  .p-md-top {
    top: 0 !important;
    bottom: unset !important;
    transform: unset !important;
  }

  .p-md-bottom {
    bottom: 0 !important;
    top: unset !important;
    transform: unset !important;
  }

  .p-md-left {
    left: 0 !important;
    right: unset !important;
  }

  .p-md-right {
    right: 0 !important;
    left: unset !important;
  }

  .p-md-center {
    top: 50% !important;
    bottom: unset !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 992px) {
  .p-lg-top {
    top: 0 !important;
    bottom: unset !important;
    transform: unset !important;
  }

  .p-lg-bottom {
    bottom: 0 !important;
    top: unset !important;
    transform: unset !important;
  }

  .p-lg-left {
    left: 0 !important;
    right: unset !important;
  }

  .p-lg-right {
    right: 0 !important;
    left: unset !important;
  }

  .p-lg-center {
    top: 50% !important;
    bottom: unset !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-top {
    top: 0 !important;
    bottom: unset !important;
    transform: unset !important;
  }

  .p-xl-bottom {
    bottom: 0 !important;
    top: unset !important;
    transform: unset !important;
  }

  .p-xl-left {
    left: 0 !important;
    right: unset !important;
  }

  .p-xl-right {
    right: 0 !important;
    left: unset !important;
  }

  .p-xl-center {
    top: 50% !important;
    bottom: unset !important;
    transform: translateY(-50%) !important;
  }
}
html.noscroll,
html.noscroll body {
  overflow: hidden !important;
  height: 100% !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  scroll-behavior: smooth;
}

body {
  font: 17px/1.5 "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  background: #fafafa;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

a {
  color: var(--leaf);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: var(--black);
}

p {
  margin: 0 0 24px;
}

i,
em {
  font-style: italic;
}

ul,
ol {
  list-style: none;
  margin: 0;
}

h1, .heading-1,
h2, .heading-2,
h3, .heading-3 {
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.2;
  font-family: var(--secondary-font);
}

h1, .heading-1 {
  font-size: 32px;
}

h2, .heading-2 {
  font-size: 24px;
}

h3, .heading-3 {
  font-size: 19px;
}

.t-font-primary {
  font-family: var(--primary-font);
}

.t-font-secondary {
  font-family: var(--secondary-font);
  line-height: 1;
}

.t-display-56 {
  font-size: 56px !important;
}

.t-display-48 {
  font-size: 48px !important;
}

.t-display-40 {
  font-size: 40px !important;
}

.t-display-32 {
  font-size: 32px !important;
}

.t-display-24 {
  font-size: 24px !important;
}

.t-display-20 {
  font-size: 20px !important;
}

.t-display-19 {
  font-size: 19px !important;
}

.t-display-18 {
  font-size: 18px !important;
}

.t-display-17 {
  font-size: 17px !important;
}

.t-display-15 {
  font-size: 15px !important;
}

.t-display-13 {
  font-size: 13px !important;
}

.t-display-11 {
  font-size: 11px !important;
}

@media (min-width: 576px) {
  .t-display-sm-56 {
    font-size: 56px !important;
  }

  .t-display-sm-48 {
    font-size: 48px !important;
  }

  .t-display-sm-40 {
    font-size: 40px !important;
  }

  .t-display-sm-32 {
    font-size: 32px !important;
  }

  .t-display-sm-24 {
    font-size: 24px !important;
  }

  .t-display-sm-20 {
    font-size: 20px !important;
  }

  .t-display-sm-19 {
    font-size: 19px !important;
  }

  .t-display-sm-18 {
    font-size: 18px !important;
  }

  .t-display-sm-17 {
    font-size: 17px !important;
  }

  .t-display-sm-15 {
    font-size: 15px !important;
  }

  .t-display-sm-13 {
    font-size: 13px !important;
  }

  .t-display-sm-11 {
    font-size: 11px !important;
  }
}
@media (min-width: 768px) {
  .t-display-md-56 {
    font-size: 56px !important;
  }

  .t-display-md-48 {
    font-size: 48px !important;
  }

  .t-display-md-40 {
    font-size: 40px !important;
  }

  .t-display-md-32 {
    font-size: 32px !important;
  }

  .t-display-md-24 {
    font-size: 24px !important;
  }

  .t-display-md-20 {
    font-size: 20px !important;
  }

  .t-display-md-19 {
    font-size: 19px !important;
  }

  .t-display-md-18 {
    font-size: 18px !important;
  }

  .t-display-md-17 {
    font-size: 17px !important;
  }

  .t-display-md-15 {
    font-size: 15px !important;
  }

  .t-display-md-13 {
    font-size: 13px !important;
  }

  .t-display-md-11 {
    font-size: 11px !important;
  }
}
@media (min-width: 992px) {
  .t-display-lg-56 {
    font-size: 56px !important;
  }

  .t-display-lg-48 {
    font-size: 48px !important;
  }

  .t-display-lg-40 {
    font-size: 40px !important;
  }

  .t-display-lg-32 {
    font-size: 32px !important;
  }

  .t-display-lg-24 {
    font-size: 24px !important;
  }

  .t-display-lg-20 {
    font-size: 20px !important;
  }

  .t-display-lg-19 {
    font-size: 19px !important;
  }

  .t-display-lg-18 {
    font-size: 18px !important;
  }

  .t-display-lg-17 {
    font-size: 17px !important;
  }

  .t-display-lg-15 {
    font-size: 15px !important;
  }

  .t-display-lg-13 {
    font-size: 13px !important;
  }

  .t-display-lg-11 {
    font-size: 11px !important;
  }
}
@media (min-width: 1200px) {
  .t-display-xl-56 {
    font-size: 56px !important;
  }

  .t-display-xl-48 {
    font-size: 48px !important;
  }

  .t-display-xl-40 {
    font-size: 40px !important;
  }

  .t-display-xl-32 {
    font-size: 32px !important;
  }

  .t-display-xl-24 {
    font-size: 24px !important;
  }

  .t-display-xl-20 {
    font-size: 20px !important;
  }

  .t-display-xl-19 {
    font-size: 19px !important;
  }

  .t-display-xl-18 {
    font-size: 18px !important;
  }

  .t-display-xl-17 {
    font-size: 17px !important;
  }

  .t-display-xl-15 {
    font-size: 15px !important;
  }

  .t-display-xl-13 {
    font-size: 13px !important;
  }

  .t-display-xl-11 {
    font-size: 11px !important;
  }
}
.f-italic {
  font-style: italic;
}

.color-sick-green {
  color: var(--sick-green) !important;
}

.color-leaf {
  color: var(--leaf) !important;
}

.color-pale-olive {
  color: var(--pale-olive) !important;
}

.color-sap-green {
  color: var(--sap-green) !important;
}

.color-yellow-green {
  color: var(--yellow-green) !important;
}

.color-charcoal {
  color: var(--charcoal) !important;
}

.color-charcoal-two {
  color: var(--charcoal-two) !important;
}

.color-steel {
  color: var(--steel) !important;
}

.color-cool-grey {
  color: var(--cool-grey) !important;
}

.color-silver-two {
  color: var(--silver-two) !important;
}

.color-silver {
  color: var(--silver) !important;
}

.color-white-two {
  color: var(--white-two) !important;
}

.color-white {
  color: var(--white) !important;
}

.color-cerulean {
  color: var(--cerulean) !important;
}

.color-lightblue {
  color: var(--lightblue) !important;
}

.color-duck-egg-blue {
  color: var(--duck-egg-blue) !important;
}

.color-pumpkin {
  color: var(--pumpkin) !important;
}

.color-terracota {
  color: var(--terracota) !important;
}

.color-dark-peach {
  color: var(--dark-peach) !important;
}

.color-beige {
  color: var(--beige) !important;
}

.color-marigold {
  color: var(--marigold) !important;
}

.color-light-gold {
  color: var(--light-gold) !important;
}

.color-beige {
  color: var(--yellow-tan) !important;
}

.color-gray {
  color: var(--gray) !important;
}

.color-dark-gray {
  color: var(--dark-gray) !important;
}

.bg-leaf {
  background-color: var(--leaf);
}

.bg-cerulean {
  background-color: var(--cerulean);
}

.bg-silver {
  background-color: var(--silver);
}

.color-leaf-dark {
  color: var(--leaf-dark) !important;
}

/*
.color-slider-blue {color: var(--slider-blue)}
.color-slider-green {color: var(--slider-green)}
.color-slider-olive {color: var(--slider-olive)}
.color-slider-sky {color: var(--slider-sky)}
.color-slider-orange {color: var(--slider-orange)}

.bg-slider-blue {background-color: var(--slider-blue)}
.bg-slider-green {background-color: var(--slider-green)}
.bg-slider-olive {background-color: var(--slider-olive)}
.bg-slider-sky {background-color: var(--slider-sky)}
.bg-slider-orange {background-color: var(--slider-orange)}
.color-red {color: var(--red) !important}
*/
.bold {
  font-weight: 500;
}

strong, .strong {
  font-weight: 700;
}

.t-normal {
  font-weight: 400;
}

.t-white {
  color: #fff;
}

.line-height-12 {
  line-height: 1.2;
}

.t-uppercase {
  text-transform: uppercase;
}

.t-italic {
  font-style: italic;
}

.t-line-through {
  text-decoration: line-through;
}

.nowrap {
  white-space: nowrap;
}

p {
  margin-bottom: 1rem;
}

.t-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991px) {
  h1, .heading-1 {
    font-size: 24px;
  }

  h2, .heading-2 {
    font-size: 20px;
  }

  h3, .heading-3 {
    font-size: 17px;
  }
}
.border-top {
  border-top: solid 1px #c8c1b6;
}

.border-bottom {
  border-bottom: solid 1px #c8c1b6;
}

.border-bottom-gray {
  border-bottom: solid 1px #ededee;
}

.border-bottom-dark-gray {
  border-bottom: solid 1px #C8C9CC;
}

.border-right-gray {
  border-right: solid 1px #e1e4ee;
}

.no-border {
  border: none !important;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.pointer {
  cursor: pointer;
}

.line-height-1 {
  line-height: 1;
}

.float-right {
  float: right;
}

.height-100 {
  height: 100%;
}

.height-100vh {
  height: 100vh;
}

.m-height-100vh {
  min-height: 100vh;
}

@media (min-width: 1200px) {
  .height-xl-100 {
    height: 100%;
  }
}
.flex-1 {
  flex: 1;
}

.width-100 {
  width: 100%;
}

hr {
  height: 1px;
  background-color: var(--silver);
  border: none;
}

.a-link {
  font-size: 14px;
  font-weight: bold;
  color: #ddd;
  display: inline-flex;
  align-items: center;
}
.a-link i {
  font-size: 12px;
  margin-left: 6px;
}

img.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
img.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
img.border {
  border-radius: 8px;
}

.box {
  padding: 32px;
  border-radius: 8px;
  box-shadow: 8px 16px 32px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--white);
}
.box hr {
  margin-left: -32px;
  margin-right: -32px;
}

.text-overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
}

.cursor-pointer {
  cursor: pointer;
}

.video-wrapper {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  border-radius: 8px;
  overflow-y: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 9;
}

@media (max-width: 991px) {
  video {
    width: 100%;
    height: auto;
  }
}
.toogleText {
  color: var(--leaf);
  cursor: pointer;
}

.more-info {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  display: block;
  overflow: hidden;
  margin-top: -16px;
}
.more-info.show {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}
button:focus, button:active:focus {
  outline: 0 none;
}

.btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 4px;
  font-size: 17px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  color: #fff;
  border-radius: 28px;
  background-color: transparent;
}
.btn:before {
  font-family: "icomoon";
  background-color: var(--white);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:focus, .btn:active:focus {
  outline: 0 none;
}
.btn:disabled {
  background-color: #ededee;
  color: #fff;
  border-color: #fff;
}
.btn[class*=" icon-"]:before {
  margin-right: 12px;
  font-size: 20px;
}
.btn span {
  margin: 0 24px 0 16px;
}

.btn-sm {
  padding: 4px;
  font-size: 16px;
}
.btn-sm span {
  margin: 0 24px 0 12px;
}
.btn-sm:before {
  width: 32px;
  height: 32px;
  font-size: 20px;
}

.btn-flex {
  display: flex;
  width: 100%;
  justify-content: center;
}

.btn-link {
  color: #7e8180;
  padding: 10px 0;
  border: 0 none;
}
.btn-link:disabled {
  border: none !important;
  background-color: transparent !important;
}

.btn-search {
  background-color: #fff;
  border-color: #fff;
  color: var(--leaf);
  box-shadow: 0 0 4px 0 rgba(120, 162, 47, 0.32);
  padding: 14px;
  font-size: 25px;
}

.btn-primary {
  background-color: var(--leaf);
  border-color: var(--leaf);
  color: #fff;
  box-shadow: 0 0 4px 0 rgba(120, 162, 47, 0.32);
}
.btn-primary:before {
  content: "\E902";
  color: var(--leaf);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.btn-primary:hover {
  background-color: var(--sap-green);
  color: #fff;
}

.btn-repeat:before {
  content: "\E90A";
  font-size: 21px;
}

.btn-primary-reverse {
  background-color: #fff;
  border-color: #fff;
  color: var(--leaf);
  box-shadow: 0 0 4px 0 rgba(120, 162, 47, 0.32);
}
.btn-primary-reverse:before {
  content: "\E902";
  background-color: var(--leaf);
  color: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.btn-primary-reverse:hover {
  background-color: var(--sap-green);
  color: #fff;
}

.btn-secondary {
  background-color: #fff;
  border-color: #fff;
  color: var(--cerulean);
  box-shadow: 0 0 4px 0 rgba(38, 196, 255, 0.32);
}
.btn-secondary:before {
  content: "\E902";
  color: #fff;
  background-color: var(--cerulean);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.btn-circle {
  width: 40px;
  height: 40px;
  border: solid 1px var(--silver);
  font-size: 24px;
  color: var(--leaf);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-mobile {
  background-color: #fff;
  border: 4px solid var(--leaf);
  color: var(--leaf);
  box-shadow: 0 0 4px 0 rgba(120, 162, 47, 0.32);
  padding: 13px 12px;
  white-space: nowrap;
  height: 56px;
  min-width: 56px;
}
.btn-mobile:before {
  content: none;
}
.btn-mobile.show-more {
  box-shadow: 0 0 8px 0 var(--yellow-green);
  background-color: var(--leaf);
  color: #fff;
  border-color: #fff;
}
.btn-mobile.show-more i:before {
  content: "\E92B";
  font-size: 14px;
  color: #fff;
}

@media (max-width: 768px) {
  .btn + .btn {
    margin-left: 0;
  }
}
select:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
  -webkit-appearance: none;
}

input,
select,
textarea {
  vertical-align: middle;
  -webkit-appearance: none;
  font-family: "Roboto", sans-serif;
}

fieldset {
  border: none;
}

::-webkit-input-placeholder {
  color: #7e8180;
  font-weight: 500;
}

::-moz-placeholder {
  color: #7e8180;
  font-weight: 400;
  opacity: 1;
}

::-ms-placeholder {
  color: #7e8180;
  font-weight: 500;
}

::-moz-placeholder {
  color: #7e8180;
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #7e8180;
  font-weight: 500;
}

::placeholder {
  color: #7e8180;
  font-weight: 500;
}

:disabled {
  border: solid 1px var(--silver) !important;
  background-color: var(--white-two) !important;
  color: #7e8180 !important;
}

:disabled + label {
  color: #7e8180 !important;
}

.form-control {
  padding: 14px 18px;
  font-size: 17px;
  outline: none;
  box-shadow: none;
  line-height: 1.5;
  border: solid 1px var(--silver);
  width: 100%;
  color: var(--black);
  background-color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
.form-control:focus {
  box-shadow: 0 0 4px 0 rgba(120, 160, 46, 0.32);
  border: solid 1px var(--leaf);
}

select.form-control {
  background: #fff url(../images/icons/chevron-down.svg) no-repeat calc(100% - 15px) 50%;
  background-size: 20px;
  padding-right: 42px;
  font-weight: 500;
}

select[multiple] {
  background-image: none;
  padding: 8px 0;
}
select[multiple] option {
  padding: 6px 16px;
}
select[multiple]:focus option:checked {
  background: var(--leaf) linear-gradient(0deg, #bbd097 0%, #bbd097 100%);
}

textarea.form-control {
  min-height: 82px;
  font-family: "Roboto", sans-serif;
}

.form-group {
  margin-bottom: 24px;
  position: relative;
}
.form-group label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.62px;
  color: var(--charcoal-two);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.form-group.active label {
  color: var(--barney-purple);
}
.form-group.has-error .form-control {
  border-color: red;
}
.form-group.has-error .invalid-feedback {
  color: red;
  font-size: 14px;
  margin-top: 6px;
}

.inner-group {
  position: relative;
}
.inner-group span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 10px;
  display: block;
  cursor: pointer;
  color: #9796b8;
  font-size: 20px;
}
.inner-group.inner-group-append .form-control {
  padding-right: 40px;
}
.inner-group.inner-group-append span {
  right: 4px;
}

.has-error .form-control {
  border-color: var(--red);
  opacity: 0.8;
}

.input-group {
  position: relative;
}
.input-group.input-group-append > i, .input-group.input-group-prepend > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray);
  font-size: 24px;
}
.input-group.input-group-append > i {
  right: 17px;
}
.input-group.input-group-append .form-control {
  padding-right: 45px;
}
.input-group.input-group-prepend > i {
  left: 20px;
}
.input-group.input-group-prepend .form-control {
  padding-left: 45px;
}

@media (max-width: 768px) {
  .form-control {
    font-size: 16px;
  }
}
.lead {
  height: 25px;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 27px;
  display: inline-block;
  border-radius: 16px;
  padding: 0 8px;
  min-width: 25px;
}
.lead.place-1 {
  color: var(--pumpkin);
  box-shadow: 0 0 0 4px var(--marigold), 0 0 0 8px var(--yellow-tan);
}
.lead.place-2 {
  color: var(--steel);
  box-shadow: 0 0 0 4px var(--cool-grey), 0 0 0 8px var(--silver-two);
}
.lead.place-3 {
  color: var(--terracota);
  box-shadow: 0 0 0 4px var(--dark-peach), 0 0 0 8px var(--beige);
}
.lead.place-n {
  color: var(--cerulean);
  box-shadow: 0 0 0 4px var(--lightblue), 0 0 0 8px var(--duck-egg-blue);
}

input[type=checkbox],
input[type=radio] {
  display: none;
  -webkit-appearance: none;
  width: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  padding-left: 26px;
  position: relative;
  line-height: 1.53;
}
input[type=checkbox] + label:before, input[type=checkbox] + label:after,
input[type=radio] + label:before,
input[type=radio] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}

input[type=checkbox] + label {
  padding-left: 24px;
  position: relative;
  color: var(--dark-grey);
  font-size: 17px;
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: unset;
  letter-spacing: inherit;
}
input[type=checkbox] + label b {
  color: var(--black);
  margin-bottom: 5px;
}

input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-size: 13px 10px;
  background-position: 50% 50%;
  font-weight: 400;
  color: var(--leaf);
}
input[type=checkbox]:checked + label:before {
  content: "\E905";
  font-family: "icomoon";
  background-color: var(--leaf);
  border-color: var(--leaf);
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
}
input[type=checkbox]:checked:disabled + label:before {
  background-color: #ededee;
  border-color: #ededee;
  color: #fff;
}

input[type=radio] + label {
  line-height: 1;
  font-size: 17px;
  color: var(--dark-grey);
  font-weight: 400;
  text-transform: none;
  letter-spacing: inherit;
}
input[type=radio] + label:before {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid var(--silver);
  top: 0;
}
input[type=radio]:checked + label {
  font-weight: 500;
  color: var(--leaf);
}
input[type=radio]:checked + label:before {
  border-color: var(--leaf);
  background-color: #fff;
}
input[type=radio]:checked + label:after {
  border-radius: 50%;
  background-color: var(--leaf);
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  transform: translate(0);
}
input[type=radio]:checked:disabled + label {
  color: var(--leaf) !important;
}

.image-wrapper {
  height: 394px;
  border-radius: 8px;
  overflow-y: hidden;
  margin-bottom: 32px;
}

.image-wrapper-xs {
  height: 107px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.image-wrapper-sm {
  height: 121px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.image-wrapper-md {
  height: 187px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.dz-message {
  margin-bottom: 16px;
}

.upload-wrapper {
  border: dashed 1px var(--leaf);
  border-radius: 4px;
  padding: 4px;
  flex: 0 0 120px;
}
.upload-wrapper .upload-box {
  width: 120px;
  height: 68px;
  border-radius: 4px;
  background-color: var(--leaf);
  border: 4px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.upload-wrapper-circle {
  flex: 0 0 64px;
  border-radius: 50%;
}
.upload-wrapper-circle .upload-box {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.avatar-upload .upload-wrapper {
  flex: 0 0 72px;
  border-radius: 50%;
}
.avatar-upload .upload-wrapper .upload-box {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.navbar-nav-collapse {
  position: fixed;
  width: 100%;
  max-width: 446px;
  z-index: 9999;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 250ms linear;
  transform: translateX(100%);
  will-change: transform;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(30, 35, 33, 0.9);
  color: #fff;
  border-radius: 8px 0 0 8px;
  padding: 24px 0;
}
.navbar-nav-collapse.show {
  transform: unset;
  box-shadow: -4px 8px 16px 0 rgba(0, 0, 0, 0.32);
}
.navbar-nav-collapse hr {
  background-color: var(--leaf);
  margin: 16px 0;
}
.navbar-nav-collapse .nav-wrapper {
  max-width: 366px;
  margin: 0 auto;
}
.navbar-nav-collapse .nav-scroll {
  overflow-y: auto;
  max-height: 80vh;
  padding: 0 16px;
}

.navbar-nav-toggle {
  color: var(--charcoal);
  display: inline-flex;
}

.avatar {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  overflow: hidden;
}

.alert {
  background: #ffff;
  padding: 12px 24px;
  margin-bottom: 24px;
  border-radius: 8px;
}
.alert.alert-success {
  background-color: var(--leaf);
  color: #fff;
}
.alert.alert-warrning {
  background-color: var(--dark-peach);
}
.alert.alert-error {
  background-color: #ffa8a7;
}
.alert.alert-info {
  background-color: var(--duck-egg-blue);
}

.social-links li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px var(--leaf);
  text-align: center;
  line-height: 41px;
}
.social-links li a {
  color: #fff;
  font-size: 20px;
}
.social-links.size-m li {
  width: 32px;
  height: 32px;
  line-height: 30px;
}
.social-links.size-m li a {
  font-size: 16px;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  max-width: 860px;
  width: calc(100% - 32px);
  max-height: 90vh;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.md-modal.md-show {
  visibility: visible;
}
.md-modal.md-show + .md-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(30, 35, 33, 0.6);
  z-index: 99;
}
.md-modal .md-close {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 999;
  cursor: pointer;
}
.md-modal .md-close i {
  font-size: 20px;
  color: #fff;
}

@media (max-width: 768px) {
  .md-modal .md-close {
    right: 0;
  }
  .md-modal .md-close i {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .t-display-56 {
    font-size: 48px !important;
  }

  .t-display-48 {
    font-size: 32px !important;
  }

  .t-display-40 {
    font-size: 32px !important;
  }

  .t-display-32 {
    font-size: 24px !important;
  }

  .t-display-24 {
    font-size: 20px !important;
  }

  .t-display-20 {
    font-size: 19px !important;
  }

  .t-display-19 {
    font-size: 17px !important;
  }

  .t-display-18 {
    font-size: 18px !important;
  }

  .t-display-17 {
    font-size: 17px !important;
  }

  .t-display-15 {
    font-size: 15px !important;
  }

  .t-display-13 {
    font-size: 13px !important;
  }

  .t-display-11 {
    font-size: 11px !important;
  }
}
@media (max-width: 768px) {
  .t-display-56 {
    font-size: 32px !important;
  }

  .t-display-48 {
    font-size: 24px !important;
  }

  .t-display-40 {
    font-size: 30px !important;
  }

  .t-display-32 {
    font-size: 19px !important;
  }

  .t-display-24 {
    font-size: 19px !important;
  }

  .t-display-20 {
    font-size: 19px !important;
  }

  .t-display-19 {
    font-size: 17px !important;
  }

  .t-display-18 {
    font-size: 18px !important;
  }

  .t-display-17 {
    font-size: 17px !important;
  }

  .t-display-15 {
    font-size: 15px !important;
  }

  .t-display-13 {
    font-size: 13px !important;
  }

  .t-display-11 {
    font-size: 11px !important;
  }
}
header.header {
  position: sticky;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 99;
  padding: 17px 0 21px;
  transition: all 200ms linear;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
header.header .container {
  max-width: 1500px;
}
header.header .light {
  display: none;
}

.top-info {
  background-color: var(--charcoal);
}
.top-info .close-info {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #fff;
}

.landing-page .header:not(.sticky-active) {
  box-shadow: none;
  background-color: transparent;
  color: #fff;
}
.landing-page .header:not(.sticky-active) a {
  color: #fff;
}
.landing-page .header:not(.sticky-active) .dark {
  display: none;
}
.landing-page .header:not(.sticky-active) .light {
  display: block;
}

@media (max-width: 991px) {
  header.header {
    padding: 14px 0 18px;
  }
}
.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.64;
}

.opacity-08 {
  opacity: 0.8;
}

.image-icon-holder {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}
.image-icon-holder .img-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}

input[type=checkbox].input-block + label,
input[type=radio].input-block + label {
  padding: 4px;
  display: block;
  border-radius: 50%;
  border: solid 1px transparent;
  color: var(--charcoal);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
input[type=checkbox].input-block + label:before, input[type=checkbox].input-block + label:after,
input[type=radio].input-block + label:before,
input[type=radio].input-block + label:after {
  content: none;
}
input[type=checkbox].input-block:checked + label, input[type=checkbox].input-block:hover + label,
input[type=radio].input-block:checked + label,
input[type=radio].input-block:hover + label {
  border: solid 1px var(--leaf);
  color: #fff;
}

.circle-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.main-banner {
  background-color: #000;
  background-image: url("../images/landing/main-banner.png");
  height: 85vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -88px;
}
.main-banner .scrolldown {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #fff;
  opacity: 0.64;
  padding: 10px;
}
.main-banner .video-wrapper {
  position: absolute;
  bottom: 68px;
  right: 68px;
  width: 398px;
  height: 224px;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .main-banner {
    height: 100vh;
  }
}
.invite-section {
  background: url("../images/landing/bg/invite.svg") no-repeat;
  padding: 64px 0 146px;
  margin-bottom: -400px;
  position: relative;
  z-index: 9;
}
.invite-section + .leaderboard-section {
  padding-top: 430px;
}

.leaderboard-section {
  background-image: linear-gradient(to bottom, #0290d9, #00549e);
  padding-top: 64px;
  padding-bottom: 64px;
}

.green-safe-section {
  background: var(--charcoal) url("../images/landing/bg/greensafe.png") no-repeat;
  background-size: cover;
  padding: 180px 0;
}

.newsletter-section {
  background-color: var(--leaf);
}

.external-links-section {
  background-color: var(--white-two);
}
.external-links-section .link-list {
  -moz-column-count: 3;
       column-count: 3;
}

@media (max-width: 1200px) {
  .invite-section {
    background: none;
    background-color: var(--leaf);
    padding: 64px 0;
    margin-bottom: 0;
  }
  .invite-section + .leaderboard-section {
    padding-top: 64px;
  }

  .green-safe-section {
    padding: 64px 0;
  }

  .external-links-section .link-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.leaderboard-list .item {
  border-radius: 40px;
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--white);
  height: 80px;
  align-items: center;
}
.leaderboard-list .item .lead-wrapper {
  flex: 0 0 100px;
}
.leaderboard-list .item .lead-wrapper .lead {
  margin: 0 16px;
}
.leaderboard-list .item .lead-score {
  flex: 0 0 65px;
}
.leaderboard-list .lead {
  height: 48px;
  border-radius: 24px;
  min-width: 48px;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
}
.leaderboard-list li:hover {
  box-shadow: 0 0 16px 0 rgba(178, 227, 255, 0.32);
  background-color: #b2e3ff;
}
.leaderboard-list li:nth-child(1) .lead {
  color: var(--pumpkin);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.16), 0 0 0 8px var(--marigold), 0 0 0 12px var(--yellow-tan);
}
.leaderboard-list li:nth-child(2) .lead {
  color: var(--steel);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.16), 0 0 0 8px var(--cool-grey), 0 0 0 12px var(--silver-two);
}
.leaderboard-list li:nth-child(3) .lead {
  color: var(--terracota);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.16), 0 0 0 8px var(--dark-peach), 0 0 0 12px var(--beige);
}
.leaderboard-list li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .lead {
  color: var(--cerulean);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.16), 0 0 0 8px var(--lightblue), 0 0 0 12px var(--duck-egg-blue);
}

.link-list li {
  position: relative;
  padding-left: 16px;
}
.link-list li:before {
  left: 0;
  content: "\\";
  font-size: 24px;
  color: var(--leaf);
  position: absolute;
  top: -6px;
}

.footer {
  background-color: var(--charcoal);
  color: #fff;
}

.login-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.login-wrapper {
  flex: 1;
}
.login-wrapper .image-box {
  background-image: url("../images/landing/login.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.form-wrapper {
  max-width: 614px;
}

.nav-tabs {
  margin: 24px -16px 0;
}
.nav-tabs li {
  padding: 8px 16px;
  position: relative;
}
.nav-tabs li:not(:last-child):after {
  right: 0;
  content: "\\";
  font-size: 30px;
  color: var(--leaf);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav-tabs li a {
  font-family: var(--secondary-font);
  font-size: 24px;
  color: var(--charcoal-two);
  font-weight: 600;
  padding: 0 16px;
}
.nav-tabs li.actice a {
  color: var(--leaf);
}

.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

.certificate-box {
  border-radius: 8px;
  box-shadow: 8px 16px 32px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--leaf);
  color: #fff;
}
.certificate-box .col-image {
  flex: 0 0 243px;
}

.escape-plan-box {
  border-radius: 8px;
  box-shadow: 8px 16px 32px 0 rgba(0, 0, 0, 0.08);
  padding: 48px 0 12px;
}
.escape-plan-box .col-image {
  flex: 0 0 243px;
}

.unlocked-item .image-holder {
  position: relative;
  flex: 0 0 97px;
  height: 136px;
}
.unlocked-item .image-holder .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.md-escape-plan {
  background: url("../images/app/bg/stain.png"), url("../images/app/bg/paper.jpg");
  background-repeat: no-repeat, repeat;
  background-position: 0 0;
  background-size: contain, auto;
  box-shadow: 2px 8px 16px 0 rgba(0, 0, 0, 0.32);
  transform-style: preserve-3d;
}
.md-escape-plan:before, .md-escape-plan:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../images/app/bg/paper.jpg");
  content: "";
}
.md-escape-plan:before {
  transform: rotate(-1deg) translateZ(-1px);
}
.md-escape-plan:after {
  transform: rotate(1deg) translateZ(-1px);
}
.md-escape-plan .md-wrapper {
  background-image: url("../images/landing/bg/circle.png"), url("../images/landing/bg/circle.png"), url("../images/landing/bg/edge-line.svg");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: calc(100% - 20px) 40px, calc(100% - 20px) calc(100% - 40px), calc(100% - 32px) top;
  background-size: 24px 24px, 24px 24px, auto;
}

.sidebar-nav li {
  border-bottom: 1px solid #c8c1b6;
}
.sidebar-nav li a {
  background-color: transparent;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar-nav.level-1 li a {
  font-weight: 500;
  font-size: 19px;
  color: var(--leaf);
  padding: 16px 24px;
}
.sidebar-nav.level-1 li a:after {
  position: absolute;
  right: 20px;
  color: var(--leaf);
  font-family: "icomoon";
  font-size: 24px;
  content: "\E902";
}
.sidebar-nav.level-1 li.active, .sidebar-nav.level-1 li:hover {
  border-bottom-color: transparent;
}
.sidebar-nav.level-1 li.active a, .sidebar-nav.level-1 li:hover a {
  background-color: var(--leaf);
  color: #fff;
}
.sidebar-nav.level-1 li.active a:after, .sidebar-nav.level-1 li:hover a:after {
  color: #fff;
}
.sidebar-nav.level-1 li.active {
  border-bottom-color: var(--yellow-green);
  border-top: 1px solid var(--yellow-green);
}
.sidebar-nav.level-2 {
  margin: 0 24px;
}
.sidebar-nav.level-2 li {
  padding: 8px 0;
}
.sidebar-nav.level-2 li:last-child {
  border-bottom: transparent;
}
.sidebar-nav.level-2 li a {
  display: block;
}
.sidebar-nav.level-2 li a span {
  display: inline-block;
  font-weight: 500;
  color: var(--charcoal-two);
  padding: 5px 16px;
}
.sidebar-nav.level-2 li.active a span, .sidebar-nav.level-2 li:hover a span {
  background-color: var(--leaf);
  color: #fff;
  border-radius: 18px;
}

.escape-item-content {
  overflow-y: clip;
}
.escape-item-content + .btn-link {
  display: none;
}

@media (min-width: 768px) {
  .escape-item-content {
    overflow-y: clip;
    height: 150px;
    transition: height 0.15s ease-out;
    margin-bottom: 0;
  }
  .escape-item-content.show-more {
    height: auto;
  }
  .escape-item-content + .btn-link {
    display: block;
  }
}
@media (max-width: 768px) {
  .sidebar-nav.level-1 li a {
    padding: 8px;
  }

  .sidebar-nav.level-2 {
    margin: 0 8px;
  }
}