@charset "UTF-8";

:root {
  --green: #26a862;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #333333;
  --primary: #26a862;
  --secondary: #6c757d;
  --danger: #ff6000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 500px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1680px;
  --font-family-sans-serif: "Roboto", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "黑體", "Nunito Sans", sans-serif;
  --font-family-monospace: "Roboto", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "黑體", "Nunito Sans", sans-serif;
}

a {
  text-decoration: none;
  background-color: transparent;
}

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  outline: 0;
}

@media (min-width: 1024px) {
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1280px;
  }
}

.container-md {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-md {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .container-md {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media (min-width: 1280px) {
  .container-md {
    max-width: 1200px;
  }
}

@media (min-width: 1680px) {
  .container-md {
    max-width: 1280px;
  }
}

.container-lg {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .container-lg {
    max-width: 1000px;
  }
}

@media (min-width: 1280px) {
  .container-lg {
    max-width: 1200px;
  }
}

@media (min-width: 1680px) {
  .container-lg {
    max-width: 1280px;
  }
}

.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1280px) {
  .container-xl {
    max-width: 1200px;
  }
}

@media (min-width: 1680px) {
  .container-xl {
    max-width: 1280px;
  }
}

@media (min-width: 1024px) {
  .container-lg-0 {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters>.col,
.row.no-gutters>.container {
  padding-right: 0;
  padding-left: 0;
}

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

.row.narrow>.col,
.row.narrow>.container {
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 1024px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -32px;
    margin-left: -32px;
  }
}

@media (min-width: 768px) {
  .row-md {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 1024px) {
  .row-md {
    display: flex;
    flex-wrap: wrap;
    margin-right: -32px;
    margin-left: -32px;
  }
}

@media (min-width: 1024px) {
  .row-lg {
    display: flex;
    flex-wrap: wrap;
    margin-right: -32px;
    margin-left: -32px;
  }
}

.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 {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 1024px) {

  .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 {
    position: relative;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
}

.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 {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 500px) {

  .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 {
    position: relative;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media (min-width: 768px) {

  .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 {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {

  .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 {
    position: relative;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media (min-width: 1024px) {

  .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 {
    position: relative;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media (min-width: 1280px) {

  .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: 32px;
    padding-left: 32px;
  }
}

@media (min-width: 1680px) {

  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl,
  .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

@media (min-width: 500px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@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: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333333;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 1px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 1px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #333333;
  border-color: #464646;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #333333;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #464646;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 499.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1679.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  padding: 0.8125rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #26a862;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 168, 98, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.8125rem + 1px);
  padding-bottom: calc(0.8125rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.8125rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>.container {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #26a862;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(38, 168, 98, 0.9);
  border-radius: 0.25rem;
}

.form-row>.col>.valid-tooltip,
.form-row>.container>.valid-tooltip {
  left: 5px;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #26a862;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #26a862;
  box-shadow: 0 0 0 0.2rem rgba(38, 168, 98, 0.25);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #26a862;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #26a862;
  box-shadow: 0 0 0 0.2rem rgba(38, 168, 98, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
  color: #26a862;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label {
  color: #26a862;
}

.was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before {
  border-color: #26a862;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: #31d07a;
  background-color: #31d07a;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(38, 168, 98, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #26a862;
}

.was-validated .custom-file-input:valid~.custom-file-label, .custom-file-input.is-valid~.custom-file-label {
  border-color: #26a862;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #26a862;
  box-shadow: 0 0 0 0.2rem rgba(38, 168, 98, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff6000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 96, 0, 0.9);
  border-radius: 0.25rem;
}

.form-row>.col>.invalid-tooltip,
.form-row>.container>.invalid-tooltip {
  left: 5px;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff6000;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff6000;
  box-shadow: 0 0 0 0.2rem rgba(255, 96, 0, 0.25);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff6000;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff6000;
  box-shadow: 0 0 0 0.2rem rgba(255, 96, 0, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {
  color: #ff6000;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label {
  color: #ff6000;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #ff6000;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: #ff8033;
  background-color: #ff8033;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 96, 0, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #ff6000;
}

.was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label {
  border-color: #ff6000;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #ff6000;
  box-shadow: 0 0 0 0.2rem rgba(255, 96, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 500px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 500px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1680px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #26a862;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 2rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #26a862;
  background-color: #26a862;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #26a862;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #99e8bd;
  border-color: #99e8bd;
}

.custom-control-input[disabled]~.custom-control-label, .custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before, .custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #26a862;
  background-color: #26a862;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(38, 168, 98, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(38, 168, 98, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(38, 168, 98, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(38, 168, 98, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  padding: 0.8125rem 1.75rem 0.8125rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  vertical-align: middle;
  background: #f9f9f9 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjM4IDBMMTYgMS42MTVMOCA5LjZMMCAxLjYxNUwxLjYyIDBMOCA2LjM2NUwxNC4zOCAwWiIgZmlsbD0iIzMwQTkzOCIvPgo8L3N2Zz4K") right 0.75rem center/16px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #26a862;
  outline: 0;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #26a862;
  box-shadow: 0 0 0 0.2rem rgba(38, 168, 98, 0.25);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.625rem + 2px);
  padding: 0.8125rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.625rem);
  padding: 0.8125rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(38, 168, 98, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(38, 168, 98, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(38, 168, 98, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #26a862;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #99e8bd;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #26a862;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #99e8bd;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #26a862;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #99e8bd;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>.container {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 500px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none;
  }

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex;
  }
}

@media (min-width: 1280px) {
  .d-xl-none {
    display: none;
  }

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex;
  }
}

@media (min-width: 1680px) {
  .d-xxl-none {
    display: none;
  }

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

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

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

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

  .d-xxl-inline-flex {
    display: inline-flex;
  }
}

@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-flex {
    display: flex !important;
  }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video,
.embed-responsive img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !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: 500px) {
  .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;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !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;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !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: 1024px) {
  .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;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !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: 1280px) {
  .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;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !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;
  }
}

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

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

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

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

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.z-900 {
  z-index: 900;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1024px) {
  .lg-absolute {
    position: absolute;
  }
}

@media (min-width: 1024px) {
  .lg-relative {
    position: relative;
  }
}

@media (min-width: 1024px) {
  .lg-sticky {
    -webkit-position: -webkit-sticky;
    position: sticky;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.fs-40 {
  font-size: 64px;
  line-height: 100%;
  font-weight: 700;
}

.fs-60 {
  font-size: 60px;
  line-height: 130%;
}

.fs-44 {
  font-size: 44px;
  line-height: 130%;
}

.fs-h1 {
  font-size: 28px;
  line-height: 130%;
}

.fs-h2 {
  font-size: 22px;
  line-height: 140%;
}

.fs-h3 {
  font-size: 18px;
  line-height: 150%;
}

.fs-h4 {
  font-size: 32px;
  line-height: 130%;
}

.fs-h5 {
  font-size: 24px;
  line-height: 160%;
}

.fs-h6 {
  font-size: 22px;
  line-height: 150%;
}

.fs-body-l {
  font-size: 17px;
  line-height: 170%;
}

.en .fs-body-l {
  line-height: 160%;
}

.en .fs-body-l.lh-130p {
  line-height: 130%;
}

.fs-body-m {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05em;
}

.fs-body-s {
  font-size: 16px;
  line-height: 160%;
}

.fs-body {
  font-size: 15px;
  line-height: 170%;
  justify-content: flex-start;
}

.fs-small {
  font-size: 13px;
  font-weight: 400;
  line-height: 170%;
}

@media (min-width: 768px) {
  .fs-md-h1 {
    font-size: 64px;
    line-height: 120%;
  }

  .fs-md-h2 {
    font-size: 50px;
    line-height: 120%;
  }

  .fs-md-h3 {
    font-size: 46px;
    line-height: 120%;
  }

  .fs-md-h4 {
    font-size: 32px;
    line-height: 120%;
  }

  .fs-md-h5 {
    font-size: 24px;
    line-height: 160%;
  }

  .fs-md-body-l {
    font-size: 20px;
    line-height: 160%;
  }

  .fs-md-body-m {
    font-size: 18px;
    line-height: 160%;
  }

  .fs-md-body {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
  }

  .fs-md-small {
    font-size: 14px;
    line-height: 160%;
  }
}

@media (min-width: 1024px) {
  .fs-lg-h1 {
    font-size: 64px;
    line-height: 120%;
  }

  .fs-lg-h2 {
    font-size: 50px;
    line-height: 120%;
  }

  .fs-lg-h3 {
    font-size: 46px;
    line-height: 130%;
  }

  .fs-lg-h4 {
    font-size: 32px;
    line-height: 130%;
  }

  .fs-lg-h5 {
    font-size: 24px;
    line-height: 160%;
  }

  .en .fs-lg-h5 {
    font-size: 20px;
  }

  .fs-lg-body-l {
    font-size: 20px;
    line-height: 160%;
  }

  .fs-lg-body-m {
    font-size: 18px;
    line-height: 160%;
  }

  .fs-lg-body {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
  }

  .fs-lg-small {
    font-size: 14px;
    line-height: 160%;
  }
}

@media (min-width: 1280px) {
  .fs-xl-h1 {
    font-size: 64px;
    line-height: 120%;
  }

  .fs-xl-h2 {
    font-size: 50px;
    line-height: 120%;
  }

  .fs-xl-h3 {
    font-size: 46px;
    line-height: 120%;
  }

  .fs-xl-h4 {
    font-size: 32px;
    line-height: 120%;
  }

  .fs-xl-h5 {
    font-size: 24px;
    line-height: 160%;
  }
}

.lh-1 {
  line-height: 1;
}

.lh-110p {
  line-height: 1.1;
}

.lh-130p {
  line-height: 1.3;
}

.lh-150p {
  line-height: 1.5;
}

.lh-1dot8 {
  line-height: 1.8;
}

@media (min-width: 1024px) {
  .lh-lg-1 {
    line-height: 1;
  }
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.fw-100 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

@media (min-width: 768px) {
  .fw-md-400 {
    font-weight: 400;
  }

  .fw-md-700 {
    font-weight: 700;
  }
}

@media (min-width: 1024px) {
  .fw-lg-400 {
    font-weight: 400;
  }
}

.wb-breakall {
  word-break: break-all;
}

.ws-breakall {
  white-space: break-all;
}

.ws-nowrap {
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .ws-lg-nowrap {
    white-space: nowrap;
  }
}

.text-shadow {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.33);
}

.underline {
  text-decoration: underline;
}

.hover-underline:hover {
  text-decoration: underline;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-disc {
  list-style: disc;
}

.green-list-disc {
  list-style: none;
  padding-left: 1.3rem;
}

.green-list-disc li {
  position: relative;
}

.green-list-disc li:before {
  content: "•";
  position: absolute;
  left: -1rem;
  color: #26a862;
}

.w-auto {
  width: auto;
}

.w-10p {
  width: 10%;
}

.w-20p {
  width: 20%;
}

.w-33p {
  width: 33%;
}

.w-40p {
  width: 40%;
}

.w-45p {
  width: 45%;
}

.w-50p {
  width: 50%;
}

.w-55p {
  width: 55%;
}

.w-60p {
  width: 60%;
}

.w-66p {
  width: 66%;
}

.w-80p {
  width: 80%;
}

.w-90p {
  width: 90%;
}

.w-100p {
  width: 100%;
}

.w-16 {
  width: 16px;
}

.w-20 {
  width: 20px;
}

.w-24 {
  width: 24px;
}

.w-40 {
  width: 40px;
}

.w-44 {
  width: 44px;
}

.w-48 {
  width: 48px;
}

.w-52 {
  width: 52px;
}

.w-96 {
  width: 96px;
}

.w-100 {
  width: 100px;
}

.w-120 {
  width: 120px;
}

.w-140 {
  width: 140px;
}

.w-200 {
  width: 200px;
}

.w-274 {
  width: 274px;
}

.w-300 {
  width: 300px;
}

.w-456 {
  width: 456px;
}

.w-504 {
  width: 504px;
}

@media (min-width: 500px) {
  .w-sm-80p {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto;
  }

  .w-md-40p {
    width: 40%;
  }

  .w-md-50p {
    width: 50%;
  }

  .w-md-66p {
    width: 66%;
  }

  .w-md-90p {
    width: 90%;
  }

  .w-md-100p {
    width: 100%;
  }

  .w-md-48 {
    width: 48px;
  }

  .w-md-140 {
    width: 140px;
  }

  .w-md-400 {
    width: 400px;
  }
}

@media (min-width: 1024px) {
  .w-lg-auto {
    width: auto;
  }

  .w-lg-33p {
    width: 33%;
  }

  .w-lg-35p {
    width: 35%;
  }

  .w-lg-40p {
    width: 40%;
  }

  .w-lg-45p {
    width: 45%;
  }

  .w-lg-50p {
    width: 50%;
  }

  .w-lg-60p {
    width: 60%;
  }

  .w-lg-70p {
    width: 70%;
  }

  .w-lg-80p {
    width: 80%;
  }

  .w-lg-90p {
    width: 90%;
  }

  .w-lg-100p {
    width: 100%;
  }

  .w-lg-24 {
    width: 24px;
  }

  .w-lg-52 {
    width: 52px;
  }

  .w-lg-90 {
    width: 90px;
  }

  .w-lg-140 {
    width: 140px;
  }

  .w-lg-190 {
    width: 190px;
  }

  .w-lg-215 {
    width: 215px;
  }

  .w-lg-224 {
    width: 224px;
  }

  .w-lg-230 {
    width: 230px;
  }

  .w-lg-404 {
    width: 404px;
  }

  .w-lg-456 {
    width: 456px;
  }

  .w-lg-504 {
    width: 504px;
  }

  .w-lg-600 {
    width: 600px;
  }

  .w-lg-736 {
    width: 736px;
  }

  .w-lg-740 {
    width: 740px;
  }

  .w-lg-850 {
    width: 850px;
  }

  .w-lg-940 {
    width: 940px;
  }

  .minw-lg-136 {
    min-width: 136px;
  }
}

@media (min-width: 1280px) {
  .w-xl-740 {
    width: 740px;
  }

  .w-xl-940 {
    width: 940px;
  }

  .w-xl-1100 {
    width: 1100px;
  }

  .w-xl-100p {
    width: 100%;
  }
}

@media (min-width: 1680px) {
  .w-xxl-50p {
    width: 50%;
  }

  .w-xxl-60p {
    width: 60%;
  }

  .w-xxl-740 {
    width: 740px;
  }

  .w-xxl-940 {
    width: 940px;
  }
}

.minh-5 {
  min-height: 5px;
}

.minh-96 {
  min-height: 96px;
}

@media (min-width: 768px) {
  .minh-md-730 {
    min-height: 730px;
  }
}

.h-auto {
  height: auto;
}

.h-1 {
  height: 1px;
}

.h-2 {
  height: 2px;
}

.h-4 {
  height: 4px;
}

.h-5 {
  height: 5px;
}

.h-8 {
  height: 8px;
}

.h-20 {
  height: 20px;
}

.h-24 {
  height: 24px;
}

.h-32 {
  height: 32px;
}

.h-40 {
  height: 40px;
}

.h-41 {
  height: 41px;
}

.h-44 {
  height: 44px;
}

.h-48 {
  height: 48px;
}

.h-52 {
  height: 52px;
}

.h-60 {
  height: 60px;
}

.h-68 {
  height: 68px;
}

.h-88 {
  height: 88px;
}

.h-96 {
  height: 96px;
}

.h-160 {
  height: 160px;
}

.h-200 {
  height: 200px;
}

.h-292 {
  height: 292px;
}

.h-300 {
  height: 300px;
}

.h-400 {
  height: 400px;
}

.h-440 {
  height: 440px;
}

.h-500 {
  height: 500px;
}

.h-824 {
  height: 824px;
}

.h-50p {
  height: 50%;
}

.h-100p {
  height: 100%;
}

@media (min-width: 768px) {
  .h-md-auto {
    height: auto;
  }

  .h-md-44 {
    height: 44px;
  }

  .h-md-50 {
    height: 50px;
  }

  .h-md-52 {
    height: 52px;
  }

  .h-md-400 {
    height: 400px;
  }

  .h-md-730 {
    height: 730px;
  }

  .h-md-740 {
    height: 740px;
  }

  .h-md-100p {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .h-lg-100p {
    height: 100%;
  }

  .h-lg-8 {
    height: 8px;
  }

  .h-lg-24 {
    height: 24px;
  }

  .h-lg-52 {
    height: 52px;
  }

  .h-lg-64 {
    height: 64px;
  }

  .h-lg-88 {
    height: 88px;
  }

  .h-lg-96 {
    height: 96px;
  }

  .h-lg-160 {
    height: 160px;
  }

  .h-lg-200 {
    height: 200px;
  }

  .h-lg-540 {
    height: 540px;
  }

  .h-lg-600 {
    height: 600px;
  }

  .h-lg-700 {
    height: 700px;
  }

  .h-lg-730 {
    height: 730px;
  }

  .h-lg-740 {
    height: 740px;
  }

  .h-lg-808 {
    height: 808px;
  }

  .h-lg-900 {
    height: 900px;
  }

  .h-lg-940 {
    height: 940px;
  }
}

@media (min-width: 1280px) {
  .h-xl-740 {
    height: 740px;
  }
}

@media (min-width: 1680px) {
  .h-xxl-740 {
    height: 740px;
  }

  .h-xxl-940 {
    height: 940px;
  }
}

.fb-auto {
  flex-basis: auto;
}

.fb-78 {
  flex-basis: 78px;
}

.fb-104 {
  flex-basis: 104px;
}

.fb-15p {
  flex-basis: 15%;
}

.fb-16p {
  flex-basis: 16%;
}

.fb-20p {
  flex-basis: 20%;
}

.fb-25p {
  flex-basis: 25%;
}

.fb-33p {
  flex-basis: 33%;
}

.fb-50p {
  flex-basis: 40%;
}

.fb-70p {
  flex-basis: 70%;
}

.fb-75p {
  flex-basis: 75%;
}

.fb-100p {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .fb-md-auto {
    flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .fb-md-120 {
    flex-basis: 120px;
  }
}

@media (min-width: 768px) {
  .fb-md-140 {
    flex-basis: 140px;
  }
}

@media (min-width: 768px) {
  .fb-md-15p {
    flex-basis: 15%;
  }
}

@media (min-width: 768px) {
  .fb-md-20p {
    flex-basis: 20%;
  }
}

@media (min-width: 768px) {
  .fb-md-25p {
    flex-basis: 25%;
  }
}

@media (min-width: 768px) {
  .fb-md-30p {
    flex-basis: 30%;
  }
}

@media (min-width: 768px) {
  .fb-md-33p {
    flex-basis: 33%;
  }
}

@media (min-width: 768px) {
  .fb-md-38p {
    flex-basis: 38%;
  }
}

@media (min-width: 768px) {
  .fb-md-40p {
    flex-basis: 40%;
  }
}

@media (min-width: 768px) {
  .fb-md-50p {
    flex-basis: 50%;
  }
}

@media (min-width: 768px) {
  .fb-md-65p {
    flex-basis: 65%;
  }
}

@media (min-width: 768px) {
  .fb-md-60p {
    flex-basis: 60%;
  }
}

@media (min-width: 768px) {
  .fb-md-67p {
    flex-basis: 67%;
  }
}

@media (min-width: 768px) {
  .fb-md-75p {
    flex-basis: 75%;
  }
}

@media (min-width: 768px) {
  .fb-md-100p {
    flex-basis: 100%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-140 {
    flex-basis: 140px;
  }
}

@media (min-width: 1024px) {
  .fb-lg-10p {
    flex-basis: 10%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-14p {
    flex-basis: 14%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-15p {
    flex-basis: 15%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-16p {
    flex-basis: 16%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-18p {
    flex-basis: 18%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-20p {
    flex-basis: 20%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-22p {
    flex-basis: 22%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-25p {
    flex-basis: 25%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-28p {
    flex-basis: 28%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-30p {
    flex-basis: 30%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-33p {
    flex-basis: 33%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-34p {
    flex-basis: 34%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-38p {
    flex-basis: 38%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-40p {
    flex-basis: 40%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-50p {
    flex-basis: 50%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-60p {
    flex-basis: 60%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-70p {
    flex-basis: 70%;
  }
}

@media (min-width: 1024px) {
  .fb-lg-100p {
    flex-basis: 100%;
  }
}

.overflow-x-auto {
  overflow-x: auto;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.maxw-100p {
  max-width: 100%;
}

.maxw-105 {
  max-width: 105px;
}

.maxw-300 {
  max-width: 300px;
}

.maxw-340 {
  max-width: 340px;
}

.maxw-440 {
  max-width: 440px;
}

.maxw-564 {
  max-width: 564px;
}

.maxw-740 {
  max-width: 740px;
}

.maxw-820 {
  max-width: 820px;
}

.maxw-920 {
  max-width: 920px;
}

.maxw-940 {
  max-width: 940px;
}

.maxw-1000 {
  max-width: 1000px;
}

.maxw-1060 {
  max-width: 1060px;
}

@media (min-width: 768px) {
  .maxw-md-none {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .maxw-md-408 {
    max-width: 408px;
  }
}

@media (min-width: 768px) {
  .maxw-md-500 {
    max-width: 500px;
  }
}

@media (min-width: 1024px) {
  .maxw-lg-31p {
    max-width: 31%;
  }
}

@media (min-width: 1024px) {
  .maxw-lg-280 {
    max-width: 280px;
  }
}

@media (min-width: 1024px) {
  .maxw-lg-320 {
    max-width: 320px;
  }
}

@media (min-width: 1024px) {
  .maxw-lg-340 {
    max-width: 340px;
  }
}

@media (min-width: 1024px) {
  .maxw-lg-540 {
    max-width: 540px;
  }
}

@media (min-width: 1024px) {
  .maxw-lg-624 {
    max-width: 624px;
  }
}

@media (min-width: 1024px) {
  .maxw-lg-690 {
    max-width: 690px;
  }
}

@media (min-width: 1024px) {
  .maxw-lg-740 {
    max-width: 740px;
  }
}

@media (min-width: 1280px) {
  .maxw-xl-37p {
    max-width: 37%;
  }
}

@media (min-width: 1280px) {
  .maxw-xl-1000 {
    max-width: 1000px;
  }
}

@media (min-width: 1680px) {
  .maxw-xxl-940 {
    max-width: 940px;
  }
}

@media (min-width: 1680px) {
  .maxw-xxl-1060 {
    max-width: 1060px;
  }
}

.p-0 {
  padding: 0;
}

.p-20 {
  padding: 20px;
}

.pt-57p {
  padding-top: 57%;
}

.pt-0 {
  padding-top: 0;
}

.pt-8 {
  padding-top: 8px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-44 {
  padding-top: 44px;
}

.pt-52 {
  padding-top: 52px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-68 {
  padding-top: 68px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-188 {
  padding-top: 188px;
}

.pb-10p {
  padding-bottom: 10%;
}

.pb-20p {
  padding-bottom: 20%;
}

.pb-50p {
  padding-bottom: 50%;
}

.pb-66p {
  padding-bottom: 66%;
}

.pb-80p {
  padding-bottom: 80%;
}

.pb-100p {
  padding-bottom: 100%;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pl-0 {
  padding-left: 0;
}

.pl-4 {
  padding-left: 4px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-18 {
  padding-left: 18px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-0 {
  padding-right: 0;
}

.pr-4 {
  padding-right: 4px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-80 {
  padding-right: 80px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-68 {
  padding-top: 68px;
  padding-bottom: 68px;
}

.py-76 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

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

.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-44 {
  padding-left: 44px;
  padding-right: 44px;
}

.px-56 {
  padding-left: 56px;
  padding-right: 56px;
}

.m-0 {
  margin: 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

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

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.mx-n4 {
  margin-left: -4px;
  margin-right: -4px;
}

.mx-n8 {
  margin-left: -8px;
  margin-right: -8px;
}

.mx-n12 {
  margin-left: -12px;
  margin-right: -12px;
}

.mx-n16 {
  margin-left: -16px;
  margin-right: -16px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-n8 {
  margin-top: -8px;
}

.my-n12 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.my-n16 {
  margin-top: -16px;
  margin-bottom: -16px;
}

.my-n20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.my-n24 {
  margin-top: -24px;
  margin-bottom: -24px;
}

.mt-auto {
  margin-top: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-2 {
  margin-top: 2px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-n20p {
  margin-top: -20%;
}

.mt-n1 {
  margin-top: -1px;
}

.mt-n2 {
  margin-top: -2px;
}

.mt-n4 {
  margin-top: -4px;
}

.mt-n8 {
  margin-top: -8px;
}

.mt-n12 {
  margin-top: -12px;
}

.mt-n16 {
  margin-top: -16px;
}

.mt-n20 {
  margin-top: -20px;
}

.mt-n32 {
  margin-top: -32px;
}

.mt-n44 {
  margin-top: -44px;
}

.mt-n48 {
  margin-top: -48px;
}

.mt-n60 {
  margin-top: -60px;
}

.mt-n68 {
  margin-top: -68px;
}

.mt-n120 {
  margin-top: -120px;
}

.mb-n4 {
  margin-bottom: -4px;
}

.mb-n8 {
  margin-bottom: -8px;
}

.mb-n20 {
  margin-bottom: -20px;
}

.mb-n32 {
  margin-bottom: -32px;
}

.mb-n44 {
  margin-bottom: -44px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mr-n8 {
  margin-right: -8px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-n1 {
  margin-left: -1px;
}

.ml-n4 {
  margin-left: -4px;
}

.ml-auto {
  margin-left: auto;
}

.ml-0 {
  margin-left: 0;
}

.ml-2 {
  margin-left: 2px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-28 {
  margin-left: 28px;
}

.ml-36 {
  margin-left: 36px;
}

.ml-48 {
  margin-left: 48px;
}

.ml-56 {
  margin-left: 56px;
}

.ml-68 {
  margin-left: 68px;
}

.ml-72 {
  margin-left: 72px;
}

.safari .safari-ml-4 {
  margin-left: 4px;
}

.chrome .chrome-ml-3 {
  margin-left: 3px;
}

.safari .safari-ml-n4 {
  margin-left: -4px;
}

.chrome .chrome-ml-n3 {
  margin-left: -3px;
}

@media (min-width: 500px) {
  .pr-sm-100 {
    padding-right: 100px;
  }

  .pr-sm-120 {
    padding-right: 120px;
  }
}

@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0px;
  }

  .pl-md-8 {
    padding-left: 8px;
  }

  .pl-md-12 {
    padding-left: 12px;
  }

  .pl-md-16 {
    padding-left: 16px;
  }

  .pl-md-20 {
    padding-left: 20px;
  }

  .pl-md-24 {
    padding-left: 24px;
  }

  .pl-md-36 {
    padding-left: 36px;
  }

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

  .pr-md-8 {
    padding-right: 8px;
  }

  .pr-md-12 {
    padding-right: 12px;
  }

  .pr-md-32 {
    padding-right: 32px;
  }

  .pr-md-36 {
    padding-right: 36px;
  }

  .pr-md-40 {
    padding-right: 40px;
  }

  .pr-md-48 {
    padding-right: 48px;
  }

  .pr-md-100 {
    padding-right: 100px;
  }

  .pr-md-240 {
    padding-right: 240px;
  }

  .px-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .px-md-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .px-md-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-md-24 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .px-md-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .px-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px-md-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .py-md-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .py-md-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .py-md-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mx-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .mx-md-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .mx-md-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .mx-md-n12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .mx-md-n16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .mx-md-n24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .ml-md-auto {
    margin-left: auto;
  }

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

  .ml-md-8 {
    margin-left: 8px;
  }

  .ml-md-12 {
    margin-left: 12px;
  }

  .ml-md-24 {
    margin-left: 24px;
  }

  .ml-md-36 {
    margin-left: 36px;
  }

  .ml-md-48 {
    margin-left: 48px;
  }

  .ml-md-56 {
    margin-left: 56px;
  }

  .ml-md-84 {
    margin-left: 84px;
  }

  .pt-md-57p {
    padding-top: 57%;
  }

  .pt-md-0 {
    padding-top: 0px;
  }

  .pt-md-20 {
    padding-top: 20px;
  }

  .pt-md-36 {
    padding-top: 36px;
  }

  .pt-md-56 {
    padding-top: 56px;
  }

  .pt-md-60 {
    padding-top: 60px;
  }

  .pt-md-80 {
    padding-top: 80px;
  }

  .pt-md-84 {
    padding-top: 84px;
  }

  .pt-md-120 {
    padding-top: 120px;
  }

  .pt-md-160 {
    padding-top: 160px;
  }

  .pt-md-240 {
    padding-top: 240px;
  }

  .pb-md-50p {
    padding-bottom: 50%;
  }

  .pb-md-60p {
    padding-bottom: 60%;
  }

  .pb-md-0 {
    padding-bottom: 0px;
  }

  .pb-md-8 {
    padding-bottom: 8px;
  }

  .pb-md-36 {
    padding-bottom: 36px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pb-md-60 {
    padding-bottom: 60px;
  }

  .pb-md-80 {
    padding-bottom: 80px;
  }

  .pb-md-84 {
    padding-bottom: 84px;
  }

  .pb-md-136 {
    padding-bottom: 136px;
  }

  .pb-md-180 {
    padding-bottom: 180px;
  }

  .my-md-n8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .my-md-n16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .my-md-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .mt-md-n136 {
    margin-top: -136px;
  }

  .mt-md-n170 {
    margin-top: -170px;
  }

  .mt-md-n30p {
    margin-top: -30%;
  }

  .mt-md-0 {
    margin-top: 0px;
  }

  .mt-md-4 {
    margin-top: 4px;
  }

  .mt-md-12 {
    margin-top: 12px;
  }

  .mt-md-20 {
    margin-top: 20px;
  }

  .mt-md-24 {
    margin-top: 24px;
  }

  .mt-md-28 {
    margin-top: 28px;
  }

  .mt-md-32 {
    margin-top: 32px;
  }

  .mt-md-40 {
    margin-top: 40px;
  }

  .mt-md-48 {
    margin-top: 48px;
  }

  .mt-md-52 {
    margin-top: 52px;
  }

  .mt-md-56 {
    margin-top: 56px;
  }

  .mt-md-60 {
    margin-top: 60px;
  }

  .mb-md-0 {
    margin-bottom: 0px;
  }

  .mb-md-32 {
    margin-bottom: 32px;
  }

  .mb-md-100 {
    margin-bottom: 100px;
  }

  .mb-md-n32 {
    margin-bottom: -32px;
  }

}

@media (min-width: 1024px) {
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mx-lg-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .mx-lg-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .mx-lg-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .mx-lg-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .mx-lg-n8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .mx-lg-n12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .mx-lg-n16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .mx-lg-n24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .mx-lg-n44 {
    margin-left: -44px;
    margin-right: -44px;
  }

  .mt-lg-auto {
    margin-top: auto;
  }

  .mt-lg-n172 {
    margin-top: -172px;
  }

  .mt-lg-n214 {
    margin-top: -214px;
  }

  .mr-lg-n16 {
    margin-right: -16px;
  }

  .mr-lg-0 {
    margin-right: 0;
  }

  .ml-lg-auto {
    margin-left: auto;
  }

  .ml-lg-n20 {
    margin-left: -20px;
  }

  .ml-lg-n248 {
    margin-left: -248px;
  }

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

  .ml-lg-2 {
    margin-left: 2px;
  }

  .ml-lg-4 {
    margin-left: 4px;
  }

  .ml-lg-8 {
    margin-left: 8px;
  }

  .ml-lg-12 {
    margin-left: 12px;
  }

  .ml-lg-16 {
    margin-left: 16px;
  }

  .ml-lg-20 {
    margin-left: 20px;
  }

  .ml-lg-28 {
    margin-left: 28px;
  }

  .ml-lg-32 {
    margin-left: 32px;
  }

  .ml-lg-36 {
    margin-left: 36px;
  }

  .ml-lg-48 {
    margin-left: 48px;
  }

  .ml-lg-56 {
    margin-left: 56px;
  }

  .ml-lg-84 {
    margin-left: 84px;
  }

  .m-lg-16 {
    margin: 16px;
  }

  .m-lg-n16 {
    margin: -16px;
  }

  .my-lg-n8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .my-lg-n12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .my-lg-n16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .my-lg-n20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .my-lg-n32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mt-lg-n4 {
    margin-top: -4px;
  }

  .mt-lg-n20 {
    margin-top: -20px;
  }

  .mt-lg-n64 {
    margin-top: -64px;
  }

  .mt-lg-n76 {
    margin-top: -76px;
  }

  .mt-lg-0 {
    margin-top: 0px;
  }

  .mt-lg-4 {
    margin-top: 4px;
  }

  .mt-lg-8 {
    margin-top: 8px;
  }

  .mt-lg-12 {
    margin-top: 12px;
  }

  .mt-lg-16 {
    margin-top: 16px;
  }

  .mt-lg-20 {
    margin-top: 20px;
  }

  .mt-lg-24 {
    margin-top: 24px;
  }

  .mt-lg-28 {
    margin-top: 28px;
  }

  .mt-lg-32 {
    margin-top: 32px;
  }

  .mt-lg-36 {
    margin-top: 36px;
  }

  .mt-lg-40 {
    margin-top: 40px;
  }

  .mt-lg-42 {
    margin-top: 42px;
  }

  .mt-lg-48 {
    margin-top: 48px;
  }

  .mt-lg-52 {
    margin-top: 52px;
  }

  .mt-lg-60 {
    margin-top: 60px;
  }

  .mt-lg-76 {
    margin-top: 76px;
  }

  .mt-lg-80 {
    margin-top: 80px;
  }

  .mt-lg-100 {
    margin-top: 100px;
  }

  .mt-lg-240 {
    margin-top: 240px;
  }

  .mb-lg-n52 {
    margin-bottom: -52px;
  }

  .mb-lg-n130 {
    margin-bottom: -130px;
  }

  .mb-lg-0 {
    margin-bottom: 0;
  }

  .mb-lg-8 {
    margin-bottom: 8px;
  }

  .mb-lg-16 {
    margin-bottom: 16px;
  }

  .mb-lg-20 {
    margin-bottom: 20px;
  }

  .mb-lg-28 {
    margin-bottom: 28px;
  }

  .mb-lg-40 {
    margin-bottom: 40px;
  }

  .mb-lg-80 {
    margin-bottom: 80px;
  }

  .mb-lg-84 {
    margin-bottom: 84px;
  }

  .mb-lg-100 {
    margin-bottom: 100px;
  }

  .mb-lg-128 {
    margin-bottom: 128px;
  }

  .mx-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .pt-lg-88 {
    padding-top: 88px;
  }

  .p-lg-24 {
    padding: 24px;
  }

  .p-lg-32 {
    padding: 32px;
  }

  .p-lg-40 {
    padding: 40px;
  }

  .pt-lg-0 {
    padding-top: 0;
  }

  .pt-lg-24 {
    padding-top: 24px;
  }

  .pt-lg-28 {
    padding-top: 28px;
  }

  .pt-lg-32 {
    padding-top: 32px;
  }

  .pt-lg-36 {
    padding-top: 36px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .pt-lg-52 {
    padding-top: 52px;
  }

  .pt-lg-60 {
    padding-top: 60px;
  }

  .pt-lg-72 {
    padding-top: 72px;
  }

  .pt-lg-80 {
    padding-top: 80px;
  }

  .pt-lg-92 {
    padding-top: 92px;
  }

  .pt-lg-100 {
    padding-top: 100px;
  }

  .pt-lg-120 {
    padding-top: 120px;
  }

  .pt-lg-128 {
    padding-top: 128px;
  }

  .pt-lg-140 {
    padding-top: 140px;
  }

  .pt-lg-152 {
    padding-top: 152px;
  }

  .pt-lg-160 {
    padding-top: 160px;
  }

  .pt-lg-200 {
    padding-top: 200px;
  }

  .pt-lg-240 {
    padding-top: 240px;
  }

  .pb-lg-50p {
    padding-bottom: 50%;
  }

  .pb-lg-66p {
    padding-bottom: 66%;
  }

  .pb-lg-70p {
    padding-bottom: 70%;
  }

  .pb-lg-84p {
    padding-bottom: 84%;
  }

  .pb-lg-0 {
    padding-bottom: 0px;
  }

  .pb-lg-16 {
    padding-bottom: 16px;
  }

  .pb-lg-28 {
    padding-bottom: 28px;
  }

  .pb-lg-48 {
    padding-bottom: 48px;
  }

  .pb-lg-60 {
    padding-bottom: 60px;
  }

  .pb-lg-80 {
    padding-bottom: 80px;
  }

  .pb-lg-84 {
    padding-bottom: 84px;
  }

  .pb-lg-88 {
    padding-bottom: 88px;
  }

  .pb-lg-108 {
    padding-bottom: 108px;
  }

  .pb-lg-136 {
    padding-bottom: 136px;
  }

  .pb-lg-140 {
    padding-bottom: 140px;
  }

  .pb-lg-160 {
    padding-bottom: 160px;
  }

  .pb-lg-180 {
    padding-bottom: 180px;
  }

  .pb-lg-240 {
    padding-bottom: 240px;
  }

  .pb-lg-360 {
    padding-bottom: 360px;
  }

  .pb-lg-585 {
    padding-bottom: 585px;
  }

  .pb-lg-600 {
    padding-bottom: 600px;
  }

  .pb-lg-740 {
    padding-bottom: 740px;
  }

  .pb-lg-940 {
    padding-bottom: 940px;
  }

  .pl-lg-0 {
    padding-left: 0;
  }

  .pl-lg-16 {
    padding-left: 16px;
  }

  .pl-lg-24 {
    padding-left: 24px;
  }

  .pl-lg-28 {
    padding-left: 28px;
  }

  .pl-lg-36 {
    padding-left: 36px;
  }

  .pl-lg-48 {
    padding-left: 48px;
  }

  .pr-lg-0 {
    padding-right: 0;
  }

  .pr-lg-16 {
    padding-right: 16px;
  }

  .pr-lg-24 {
    padding-right: 24px;
  }

  .pr-lg-28 {
    padding-right: 28px;
  }

  .pr-lg-32 {
    padding-right: 32px;
  }

  .pr-lg-36 {
    padding-right: 36px;
  }

  .pr-lg-216 {
    padding-right: 216px;
  }

  .pr-lg-280 {
    padding-right: 280px;
  }

  .pr-lg-480 {
    padding-right: 480px;
  }

  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .py-lg-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .py-lg-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .py-lg-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .py-lg-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .py-lg-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-lg-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .py-lg-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .py-lg-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .py-lg-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .px-lg-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .px-lg-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .px-lg-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-lg-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .px-lg-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .px-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px-lg-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .px-lg-52 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .px-lg-96 {
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media (min-width: 1280px) {
  .mx-xl-44 {
    margin-left: 44px;
    margin-right: 44px;
  }

  .pt-xl-40 {
    padding-top: 40px;
  }

  .pb-xl-76p {
    padding-bottom: 76%;
  }

  .px-xl-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pb-xl-585 {
    padding-bottom: 585px;
  }

  .pb-xl-740 {
    padding-bottom: 740px;
  }

  .pb-xl-940 {
    padding-bottom: 940px;
  }
}

@media (min-width: 1680px) {
  .pb-xxl-940 {
    padding-bottom: 940px;
  }
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-green {
  color: #26a862;
}

.color-pale-green {
  color: #b5e0a1;
}

.color-light-green {
  color: #e8faee;
}

.color-red {
  color: #da0000;
}

.color-orange {
  color: #ff6000;
}

.color-light-orange {
  color: #fff0e8;
}

.color-pale-grey {
  color: #f9f9f9;
}

.color-light-grey {
  color: #f3f3f3;
}

.color-grey {
  color: #999999;
}

.color-medium-grey {
  color: #888888;
}

.color-dim-grey {
  color: #555555;
}

.color-dark {
  color: #333333;
}

.color-dark-slate-grey {
  color: #334545;
}

.color-dark-green-grey {
  color: #37474f;
}

@media (min-width: 768px) {
  .color-md-white {
    color: #fff;
  }
}

@media (min-width: 1024px) {
  .color-lg-white {
    color: #fff;
  }
}

.hover-color-white:hover {
  color: #fff;
}

.hover-color-green:hover {
  color: #26a862;
}

.hover-color-dark-green:hover {
  color: #11713e;
}

.hover-color-pale-green:hover {
  color: #b5e0a1;
}

.hover-color-light-green:hover {
  color: #e8faee;
}

@media (min-width: 1024px) {
  .hover-color-lg-light-green:hover {
    color: #e8faee;
  }
}

@media (min-width: 1024px) {
  .hover-color-lg-white:hover {
    color: #fff;
  }
}

.bg-white-opacity-90 {
  background: rgba(255, 255, 255, 0.9);
}

.bg-white-opacity-75 {
  background: rgba(255, 255, 255, 0.75);
}

.bg-black-opacity-30 {
  background: rgba(0, 0, 0, 0.3);
}

.bg-silver-grey-opacity-40 {
  background: rgba(238, 238, 238, 0.4);
}

.bg-white-grey {
  background-color: #efefef;
}

.bg-light-grey {
  background-color: #f9f9f9;
}

.bg-f4f4f4 {
  background-color: #f4f4f4;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #ddd;
}

.bg-green {
  background-color: #26a862;
}

.bg-light-green {
  background-color: #E8FAEE;
}

.bg-grass-green {
  background-color: #4AB234;
}

.bg-pale-green {
  background-color: #CEEFD6;
}

.bg-light {
  background: #f8f9fa;
}

.bg-black-opacity-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-gradient-bright-green {
  background: linear-gradient(90deg, #26a862 0%, #4ab234 100%);
}

.bg-gradient-medium-green {
  background: linear-gradient(90deg, #4fb980 0%, #80c982 100%);
}

.bg-gradient-light-green {
  transition: all 0.15s ease-out;
  background: linear-gradient(90deg, #78cb9e 0%, #a1d488 100%);
  margin-bottom: 90px;
}

.bg-gradient-pale-green {
  background: linear-gradient(90deg, #ceefd6 0%, rgba(206, 239, 214, 0) 100%);
}

.bg-gradient-blue {
  background: linear-gradient(90deg, #0fa9ff 0%, #6349ff 100%);
}

.bg-gradient-grey {
  background: linear-gradient(90deg, #f1f1f1 0%, rgba(255, 255, 255, 0) 100%);
}

.bg-gradient-green-light {
  background: linear-gradient(270deg, rgba(206, 239, 214, 0.1) 11.75%, #ceefd6 42.87%, #aada96 67.16%);
}

@media (min-width: 768px) {
  .bg-md-light-grey {
    background-color: #f9f9f9;
  }
}

@media (min-width: 768px) {
  .bg-md-green {
    background-color: #26a862;
  }
}

@media (min-width: 768px) {
  .bg-md-white-opacity-85 {
    background: rgba(255, 255, 255, 0.85);
  }
}

@media (min-width: 1024px) {
  .bg-lg-white {
    background-color: #fff;
  }
}

@media (min-width: 1024px) {
  .bg-lg-gradient-light-green {
    background: linear-gradient(90deg, #78cb9e 0%, #a1d488 100%);
  }
}

@media (min-width: 1024px) {
  .bg-lg-f4f4f4 {
    background-color: #f4f4f4;
  }
}

.before-bg-white::before {
  background: #fff;
}

.after-bg-white::after {
  background: #fff;
}

.before-bg-green::before {
  background: #098740;
}

.after-bg-green::after {
  background: #098740;
}

.hover-bg-white-opacity-75:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.hover-bg-white:hover {
  background-color: #fff;
}

.hover-bg-white-grey:hover {
  background-color: #f9f9f9;
}

.hover-bg-light-grey:hover {
  background-color: #f3f3f3;
}

.hover-bg-light-green {
  transition: background-color .2s;
}

.hover-bg-light-green:hover {
  background-color: #E8FAEE;
}

.hover-bg-green:hover {
  background-color: #26a862;
}

.hover-bg-black-opacity-50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.hover-bg-gradient-bright-green {
  transition: background .2s ease-out;
}

.hover-bg-gradient-bright-green:hover {
  background: linear-gradient(90deg, #26a862 0%, #4ab234 100%);
}

.hover-before-bg-gradient-bright-green:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #26a862 0%, #4ab234 100%);
  opacity: 0;
  transition: opacity 0.2s;
}

.hover-before-bg-gradient-bright-green:hover:before {
  opacity: 1;
}

.hover-before-bg-gradient-light-green:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #78cb9e 0%, #a1d488 100%);
  opacity: 0;
  transition: opacity 0.2s;
}

.hover-before-bg-gradient-light-green:hover:before {
  opacity: 1;
}

@media (min-width: 768px) {
  .hover-bg-md-light-green {
    transition: background-color .2s;
  }

  .hover-bg-md-light-green:hover {
    background-color: #E8FAEE;
  }
}

@media (min-width: 1024px) {
  .hover-bg-lg-light-green {
    transition: background-color .2s;
  }

  .hover-bg-lg-light-green:hover {
    background-color: #E8FAEE;
  }
}

@media (min-width: 1024px) {
  .hover-bg-lg-green {
    transition: background-color .2s;
  }

  .hover-bg-lg-green:hover {
    background-color: #26a862;
  }
}

@media (min-width: 1024px) {
  .hover-icon-translateX-lg-10 .icon {
    transition: transform 0.15s;
  }

  .hover-icon-translateX-lg-10:hover .icon {
    transform: translateX(10px);
  }
}

@media (min-width: 1024px) {
  .hover-icon-translateX-lg-5 .icon {
    transition: transform 0.15s;
  }

  .hover-icon-translateX-lg-5:hover .icon {
    transform: translateX(5px);
  }
}

.br-none br {
  display: none;
}

@media (min-width: 768px) {
  .br-md-block br {
    display: block;
  }
}

@media (min-width: 1024px) {
  .br-lg-block br {
    display: block;
  }
}

.top-n24 {
  top: -24px;
}

.top-0 {
  top: 0;
}

.top-2 {
  top: 2px;
}

.top-12 {
  top: 12px;
}

.top-48 {
  top: 48px;
}

.top-60 {
  top: 60px;
}

@media (min-width: 768px) {
  .top-md-0 {
    top: 0;
  }

  .top-md-auto {
    top: auto;
  }
}

@media (min-width: 1024px) {
  .top-lg-auto {
    top: auto;
  }

  .top-lg-16 {
    top: 16px;
  }

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

  .top-lg-88 {
    top: 88px;
  }

  .top-lg-120 {
    top: 120px;
  }

  .top-lg-100p {
    top: 100%;
  }
}

@media (min-width: 1280px) {
  .top-xl-0 {
    top: 0;
  }

  .top-xl-auto {
    top: auto;
  }
}

.right-0 {
  right: 0;
}

.right-8 {
  right: 8px;
}

.right-12 {
  right: 12px;
}

.right-32 {
  right: 32px;
}

@media (min-width: 768px) {
  .right-md-0 {
    right: 0;
  }

  .right-md-n50p {
    right: -50%;
  }
}

@media (min-width: 1024px) {
  .right-lg-n30p {
    right: -30%;
  }

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

  .right-lg-20 {
    right: 20px;
  }

  .right-lg-n10p {
    right: -10%;
  }

  .right-lg-n20p {
    right: -20%;
  }

  .right-lg-n30p {
    right: -30%;
  }
}

@media (min-width: 1280px) {
  .right-xl-0 {
    right: 0;
  }

  .right-xl-n10p {
    right: -10%;
  }

  .right-xl-n20p {
    right: -20%;
  }
}

@media (min-width: 1680px) {
  .right-xxl-0 {
    right: 0;
  }
}

.bottom-n25 {
  bottom: -25px;
}

.bottom-0 {
  bottom: 0;
}

.bottom-28 {
  bottom: 28px;
}

.bottom-32 {
  bottom: 32px;
}

@media (min-width: 768px) {
  .bottom-md-0 {
    bottom: 0;
  }
}

@media (min-width: 1024px) {
  .bottom-lg-auto {
    bottom: auto;
  }

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

@media (min-width: 1280px) {
  .bottom-xl-0 {
    bottom: 0;
  }
}

.left-0 {
  left: 0;
}

.left-16 {
  left: 16px;
}

.left-45p {
  left: 45%;
}

@media (min-width: 768px) {
  .left-md-0 {
    left: 0;
  }

  .left-md-n50p {
    left: -50%;
  }
}

@media (min-width: 1024px) {
  .left-lg-auto {
    left: auto;
  }

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

  .left-lg-n30p {
    left: -30%;
  }
}

@media (min-width: 1280px) {
  .left-xl-0 {
    left: 0;
  }
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-100 {
  z-index: 100;
}

.z-1000 {
  z-index: 1000;
}

.z-1001 {
  z-index: 1000;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

@media (min-width: 768px) {
  .md-absolute {
    position: absolute;
  }

  .md-relative {
    position: relative;
  }

  .md-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media (min-width: 1024px) {
  .lg-absolute {
    position: absolute;
  }
}

@media (min-width: 1280px) {
  .xl-absolute {
    position: absolute;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
}

.bg-gradient {
  padding: 12px 24px;
  background: linear-gradient(90deg, #4fb980 0%, #80c982 100%);
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 5px;
  border: none;
  transition: 0.15s ease-out;
}

.bg-gradient i {
  transition: 0.15s ease-out;
}

.bg-gradient:hover {
  background: linear-gradient(90deg, #26a862 0%, #4ab234 81.53%);
  color: #fff;
}

.bg-gradient:hover i {
  transform: translateX(10px);
}

@media (min-width: 1024px) {
  .bg-gradient {
    padding: 16px 36px;
    font-size: 16px;
  }
}

.border-light-gray {
  border: 1px solid #ddd;
  text-align: center;
  padding: 0px;
  margin: 12px 12px 12px 0px;
  width: 100%;
}

@media (min-width: 768px) {
  .border-md-0 {
    border: 0;
  }
}

.border-green {
  border: 1px solid #26a862;
}

.border-top-0 {
  border-top: none !important;
}

.border-top-dark {
  border-top: 1px solid #333;
}

.border-top-green-5 {
  border-top: 5px solid #26a862;
}

.border-top-light-grey {
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .border-top-md-0 {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .border-top-md-green {
    border-top: 1px solid #26a862;
  }
}

@media (min-width: 768px) {
  .border-top-md-green-2 {
    border-top: 2px solid #26a862;
  }
}

@media (min-width: 768px) {
  .border-top-md-green-5 {
    border-top: 5px solid #26a862;
  }
}

@media (min-width: 1024px) {
  .border-top-lg-0 {
    border-top: none;
  }
}

@media (min-width: 1024px) {
  .border-top-lg-light-grey-f2f2f2 {
    border-top: 1px solid #f2f2f2;
  }
}

@media (min-width: 1024px) {
  .border-top-lg-green-5 {
    border-top: 5px solid #26a862;
  }
}

.border-bottom-0 {
  border-bottom: none;
}

.border-bottom-green-5 {
  border-bottom: 5px solid #26a862;
}

.border-bottom-light-grey {
  border-bottom: 1px solid #ddd;
}

.border-bottom-orange {
  border-bottom: 1px solid #ff6000;
}

.border-bottom-light-grey-2 {
  border-bottom: 2px solid #ddd;
}

.border-bottom-green {
  border-bottom: 1px solid #26a862;
}

@media (min-width: 768px) {
  .border-bottom-md-0 {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .border-bottom-md-green {
    border-bottom: 1px solid #26a862;
  }
}

@media (min-width: 768px) {
  .border-bottom-md-green-2 {
    border-bottom: 2px solid #26a862;
  }
}

@media (min-width: 768px) {
  .border-bottom-top-green-2 {
    border-top: 2px solid #26a862;
  }
}

@media (min-width: 768px) {
  .border-bottom-md-light-grey border-bottom-md-light-grey2x {
    border-bottom: 2px solid #ddd;
  }
}

@media (min-width: 768px) {
  .border-bottom-md-light-grey {
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 1024px) {
  .border-bottom-lg-light-grey-2 {
    border-bottom: 2px solid #ddd;
  }
}

@media (min-width: 1024px) {
  .border-bottom-lg-light-grey {
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 1024px) {
  .border-bottom-lg-0 {
    border-bottom: none;
  }
}

.border-right-light-grey {
  border-right: 1px solid #ddd;
}

.border-right-grass-green {
  border-right: 1px solid #4ab234;
}

@media (min-width: 768px) {
  .border-right-md-light-grey {
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 1024px) {
  .border-right-lg-light-grey {
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 1024px) {
  .border-right-lg-0 {
    border-right: none;
  }
}

.border-left-0 {
  border-left: none;
}

.border-left-light-grey {
  border-left: 1px solid #ddd;
}

.border-left-grass-green {
  border-left: 1px solid #4ab234;
}

.border-left-white {
  border-left: 1px solid #fff;
}

@media (min-width: 768px) {
  .border-left-md-0 {
    border-left: none;
  }
}

@media (min-width: 768px) {
  .border-left-md-light-grey {
    border-left: 1px solid #ddd;
  }
}

@media (min-width: 1024px) {
  .border-left-lg-light-grey {
    border-left: 1px solid #ddd;
  }
}

@media (min-width: 1024px) {
  .border-left-lg-0 {
    border-left: none;
  }
}

.border-radius-top-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-circle {
  border-radius: 50%;
  margin-bottom: 200px;
  margin-right: 25px;
}

@media (min-width: 1024px) {
  .border-radius-lg-10 {
    border-radius: 10px;
  }
}

.after-border-bottom-green-4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #26a862;
}

.after-w-0:after {
  width: 0;
  transition: width 0.2s ease-out;
}

.after-w-100p:after {
  width: 100%;
  transition: width 0.2s ease-out;
}

.before-border-white::before {
  border-color: #fff;
}

.before-border-green::before {
  border-color: #098740;
}

.before-border-333::before {
  border-color: #333;
}

.before-border-white:before {
  border-color: #fff;
}

.before-border-grey:before {
  border-color: #ddd;
}

.before-border-pale-green:before {
  border-color: #ceefd6;
}

.after-border-white::after {
  background: #fff;
}

.after-border-green::after {
  background: #098740;
}

.hover-before-border-green:hover:before {
  border-color: #26a862;
}

.hover-after-w-100p:hover:after {
  width: 100%;
}

.icon-close {
  transition: all 0.35s ease;
  transition: transform 0.35;
}

.icon-close::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 3px;
  transform: rotate(45deg);
  transition: all 0.35s ease;
}

.icon-close::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 3px;
  transform: rotate(135deg);
  transition: all 0.35s ease;
}

.icon-close:hover {
  transform: rotate(90deg) scale(1.2);
}

.icon-chevron {
  width: 8px;
  position: relative;
  height: 8px;
}

.icon-chevron:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 1px 1px 0 0;
  position: absolute;
  transform-origin: 50% 50% 50%;
}

.icon-chevron-12 {
  width: 12px;
  position: relative;
  height: 12px;
}

.icon-chevron-12:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  position: absolute;
  transform-origin: 50% 50% 50%;
}

.icon-plus-minus::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  border-radius: 3px;
  transition: all 0.35s ease;
}

.icon-plus-minus::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 12px;
  border-radius: 3px;
  transition: all 0.35s ease;
}

[aria-expanded="true"] .icon-plus-minus::before {
  transform: rotate(180deg);
  transition: all 0.35s ease;
}

[aria-expanded="true"] .icon-plus-minus::after {
  transform: rotate(90deg);
  transition: all 0.35s ease;
}

.hover-icon-chevron-green-8 {
  width: 8px;
  position: relative;
  height: 8px;
}

.hover-icon-chevron-green-8:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 1px 1px 0 0;
  position: absolute;
  transform-origin: 50% 50% 50%;
}

.hover-text-underline:hover .text {
  text-decoration: underline;
}

.tabs {
  position: relative;
}

.tabs a {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: color .15s ease-in-out;
  padding-bottom: 12px;
  color: #555;
}

.tabs a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #26A862;
  transition: width .2s ease-in-out;
}

.tabs .nav-item.swiper-slide-thumb-active a {
  color: #26A862;
}

.tabs .nav-item.swiper-slide-thumb-active a::after {
  width: 100%;
}

.custom-control-label {
  line-height: 2;
}

.custom-control-label::before,
.custom-control-label::after {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  left: -2rem;
}

.bg-hover {
  display: none;
  z-index: -1;
}

.custom-control-input:checked~.bg-hover {
  display: block;
}

.form-row {
  margin-right: -15px;
  margin-left: -15px;
}

.form-row>.col, .form-row>.container {
  padding-right: 15px;
  padding-left: 15px;
}

.collapse-body-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(270deg, #80c982 0%, #4fb980 81.53%);
  border-radius: 5px 5px 0px 0px;
  height: 5px;
}

.collapse-body-triangle {
  position: relative;
  top: -7px;
  left: 13px;
  background-color: #54bb81;
  text-align: left;
  transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}

@media (min-width: 1024px) {
  .collapse-body-triangle {
    top: -16px;
    left: 26px;
  }
}

.collapse-body-triangle:before, .collapse-body-triangle:after {
  content: "";
  position: absolute;
  background-color: inherit;
}

.collapse-body-triangle:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.collapse-body-triangle:after {
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.collapse-body-triangle,
.collapse-body-triangle:before,
.collapse-body-triangle:after {
  width: 7px;
  height: 7px;
  border-top-right-radius: 30%;
}

@media (min-width: 1024px) {

  .collapse-body-triangle,
  .collapse-body-triangle:before,
  .collapse-body-triangle:after {
    width: 14px;
    height: 14px;
  }
}

.boxshadow-2 {
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.15);
}

.table {
  border-top: 2px solid #4FB980;
}

.table-hover tbody tr:hover {
  background: #E8FAEE;
}

@media (max-width: 1023.98px) {
  .table-rwd {
    border-left: 0;
    border-right: 0;
  }

  .table-rwd th {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  .table-rwd tr {
    border-bottom: 1px solid #dee2e6;
  }

  .table-rwd td {
    position: relative;
    padding-left: 5rem;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    border: 0;
  }

  .table-rwd td:first-child {
    padding-left: 8px;
    padding-top: 10px;
  }

  .table-rwd td:last-child {
    padding-bottom: 10px;
  }

  .table-rwd td:before {
    position: absolute;
    top: 5px;
    left: 8px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-th) ": ";
    width: 4.5rem;
    display: inline-block;
  }
}

@media (max-width: 1023.98px) and (min-width: 1024px) {
  .table-rwd td:before {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .table-rwd td:first-child {
    font-weight: bold;
  }

  .table-rwd td:first-child:before {
    display: none;
  }

  .table-rwd th, .table-rwd td {
    height: 100%;
    text-align: left !important;
  }
}

.table-use-before-content {
  table-layout: fixed;
}

.table-use-before-content thead th {
  border-bottom: 0.5px solid #ddd;
  vertical-align: middle;
}

.table-use-before-content th, .table-use-before-content td {
  border: 0.5px solid #ddd;
  vertical-align: middle;
}

.table-use-before-content .comma:not(:first-child):before {
  content: '、';
}

.en .table-use-before-content .comma:not(:first-child):before {
  content: ', ';
}

@media (max-width: 1023.98px) {
  .table-use-before-content {
    border-left: 0;
    border-right: 0;
  }

  .table-use-before-content th {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  .table-use-before-content tbody tr {
    border-bottom: 1px solid #dee2e6;
  }

  .table-use-before-content td {
    position: relative;
    padding: 2.5px 0;
    display: flex;
    align-items: flex-start;
    border: 0;
  }

  .table-use-before-content td.d-none {
    display: none;
  }

  .table-use-before-content td:first-child {
    padding-top: 20px;
  }

  .table-use-before-content td:last-child {
    padding-bottom: 20px;
  }

  .table-use-before-content td:before {
    text-align: left;
    position: relative;
    left: 0;
    margin-right: 10px;
    white-space: nowrap;
    content: attr(data-th) ": ";
    display: inline-block;
  }
}

@media (max-width: 1023.98px) and (min-width: 1024px) {
  .table-use-before-content td:before {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .table-use-before-content td:first-child {
    font-weight: bold;
  }

  .table-use-before-content td:first-child:before {
    display: none;
  }

  .table-use-before-content th, .table-use-before-content td {
    height: 100%;
    text-align: left !important;
  }
}

.d-award {
  display: flex;
  margin: 0 auto;
  border: 2px solid #7DD681;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  width: 240px;
  height: 240px;
  max-width: 240px;
}

.d-award .d-award-inner {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 230px;
  height: 230px;
  border: 1px solid #7DD681;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .d-award {
    width: 260px;
    height: 260px;
    max-width: 260px;
    border-width: 4px;
  }

  .d-award .d-award-inner {
    width: 240px;
    height: 240px;
  }
}

@media (min-width: 1024px) {
  .d-lg-table {
    display: table !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-table-cell {
    display: table-cell !important;
  }
}

.skew-x-n45 {
  transform: skewX(-45deg);
}

.transition-all-d2s {
  transition: all 0.2s;
}

.transition-bg-d2s {
  transition: background-color 0.2s;
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-135 {
  transform: rotate(135deg);
}

.rotate-225 {
  transform: rotate(225deg);
}

.rotate-315 {
  transform: rotate(315deg);
}

.hover-scale-130p:hover {
  transform: scale(1.3);
}

.hover-img-scale-115p img {
  transition: transform 0.2s;
}

.hover-img-scale-115p:hover img {
  transform: scale(1.15);
}

.transform-y-100p {
  transform: translateY(100%);
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .opacity-lg-0 {
    opacity: 0;
  }
}

.opacity-20p {
  opacity: 0.2;
}

.opacity-50p {
  opacity: 0.5;
}

.events-none {
  pointer-events: none;
}

.vertical-align-top {
  vertical-align: top;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
:root {
  --swiper-theme-color: #26a862;
  --swiper-navigation-size: 16px;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}

.mask-on body:before {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 150vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.body-lock body {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.ofc {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; ";
}

.ie11 .ofc {
  opacity: 0;
  transition: opacity .2s ease-in;
}

a[href^="tel"] {
  color: #26a862;
}

a[href^="tel"]:hover {
  color: #26a862;
  text-decoration: underline;
}

.svg-align-top>svg {
  vertical-align: top;
}

.rotate-180 {
  transform: rotate(180deg);
}

.reset hr {
  border: 1px solid rgba(225, 225, 225, 0.5);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.reset h3 {
  font-size: 17px;
  line-height: 160%;
  font-weight: 400;
}

@media (min-width: 768px) {
  .reset h3 {
    font-size: 20px;
  }
}

.reset h5 {
  font-size: 24px;
  line-height: 160%;
}

@media (min-width: 768px) {
  .reset h5 {
    font-size: 24px;
    line-height: 160%;
  }
}

.reset h1+p, .reset h2+p, .reset h3+p, .reset h4+p, .reset h5+p, .reset h6+p {
  margin-top: 0;
}

.reset ul, .reset ol {
  margin-bottom: 1rem;
}

.reset ol {
  padding-left: 1.3rem;
}

.reset ul {
  list-style: none;
  padding-left: 1.3rem;
}

.reset ul li {
  position: relative;
}

.reset ul li:before {
  content: "•";
  position: absolute;
  left: -1rem;
  color: #26a862;
}

.reset p {
  margin-bottom: 1rem;
}

.reset p:last-child {
  margin-bottom: 0;
}

.reset p+ul {
  margin-top: -.5rem;
}

.reset p+ol {
  margin-top: -.5rem;
}

.reset li p:last-child {
  margin-bottom: 1rem;
}

.reset a {
  color: #26a862;
  margin-left: .25rem;
  margin-right: .25rem;
}

.reset a:hover {
  text-decoration: underline;
}

.reset .table-wrap {
  margin-bottom: 1rem;
}

.reset table {
  border: 1px solid #dee2e6;
  border-top: 2px solid #4FB980;
  border-collapse: collapse;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: auto;
}

.reset th {
  font-weight: 400;
  background-color: #4AB234;
  color: #fff;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
}

.reset td {
  padding: 0.75rem;
  background-color: #f9f9f9;
  color: #555555;
  border: 1px solid #dee2e6;
}

.reset blockquote {
  padding: 1rem;
  background-color: #EFEFEF;
}