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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .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: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .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: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .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;
  }
}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

.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: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .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: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .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: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

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

.vw-100 {
  width: 100vw !important;
}

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

html {
  height: 100%;
  background-color: #ffff00;
  overflow-x: hidden;
  width: 100%;
  float: left;
}

body {
  background-color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  font-family: "Inter", Arial;
  cursor: url("/assets/images/cursor.png"), auto;
}

body {
  min-height: 100%;
}

.xs-p-0 {
  padding: 0px;
}

.xs-p-1 {
  padding: 20px;
}

.xs-p-2 {
  padding: 40px;
}

.xs-p-3 {
  padding: 60px;
}

.xs-p-4 {
  padding: 80px;
}

.xs-p-5 {
  padding: 100px;
}

.xs-p-6 {
  padding: 120px;
}

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

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

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

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

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

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

.xs-pt-6 {
  padding-top: 120px;
}

.xs-pr-0 {
  padding-right: 0px;
}

.xs-pr-1 {
  padding-right: 20px;
}

.xs-pr-2 {
  padding-right: 40px;
}

.xs-pr-3 {
  padding-right: 60px;
}

.xs-pr-4 {
  padding-right: 80px;
}

.xs-pr-5 {
  padding-right: 100px;
}

.xs-pr-6 {
  padding-right: 120px;
}

.xs-pb-0 {
  padding-bottom: 0px;
}

.xs-pb-1 {
  padding-bottom: 20px;
}

.xs-pb-2 {
  padding-bottom: 40px;
}

.xs-pb-3 {
  padding-bottom: 60px;
}

.xs-pb-4 {
  padding-bottom: 80px;
}

.xs-pb-5 {
  padding-bottom: 100px;
}

.xs-pb-6 {
  padding-bottom: 120px;
}

.xs-pl-0 {
  padding-left: 0px;
}

.xs-pl-1 {
  padding-left: 20px;
}

.xs-pl-2 {
  padding-left: 40px;
}

.xs-pl-3 {
  padding-left: 60px;
}

.xs-pl-4 {
  padding-left: 80px;
}

.xs-pl-5 {
  padding-left: 100px;
}

.xs-pl-6 {
  padding-left: 120px;
}

.xs-m-0 {
  margin: 0px;
}

.xs-m-1 {
  margin: 20px;
}

.xs-m-2 {
  margin: 40px;
}

.xs-m-3 {
  margin: 60px;
}

.xs-m-4 {
  margin: 80px;
}

.xs-m-5 {
  margin: 100px;
}

.xs-m-6 {
  margin: 120px;
}

.xs-mt-0 {
  margin-top: 0px;
}

.xs-mt-1 {
  margin-top: 20px;
}

.xs-mt-2 {
  margin-top: 40px;
}

.xs-mt-3 {
  margin-top: 60px;
}

.xs-mt-4 {
  margin-top: 80px;
}

.xs-mt-5 {
  margin-top: 100px;
}

.xs-mt-6 {
  margin-top: 120px;
}

.xs-mr-0 {
  margin-right: 0px;
}

.xs-mr-1 {
  margin-right: 20px;
}

.xs-mr-2 {
  margin-right: 40px;
}

.xs-mr-3 {
  margin-right: 60px;
}

.xs-mr-4 {
  margin-right: 80px;
}

.xs-mr-5 {
  margin-right: 100px;
}

.xs-mr-6 {
  margin-right: 120px;
}

.xs-mb-0 {
  margin-bottom: 0px;
}

.xs-mb-1 {
  margin-bottom: 20px;
}

.xs-mb-2 {
  margin-bottom: 40px;
}

.xs-mb-3 {
  margin-bottom: 60px;
}

.xs-mb-4 {
  margin-bottom: 80px;
}

.xs-mb-5 {
  margin-bottom: 100px;
}

.xs-mb-6 {
  margin-bottom: 120px;
}

.xs-ml-0 {
  margin-left: 0px;
}

.xs-ml-1 {
  margin-left: 20px;
}

.xs-ml-2 {
  margin-left: 40px;
}

.xs-ml-3 {
  margin-left: 60px;
}

.xs-ml-4 {
  margin-left: 80px;
}

.xs-ml-5 {
  margin-left: 100px;
}

.xs-ml-6 {
  margin-left: 120px;
}

@media screen and (min-width: 576px) {
  .sm-p-0 {
    padding: 0px;
  }

  .sm-p-1 {
    padding: 20px;
  }

  .sm-p-2 {
    padding: 40px;
  }

  .sm-p-3 {
    padding: 60px;
  }

  .sm-p-4 {
    padding: 80px;
  }

  .sm-p-5 {
    padding: 100px;
  }

  .sm-p-6 {
    padding: 120px;
  }

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

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

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

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

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

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

  .sm-pt-6 {
    padding-top: 120px;
  }

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

  .sm-pr-1 {
    padding-right: 20px;
  }

  .sm-pr-2 {
    padding-right: 40px;
  }

  .sm-pr-3 {
    padding-right: 60px;
  }

  .sm-pr-4 {
    padding-right: 80px;
  }

  .sm-pr-5 {
    padding-right: 100px;
  }

  .sm-pr-6 {
    padding-right: 120px;
  }

  .sm-pb-0 {
    padding-bottom: 0px;
  }

  .sm-pb-1 {
    padding-bottom: 20px;
  }

  .sm-pb-2 {
    padding-bottom: 40px;
  }

  .sm-pb-3 {
    padding-bottom: 60px;
  }

  .sm-pb-4 {
    padding-bottom: 80px;
  }

  .sm-pb-5 {
    padding-bottom: 100px;
  }

  .sm-pb-6 {
    padding-bottom: 120px;
  }

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

  .sm-pl-1 {
    padding-left: 20px;
  }

  .sm-pl-2 {
    padding-left: 40px;
  }

  .sm-pl-3 {
    padding-left: 60px;
  }

  .sm-pl-4 {
    padding-left: 80px;
  }

  .sm-pl-5 {
    padding-left: 100px;
  }

  .sm-pl-6 {
    padding-left: 120px;
  }

  .sm-m-0 {
    margin: 0px;
  }

  .sm-m-1 {
    margin: 20px;
  }

  .sm-m-2 {
    margin: 40px;
  }

  .sm-m-3 {
    margin: 60px;
  }

  .sm-m-4 {
    margin: 80px;
  }

  .sm-m-5 {
    margin: 100px;
  }

  .sm-m-6 {
    margin: 120px;
  }

  .sm-mt-0 {
    margin-top: 0px;
  }

  .sm-mt-1 {
    margin-top: 20px;
  }

  .sm-mt-2 {
    margin-top: 40px;
  }

  .sm-mt-3 {
    margin-top: 60px;
  }

  .sm-mt-4 {
    margin-top: 80px;
  }

  .sm-mt-5 {
    margin-top: 100px;
  }

  .sm-mt-6 {
    margin-top: 120px;
  }

  .sm-mr-0 {
    margin-right: 0px;
  }

  .sm-mr-1 {
    margin-right: 20px;
  }

  .sm-mr-2 {
    margin-right: 40px;
  }

  .sm-mr-3 {
    margin-right: 60px;
  }

  .sm-mr-4 {
    margin-right: 80px;
  }

  .sm-mr-5 {
    margin-right: 100px;
  }

  .sm-mr-6 {
    margin-right: 120px;
  }

  .sm-mb-0 {
    margin-bottom: 0px;
  }

  .sm-mb-1 {
    margin-bottom: 20px;
  }

  .sm-mb-2 {
    margin-bottom: 40px;
  }

  .sm-mb-3 {
    margin-bottom: 60px;
  }

  .sm-mb-4 {
    margin-bottom: 80px;
  }

  .sm-mb-5 {
    margin-bottom: 100px;
  }

  .sm-mb-6 {
    margin-bottom: 120px;
  }

  .sm-ml-0 {
    margin-left: 0px;
  }

  .sm-ml-1 {
    margin-left: 20px;
  }

  .sm-ml-2 {
    margin-left: 40px;
  }

  .sm-ml-3 {
    margin-left: 60px;
  }

  .sm-ml-4 {
    margin-left: 80px;
  }

  .sm-ml-5 {
    margin-left: 100px;
  }

  .sm-ml-6 {
    margin-left: 120px;
  }
}
@media screen and (min-width: 768px) {
  .md-p-0 {
    padding: 0px;
  }

  .md-p-1 {
    padding: 20px;
  }

  .md-p-2 {
    padding: 40px;
  }

  .md-p-3 {
    padding: 60px;
  }

  .md-p-4 {
    padding: 80px;
  }

  .md-p-5 {
    padding: 100px;
  }

  .md-p-6 {
    padding: 120px;
  }

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

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

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

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

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

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

  .md-pt-6 {
    padding-top: 120px;
  }

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

  .md-pr-1 {
    padding-right: 20px;
  }

  .md-pr-2 {
    padding-right: 40px;
  }

  .md-pr-3 {
    padding-right: 60px;
  }

  .md-pr-4 {
    padding-right: 80px;
  }

  .md-pr-5 {
    padding-right: 100px;
  }

  .md-pr-6 {
    padding-right: 120px;
  }

  .md-pb-0 {
    padding-bottom: 0px;
  }

  .md-pb-1 {
    padding-bottom: 20px;
  }

  .md-pb-2 {
    padding-bottom: 40px;
  }

  .md-pb-3 {
    padding-bottom: 60px;
  }

  .md-pb-4 {
    padding-bottom: 80px;
  }

  .md-pb-5 {
    padding-bottom: 100px;
  }

  .md-pb-6 {
    padding-bottom: 120px;
  }

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

  .md-pl-1 {
    padding-left: 20px;
  }

  .md-pl-2 {
    padding-left: 40px;
  }

  .md-pl-3 {
    padding-left: 60px;
  }

  .md-pl-4 {
    padding-left: 80px;
  }

  .md-pl-5 {
    padding-left: 100px;
  }

  .md-pl-6 {
    padding-left: 120px;
  }

  .md-m-0 {
    margin: 0px;
  }

  .md-m-1 {
    margin: 20px;
  }

  .md-m-2 {
    margin: 40px;
  }

  .md-m-3 {
    margin: 60px;
  }

  .md-m-4 {
    margin: 80px;
  }

  .md-m-5 {
    margin: 100px;
  }

  .md-m-6 {
    margin: 120px;
  }

  .md-mt-0 {
    margin-top: 0px;
  }

  .md-mt-1 {
    margin-top: 20px;
  }

  .md-mt-2 {
    margin-top: 40px;
  }

  .md-mt-3 {
    margin-top: 60px;
  }

  .md-mt-4 {
    margin-top: 80px;
  }

  .md-mt-5 {
    margin-top: 100px;
  }

  .md-mt-6 {
    margin-top: 120px;
  }

  .md-mr-0 {
    margin-right: 0px;
  }

  .md-mr-1 {
    margin-right: 20px;
  }

  .md-mr-2 {
    margin-right: 40px;
  }

  .md-mr-3 {
    margin-right: 60px;
  }

  .md-mr-4 {
    margin-right: 80px;
  }

  .md-mr-5 {
    margin-right: 100px;
  }

  .md-mr-6 {
    margin-right: 120px;
  }

  .md-mb-0 {
    margin-bottom: 0px;
  }

  .md-mb-1 {
    margin-bottom: 20px;
  }

  .md-mb-2 {
    margin-bottom: 40px;
  }

  .md-mb-3 {
    margin-bottom: 60px;
  }

  .md-mb-4 {
    margin-bottom: 80px;
  }

  .md-mb-5 {
    margin-bottom: 100px;
  }

  .md-mb-6 {
    margin-bottom: 120px;
  }

  .md-ml-0 {
    margin-left: 0px;
  }

  .md-ml-1 {
    margin-left: 20px;
  }

  .md-ml-2 {
    margin-left: 40px;
  }

  .md-ml-3 {
    margin-left: 60px;
  }

  .md-ml-4 {
    margin-left: 80px;
  }

  .md-ml-5 {
    margin-left: 100px;
  }

  .md-ml-6 {
    margin-left: 120px;
  }
}
@media screen and (min-width: 992px) {
  .lg-p-0 {
    padding: 0px;
  }

  .lg-p-1 {
    padding: 20px;
  }

  .lg-p-2 {
    padding: 40px;
  }

  .lg-p-3 {
    padding: 60px;
  }

  .lg-p-4 {
    padding: 80px;
  }

  .lg-p-5 {
    padding: 100px;
  }

  .lg-p-6 {
    padding: 120px;
  }

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

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

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

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

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

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

  .lg-pt-6 {
    padding-top: 120px;
  }

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

  .lg-pr-1 {
    padding-right: 20px;
  }

  .lg-pr-2 {
    padding-right: 40px;
  }

  .lg-pr-3 {
    padding-right: 60px;
  }

  .lg-pr-4 {
    padding-right: 80px;
  }

  .lg-pr-5 {
    padding-right: 100px;
  }

  .lg-pr-6 {
    padding-right: 120px;
  }

  .lg-pb-0 {
    padding-bottom: 0px;
  }

  .lg-pb-1 {
    padding-bottom: 20px;
  }

  .lg-pb-2 {
    padding-bottom: 40px;
  }

  .lg-pb-3 {
    padding-bottom: 60px;
  }

  .lg-pb-4 {
    padding-bottom: 80px;
  }

  .lg-pb-5 {
    padding-bottom: 100px;
  }

  .lg-pb-6 {
    padding-bottom: 120px;
  }

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

  .lg-pl-1 {
    padding-left: 20px;
  }

  .lg-pl-2 {
    padding-left: 40px;
  }

  .lg-pl-3 {
    padding-left: 60px;
  }

  .lg-pl-4 {
    padding-left: 80px;
  }

  .lg-pl-5 {
    padding-left: 100px;
  }

  .lg-pl-6 {
    padding-left: 120px;
  }

  .lg-m-0 {
    margin: 0px;
  }

  .lg-m-1 {
    margin: 20px;
  }

  .lg-m-2 {
    margin: 40px;
  }

  .lg-m-3 {
    margin: 60px;
  }

  .lg-m-4 {
    margin: 80px;
  }

  .lg-m-5 {
    margin: 100px;
  }

  .lg-m-6 {
    margin: 120px;
  }

  .lg-mt-0 {
    margin-top: 0px;
  }

  .lg-mt-1 {
    margin-top: 20px;
  }

  .lg-mt-2 {
    margin-top: 40px;
  }

  .lg-mt-3 {
    margin-top: 60px;
  }

  .lg-mt-4 {
    margin-top: 80px;
  }

  .lg-mt-5 {
    margin-top: 100px;
  }

  .lg-mt-6 {
    margin-top: 120px;
  }

  .lg-mr-0 {
    margin-right: 0px;
  }

  .lg-mr-1 {
    margin-right: 20px;
  }

  .lg-mr-2 {
    margin-right: 40px;
  }

  .lg-mr-3 {
    margin-right: 60px;
  }

  .lg-mr-4 {
    margin-right: 80px;
  }

  .lg-mr-5 {
    margin-right: 100px;
  }

  .lg-mr-6 {
    margin-right: 120px;
  }

  .lg-mb-0 {
    margin-bottom: 0px;
  }

  .lg-mb-1 {
    margin-bottom: 20px;
  }

  .lg-mb-2 {
    margin-bottom: 40px;
  }

  .lg-mb-3 {
    margin-bottom: 60px;
  }

  .lg-mb-4 {
    margin-bottom: 80px;
  }

  .lg-mb-5 {
    margin-bottom: 100px;
  }

  .lg-mb-6 {
    margin-bottom: 120px;
  }

  .lg-ml-0 {
    margin-left: 0px;
  }

  .lg-ml-1 {
    margin-left: 20px;
  }

  .lg-ml-2 {
    margin-left: 40px;
  }

  .lg-ml-3 {
    margin-left: 60px;
  }

  .lg-ml-4 {
    margin-left: 80px;
  }

  .lg-ml-5 {
    margin-left: 100px;
  }

  .lg-ml-6 {
    margin-left: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .xl-p-0 {
    padding: 0px;
  }

  .xl-p-1 {
    padding: 20px;
  }

  .xl-p-2 {
    padding: 40px;
  }

  .xl-p-3 {
    padding: 60px;
  }

  .xl-p-4 {
    padding: 80px;
  }

  .xl-p-5 {
    padding: 100px;
  }

  .xl-p-6 {
    padding: 120px;
  }

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

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

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

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

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

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

  .xl-pt-6 {
    padding-top: 120px;
  }

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

  .xl-pr-1 {
    padding-right: 20px;
  }

  .xl-pr-2 {
    padding-right: 40px;
  }

  .xl-pr-3 {
    padding-right: 60px;
  }

  .xl-pr-4 {
    padding-right: 80px;
  }

  .xl-pr-5 {
    padding-right: 100px;
  }

  .xl-pr-6 {
    padding-right: 120px;
  }

  .xl-pb-0 {
    padding-bottom: 0px;
  }

  .xl-pb-1 {
    padding-bottom: 20px;
  }

  .xl-pb-2 {
    padding-bottom: 40px;
  }

  .xl-pb-3 {
    padding-bottom: 60px;
  }

  .xl-pb-4 {
    padding-bottom: 80px;
  }

  .xl-pb-5 {
    padding-bottom: 100px;
  }

  .xl-pb-6 {
    padding-bottom: 120px;
  }

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

  .xl-pl-1 {
    padding-left: 20px;
  }

  .xl-pl-2 {
    padding-left: 40px;
  }

  .xl-pl-3 {
    padding-left: 60px;
  }

  .xl-pl-4 {
    padding-left: 80px;
  }

  .xl-pl-5 {
    padding-left: 100px;
  }

  .xl-pl-6 {
    padding-left: 120px;
  }

  .xl-m-0 {
    margin: 0px;
  }

  .xl-m-1 {
    margin: 20px;
  }

  .xl-m-2 {
    margin: 40px;
  }

  .xl-m-3 {
    margin: 60px;
  }

  .xl-m-4 {
    margin: 80px;
  }

  .xl-m-5 {
    margin: 100px;
  }

  .xl-m-6 {
    margin: 120px;
  }

  .xl-mt-0 {
    margin-top: 0px;
  }

  .xl-mt-1 {
    margin-top: 20px;
  }

  .xl-mt-2 {
    margin-top: 40px;
  }

  .xl-mt-3 {
    margin-top: 60px;
  }

  .xl-mt-4 {
    margin-top: 80px;
  }

  .xl-mt-5 {
    margin-top: 100px;
  }

  .xl-mt-6 {
    margin-top: 120px;
  }

  .xl-mr-0 {
    margin-right: 0px;
  }

  .xl-mr-1 {
    margin-right: 20px;
  }

  .xl-mr-2 {
    margin-right: 40px;
  }

  .xl-mr-3 {
    margin-right: 60px;
  }

  .xl-mr-4 {
    margin-right: 80px;
  }

  .xl-mr-5 {
    margin-right: 100px;
  }

  .xl-mr-6 {
    margin-right: 120px;
  }

  .xl-mb-0 {
    margin-bottom: 0px;
  }

  .xl-mb-1 {
    margin-bottom: 20px;
  }

  .xl-mb-2 {
    margin-bottom: 40px;
  }

  .xl-mb-3 {
    margin-bottom: 60px;
  }

  .xl-mb-4 {
    margin-bottom: 80px;
  }

  .xl-mb-5 {
    margin-bottom: 100px;
  }

  .xl-mb-6 {
    margin-bottom: 120px;
  }

  .xl-ml-0 {
    margin-left: 0px;
  }

  .xl-ml-1 {
    margin-left: 20px;
  }

  .xl-ml-2 {
    margin-left: 40px;
  }

  .xl-ml-3 {
    margin-left: 60px;
  }

  .xl-ml-4 {
    margin-left: 80px;
  }

  .xl-ml-5 {
    margin-left: 100px;
  }

  .xl-ml-6 {
    margin-left: 120px;
  }
}
.bg1 {
  background-color: #fbebff !important;
}

.bg2 {
  background-color: #E9E2FB !important;
}

.bg3 {
  background-color: #f1f1f1 !important;
}

.bg4 {
  background-color: #a7f6da !important;
}

.bg5 {
  background-color: #fcc9b9 !important;
}

.bg6 {
  background-color: #ffff00 !important;
}

.bg7 {
  background-color: #ffff9e !important;
}

.button {
  display: inline-block;
  font-family: "Inter", Arial;
  font-weight: 500;
  color: black;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0px 0px;
}
.button:focus, .button.focus {
  outline: 0;
  box-shadow: none;
}
.button.disabled, .button:disabled {
  opacity: 0.8;
}
.button:hover {
  cursor: pointer;
}
.button.button-block {
  width: 100%;
  display: inline-block;
}
.button.button-primary {
  font-style: italic;
  border-bottom: 1px solid #ffff00;
}
.button.button-primary:hover {
  border-bottom: 1px solid #1f0121;
}

body {
  font-size: 16px;
  font-family: "Inter", Arial;
  color: #210023;
}

::-moz-selection {
  background: yellow;
}

::selection {
  background: yellow;
}

.selected {
  background: yellow;
}

.selected2 {
  background: #a7f6da;
}

p {
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

h1, .h1 {
  font-size: 2.5rem;
  font-family: "Inter", Arial;
  font-weight: 600;
}

h2, .h2 {
  font-size: 2rem;
  font-family: "Inter", Arial;
}

h3, .h3 {
  font-size: 1.6rem;
  font-family: "Inter", Arial;
  font-weight: 600;
}

h4, .h4 {
  font-size: 1.3rem;
  font-family: "Inter", Arial;
}

h5, .h5 {
  font-size: 1.15rem;
  font-family: "Inter", Arial;
  font-weight: 600;
}

h6, .h6 {
  font-size: 16px;
  font-family: "Inter", Arial;
}

h7, .h7 {
  font-size: 0.7143rem;
  font-family: "Inter", Arial;
}

a {
  color: #1f0121;
}
a:hover {
  color: #1f0121;
  text-decoration: none;
}

.wrapper {
  float: left;
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
}
.wrapper.wrapperFooter {
  padding-top: 80px;
  border-top: 2px solid #fbebff;
  padding-bottom: 80px;
}
.wrapper.wrapperHeader {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid #ead0f1;
}
.wrapper.wrapperCodes {
  border-bottom: 2px solid #fbebff;
}

mark.mark-0 {
  background-color: #bef6c2 !important;
}
mark.mark-1 {
  background-color: #73ceef !important;
}
mark.mark-2 {
  background-color: #ef7c7c !important;
}
mark.mark-3 {
  background-color: #f879b4 !important;
}
mark.mark-4 {
  background-color: #d28fef !important;
}
mark.mark-5 {
  background-color: #8feade !important;
}
mark.mark-6 {
  background-color: #9ef395 !important;
}
mark.mark-7 {
  background-color: #ffff00 !important;
}
mark.mark-8 {
  background-color: #ea7080 !important;
}
mark.mark-9 {
  background-color: #fcc9b9 !important;
}

.modIntro > .inner {
  margin-bottom: 100px;
  font-size: 2.5rem;
  font-weight: 500;
}
.modIntro > .inner p:nth-child(0) mark {
  background-color: #bef6c2;
}
.modIntro > .inner p:nth-child(1) mark {
  background-color: #73ceef;
}
.modIntro > .inner p:nth-child(2) mark {
  background-color: #ef7c7c;
}
.modIntro > .inner p:nth-child(3) mark {
  background-color: #f879b4;
}
.modIntro > .inner p:nth-child(4) mark {
  background-color: #d28fef;
}
.modIntro > .inner p:nth-child(5) mark {
  background-color: #8feade;
}
.modIntro > .inner p:nth-child(6) mark {
  background-color: #9ef395;
}
.modIntro > .inner p:nth-child(7) mark {
  background-color: #ffff00;
}
.modIntro > .inner p:nth-child(8) mark {
  background-color: #ea7080;
}
.modIntro > .inner p:nth-child(9) mark {
  background-color: #fcc9b9;
}
.modIntro > .inner img {
  height: 42px;
  width: 42px;
}
.modIntro > .inner ul {
  margin-bottom: 60px;
}
.modIntro > .inner p {
  margin-bottom: 40px;
  font-size: 2.5rem;
}
@media (max-width: 767.98px) {
  .modIntro > .inner p {
    font-size: 2rem;
  }
}
.modIntro > .inner h1 {
  font-size: 3.2rem;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .modIntro > .inner h1 {
    font-size: 2.8rem;
  }
}
.modIntro > .inner h2 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .modIntro > .inner h2 {
    font-size: 2.4rem;
  }
}
.modIntro > .inner h3 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .modIntro > .inner h3 {
    font-size: 2.2rem;
  }
}
.modIntro > .inner a {
  text-decoration: underline;
  text-decoration-color: #ffff00;
}
.modIntro > .inner a:hover {
  text-decoration: underline;
  text-decoration-color: #a7f6da;
}
.modIntro > .inner img {
  margin-top: -4px;
}
@media (max-width: 767.98px) {
  .modIntro > .inner {
    font-size: 1.6rem;
  }
  .modIntro > .inner img {
    height: 32px;
    width: 32px;
    margin-top: -5px;
  }
}

.modHashtag > .inner {
  font-style: italic;
  font-weight: 500;
  font-size: 1.2rem;
}

.modFooterMenu > .inner ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
  float: left;
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .modFooterMenu > .inner ul {
    margin-top: -5px;
  }
}
.modFooterMenu > .inner ul li {
  list-style: none;
  float: right;
  margin-left: 0px;
  padding-left: 0px;
}
@media (max-width: 991.98px) {
  .modFooterMenu > .inner ul li {
    width: 100%;
    text-align: right;
  }
}
.modFooterMenu > .inner ul li a {
  text-decoration: underline;
  text-decoration-color: #ffff00;
}
.modFooterMenu > .inner ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #a7f6da;
}
.modFooterMenu > .inner ul li a {
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .modFooterMenu > .inner ul li a {
    width: 100%;
    display: inline-block;
    float: right;
    margin-right: 0px;
    padding-bottom: 6.6666666667px;
    padding-top: 6.6666666667px;
  }
}

.modTechnology > .inner {
  float: left;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.modTechnology > .inner ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}
.modTechnology > .inner ul li {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
  padding: 20px;
  padding-bottom: 6.6666666667px;
  padding-top: 6.6666666667px;
  border-radius: 50px;
  border: 1px solid #000000;
  background-color: #ffff00;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.modTechnology > .inner ul li .toggle {
  position: absolute;
  right: -6px;
  top: -6px;
  background-color: #000000;
  font-style: italic;
  color: #ffff00;
  font-size: 0.8rem;
  line-height: 15px;
  padding: 0.1rem;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
}

.modPrinciple > .inner {
  background-color: #fffcfc;
  box-shadow: 0 0 0.3rem 0 #ffff00;
  display: block;
  overflow: hidden;
  transition: box-shadow 100ms ease-in-out;
  width: 100%;
  padding: 20px;
  border: 1px solid #1f0121;
  transition-duration: 0.15s;
  transition-property: box-shadow, transform;
  transition-timing-function: ease-in-out;
  margin-bottom: 20px;
}
.modPrinciple > .inner.principle0 {
  box-shadow: 0 0 0.3rem 0 #bef6c2;
}
.modPrinciple > .inner.principle1 {
  box-shadow: 0 0 0.3rem 0 #73ceef;
}
.modPrinciple > .inner.principle2 {
  box-shadow: 0 0 0.3rem 0 #ef7c7c;
}
.modPrinciple > .inner.principle3 {
  box-shadow: 0 0 0.3rem 0 #f879b4;
}
.modPrinciple > .inner.principle4 {
  box-shadow: 0 0 0.3rem 0 #d28fef;
}
.modPrinciple > .inner.principle5 {
  box-shadow: 0 0 0.3rem 0 #8feade;
}
.modPrinciple > .inner.principle6 {
  box-shadow: 0 0 0.3rem 0 #9ef395;
}
.modPrinciple > .inner.principle7 {
  box-shadow: 0 0 0.3rem 0 #ffff00;
}
.modPrinciple > .inner.principle8 {
  box-shadow: 0 0 0.3rem 0 #ea7080;
}
.modPrinciple > .inner.principle9 {
  box-shadow: 0 0 0.3rem 0 #fcc9b9;
}
.modPrinciple > .inner p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.modPrinciple > .inner:hover {
  transform: rotate(2deg) scale(1);
}

.modPartner > .inner {
  margin-bottom: 40px;
  width: 100%;
  display: inline-block;
  float: left;
}
.modPartner > .inner h3 {
  margin-bottom: 20px;
}
.modPartner > .inner p {
  margin-bottom: 20px;
}

.modPowerbox > .inner a {
  padding: 20px;
  background-color: #ffff00;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  float: left;
}
.modPowerbox > .inner a:hover {
  cursor: pointer;
  background-color: #fbebff;
  text-decoration: underline;
  text-decoration-color: #a7f6da;
}

.modMasonry > .inner {
  float: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .modMasonry > .inner {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 991.98px) {
  .modMasonry > .inner {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  .modMasonry > .inner {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}
.modMasonry .masonryItem {
  display: inline-block;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}

.modLogo > .inner a:hover img {
  filter: drop-shadow(2px 2px 0px #ffff00);
}

.modTrex > .inner {
  position: fixed;
  bottom: 0px;
  z-index: 20;
}
@-webkit-keyframes run {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.modTrex > .inner svg {
  fill: #1f0121;
}
.modTrex > .inner.run {
  -webkit-animation: linear alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 12s;
}
.modTrex > .inner.run svg {
  fill: #1f0121;
}
.modTrex > .inner.run svg [id=L],
.modTrex > .inner.run svg [id=R] {
  animation: leg 0.2s infinite steps(2);
}
.modTrex > .inner.run svg [id=R] {
  animation-delay: -0.5s;
}
@keyframes leg {
  to {
    transform: translateY(-10%);
  }
}
.modTrex > .inner.jump {
  transition-property: bottom;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  bottom: 15px;
}
@keyframes jump {}

.modGallery > .inner {
  float: left;
  display: inline-block;
  position: relative;
  margin-bottom: 100px;
  /* use for any tag on your page */
  /* box for title text */
}
.modGallery > .inner [data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.3s;
  visibility: visible;
}
.modGallery > .inner [data-title]:after {
  content: "open on external page";
  /* position for title view box */
  position: absolute;
  bottom: 1px;
  right: 1px;
  z-index: 30;
  visibility: hidden;
  /* optional */
  white-space: nowrap;
  /* stilization */
  background-color: white;
  color: #111;
  font-size: 0.8rem;
  padding: 1px 5px 2px 5px;
  opacity: 0;
  border: 1px solid #ffff00;
}
.modGallery > .inner .galleryItem {
  position: relative;
  float: left;
  z-index: 15;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.modGallery > .inner .galleryItem a {
  position: relative;
  float: left;
  display: inline-block;
}
.modGallery > .inner .galleryItem::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 5px;
  top: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  position: absolute;
  z-index: -1;
  background-color: #ffff00;
}
.modGallery > .inner .galleryItem::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 11px;
  top: 11px;
  z-index: -2;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  position: absolute;
  background-color: #edece8;
}
.modGallery > .inner .galleryItem img {
  border: 2px solid transparent;
}
.modGallery > .inner .galleryItem:hover::after {
  background-color: #ffff00;
}
.modGallery > .inner img:hover {
  border: 2px solid #ffff00;
}

.modBigHeadline > .inner ul {
  margin-bottom: 60px;
}
.modBigHeadline > .inner p {
  margin-bottom: 40px;
  font-size: 2.5rem;
}
@media (max-width: 767.98px) {
  .modBigHeadline > .inner p {
    font-size: 2rem;
  }
}
.modBigHeadline > .inner h1 {
  font-size: 3.2rem;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .modBigHeadline > .inner h1 {
    font-size: 2.8rem;
  }
}
.modBigHeadline > .inner h2 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .modBigHeadline > .inner h2 {
    font-size: 2.4rem;
  }
}
.modBigHeadline > .inner h3 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .modBigHeadline > .inner h3 {
    font-size: 2.2rem;
  }
}
.modBigHeadline > .inner h1 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.modList > .inner {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 100px;
}
.modList > .inner ul {
  padding-left: 0px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .modList > .inner ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 991.98px) {
  .modList > .inner ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  .modList > .inner ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}
.modList > .inner ul li {
  display: inline-block;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
.modList > .inner ul li a {
  text-decoration: underline;
  text-decoration-color: #ffff00;
}
.modList > .inner ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #a7f6da;
}
.modList > .inner ul li p {
  padding: 20px;
  background-color: #fbebff;
  font-size: 1.4rem;
  text-align: center;
}

.modBack > .inner {
  width: 100%;
  float: left;
  margin-bottom: 120px;
}
.modBack > .inner .button-primary {
  font-size: 1.8rem;
}

.modCodes .inner {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.5rem;
}
.modCodes .inner ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  display: none;
}
.modCodes .inner .animationWrapper {
  height: 4.5em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.modCodes .inner .codeIcon {
  color: #000000;
}
.modCodes .inner a {
  text-decoration: underline;
  text-decoration-color: #ffff00;
}
.modCodes .inner a:hover {
  text-decoration: underline;
  text-decoration-color: #a7f6da;
}
.modCodes .inner a {
  text-decoration-color: #fbebff;
  font-weight: 500;
  font-style: italic;
}
.modCodes .inner .blink {
  animation: blink-animation 0.75s steps(5, start) infinite;
  -webkit-animation: blink-animation 0.75s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.modOffCanvasNavigation > .inner {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0vh;
  left: 0px;
  background-color: #ffff00;
  z-index: 1100;
  display: none;
}
.modOffCanvasNavigation > .inner.open {
  display: block;
}
.modOffCanvasNavigation > .inner .navigationItems {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .modOffCanvasNavigation > .inner .navigationItems {
    min-width: 80%;
  }
}
.modOffCanvasNavigation > .inner .navigationAdditionalContent {
  font-size: 0.8rem;
  margin-top: 20px;
  float: left;
  display: inline-block;
}
.modOffCanvasNavigation > .inner .navigationAdditionalContent mark {
  background-color: white;
  padding-left: 2px;
  padding-right: 2px;
}
.modOffCanvasNavigation > .inner .navigationClose {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid black;
  border-radius: 100px;
}
.modOffCanvasNavigation > .inner .navigationClose:hover {
  cursor: pointer;
  background-color: #fbebff;
}
.modOffCanvasNavigation > .inner ul {
  list-style: none;
  padding-left: 0px;
  font-size: 1.7rem;
}
@media (max-width: 767.98px) {
  .modOffCanvasNavigation > .inner ul {
    font-size: 1.4rem;
  }
}
.modOffCanvasNavigation > .inner ul a {
  padding-left: 40px;
  margin-left: -40px;
}
@media (max-width: 767.98px) {
  .modOffCanvasNavigation > .inner ul a {
    padding-left: 30px;
    margin-left: -30px;
  }
}
.modOffCanvasNavigation > .inner ul a:hover, .modOffCanvasNavigation > .inner ul a.active {
  background-image: url(/assets/images/vendor/openmoji-svg-black/1F449.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  text-decoration: underline;
}

.modOffCanvasTrigger > .inner {
  position: relative;
  float: right;
  display: inline-block;
}
.modOffCanvasTrigger > .inner .offCanvasTrigger {
  position: fixed;
  top: 60px;
  border: 1px solid black;
  border-radius: 100px;
  z-index: 1010;
  background-color: #fbebff;
  margin-left: -42px;
}
.modOffCanvasTrigger > .inner .offCanvasTrigger:hover {
  cursor: pointer;
  background-color: #ffff00;
}

/*# sourceMappingURL=app.css.map */
