.container-max {
  max-width: 1920px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1170px) {
    .container-max {
      padding-left: 30px;
      padding-right: 30px; } }
  .container-max.no-gutter {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto; }

.container-full {
  max-width: 1920px; }
  .container-full.no-gutter {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto; }

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 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-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100%; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 100%; } }

@media (min-width: 1170px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1170px; } }

.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  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.33333%;
  max-width: 33.33333%; }

.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.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

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

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

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

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

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

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

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

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

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

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

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

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1170px) {
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1770px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    order: -1; }
  .order-xxxl-last {
    order: 13; }
  .order-xxxl-0 {
    order: 0; }
  .order-xxxl-1 {
    order: 1; }
  .order-xxxl-2 {
    order: 2; }
  .order-xxxl-3 {
    order: 3; }
  .order-xxxl-4 {
    order: 4; }
  .order-xxxl-5 {
    order: 5; }
  .order-xxxl-6 {
    order: 6; }
  .order-xxxl-7 {
    order: 7; }
  .order-xxxl-8 {
    order: 8; }
  .order-xxxl-9 {
    order: 9; }
  .order-xxxl-10 {
    order: 10; }
  .order-xxxl-11 {
    order: 11; }
  .order-xxxl-12 {
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

.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: 1170px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1770px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: flex !important; }
  .d-xxxl-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: 1170px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1770px) {
  .flex-xxxl-row {
    flex-direction: row !important; }
  .flex-xxxl-column {
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    justify-content: center !important; }
  .justify-content-xxxl-between {
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    justify-content: space-around !important; }
  .align-items-xxxl-start {
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    align-items: center !important; }
  .align-items-xxxl-baseline {
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    align-items: stretch !important; }
  .align-content-xxxl-start {
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    align-content: center !important; }
  .align-content-xxxl-between {
    align-content: space-between !important; }
  .align-content-xxxl-around {
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    align-self: auto !important; }
  .align-self-xxxl-start {
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    align-self: center !important; }
  .align-self-xxxl-baseline {
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1170px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1770px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxxl-n3 {
    margin: -1rem !important; }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important; }
  .m-xxxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxxl-n5 {
    margin: -3rem !important; }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

.slide-effect-enter {
  opacity: 0;
  transform: translateY(30px) translateZ(0); }

.slide-effect-enter-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: 200ms; }

.slide-effect-exit {
  opacity: 1;
  transform: translateY(0) translateZ(0); }

.slide-effect-exit-active {
  opacity: 0;
  transform: translateY(30px) translateZ(0);
  transition: 200ms; }

/***************************
	Reset CSS
***************************/
* {
  box-sizing: border-box;
  user-select: none; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Inter", sans-serif;
  vertical-align: baseline;
  font-weight: 500; }

:focus {
  outline: 0; }

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  font-family: inherit;
  font-size: inherit; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 14px; } }

a {
  text-decoration: none; }

a:focus {
  outline: 0; }

a:active,
a:hover {
  outline: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: unset; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.center {
  text-align: center; }

.listbox {
  position: relative;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5; }

.listbox-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  padding: 0.5rem 1rem;
  border: 1px solid #e2e8f0;
  background-color: #fff;
  border-radius: 0.25rem;
  cursor: pointer; }

.listbox-button:hover {
  background-color: #f7fafc; }

.listbox-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }

.listbox-options {
  position: absolute;
  width: 43%;
  max-height: 20rem;
  overflow-y: auto;
  padding: 0.5rem 0.5rem;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0 0 0.25rem 0.25rem;
  z-index: 10; }

.listbox-option {
  display: block;
  padding: 0.5rem 1rem;
  color: #374151;
  cursor: pointer; }

.listbox-option:hover,
.listbox-option:focus {
  background-color: #f7fafc; }

.listbox-option[aria-selected='true'] {
  background-color: #e5e7eb; }

.alert-modal {
  display: flex;
  flex-direction: column; }
  .alert-modal-header {
    margin-bottom: 1.875em; }
    .alert-modal-header h3 {
      color: #111;
      font-size: 1.25em;
      font-weight: 500;
      line-height: 1;
      margin-bottom: 0.75em; }
    .alert-modal-header p {
      color: #888;
      font-size: 16px;
      font-weight: 300;
      line-height: 1; }
  .alert-modal-footer {
    display: flex;
    justify-content: flex-end;
    column-gap: 0.3125em; }

.author-info-block {
  background-size: cover;
  font-size: 16px;
  background-color: #f5f5f5;
  padding: 1.5625em 0 2.5em;
  border-radius: 0.3125em;
  margin-bottom: 4.375rem; }
  .author-info-block__avatar {
    height: 120px;
    width: 120px;
    border-radius: 999px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1.5625em; }
    .author-info-block__avatar img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .author-info-block__info {
    text-align: center;
    max-width: 70%;
    margin: 0 auto; }
    .author-info-block__info h5 {
      color: #111;
      font-size: 2em;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1.13636em; }
    .author-info-block__info h3 {
      color: #111;
      font-size: 1.125em;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1.13636em;
      text-decoration: underline; }
    .author-info-block__info p {
      color: #111;
      font-size: 0.9375em;
      font-weight: 400;
      line-height: 1.8em;
      margin-bottom: 1em; }
    .author-info-block__info .social-media a {
      color: #111;
      font-size: 1em;
      font-weight: 500;
      text-decoration: none;
      line-height: 1;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      .author-info-block__info .social-media a:hover {
        color: #fff; }
      .author-info-block__info .social-media a:not(:last-child) {
        margin-right: 1.25em; }
    @media only screen and (max-width: 768px) {
      .author-info-block__info {
        max-width: 100%;
        padding: 0 0.9375em; } }

.breadcrumb {
  margin-bottom: 3.125em; }
  .breadcrumb-item {
    display: inline-block; }
    .breadcrumb-item-icon {
      margin-right: 0.9375em; }
    .breadcrumb-item a {
      color: #444;
      font-size: 1em;
      font-weight: 500;
      text-decoration: none;
      line-height: 1;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      .breadcrumb-item a:hover {
        color: #111; }
    .breadcrumb-item:not(:last-child)::after {
      content: '>';
      padding: 0.625em; }
  .breadcrumb-item-last {
    float: right; }

.btn {
  display: inline-block;
  text-align: center;
  transition: 0.2s ease-in-out;
  background-color: transparent;
  padding: 0;
  font-size: 0.875em;
  text-decoration: none;
  border: 0;
  cursor: pointer; }
  .btn span {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .btn span .btn-prefix {
      margin-right: 0.71429em; }
  .btn.-weight--light span {
    font-weight: 300; }
  .btn.-weight--regular span {
    font-weight: 400; }
  .btn.-weight--medium span {
    font-weight: 500; }
  .btn.-weight--bold span {
    font-weight: 700; }
  .btn:focus {
    outline: 0; }
  .btn.-variant--contained {
    height: 2.14286em;
    padding: 0 1.07143em; }
    .btn.-variant--contained.-size--small {
      height: 2.5rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
    .btn.-variant--contained.-size--regular {
      height: 2.8125rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
    .btn.-variant--contained.-size--large {
      height: 3.125rem;
      padding-left: 1.875rem;
      padding-right: 1.875rem; }
    .btn.-variant--contained.-color--blue {
      background-color: #007bff;
      color: #fff; }
      .btn.-variant--contained.-color--blue:hover {
        background-color: #0062cc; }
    .btn.-variant--contained.-color--indigo {
      background-color: #6610f2;
      color: #fff; }
      .btn.-variant--contained.-color--indigo:hover {
        background-color: #510bc4; }
    .btn.-variant--contained.-color--purple {
      background-color: #6f42c1;
      color: #fff; }
      .btn.-variant--contained.-color--purple:hover {
        background-color: #59339d; }
    .btn.-variant--contained.-color--pink {
      background-color: #e83e8c;
      color: #fff; }
      .btn.-variant--contained.-color--pink:hover {
        background-color: #d91a72; }
    .btn.-variant--contained.-color--red {
      background-color: #dc3545;
      color: #fff; }
      .btn.-variant--contained.-color--red:hover {
        background-color: #bd2130; }
    .btn.-variant--contained.-color--orange {
      background-color: #fd7e14;
      color: #fff; }
      .btn.-variant--contained.-color--orange:hover {
        background-color: #dc6502; }
    .btn.-variant--contained.-color--yellow {
      background-color: #ffc107;
      color: #fff; }
      .btn.-variant--contained.-color--yellow:hover {
        background-color: #d39e00; }
    .btn.-variant--contained.-color--green {
      background-color: #28a745;
      color: #fff; }
      .btn.-variant--contained.-color--green:hover {
        background-color: #1e7e34; }
    .btn.-variant--contained.-color--teal {
      background-color: #20c997;
      color: #fff; }
      .btn.-variant--contained.-color--teal:hover {
        background-color: #199d76; }
    .btn.-variant--contained.-color--cyan {
      background-color: #17a2b8;
      color: #fff; }
      .btn.-variant--contained.-color--cyan:hover {
        background-color: #117a8b; }
    .btn.-variant--contained.-color--white {
      background-color: #fff;
      color: #fff; }
      .btn.-variant--contained.-color--white:hover {
        background-color: #e6e6e6; }
    .btn.-variant--contained.-color--gray {
      background-color: #6c757d;
      color: #fff; }
      .btn.-variant--contained.-color--gray:hover {
        background-color: #545b62; }
    .btn.-variant--contained.-color--gray-dark {
      background-color: #343a40;
      color: #fff; }
      .btn.-variant--contained.-color--gray-dark:hover {
        background-color: #1d2124; }
    .btn.-variant--contained.-color--primary {
      background-color: #0b2b4e;
      color: #fff; }
      .btn.-variant--contained.-color--primary:hover {
        background-color: #051221; }
    .btn.-variant--contained.-color--secondary {
      background-color: #13aced;
      color: #fff; }
      .btn.-variant--contained.-color--secondary:hover {
        background-color: #0f8abe; }
    .btn.-variant--contained.-color--third {
      background-color: #537bdf;
      color: #fff; }
      .btn.-variant--contained.-color--third:hover {
        background-color: #285ad7; }
    .btn.-variant--contained.-color--fourth {
      background-color: #ffd661;
      color: #fff; }
      .btn.-variant--contained.-color--fourth:hover {
        background-color: #ffc92e; }
    .btn.-variant--contained.-color--error {
      background-color: #ed4337;
      color: #fff; }
      .btn.-variant--contained.-color--error:hover {
        background-color: #dd2114; }
    .btn.-variant--contained.-color--success {
      background-color: #5cb85c;
      color: #fff; }
      .btn.-variant--contained.-color--success:hover {
        background-color: #449d44; }
    .btn.-variant--contained.-color--light {
      background-color: #f5f5f5;
      color: #444; }
      .btn.-variant--contained.-color--light:hover {
        background-color: gainsboro; }
    .btn.-variant--contained.-color--x {
      background-color: #1d9bf0;
      color: #fff; }
      .btn.-variant--contained.-color--x:hover {
        background-color: #0e80cc; }
  .btn.-variant--outline {
    padding: 0 1.07143em; }
    .btn.-variant--outline.-size--small {
      height: 2.5rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
    .btn.-variant--outline.-size--regular {
      height: 2.8125rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
    .btn.-variant--outline.-size--large {
      height: 3.125rem;
      padding-left: 1.875rem;
      padding-right: 1.875rem; }
    .btn.-variant--outline.-color--blue {
      border: 1px solid #007bff;
      color: #007bff; }
      .btn.-variant--outline.-color--blue:hover {
        background-color: #007bff;
        color: #fff; }
    .btn.-variant--outline.-color--indigo {
      border: 1px solid #6610f2;
      color: #6610f2; }
      .btn.-variant--outline.-color--indigo:hover {
        background-color: #6610f2;
        color: #fff; }
    .btn.-variant--outline.-color--purple {
      border: 1px solid #6f42c1;
      color: #6f42c1; }
      .btn.-variant--outline.-color--purple:hover {
        background-color: #6f42c1;
        color: #fff; }
    .btn.-variant--outline.-color--pink {
      border: 1px solid #e83e8c;
      color: #e83e8c; }
      .btn.-variant--outline.-color--pink:hover {
        background-color: #e83e8c;
        color: #fff; }
    .btn.-variant--outline.-color--red {
      border: 1px solid #dc3545;
      color: #dc3545; }
      .btn.-variant--outline.-color--red:hover {
        background-color: #dc3545;
        color: #fff; }
    .btn.-variant--outline.-color--orange {
      border: 1px solid #fd7e14;
      color: #fd7e14; }
      .btn.-variant--outline.-color--orange:hover {
        background-color: #fd7e14;
        color: #fff; }
    .btn.-variant--outline.-color--yellow {
      border: 1px solid #ffc107;
      color: #ffc107; }
      .btn.-variant--outline.-color--yellow:hover {
        background-color: #ffc107;
        color: #fff; }
    .btn.-variant--outline.-color--green {
      border: 1px solid #28a745;
      color: #28a745; }
      .btn.-variant--outline.-color--green:hover {
        background-color: #28a745;
        color: #fff; }
    .btn.-variant--outline.-color--teal {
      border: 1px solid #20c997;
      color: #20c997; }
      .btn.-variant--outline.-color--teal:hover {
        background-color: #20c997;
        color: #fff; }
    .btn.-variant--outline.-color--cyan {
      border: 1px solid #17a2b8;
      color: #17a2b8; }
      .btn.-variant--outline.-color--cyan:hover {
        background-color: #17a2b8;
        color: #fff; }
    .btn.-variant--outline.-color--white {
      border: 1px solid #fff;
      color: #fff; }
      .btn.-variant--outline.-color--white:hover {
        background-color: #fff;
        color: #fff; }
    .btn.-variant--outline.-color--gray {
      border: 1px solid #6c757d;
      color: #6c757d; }
      .btn.-variant--outline.-color--gray:hover {
        background-color: #6c757d;
        color: #fff; }
    .btn.-variant--outline.-color--gray-dark {
      border: 1px solid #343a40;
      color: #343a40; }
      .btn.-variant--outline.-color--gray-dark:hover {
        background-color: #343a40;
        color: #fff; }
    .btn.-variant--outline.-color--primary {
      border: 1px solid #0b2b4e;
      color: #0b2b4e; }
      .btn.-variant--outline.-color--primary:hover {
        background-color: #0b2b4e;
        color: #fff; }
    .btn.-variant--outline.-color--secondary {
      border: 1px solid #13aced;
      color: #13aced; }
      .btn.-variant--outline.-color--secondary:hover {
        background-color: #13aced;
        color: #fff; }
    .btn.-variant--outline.-color--third {
      border: 1px solid #537bdf;
      color: #537bdf; }
      .btn.-variant--outline.-color--third:hover {
        background-color: #537bdf;
        color: #fff; }
    .btn.-variant--outline.-color--fourth {
      border: 1px solid #ffd661;
      color: #ffd661; }
      .btn.-variant--outline.-color--fourth:hover {
        background-color: #ffd661;
        color: #fff; }
    .btn.-variant--outline.-color--error {
      border: 1px solid #ed4337;
      color: #ed4337; }
      .btn.-variant--outline.-color--error:hover {
        background-color: #ed4337;
        color: #fff; }
    .btn.-variant--outline.-color--success {
      border: 1px solid #5cb85c;
      color: #5cb85c; }
      .btn.-variant--outline.-color--success:hover {
        background-color: #5cb85c;
        color: #fff; }
    .btn.-variant--outline.-color--light {
      border: 1px solid #f5f5f5;
      color: #f5f5f5; }
      .btn.-variant--outline.-color--light:hover {
        background-color: #f5f5f5;
        color: #fff; }
    .btn.-variant--outline.-color--x {
      border: 1px solid #1d9bf0;
      color: #1d9bf0; }
      .btn.-variant--outline.-color--x:hover {
        background-color: #1d9bf0;
        color: #fff; }
  .btn.-variant--link {
    padding: 0;
    border: 0; }
    .btn.-variant--link.-color--blue {
      color: #111; }
      .btn.-variant--link.-color--blue:hover {
        color: #007bff; }
    .btn.-variant--link.-color--indigo {
      color: #111; }
      .btn.-variant--link.-color--indigo:hover {
        color: #6610f2; }
    .btn.-variant--link.-color--purple {
      color: #111; }
      .btn.-variant--link.-color--purple:hover {
        color: #6f42c1; }
    .btn.-variant--link.-color--pink {
      color: #111; }
      .btn.-variant--link.-color--pink:hover {
        color: #e83e8c; }
    .btn.-variant--link.-color--red {
      color: #111; }
      .btn.-variant--link.-color--red:hover {
        color: #dc3545; }
    .btn.-variant--link.-color--orange {
      color: #111; }
      .btn.-variant--link.-color--orange:hover {
        color: #fd7e14; }
    .btn.-variant--link.-color--yellow {
      color: #111; }
      .btn.-variant--link.-color--yellow:hover {
        color: #ffc107; }
    .btn.-variant--link.-color--green {
      color: #111; }
      .btn.-variant--link.-color--green:hover {
        color: #28a745; }
    .btn.-variant--link.-color--teal {
      color: #111; }
      .btn.-variant--link.-color--teal:hover {
        color: #20c997; }
    .btn.-variant--link.-color--cyan {
      color: #111; }
      .btn.-variant--link.-color--cyan:hover {
        color: #17a2b8; }
    .btn.-variant--link.-color--white {
      color: #111; }
      .btn.-variant--link.-color--white:hover {
        color: #fff; }
    .btn.-variant--link.-color--gray {
      color: #111; }
      .btn.-variant--link.-color--gray:hover {
        color: #6c757d; }
    .btn.-variant--link.-color--gray-dark {
      color: #111; }
      .btn.-variant--link.-color--gray-dark:hover {
        color: #343a40; }
    .btn.-variant--link.-color--primary {
      color: #111; }
      .btn.-variant--link.-color--primary:hover {
        color: #0b2b4e; }
    .btn.-variant--link.-color--secondary {
      color: #111; }
      .btn.-variant--link.-color--secondary:hover {
        color: #13aced; }
    .btn.-variant--link.-color--third {
      color: #111; }
      .btn.-variant--link.-color--third:hover {
        color: #537bdf; }
    .btn.-variant--link.-color--fourth {
      color: #111; }
      .btn.-variant--link.-color--fourth:hover {
        color: #ffd661; }
    .btn.-variant--link.-color--error {
      color: #111; }
      .btn.-variant--link.-color--error:hover {
        color: #ed4337; }
    .btn.-variant--link.-color--success {
      color: #111; }
      .btn.-variant--link.-color--success:hover {
        color: #5cb85c; }
    .btn.-variant--link.-color--light {
      color: #111; }
      .btn.-variant--link.-color--light:hover {
        color: #f5f5f5; }
    .btn.-variant--link.-color--x {
      color: #111; }
      .btn.-variant--link.-color--x:hover {
        color: #1d9bf0; }
  .btn.-variant--underline {
    position: relative;
    overflow: hidden;
    border: 0;
    padding-bottom: 0.35714em; }
    .btn.-variant--underline.-shape--circle, .btn.-variant--underline.-shape--round {
      border-radius: 0; }
    .btn.-variant--underline.-color--blue {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--blue:hover {
        color: #007bff; }
        .btn.-variant--underline.-color--blue:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--blue:after, .btn.-variant--underline.-color--blue:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--blue:before {
        height: 0.14286em;
        left: 0;
        background-color: #007bff; }
      .btn.-variant--underline.-color--blue:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #004a99; }
    .btn.-variant--underline.-color--indigo {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--indigo:hover {
        color: #6610f2; }
        .btn.-variant--underline.-color--indigo:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--indigo:after, .btn.-variant--underline.-color--indigo:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--indigo:before {
        height: 0.14286em;
        left: 0;
        background-color: #6610f2; }
      .btn.-variant--underline.-color--indigo:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #3d0894; }
    .btn.-variant--underline.-color--purple {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--purple:hover {
        color: #6f42c1; }
        .btn.-variant--underline.-color--purple:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--purple:after, .btn.-variant--underline.-color--purple:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--purple:before {
        height: 0.14286em;
        left: 0;
        background-color: #6f42c1; }
      .btn.-variant--underline.-color--purple:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #432776; }
    .btn.-variant--underline.-color--pink {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--pink:hover {
        color: #e83e8c; }
        .btn.-variant--underline.-color--pink:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--pink:after, .btn.-variant--underline.-color--pink:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--pink:before {
        height: 0.14286em;
        left: 0;
        background-color: #e83e8c; }
      .btn.-variant--underline.-color--pink:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #ac145a; }
    .btn.-variant--underline.-color--red {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--red:hover {
        color: #dc3545; }
        .btn.-variant--underline.-color--red:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--red:after, .btn.-variant--underline.-color--red:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--red:before {
        height: 0.14286em;
        left: 0;
        background-color: #dc3545; }
      .btn.-variant--underline.-color--red:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #921925; }
    .btn.-variant--underline.-color--orange {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--orange:hover {
        color: #fd7e14; }
        .btn.-variant--underline.-color--orange:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--orange:after, .btn.-variant--underline.-color--orange:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--orange:before {
        height: 0.14286em;
        left: 0;
        background-color: #fd7e14; }
      .btn.-variant--underline.-color--orange:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #aa4e01; }
    .btn.-variant--underline.-color--yellow {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--yellow:hover {
        color: #ffc107; }
        .btn.-variant--underline.-color--yellow:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--yellow:after, .btn.-variant--underline.-color--yellow:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--yellow:before {
        height: 0.14286em;
        left: 0;
        background-color: #ffc107; }
      .btn.-variant--underline.-color--yellow:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #a07800; }
    .btn.-variant--underline.-color--green {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--green:hover {
        color: #28a745; }
        .btn.-variant--underline.-color--green:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--green:after, .btn.-variant--underline.-color--green:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--green:before {
        height: 0.14286em;
        left: 0;
        background-color: #28a745; }
      .btn.-variant--underline.-color--green:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #145523; }
    .btn.-variant--underline.-color--teal {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--teal:hover {
        color: #20c997; }
        .btn.-variant--underline.-color--teal:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--teal:after, .btn.-variant--underline.-color--teal:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--teal:before {
        height: 0.14286em;
        left: 0;
        background-color: #20c997; }
      .btn.-variant--underline.-color--teal:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #127155; }
    .btn.-variant--underline.-color--cyan {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--cyan:hover {
        color: #17a2b8; }
        .btn.-variant--underline.-color--cyan:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--cyan:after, .btn.-variant--underline.-color--cyan:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--cyan:before {
        height: 0.14286em;
        left: 0;
        background-color: #17a2b8; }
      .btn.-variant--underline.-color--cyan:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #0c525d; }
    .btn.-variant--underline.-color--white {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--white:hover {
        color: #fff; }
        .btn.-variant--underline.-color--white:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--white:after, .btn.-variant--underline.-color--white:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--white:before {
        height: 0.14286em;
        left: 0;
        background-color: #fff; }
      .btn.-variant--underline.-color--white:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #cccccc; }
    .btn.-variant--underline.-color--gray {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--gray:hover {
        color: #6c757d; }
        .btn.-variant--underline.-color--gray:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--gray:after, .btn.-variant--underline.-color--gray:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--gray:before {
        height: 0.14286em;
        left: 0;
        background-color: #6c757d; }
      .btn.-variant--underline.-color--gray:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #3d4246; }
    .btn.-variant--underline.-color--gray-dark {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--gray-dark:hover {
        color: #343a40; }
        .btn.-variant--underline.-color--gray-dark:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--gray-dark:after, .btn.-variant--underline.-color--gray-dark:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--gray-dark:before {
        height: 0.14286em;
        left: 0;
        background-color: #343a40; }
      .btn.-variant--underline.-color--gray-dark:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #060708; }
    .btn.-variant--underline.-color--primary {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--primary:hover {
        color: #0b2b4e; }
        .btn.-variant--underline.-color--primary:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--primary:after, .btn.-variant--underline.-color--primary:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--primary:before {
        height: 0.14286em;
        left: 0;
        background-color: #0b2b4e; }
      .btn.-variant--underline.-color--primary:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: black; }
    .btn.-variant--underline.-color--secondary {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--secondary:hover {
        color: #13aced; }
        .btn.-variant--underline.-color--secondary:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--secondary:after, .btn.-variant--underline.-color--secondary:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--secondary:before {
        height: 0.14286em;
        left: 0;
        background-color: #13aced; }
      .btn.-variant--underline.-color--secondary:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #0b688f; }
    .btn.-variant--underline.-color--third {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--third:hover {
        color: #537bdf; }
        .btn.-variant--underline.-color--third:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--third:after, .btn.-variant--underline.-color--third:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--third:before {
        height: 0.14286em;
        left: 0;
        background-color: #537bdf; }
      .btn.-variant--underline.-color--third:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #2048ac; }
    .btn.-variant--underline.-color--fourth {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--fourth:hover {
        color: #ffd661; }
        .btn.-variant--underline.-color--fourth:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--fourth:after, .btn.-variant--underline.-color--fourth:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--fourth:before {
        height: 0.14286em;
        left: 0;
        background-color: #ffd661; }
      .btn.-variant--underline.-color--fourth:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #fab900; }
    .btn.-variant--underline.-color--error {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--error:hover {
        color: #ed4337; }
        .btn.-variant--underline.-color--error:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--error:after, .btn.-variant--underline.-color--error:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--error:before {
        height: 0.14286em;
        left: 0;
        background-color: #ed4337; }
      .btn.-variant--underline.-color--error:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #ae1a10; }
    .btn.-variant--underline.-color--success {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--success:hover {
        color: #5cb85c; }
        .btn.-variant--underline.-color--success:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--success:after, .btn.-variant--underline.-color--success:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--success:before {
        height: 0.14286em;
        left: 0;
        background-color: #5cb85c; }
      .btn.-variant--underline.-color--success:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #357935; }
    .btn.-variant--underline.-color--light {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--light:hover {
        color: #f5f5f5; }
        .btn.-variant--underline.-color--light:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--light:after, .btn.-variant--underline.-color--light:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--light:before {
        height: 0.14286em;
        left: 0;
        background-color: #f5f5f5; }
      .btn.-variant--underline.-color--light:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #c2c2c2; }
    .btn.-variant--underline.-color--x {
      color: #111;
      transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .btn.-variant--underline.-color--x:hover {
        color: #1d9bf0; }
        .btn.-variant--underline.-color--x:hover:after {
          left: 0; }
      .btn.-variant--underline.-color--x:after, .btn.-variant--underline.-color--x:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0; }
      .btn.-variant--underline.-color--x:before {
        height: 0.14286em;
        left: 0;
        background-color: #1d9bf0; }
      .btn.-variant--underline.-color--x:after {
        transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
        height: 0.14286em;
        left: -100%;
        background-color: #0a629d; }
  .btn.-fullwidth {
    width: 100%; }
  .btn.-shape--circle {
    border-radius: 999px; }
  .btn.-shape--round {
    border-radius: 0.35714em; }
  .btn.-disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none; }

.tag .tag__background {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.tag.-bar {
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.78571em;
  overflow: hidden;
  border-radius: 0.35714em; }
  .tag.-bar:hover .tag__background {
    transform: scale(1.1); }
  .tag.-bar .tag__background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }
  .tag.-bar h5 {
    color: #ffffff;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
    .tag.-bar h5.quantity {
      height: 2.5em;
      width: 2.5em;
      background-color: #ebebeb;
      text-align: center;
      line-height: 2.5em;
      border-radius: 999px;
      color: #111; }

.tag.-round {
  display: block;
  text-align: center;
  color: title;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-transform: uppercase; }
  .tag.-round:hover {
    color: yellow; }
  .tag.-round:hover .tag__background {
    transform: rotate(10deg); }
  .tag.-round .tag__background {
    height: 12.5em;
    width: 12.5em;
    margin-bottom: 1.875em;
    border-radius: 999px;
    margin: 0 auto;
    margin-bottom: 1.875em; }
  .tag.-round h5 {
    display: inline-block;
    font-weight: 700; }
    .tag.-round h5.quantity::before {
      content: '('; }
    .tag.-round h5.quantity::after {
      content: ')'; }

.tag.-square {
  display: block;
  text-align: center;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-transform: uppercase; }
  .tag.-square:hover {
    color: #0b2b4e; }
  .tag.-square:hover .tag__background {
    transform: translateY(-5px); }
  .tag.-square .tag__background {
    height: 6.5625em;
    width: 100%;
    border-radius: 0.3125em;
    margin: 0 auto;
    margin-bottom: 0.9375em; }
  .tag.-square h5 {
    display: inline-block;
    font-weight: 700; }
    .tag.-square h5.quantity {
      display: none; }

.tag.-theme--secondary.-round:hover {
  color: #13aced; }

.tag.-theme--secondary.-square:hover {
  color: #13aced; }

.tag.-theme--third.-round:hover {
  color: #537bdf; }

.tag.-theme--third.-square:hover {
  color: #537bdf; }

.tag.-theme--fourth.-round:hover {
  color: #ffd661; }

.tag.-theme--fourth.-square:hover {
  color: #ffd661; }

.loading-container {
  text-align: center;
  padding: 100px 0;
  color: #0b2b4e; }
  .loading-container .-theme--secondary {
    color: #13aced; }
  .loading-container .-theme--third {
    color: #537bdf; }
  .loading-container .-theme--fourth {
    color: #ffd661; }

.checkbox-group.-circle.customed .checkmark {
  border-radius: 999px; }

.checkbox-group.customed {
  display: block;
  position: relative;
  padding-left: 1.875em;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #111;
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize; }
  .checkbox-group.customed:hover input ~ .checkmark {
    background-color: #e6e6e6; }
  .checkbox-group.customed .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #f5f5f5;
    border-radius: 0.2em; }
    .checkbox-group.customed .checkmark:after {
      content: '\F00D';
      font-family: 'Font Awesome 5 Pro';
      left: 4px;
      top: 2px;
      position: absolute;
      font-size: 12px;
      color: #fff; }
  .checkbox-group.customed input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkbox-group.customed input:checked ~ .checkmark {
      background-color: #0b2b4e; }
      .checkbox-group.customed input:checked ~ .checkmark:after {
        content: '\F00C';
        font-size: 10px;
        left: 2.5px;
        top: 3px; }

.checkbox-group.-theme--secondary .customed input:checked ~ .checkmark {
  background-color: #13aced; }

.checkbox-group.-theme--third .customed input:checked ~ .checkmark {
  background-color: #537bdf; }

.checkbox-group.-theme--fourth .customed input:checked ~ .checkmark {
  background-color: #ffd661; }

.empty-skeleton {
  text-align: center;
  padding: 3.125em 0; }
  .empty-skeleton h2 {
    color: #111;
    font-size: 1.375em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.68182em; }
  .empty-skeleton p {
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 1; }
  .empty-skeleton-extra {
    margin-top: 1.5625em; }

footer {
  font-size: 16px; }
  footer .footer-content {
    padding: 5rem 0 3.75rem; }
    @media only screen and (max-width: 992px) {
      footer .footer-content .footer-col {
        margin-bottom: 2.5em; } }
    footer .footer-content .footer-col__title {
      display: flex;
      align-items: center;
      margin-bottom: 2.5em;
      font-size: 16px; }
      footer .footer-content .footer-col__title h5 {
        color: #111;
        font-size: 1.125em;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        margin-right: 0.9375em; }
      footer .footer-content .footer-col__title:after {
        content: '';
        height: 1px;
        flex-grow: 1;
        display: block;
        background-color: #e1e1e1; }
    footer .footer-content .footer-col.-about p {
      color: #444;
      font-size: 0.9375em;
      font-weight: 400;
      line-height: 1.73333em; }
    footer .footer-content .footer-col.-about .contact-method {
      margin-top: 15px; }
      footer .footer-content .footer-col.-about .contact-method p i {
        width: 8px;
        margin-right: 1.3125em;
        color: #0b2b4e;
        text-align: center;
        font-size: 0.9375em; }
    footer .footer-content .footer-col.-util .tags-group {
      margin-bottom: 1.25em;
      margin-right: -0.9375em; }
  footer .copyright {
    padding: 1.5625em;
    border-top: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    color: #111;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.42857em; }
  footer.-theme--secondary .footer-content .footer-col.-about .contact-method p i {
    color: #13aced; }
  footer.-theme--third .footer-content .footer-col.-about .contact-method p i {
    color: #537bdf; }
  footer.-theme--fourth .footer-content .footer-col.-about .contact-method p i {
    color: #ffd661; }

#search-box {
  font-size: 30px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 5px 5px 0 rgba(48, 68, 78, 0.1);
  padding: 0.66667em 0;
  z-index: 99; }
  #search-box form {
    position: relative; }
    #search-box form input {
      background-color: #fff;
      border: 1px solid #e1e1e1;
      height: 2.5em;
      width: 100%;
      font-family: inherit;
      transition: 0.2s ease-in-out;
      -webkit-appearance: none;
      padding: 0.71429em 1.07143em 0.71429em 2.85714em;
      color: #888;
      font-size: 0.93333em;
      font-weight: 500;
      line-height: 2.5em;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      background-image: url("/assets/images/icons/search.svg");
      background-size: 1.07143em;
      background-position: 1.07143em center;
      background-repeat: no-repeat; }
      #search-box form input:focus {
        outline: 0;
        box-shadow: none; }
      #search-box form input:-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.93333em;
        font-weight: 500;
        line-height: 2.5em; }
      #search-box form input::-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.93333em;
        font-weight: 500;
        line-height: 2.5em; }
      #search-box form input:-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.93333em;
        font-weight: 500;
        line-height: 2.5em;
        line-height: -moz-block-height; }
      #search-box form input::-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.93333em;
        font-weight: 500;
        line-height: 2.5em;
        line-height: -moz-block-height; }
      #search-box form input:-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.93333em;
        font-weight: 500;
        line-height: 2.5em; }
      #search-box form input::-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.93333em;
        font-weight: 500;
        line-height: 2.5em; }
      #search-box form input:-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.93333em;
        font-weight: 500;
        line-height: 2.5em; }
      #search-box form input::-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.93333em;
        font-weight: 500;
        line-height: 2.5em; }
      #search-box form input:input-placeholder {
        color: #e1e1e1;
        font-size: 0.93333em;
        font-weight: 500;
        line-height: 2.5em; }
      #search-box form input::input-placeholder {
        color: #e1e1e1;
        font-size: 0.93333em;
        font-weight: 500;
        line-height: 2.5em; }
    #search-box form button {
      position: absolute;
      right: 1em;
      top: 50%;
      transform: translateY(-50%);
      color: #aeaeae;
      font-size: 0.93333em;
      font-weight: 500;
      text-decoration: none;
      line-height: 1;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      border: 0;
      background-color: transparent; }
      #search-box form button:hover {
        color: title; }

@keyframes slideInDown {
  from {
    transform: translateY(-500px);
    opacity: 0;
    visibility: hidden; }
  to {
    transform: translateY(0);
    opacity: 1;
    visibility: visible; } }

.center-line-title {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 2.5em; }
  .center-line-title h5 {
    color: #111;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 0.9375em; }
  .center-line-title:after {
    content: '';
    height: 1px;
    flex-grow: 1;
    display: block;
    background-color: #e1e1e1; }

header {
  box-shadow: 0px 5px 5px 0 rgba(48, 68, 78, 0.1);
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff; }
  header .header-wrapper {
    padding: 25px 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    header .header-wrapper .header-logo img {
      max-height: 3.57143em;
      object-fit: contain;
      margin-right: auto; }
    header .header-wrapper nav ul > li {
      display: inline-block;
      position: relative; }
      header .header-wrapper nav ul > li:not(:last-child) {
        margin-right: 3.57143em; }
      header .header-wrapper nav ul > li.active > a:after {
        left: 0; }
      header .header-wrapper nav ul > li.active > a:hover:after {
        animation: reSlide 1s forwards; }
      header .header-wrapper nav ul > li > a {
        text-transform: uppercase;
        color: #111;
        font-size: 1em;
        font-weight: 600;
        text-decoration: none;
        line-height: 1em;
        cursor: pointer;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        text-transform: uppercase;
        position: relative;
        padding: 8px 0;
        overflow: hidden;
        display: inline-block; }
        header .header-wrapper nav ul > li > a:hover {
          color: #0b2b4e; }
        header .header-wrapper nav ul > li > a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: -100%;
          height: 3px;
          width: 100%;
          background-color: #0b2b4e;
          -webkit-transition: 0.2s ease-in-out;
          -moz-transition: 0.2s ease-in-out;
          -ms-transition: 0.2s ease-in-out;
          -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out; }
        header .header-wrapper nav ul > li > a:hover:after {
          left: 0; }
      header .header-wrapper nav ul > li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible; }
      header .header-wrapper nav ul > li:hover > a:after {
        left: 0; }
      header .header-wrapper nav ul > li .dropdown-menu {
        position: absolute;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        left: 0;
        padding: 30px 50px;
        background-color: #fff;
        box-shadow: 0px 5px 5px 0 rgba(48, 68, 78, 0.1);
        opacity: 0;
        visibility: hidden;
        z-index: 10; }
        header .header-wrapper nav ul > li .dropdown-menu li {
          display: block;
          margin: 0;
          margin-bottom: 10px; }
          header .header-wrapper nav ul > li .dropdown-menu li:last-child {
            margin-bottom: 0; }
          header .header-wrapper nav ul > li .dropdown-menu li a {
            white-space: pre; }
    @media only screen and (max-width: 992px) {
      header .header-wrapper nav {
        display: none; } }
    header .header-wrapper .header-icons {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      header .header-wrapper .header-icons__item {
        color: #111;
        font-size: 1.14286em;
        font-weight: 600;
        text-decoration: none;
        line-height: 0;
        cursor: pointer;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        text-transform: uppercase; }
        header .header-wrapper .header-icons__item:hover {
          color: #0b2b4e; }
      header .header-wrapper .header-icons__search {
        padding-right: 1.42857em;
        margin-right: 1.42857em;
        border-right: 1px solid #e1e1e1; }
        header .header-wrapper .header-icons__search.active {
          color: #0b2b4e; }
      @media only screen and (max-width: 992px) {
        header .header-wrapper .header-icons .social .social-block {
          display: none; } }
      header .header-wrapper .header-icons .social .header-icons__menu-controller {
        display: none; }
        @media only screen and (max-width: 992px) {
          header .header-wrapper .header-icons .social .header-icons__menu-controller {
            display: inline-block; } }
    header .header-wrapper .navigation-mobile {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: #fff;
      z-index: 100;
      box-shadow: 0px 5px 5px 0 rgba(48, 68, 78, 0.1);
      overflow-y: auto;
      height: 100vh; }
      header .header-wrapper .navigation-mobile ul {
        padding: 30px 20px 100px; }
        header .header-wrapper .navigation-mobile ul > li {
          display: block;
          margin-right: 0;
          padding: 20px 0 20px;
          z-index: 100; }
          header .header-wrapper .navigation-mobile ul > li:not(:last-child) {
            margin-right: 0;
            border-bottom: 1px solid #e1e1e1; }
          header .header-wrapper .navigation-mobile ul > li > a {
            padding: 0; }
            header .header-wrapper .navigation-mobile ul > li > a:after {
              display: none; }
          header .header-wrapper .navigation-mobile ul > li .dropdown-menu {
            opacity: 1;
            visibility: visible;
            box-shadow: none;
            z-index: 200;
            position: unset;
            padding: 15px 30px; }
            header .header-wrapper .navigation-mobile ul > li .dropdown-menu li {
              border-bottom: 0;
              padding: 10px 0; }
            header .header-wrapper .navigation-mobile ul > li .dropdown-menu.show {
              display: block; }
          header .header-wrapper .navigation-mobile ul > li .dropdown-menu__controller {
            float: right; }
  @media only screen and (max-width: 992px) {
    header {
      font-size: 13px; } }
  @media only screen and (max-width: 768px) {
    header {
      font-size: 15px;
      z-index: 100; }
      header .header-icons #search {
        padding-right: 1.33333em;
        margin-right: 1.33333em; } }
  header.scroll-down .header-wrapper {
    padding: 20px 0; }
  header.-theme--secondary .header-wrapper nav ul > li > a:hover {
    color: #13aced; }
  header.-theme--secondary .header-wrapper nav ul > li > a:after {
    background-color: #13aced; }
  header.-theme--secondary .header-wrapper .header-icons_search.active {
    color: #13aced; }
  header.-theme--third .header-wrapper nav ul > li > a:hover {
    color: #537bdf; }
  header.-theme--third .header-wrapper nav ul > li > a:after {
    background-color: #537bdf; }
  header.-theme--third .header-wrapper .header-icons_search.active {
    color: #537bdf; }
  header.-theme--fourth .header-wrapper nav ul > li > a:hover {
    color: #ffd661; }
  header.-theme--fourth .header-wrapper nav ul > li > a:after {
    background-color: #ffd661; }
  header.-theme--fourth .header-wrapper .header-icons_search.active {
    color: #ffd661; }

.header-spacing {
  height: 5rem; }

@keyframes reSlide {
  from {
    left: -100%; }
  to {
    left: 0; } }

.hero-slider-carousel {
  font-size: 16px;
  margin-bottom: 5em; }
  @media only screen and (max-width: 576px) {
    .hero-slider-carousel {
      font-size: 15px; } }
  .hero-slider-carousel__item {
    position: relative; }
    .hero-slider-carousel__item .slider-item__image {
      height: 100%;
      height: 40em; }
      .hero-slider-carousel__item .slider-item__image img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .hero-slider-carousel__item .slider-item__content {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 600px;
      background-color: #fff;
      transform: translate(-50%, -50%);
      padding: 1.875em 4.375em; }
      @media only screen and (max-width: 576px) {
        .hero-slider-carousel__item .slider-item__content {
          padding: 0.9375em 1.875em;
          width: 70%; } }
  .hero-slider-carousel .slick-arrow {
    background-color: #fff;
    border: 0;
    color: regular;
    font-size: 1em;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    position: absolute;
    z-index: 1; }
    .hero-slider-carousel .slick-arrow.slick-next {
      right: 0; }
    .hero-slider-carousel .slick-arrow.slick-prev {
      left: 0; }

.hero-slider-split.-post-inline {
  padding: 3.125em;
  background-color: #f5f5f5; }

.hero-slider-split.-post-box {
  padding-bottom: 1.875em;
  border-bottom: 1px solid #e1e1e1; }
  .hero-slider-split.-post-box .post-card {
    height: 535px; }
    .hero-slider-split.-post-box .post-card .card-cover {
      max-height: 400px; }

.hero-slider-split .slider-item {
  padding: 0 0.625em; }
  .hero-slider-split .slider-item .post-card {
    height: 33.4375em; }
    .hero-slider-split .slider-item .post-card .card-content {
      padding-bottom: 1.25em; }

.hero-slider-split .slick-arrow {
  background-color: #fff;
  border: 0;
  color: regular;
  font-size: 1em;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  position: absolute;
  z-index: 1; }
  .hero-slider-split .slick-arrow.slick-next {
    right: 0; }
  .hero-slider-split .slick-arrow.slick-prev {
    left: 0; }

.instagram {
  font-size: 15px; }
  .instagram .instagram-container .instagram-item {
    position: relative;
    display: block;
    padding: 5px; }
    .instagram .instagram-container .instagram-item:hover .instagram-item__content {
      opacity: 1; }
    .instagram .instagram-container .instagram-item img {
      width: 100%; }
    .instagram .instagram-container .instagram-item__content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: rgba(11, 43, 78, 0.6);
      opacity: 0;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      color: #fff;
      font-size: 1em;
      font-weight: 400;
      line-height: 1; }
      .instagram .instagram-container .instagram-item__content i {
        font-size: 2em;
        margin-bottom: 0.5em; }
  .instagram.-theme--secondary .instagram-container .instagram-item .instagram-item__content {
    background-color: rgba(19, 172, 237, 0.6); }
  .instagram.-theme--third .instagram-container .instagram-item .instagram-item__content {
    background-color: rgba(83, 123, 223, 0.6); }
  .instagram.-theme--fourth .instagram-container .instagram-item .instagram-item__content {
    background-color: rgba(255, 214, 97, 0.6); }

.masonry-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.25em;
  width: auto; }
  .masonry-grid_column {
    padding-left: 1.25em;
    background-clip: padding-box; }
    .masonry-grid_column > div {
      margin-bottom: 1.25em; }

.pagination li {
  display: inline-block; }
  .pagination li:not(:last-child) {
    margin-right: 5px; }
  .pagination li.active a {
    background-color: #000;
    color: #fff; }
    .pagination li.active a:hover {
      background-color: #000;
      color: #fff; }
  .pagination li.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none; }
  .pagination li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 0.9375em; }
    .pagination li a:hover {
      background-color: rgba(0, 0, 0, 0.1); }

.post-author {
  margin-bottom: 3.75em;
  text-align: center;
  background-color: #f5f5f5;
  position: relative; }
  .post-author::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 3.75em;
    z-index: 0; }
  .post-author-avatar {
    height: 120px;
    width: 120px;
    border-radius: 999px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1.13636em;
    position: inherit;
    z-index: 1; }
    .post-author-avatar img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .post-author-info {
    padding: 0 3.75em 1.875em; }
    @media only screen and (max-width: 768px) {
      .post-author-info {
        padding: 0 1.875em 1.25em; } }
    .post-author-info h5 {
      color: #111;
      font-size: 1.375em;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 0.45455em; }
    .post-author-info p {
      color: #111;
      font-size: 0.9375em;
      font-weight: 400;
      line-height: 1.8em;
      margin-bottom: 0.66667em; }
    .post-author-info .social-media a {
      color: title;
      font-size: 1em;
      font-weight: 500;
      text-decoration: none;
      line-height: 1;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      .post-author-info .social-media a:hover {
        color: #0b2b4e; }
      .post-author-info .social-media a:not(:last-child) {
        margin-right: 0.625em; }

/***************************
	Post footer
***************************/
.post-comment-detail {
  margin-bottom: 3.75em; }
  .post-comment-detail .comment-item {
    margin-bottom: 2.5em; }
    .post-comment-detail .comment-item__avatar {
      height: 5.625em;
      width: 5.625em;
      float: left;
      margin-right: 1.5625em;
      border-radius: 999px;
      overflow: hidden; }
      .post-comment-detail .comment-item__avatar img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .post-comment-detail .comment-item__content-header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 1.25em; }
      .post-comment-detail .comment-item__content-header h5 {
        color: #111;
        font-size: 1.125em;
        font-weight: 600;
        line-height: 1;
        text-transform: capitalize; }
      .post-comment-detail .comment-item__content-header .data p {
        color: regular;
        font-size: 0.8125em;
        font-weight: 500;
        line-height: 1;
        text-transform: capitalize;
        display: inline-block; }
        .post-comment-detail .comment-item__content-header .data p:not(:last-child) {
          margin-right: 1.53846em; }
        .post-comment-detail .comment-item__content-header .data p i {
          margin-right: 0.625em; }
      @media only screen and (max-width: 576px) {
        .post-comment-detail .comment-item__content-header {
          flex-direction: column; }
          .post-comment-detail .comment-item__content-header h5 {
            margin-bottom: 0.625em; } }
    .post-comment-detail .comment-item__content p {
      color: #111;
      font-size: 0.9375em;
      font-weight: 400;
      line-height: 1.8em; }
    .post-comment-detail .comment-item__reply {
      padding-left: 7.1875em;
      margin-top: 2.5em; }
      .post-comment-detail .comment-item__reply .comment-item {
        margin-bottom: 0; }
    @media only screen and (max-width: 576px) {
      .post-comment-detail .comment-item .comment-item__reply {
        padding-left: 1.875em; } }

.post-comment-form .input-group {
  margin-bottom: 1.25em; }
  .post-comment-form .input-group input {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    height: auto;
    width: 100%;
    font-family: inherit;
    transition: 0.2s ease-in-out;
    -webkit-appearance: none;
    padding: 0.9375em 1.25em;
    color: #888;
    font-size: 0.875em;
    font-weight: 400;
    line-height: auto;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em; }
    .post-comment-form .input-group input:focus {
      outline: 0;
      box-shadow: none; }
    .post-comment-form .input-group input:-webkit-input-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto; }
    .post-comment-form .input-group input::-webkit-input-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto; }
    .post-comment-form .input-group input:-moz-input-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto;
      line-height: -moz-block-height; }
    .post-comment-form .input-group input::-moz-input-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto;
      line-height: -moz-block-height; }
    .post-comment-form .input-group input:-ms-input-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto; }
    .post-comment-form .input-group input::-ms-input-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto; }
    .post-comment-form .input-group input:-o-input-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto; }
    .post-comment-form .input-group input::-o-input-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto; }
    .post-comment-form .input-group input:input-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto; }
    .post-comment-form .input-group input::input-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto; }
  .post-comment-form .input-group textarea {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    height: auto;
    width: 100%;
    transition: 0.2s ease-in-out;
    padding: 0.9375em 1.25em;
    font-family: 'DM Sans', sans-serif !important;
    -webkit-appearance: none;
    color: subTitle;
    font-size: 0.875em;
    font-weight: 400;
    line-height: auto;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em; }
    .post-comment-form .input-group textarea:focus {
      outline: 0;
      box-shadow: none; }
    .post-comment-form .input-group textarea::-webkit-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto; }
    .post-comment-form .input-group textarea::-moz-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto; }
    .post-comment-form .input-group textarea::-ms-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto; }
    .post-comment-form .input-group textarea::-o-placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto; }
    .post-comment-form .input-group textarea::placeholder {
      color: #e1e1e1;
      font-size: 0.875em;
      font-weight: 400;
      line-height: auto; }
  .post-comment-form .input-group .error {
    color: #ed4337;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1;
    display: block;
    margin-top: 0.71429em; }

.post-comment-title {
  color: #111;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 2.5em; }
  .post-comment-title span {
    background-color: #fff;
    padding: 0 0.9375em; }
  .post-comment-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0.45455em;
    height: 1px;
    background-color: #e1e1e1;
    z-index: -1; }

.post-header-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125em; }
  .post-header-bar-content h5 {
    color: #111;
    font-size: 1.375em;
    font-weight: 500;
    line-height: 1; }
    .post-header-bar-content h5 span {
      margin-left: 0.22727em;
      text-decoration: underline; }
  .post-header-bar-toogle-view {
    margin-left: auto; }
    .post-header-bar-toogle-view > .btn {
      color: #888;
      font-size: 1.125em; }
      .post-header-bar-toogle-view > .btn.active {
        color: #111; }
      .post-header-bar-toogle-view > .btn:not(:last-child) {
        margin-right: 1.11111em; }

.pagination-block {
  margin-bottom: 1.5625em; }

.post-related {
  display: flex;
  margin-bottom: 3.75em; }
  .post-related-item {
    flex: 1 1 50%;
    max-width: 50%; }
    @media only screen and (max-width: 768px) {
      .post-related-item {
        flex: 1 1 100%;
        max-width: 100%; } }
    .post-related-item:hover.-prev a i {
      margin-right: 1.25em; }
    .post-related-item:hover.-next a i {
      margin-left: 1.25em; }
    .post-related-item a {
      margin-bottom: 1.25em;
      display: block;
      color: #111;
      font-size: 0.9375em;
      font-weight: 600;
      text-decoration: none;
      line-height: 1;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      text-transform: uppercase; }
      .post-related-item a:hover {
        color: #0b2b4e; }
      .post-related-item a i {
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; }
    .post-related-item__content {
      display: flex; }
      .post-related-item__content img {
        height: 4.375em;
        width: 6.5625em;
        object-fit: cover;
        border-radius: 0.1875em; }
      .post-related-item__content .post-card .card-content__title {
        font-size: 1.125em; }
      .post-related-item__content .post-card .card-content__title_disabled {
        font-size: 1.125em;
        color: #575757; }
    .post-related-item.-prev a i {
      margin-right: 0.625em; }
    .post-related-item.-prev .post-related-item__content img {
      margin-right: 1.4375em; }
    .post-related-item.-next a {
      text-align: right; }
      .post-related-item.-next a i {
        margin-left: 0.625em; }
    .post-related-item.-next .post-related-item__content img {
      margin-left: 1.4375em; }
  @media only screen and (max-width: 576px) {
    .post-related {
      flex-direction: column; }
      .post-related__item {
        flex: 1 1 100%;
        max-width: 100%; }
        .post-related__item.-prev {
          margin-bottom: 1.875em; } }

.news-block__header {
  font-size: 18px;
  display: flex;
  margin-bottom: 2.66667em;
  align-items: center; }
  @media only screen and (max-width: 576px) {
    .news-block__header {
      flex-direction: column; }
      .news-block__header .header__controller__title {
        margin-bottom: 0.83333em; } }
  .news-block__header .header__controller__title {
    flex: 1; }
    .news-block__header .header__controller__title .center-line-title {
      display: flex;
      align-items: center;
      margin-bottom: 2.5em;
      font-size: 16px; }
      .news-block__header .header__controller__title .center-line-title:after {
        content: '';
        height: 1px;
        flex-grow: 1;
        display: block;
        background-color: #e1e1e1; }
      .news-block__header .header__controller__title .center-line-title h5 {
        color: #111;
        font-size: 1.125em;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        margin-right: 15px; }
      .news-block__header .header__controller__title .center-line-title.-large h5 {
        font-size: 1.625em; }
      .news-block__header .header__controller__title .center-line-title.-medium h5 {
        font-size: 1.125em; }
      .news-block__header .header__controller__title .center-line-title.-mb-0 {
        margin-bottom: 0; }
  .news-block__header .header__controller {
    display: flex; }
    @media only screen and (max-width: 576px) {
      .news-block__header .header__controller__tab {
        text-align: center; } }
    .news-block__header .header__controller__tab .tab-item {
      color: #111;
      font-size: 0.83333em;
      font-weight: 500;
      text-decoration: none;
      line-height: 1;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      text-transform: capitalize;
      display: inline-block;
      margin: 0 0.55556em; }
      .news-block__header .header__controller__tab .tab-item:hover {
        color: title; }
      @media only screen and (max-width: 576px) {
        .news-block__header .header__controller__tab .tab-item {
          line-height: 2.22222em; } }
      .news-block__header .header__controller__tab .tab-item.active {
        color: #0b2b4e; }
  .news-block__header.-theme--secondary .header__controller__tab .tab-item.active {
    color: #13aced; }
  .news-block__header.-theme--third .header__controller__tab .tab-item.active {
    color: #537bdf; }
  .news-block__header.-theme--fourth .header__controller__tab .tab-item.active {
    color: #ffd661; }

.news-block.-feature-left .news-block-post-item .card-cover {
  align-items: center; }

.news-block.-feature-left .news-block-post-item.-big .card-cover {
  max-height: 23.75em; }

.news-block.-feature-left .news-block-post-item.-small .card-cover {
  max-height: 10.9375em; }

.news-block.-feature-top .news-block-post-item .card-cover {
  align-items: center; }

.news-block.-feature-top .news-block-post-item.-large .card-cover {
  max-height: 24.375em; }

.news-block.-feature-top .news-block-post-item.-small .card-cover {
  max-height: 15.3125em; }

.news-block.-feature-top-regular .news-block-post-item .card-cover {
  align-items: center; }

.news-block.-feature-top-regular .news-block-post-item.-big .card-cover {
  max-height: 23.4375em; }

.news-block.-feature-top-regular .news-block-post-item.-big .card-content__title {
  font-size: 1.375em; }

.news-block.-feature-top-regular .news-block-post-item.-small .card-cover {
  height: 14.375em; }

.news-block.-feature-top-regular .news-block-post-item.-small .card-content__title {
  font-size: 1.125em; }

.news-block.-feature-interleaved-regular .news-block-post-item .card-cover {
  align-items: center; }

.news-block.-feature-interleaved-regular .news-block-post-item.-big .card-cover {
  max-height: 23.4375em; }

.news-block.-feature-interleaved-regular .news-block-post-item.-big .card-content__title {
  font-size: 1.375em; }

.news-block.-feature-interleaved-regular .news-block-post-item.-small .card-cover {
  height: 14.375em; }

.news-block.-feature-interleaved-regular .news-block-post-item.-small .card-content__title {
  font-size: 1.125em; }

.news-block.-two-feature-top .news-block-post-item .card-cover {
  align-items: center; }

.news-block.-two-feature-top .news-block-post-item.-big .card-cover {
  height: 14.375em; }

.news-block.-two-feature-top .news-block-post-item.-big .card-content__title {
  font-size: 1.375em; }

.news-block.-two-feature-top .news-block-post-item.-small .card-cover {
  height: 8.75em; }
  @media only screen and (max-width: 768px) {
    .news-block.-two-feature-top .news-block-post-item.-small .card-cover {
      height: 14.375em; } }

.news-block.-two-feature-top .news-block-post-item.-small .card-content__title {
  font-size: 1.125em; }

.news-block.-grid-two-col .post-card .card-cover {
  max-height: 180px;
  align-items: center; }

.news-block.-grid-two-col .post-card .card-content__description {
  margin-top: 0.625em;
  margin-bottom: 0; }

.news-block.-row .post-card {
  width: 100%; }
  .news-block.-row .post-card .card-cover {
    flex: 1 1 40%;
    max-width: 40%;
    align-items: center;
    height: 13.125em; }
  .news-block.-row .post-card .card-content {
    flex: 1 1 60%;
    max-width: 60%; }

.news-block.-feature-center .news-block-post-item .card-cover {
  align-items: center; }

.news-block.-feature-center .news-block-post-item.-big .card-cover {
  height: 23.75em; }

.news-block.-feature-center .news-block-post-item.-big .card-content__title {
  font-size: 1.375em; }

.news-block.-feature-center .news-block-post-item.-small .card-cover {
  height: 10.9375em; }
  @media only screen and (max-width: 992px) {
    .news-block.-feature-center .news-block-post-item.-small .card-cover {
      height: 15.625em; } }

.news-block.-feature-center .news-block-post-item.-small .card-content__title {
  font-size: 1.125em; }

.news-block .news-block__tab {
  font-size: 16; }
  .news-block .news-block__tab:hover .slick-arrow {
    opacity: 1; }
  .news-block .news-block__tab .slick-arrow {
    background-color: #bebebe;
    border: 0;
    color: regular;
    font-size: 1em;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .news-block .news-block__tab .slick-arrow.slick-next {
      right: 0em; }
    .news-block .news-block__tab .slick-arrow.slick-prev {
      left: 0em; }
    @media only screen and (max-width: 1200px) {
      .news-block .news-block__tab .slick-arrow {
        opacity: 1; }
        .news-block .news-block__tab .slick-arrow.slick-next {
          right: 0; }
        .news-block .news-block__tab .slick-arrow.slick-prev {
          left: 0; } }
  .news-block .news-block__tab .news-block__tab__item {
    display: none; }
    @media only screen and (max-width: 768px) {
      .news-block .news-block__tab .news-block__tab__item {
        font-size: 15px; } }
    .news-block .news-block__tab .news-block__tab__item.active {
      display: block; }
    .news-block .news-block__tab .news-block__tab__item .news-block__content {
      color: red; }
      @media only screen and (max-width: 992px) {
        .news-block .news-block__tab .news-block__tab__item .news-block__content .news-block__content__slide .post-card.-large {
          display: none; } }
      @media only screen and (max-width: 576px) {
        .news-block .news-block__tab .news-block__tab__item .news-block__content .news-block__content__slide .post-card.-large {
          display: none; } }
      .news-block .news-block__tab .news-block__tab__item .news-block__content.-default .news-block__content__slide .post-card {
        margin-bottom: 1.875em; }
        .news-block .news-block__tab .news-block__tab__item .news-block__content.-default .news-block__content__slide .post-card.-large .card__cover {
          align-items: center; }
        .news-block .news-block__tab .news-block__tab__item .news-block__content.-default .news-block__content__slide .post-card.-small .card__cover {
          align-items: center; }
        .news-block .news-block__tab .news-block__tab__item .news-block__content.-default .news-block__content__slide .post-card.-small .card__content .card__content-title {
          font-size: 1.125em;
          line-height: 1.22222em; }
      .news-block .news-block__tab .news-block__tab__item .news-block__content.-hoz .news-block__content__slide .post-card.-large {
        margin-bottom: 1.875em; }
      .news-block .news-block__tab .news-block__tab__item .news-block__content.-hoz .news-block__content__slide .post-card.-small .card__cover {
        align-items: center; }
      @media only screen and (max-width: 768px) {
        .news-block .news-block__tab .news-block__tab__item .news-block__content.-hoz .news-block__content__slide .post-card.-small {
          margin-bottom: 1.875em; } }
      .news-block .news-block__tab .news-block__tab__item .news-block__content.-hoz-small .news-block__content__slide .post-card.-small {
        margin-bottom: 1.875em; }
        .news-block .news-block__tab .news-block__tab__item .news-block__content.-hoz-small .news-block__content__slide .post-card.-small .card__cover {
          align-items: center; }
        .news-block .news-block__tab .news-block__tab__item .news-block__content.-hoz-small .news-block__content__slide .post-card.-small .card__content-title {
          font-size: 1.125em;
          margin-bottom: 0.625em; }
        .news-block .news-block__tab .news-block__tab__item .news-block__content.-hoz-small .news-block__content__slide .post-card.-small .card__content-description {
          margin-top: 0.625em;
          margin-bottom: 0; }
        @media only screen and (max-width: 576px) {
          .news-block .news-block__tab .news-block__tab__item .news-block__content.-hoz-small .news-block__content__slide .post-card.-small .card__content-info {
            flex-direction: column;
            align-items: flex-start; }
            .news-block .news-block__tab .news-block__tab__item .news-block__content.-hoz-small .news-block__content__slide .post-card.-small .card__content-info .info__time {
              margin-right: 0;
              margin-bottom: 0.3125em; } }
        @media only screen and (max-width: 768px) {
          .news-block .news-block__tab .news-block__tab__item .news-block__content.-hoz-small .news-block__content__slide .post-card.-small {
            margin-bottom: 1.875em; } }

.tags {
  margin-bottom: 1.5625em;
  margin-top: 1.5625em; }
  .tags-group > .btn:not(:last-child) {
    margin-right: 0.625em; }

.post-card {
  font-size: 16px; }
  @media only screen and (max-width: 992px) {
    .post-card {
      font-size: 15px; } }
  @media only screen and (max-width: 576px) {
    .post-card {
      font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .post-card.-full {
      font-size: 14px; } }
  .post-card.-full .card-content {
    padding: 0 1.875em; }
    @media only screen and (max-width: 768px) {
      .post-card.-full .card-content {
        padding: 0; }
        .post-card.-full .card-content__description {
          display: none; }
        .post-card.-full .card-content .card-content__info {
          margin-bottom: 1.25em;
          margin-top: 1.25em; }
          .post-card.-full .card-content .card-content__info i {
            margin-right: 0.3125em;
            margin-bottom: 0.625em; }
          .post-card.-full .card-content .card-content__info-item {
            margin-right: 0; } }
    .post-card.-full .card-content__title {
      font-size: 1.625em;
      line-height: 1.23077em;
      margin-bottom: 0.38462em; }
  @media only screen and (max-width: 992px) {
    .post-card.-audio {
      padding: 1.875em 1.5625em; } }
  @media only screen and (max-width: 768px) {
    .post-card.-audio {
      padding: 1.5625em 0.625em; } }
  .post-card.-audio .player-wrapper {
    position: relative;
    padding-top: 56.25%;
    /* Player ratio: 100 / (1280 / 720) */
    object-fit: cover; }
  .post-card.-audio .react-player {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important; }
  .post-card.-video .player-wrapper, .post-card.post-standard.-audio .player-wrapper, .post-card.post-standard.-quote .player-wrapper {
    position: relative;
    padding-top: 56.25%;
    /* Player ratio: 100 / (1280 / 720) */
    width: 100%;
    height: 100%; }
  .post-card.-video .react-player, .post-card.post-standard.-audio .react-player, .post-card.post-standard.-quote .react-player {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important; }
  .post-card.-center .card-content {
    min-height: 9.375rem;
    text-align: center; }
    .post-card.-center .card-content__info {
      justify-content: center; }
  .post-card.-right .card-content {
    text-align: right; }
    .post-card.-right .card-content__info {
      justify-content: flex-end; }
  .post-card.-inner-text {
    position: relative;
    border-radius: 0.3125em;
    overflow: hidden; }
    .post-card.-inner-text::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
      z-index: 2; }
    .post-card.-inner-text .card-cover {
      margin-bottom: 0;
      height: 100%; }
    .post-card.-inner-text .card-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 65%;
      margin: 0 auto;
      z-index: 3;
      padding-bottom: 1.875em; }
      .post-card.-inner-text .card-content__tag {
        color: #fff; }
      .post-card.-inner-text .card-content__title {
        color: #fff; }
      .post-card.-inner-text .card-content__info-item__author a {
        color: #fff; }
      .post-card.-inner-text .card-content__info > div p {
        color: #fff; }
    .post-card.-inner-text.-banner {
      margin-bottom: 3.125em; }
      .post-card.-inner-text.-banner .card-content__title {
        font-size: 1.875em;
        line-height: 30, 39;
        margin-bottom: 0.53333em; }
        @media only screen and (max-width: 768px) {
          .post-card.-inner-text.-banner .card-content__title {
            font-size: 1.75em; } }
      @media only screen and (max-width: 576px) {
        .post-card.-inner-text.-banner::before {
          display: none; }
        .post-card.-inner-text.-banner .card-cover {
          margin-bottom: 1.875em; }
        .post-card.-inner-text.-banner .card-content {
          position: unset;
          max-width: 100%;
          padding: 0 20px; }
          .post-card.-inner-text.-banner .card-content__tag {
            color: #111; }
          .post-card.-inner-text.-banner .card-content__title {
            color: #111; }
          .post-card.-inner-text.-banner .card-content__info > .info__author p {
            color: #111; }
          .post-card.-inner-text.-banner .card-content__info p {
            color: #111; } }
    .post-card.-inner-text.-middle::before {
      content: '';
      background: #0008;
      opacity: 0;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .post-card.-inner-text.-middle:hover::before {
      opacity: 1; }
    .post-card.-inner-text.-middle:hover .card-content {
      opacity: 1; }
    .post-card.-inner-text.-middle .card-cover {
      height: 100%; }
    .post-card.-inner-text.-middle .card-content {
      padding-bottom: 0;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .post-card.-inner-text.-middle.-small {
      font-size: 14px; }
      .post-card.-inner-text.-middle.-small .card-content {
        color: red; }
        .post-card.-inner-text.-middle.-small .card-content__title {
          font-size: 1.28571em; }
    .post-card.-inner-text.-middle.-long .card-content {
      max-width: 85%; }
    .post-card.-inner-text.-middle.-big .card-content__title {
      font-size: 1.85714em; }
    @media only screen and (max-width: 768px) {
      .post-card.-inner-text.-middle::before {
        opacity: 1; }
      .post-card.-inner-text.-middle .card-content {
        opacity: 1; } }
  .post-card.-image-less {
    display: flex;
    align-items: center; }
    .post-card.-image-less .tag-icon {
      margin-right: 2.5em; }
      .post-card.-image-less .tag-icon img {
        height: 3.125em;
        width: 3.125em;
        object-fit: cover; }
    .post-card.-image-less .card-content__title {
      font-size: 1.875em;
      line-height: 1.23333em; }
    @media only screen and (max-width: 576px) {
      .post-card.-image-less .card-content__info i {
        margin-bottom: 1em; } }
  .post-card.-horizontal {
    display: flex; }
    .post-card.-horizontal .card-cover,
    .post-card.-horizontal .card-content {
      flex: 1 1 50%;
      max-width: 50%; }
    .post-card.-horizontal .card-cover {
      margin-bottom: 0; }
    .post-card.-horizontal.-small .card-content__description {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* number of lines to show */
      -webkit-box-orient: vertical;
      min-height: 60px;
      /* 20230630 for fixing box height */ }
    .post-card.-horizontal.-large .card-cover {
      min-height: 100%;
      height: auto;
      border-radius: 0; }
    .post-card.-horizontal.-large .card-content {
      padding: 3.125em;
      background-color: #f5f5f5; }
      @media only screen and (max-width: 576px) {
        .post-card.-horizontal.-large .card-content__description {
          display: none; } }
    @media only screen and (max-width: 992px) {
      .post-card.-horizontal.-large {
        flex-direction: column; }
        .post-card.-horizontal.-large .card-cover,
        .post-card.-horizontal.-large .card-content {
          flex: 1 1 100%;
          max-width: 100%; } }
  .post-card.-box-text {
    position: relative; }
    .post-card.-box-text .card-cover {
      margin-bottom: 0;
      position: inherit; }
    .post-card.-box-text .card-content {
      background-color: #fff;
      padding: 2.5em;
      margin-top: -2.5em;
      z-index: 2;
      position: inherit;
      margin-left: 1.875em;
      margin-right: 1.875em; }
  .post-card.-tiny {
    display: flex;
    margin-bottom: 0.9375em; }
    .post-card.-tiny:last-child {
      margin-bottom: 0; }
    .post-card.-tiny .card-cover {
      border-radius: 3px;
      margin-right: 1.25em;
      overflow: hidden;
      height: 70px;
      width: 105px;
      flex: 1 1 30%;
      max-width: 100px;
      margin-bottom: 0; }
      .post-card.-tiny .card-cover img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-fit: cover; }
    .post-card.-tiny .card-content {
      flex: 1 1 70%;
      max-width: 70%; }
      .post-card.-tiny .card-content__tag {
        display: none; }
      .post-card.-tiny .card-content__title {
        font-size: 1em;
        margin-bottom: 0.3125em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical;
        min-height: 60px;
        /* 20230630 for fixing box height */ }
      .post-card.-tiny .card-content__info i {
        color: subTitle; }
  .post-card-quote {
    padding: 2.5em;
    background-color: lightOverlay;
    border-radius: 0.3125em;
    text-align: center; }
    .post-card-quote .qoute__icon {
      font-size: 1em;
      color: #111;
      height: 3.125em;
      width: 3.125em;
      background-color: #0b2b4e;
      border-radius: 999px;
      margin: 0 auto;
      margin-bottom: 1.875em;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
    .post-card-quote .quote__content {
      color: #111;
      font-size: 1.375em;
      font-weight: 700;
      line-height: 1.22727em;
      margin-bottom: 0.90909em; }
    .post-card-quote .quote__author {
      color: #111;
      font-size: 0.9375em;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase; }
    .post-card-quote.-border {
      border: 2px solid #0b2b4e;
      background-color: transparent;
      padding-top: 0;
      margin-top: 3.125em; }
      .post-card-quote.-border .qoute__icon {
        margin-top: -1.5625em; }
  .post-card.-no-content-padding .card-content {
    padding-left: 0;
    padding-right: 0; }
  .post-card:hover .card-cover > img {
    transform: scale(1.1); }
  .post-card .card-cover {
    display: flex;
    margin-bottom: 1.25em;
    border-radius: 0.3125em;
    padding: 0.75em;
    overflow: hidden; }
    .post-card .card-cover img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      justify-content: center;
      object-fit: contain; }
    .post-card .card-cover.-slide.-slide--splitted .card-cover__slide-item {
      padding: 0 0.3125em;
      display: block; }
    .post-card .card-cover.-slide .card-cover__slide-item {
      padding: 0 0.1px;
      display: block; }
    .post-card .card-cover.-slide .slick-arrow {
      background-color: #fff;
      border: 0;
      color: regular;
      font-size: 1em;
      top: 50%;
      transform: translateY(-50%);
      padding: 15px;
      position: absolute;
      z-index: 1; }
      .post-card .card-cover.-slide .slick-arrow.slick-next {
        right: 0; }
      .post-card .card-cover.-slide .slick-arrow.slick-prev {
        left: 0; }
      .post-card .card-cover.-slide .slick-arrow.slick-disabled {
        opacity: 0.3;
        cursor: not-allowed; }
  .post-card .card-content__tag {
    color: #111;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-bottom: 1.25em;
    padding: 0 0.3125em; }
    .post-card .card-content__tag:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 8px;
      background-color: rgba(11, 43, 78, 0.6);
      z-index: -1;
      transform: translateY(40%); }
  .post-card .card-content__title {
    display: block;
    margin-bottom: 0.625em;
    color: #111;
    font-size: 1.375em;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.375em;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    min-height: 60px;
    /* 20230630 for fixing box height */ }
    .post-card .card-content__title:hover {
      color: #0b2b4e; }
    .post-card .card-content__title:hover {
      text-decoration: underline; }
  .post-card .card-content__info {
    display: flex;
    align-items: center; }
    .post-card .card-content__info-item__author {
      line-height: 150%; }
      .post-card .card-content__info-item__author a {
        color: #888;
        font-size: 0.8125em;
        font-weight: 400;
        text-decoration: none;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        display: inline-block; }
        .post-card .card-content__info-item__author a:hover {
          color: #0b2b4e; }
    .post-card .card-content__info > div:not(:last-child) {
      margin-right: 0.9375em; }
    .post-card .card-content__info > div i,
    .post-card .card-content__info > div p {
      display: inline-block;
      color: #888;
      font-size: 0.8125em;
      font-weight: 400;
      line-height: 1; }
    .post-card .card-content__info > div i {
      color: #0b2b4e;
      margin-right: 0.625em; }
  .post-card .card-content__description {
    color: #111;
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 1.73333em;
    margin-top: 1.86667em;
    margin-bottom: 1.33333em; }
  .post-card .card-content .more-btn {
    color: #111;
    font-size: 0.9375em;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-transform: uppercase;
    position: relative;
    padding: 8px 0;
    overflow: hidden;
    display: inline-block; }
    .post-card .card-content .more-btn:hover {
      color: #0b2b4e; }
    .post-card .card-content .more-btn:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: -100%;
      height: 3px;
      width: 100%;
      background-color: #0b2b4e;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .post-card .card-content .more-btn:hover:after {
      left: 0; }
    .post-card .card-content .more-btn:after {
      left: 0; }
  .post-card.-theme--secondary .card-content__tag:after {
    background-color: rgba(19, 172, 237, 0.6); }
  .post-card.-theme--secondary .card-content__title:hover {
    color: #13aced; }
  .post-card.-theme--secondary .card-content__info i {
    color: #13aced; }
  .post-card.-theme--secondary .card-content__info-item__author a:hover {
    color: #13aced; }
  .post-card.-theme--secondary .card-content .more-btn:hover {
    color: #13aced; }
  .post-card.-theme--secondary .card-content .more-btn:after {
    background-color: #13aced; }
  .post-card.-theme--third .card-content__tag:after {
    background-color: rgba(83, 123, 223, 0.6); }
  .post-card.-theme--third .card-content__title:hover {
    color: #537bdf; }
  .post-card.-theme--third .card-content__info i {
    color: #537bdf; }
  .post-card.-theme--third .card-content__info-item__author a:hover {
    color: #537bdf; }
  .post-card.-theme--third .card-content .more-btn:hover {
    color: #537bdf; }
  .post-card.-theme--third .card-content .more-btn:after {
    background-color: #537bdf; }
  .post-card.-theme--fourth .card-content__tag:after {
    background-color: rgba(255, 214, 97, 0.6); }
  .post-card.-theme--fourth .card-content__title:hover {
    color: #ffd661; }
  .post-card.-theme--fourth .card-content__info i {
    color: #ffd661; }
  .post-card.-theme--fourth .card-content__info-item__author a:hover {
    color: #ffd661; }
  .post-card.-theme--fourth .card-content .more-btn:hover {
    color: #ffd661; }
  .post-card.-theme--fourth .card-content .more-btn:after {
    background-color: #ffd661; }

.post-trending {
  font-size: 16px;
  display: flex; }
  .post-trending-image {
    height: 6.25em;
    width: 6.25em;
    margin-right: 1.5625em;
    position: relative; }
    .post-trending-image img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 999px; }
    .post-trending-image .rank {
      position: absolute;
      top: 0.25em;
      left: 0.25em;
      font-size: 0.75em;
      height: 1.66667em;
      width: 1.66667em;
      background-color: #000;
      text-align: center;
      line-height: 1.66667em;
      border-radius: 999px;
      color: #fff; }
  .post-trending-content {
    flex: 1; }
    .post-trending-content h5 {
      color: #111;
      font-size: 0.75em;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      z-index: 1;
      margin-bottom: 1.25em; }
      .post-trending-content h5:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background-color: rgba(11, 43, 78, 0.6);
        z-index: -1;
        transform: translateY(40%); }
    .post-trending-content a {
      color: #111;
      font-size: 1em;
      font-weight: 700;
      text-decoration: none;
      line-height: 1.25em;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      text-transform: capitalize;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* number of lines to show */
      -webkit-box-orient: vertical;
      min-height: 60px;
      /* 20230630 for fixing box height */
      margin-bottom: 0.625em; }
      .post-trending-content a:hover {
        color: #0b2b4e; }
    .post-trending-content .info__time p {
      display: inline-block;
      color: #888;
      font-size: 0.8125em;
      font-weight: 400;
      line-height: 1; }
    .post-trending-content .info__time i {
      margin-right: 0.5em;
      font-size: 0.75em;
      color: #888; }
  .post-trending.-theme--secondary .post-trending-content h5:after {
    background-color: rgba(19, 172, 237, 0.6); }
  .post-trending.-theme--secondary .post-trending-content a:hover {
    color: #13aced; }
  .post-trending.-theme--third .post-trending-content h5:after {
    background-color: rgba(83, 123, 223, 0.6); }
  .post-trending.-theme--third .post-trending-content a:hover {
    color: #537bdf; }
  .post-trending.-theme--fourth .post-trending-content h5:after {
    background-color: rgba(255, 214, 97, 0.6); }
  .post-trending.-theme--fourth .post-trending-content a:hover {
    color: #ffd661; }

.ReactModal__Overlay {
  opacity: 0;
  transition: opacity 300ms ease-in-out; }

.ReactModal__Overlay--after-open {
  opacity: 1; }

.ReactModal__Overlay--before-close {
  opacity: 0; }

.blog-sidebar {
  font-size: 16px;
  padding-left: 1.875em; }
  @media only screen and (max-width: 992px) {
    .blog-sidebar {
      padding-left: 0; } }
  @media only screen and (max-width: 768px) {
    .blog-sidebar {
      margin-bottom: 3.125em; } }
  @media only screen and (max-width: 576px) {
    .blog-sidebar {
      font-size: 15px; } }
  .blog-sidebar .blog-sidebar-section {
    margin-bottom: 3.75rem; }
    .blog-sidebar .blog-sidebar-section__title {
      display: flex;
      align-items: center;
      margin-bottom: 2.5em;
      font-size: 16px; }
      .blog-sidebar .blog-sidebar-section__title h5 {
        color: #111;
        font-size: 1.125em;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        margin-right: 0.9375em; }
      .blog-sidebar .blog-sidebar-section__title:after {
        content: '';
        height: 1px;
        flex-grow: 1;
        display: block;
        background-color: #e1e1e1; }
    .blog-sidebar .blog-sidebar-section.-tag .tag {
      margin-bottom: 0.9375em; }
      .blog-sidebar .blog-sidebar-section.-tag .tag:last-child {
        margin-bottom: 0; }
    .blog-sidebar .blog-sidebar-section.-trending-post .trending-post {
      margin-bottom: 1.875em; }
      .blog-sidebar .blog-sidebar-section.-trending-post .trending-post:last-child {
        margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  .product-detail-content {
    padding-left: 0; } }

.product-detail-content__top {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 2.5em; }
  .product-detail-content__top h1 {
    color: #111;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.6em; }
  .product-detail-content__top .brand {
    color: #111;
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.85714em; }
  .product-detail-content__top .rate {
    margin-bottom: 1.875em; }
    .product-detail-content__top .rate .star {
      display: inline-block;
      margin-right: 0.625em; }
      .product-detail-content__top .rate .star i {
        font-size: 0.75em;
        color: #e3c01c; }
    .product-detail-content__top .rate span {
      color: subTitle;
      font-size: 0.75em;
      font-weight: 500;
      line-height: 1; }
  .product-detail-content__top .price {
    display: flex;
    align-items: center;
    margin-bottom: 2.5em; }
    .product-detail-content__top .price h3 {
      color: #111;
      font-size: 1.875em;
      font-weight: 700;
      line-height: 1;
      margin-right: 0.5em; }
    .product-detail-content__top .price .discount {
      color: #b1b0b0;
      font-size: 1.125em;
      font-weight: 400;
      line-height: 1;
      text-decoration: line-through; }
  .product-detail-content__top .description {
    color: #111;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.71429em;
    margin-bottom: 2.14286em; }
  .product-detail-content__top .product-controller {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5em; }
    .product-detail-content__top .product-controller .quantity {
      display: flex;
      align-items: center; }
      .product-detail-content__top .product-controller .quantity span {
        color: #111;
        font-size: 0.9375em;
        font-weight: 500;
        line-height: 1;
        margin-right: 0.66667em; }
      .product-detail-content__top .product-controller .quantity .quantity-controller {
        border-radius: 0.3125em; }
        .product-detail-content__top .product-controller .quantity .quantity-controller .btn {
          padding: 0; }
      @media only screen and (max-width: 768px) {
        .product-detail-content__top .product-controller .quantity {
          margin-bottom: 1.07143em; } }
    .product-detail-content__top .product-controller .btn {
      padding: 0 1.42857em;
      height: 3.57143em;
      margin-right: 0.71429em; }
      @media only screen and (max-width: 768px) {
        .product-detail-content__top .product-controller .btn {
          margin-bottom: 1.07143em; } }
    .product-detail-content__top .product-controller .btn:last-child {
      margin-right: 0; }

.product-detail-content__bottom .type-block {
  display: flex;
  margin-bottom: 1.25em; }
  .product-detail-content__bottom .type-block:last-child {
    margin-bottom: 0; }
  .product-detail-content__bottom .type-block p {
    color: #111;
    font-size: 0.9375em;
    font-weight: 500;
    line-height: 1.73333em; }
  .product-detail-content__bottom .type-block .type-name {
    flex: 1 1 30%;
    max-width: 30%;
    font-weight: 400; }
  .product-detail-content__bottom .type-block .type-detail {
    flex: 1 1 70%;
    max-width: 70%; }

.product-detail-related__title {
  color: #111;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.81818em; }

.product-detail-slide__single {
  margin-bottom: 1.25em;
  min-height: 400px; }
  .product-detail-slide__single img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.product-detail-slide__nav {
  margin: 0 -0.625em; }
  .product-detail-slide__nav .slick-current img {
    border: 2px solid #0b2b4e;
    border-radius: 0.3125em; }
  .product-detail-slide__nav-item {
    padding: 0 0.625em; }
    .product-detail-slide__nav-item img {
      border: 2px solid transparent;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .product-detail-slide__nav .slick-arrow {
    background-color: #fff;
    border: 0;
    color: regular;
    font-size: 0.875em;
    top: 50%;
    transform: translateY(-50%);
    padding: 1.07143em;
    position: absolute;
    z-index: 1; }
    .product-detail-slide__nav .slick-arrow.slick-next {
      right: 0.625em; }
    .product-detail-slide__nav .slick-arrow.slick-prev {
      left: 0.625em; }

.shop-detail-tab {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem; }
  .shop-detail-tab__header {
    margin-bottom: 2.5em; }
    .shop-detail-tab__header-item {
      display: inline-block;
      cursor: pointer;
      color: #888;
      font-size: 1.125em;
      font-weight: 500;
      line-height: 1; }
      .shop-detail-tab__header-item.react-tabs__tab--selected {
        color: #111; }
      .shop-detail-tab__header-item:not(:last-child) {
        margin-right: 3.125em; }
  .shop-detail-tab__content-item:first-child p {
    color: #111;
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 1.875em; }
    .shop-detail-tab__content-item:first-child p:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .shop-detail-tab__content-item:last-child .review-block {
      margin-bottom: 1.875em; } }
  .shop-detail-tab__content-item:last-child .review-block__avatar {
    height: 9.375em;
    width: 9.375em;
    float: left;
    margin-right: 1.875em;
    border-radius: 999px;
    overflow: hidden; }
    .shop-detail-tab__content-item:last-child .review-block__avatar img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .shop-detail-tab__content-item:last-child .review-block__content h5 {
    color: #111;
    font-size: 1.375em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.90909em; }
  .shop-detail-tab__content-item:last-child .review-block__content p {
    color: #111;
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.71429em;
    margin-bottom: 0.9375em; }
  .shop-detail-tab__content-item:last-child .review-block__content .star {
    display: inline-block;
    margin-right: 0.625em; }
    .shop-detail-tab__content-item:last-child .review-block__content .star i {
      font-size: 0.75em;
      color: #e3c01c; }

.product-cover {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5625em; }
  .product-cover:hover .product-image::after {
    opacity: 1; }
  .product-cover:hover .btn {
    top: 50%;
    transform: translate(-50%, -50%); }
  .product-cover .btn {
    z-index: 2;
    display: inline-block;
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translate(-50%, 0); }
  .product-cover .product-image {
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-cover .product-image::after {
      content: '';
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      opacity: 0;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .product-cover .product-image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.product-content {
  display: flex;
  align-items: center; }
  .product-content__left {
    max-width: 70%; }
    .product-content__left a {
      color: #111;
      font-size: 0.9375em;
      font-weight: 500;
      text-decoration: none;
      line-height: 1.53333em;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      text-transform: capitalize;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* number of lines to show */
      -webkit-box-orient: vertical;
      min-height: 60px;
      /* 20230630 for fixing box height */
      margin-bottom: 0.3125em; }
      .product-content__left a:hover {
        color: #0b2b4e; }
    .product-content__left .star i {
      font-size: 0.625em;
      color: #e3c01c; }
  .product-content__right {
    margin-left: auto; }
    .product-content__right h3 {
      color: #111;
      font-size: 1.375em;
      font-weight: 700;
      line-height: 1; }

.quantity-controller {
  padding: 0 1.25em;
  border: 1px solid #0b2b4e;
  display: flex;
  align-items: center;
  margin-right: 0.625em;
  height: 3.125em; }
  .quantity-controller input {
    border: 0;
    text-align: center;
    max-width: 3.75em;
    background-color: transparent;
    color: #111;
    font-size: 0.9375em;
    font-weight: 600;
    line-height: 1; }
  .quantity-controller .btn {
    padding: 0; }

.shop-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5em; }
  .shop-header h5 {
    color: #111;
    font-size: 15;
    font-weight: 400;
    line-height: 1; }
    .shop-header h5 span {
      font-weight: 600;
      margin-right: 0.66667em; }
  @media only screen and (max-width: 768px) {
    .shop-header {
      flex-direction: column; } }
  @media only screen and (max-width: 576px) {
    .shop-header h5 {
      margin-bottom: 0.9375em; } }
  .shop-header .product-filter {
    display: flex; }
    .shop-header .product-filter .select-group span {
      color: #111;
      font-size: 0.9375em;
      font-weight: 500;
      line-height: 1; }
    .shop-header .product-filter .select-group select {
      border: 0;
      cursor: pointer;
      color: #111;
      font-size: 0.9375em;
      font-weight: 700;
      line-height: 1; }
    .shop-header .product-filter .select-group:first-child {
      margin-right: 1.875em; }
    @media only screen and (max-width: 768px) {
      .shop-header .product-filter {
        flex-direction: column;
        align-items: center; }
        .shop-header .product-filter .select-group:first-child {
          margin-right: 0;
          margin-bottom: 0.9375em; } }

.shop-sidebar {
  padding-right: 1.875em; }
  @media only screen and (max-width: 768px) {
    .shop-sidebar {
      padding-right: 0; } }
  .shop-sidebar__section {
    margin-bottom: 3.75rem; }
    .shop-sidebar__section .error {
      color: #ed4337;
      font-size: 0.875em;
      font-weight: 300;
      line-height: 1;
      display: block;
      margin-bottom: 0.71429em; }
    .shop-sidebar__section.-price form {
      display: flex;
      align-items: center;
      margin-bottom: 0.625em; }
      .shop-sidebar__section.-price form span {
        margin: 0 0.625em;
        flex: 1 1 10%;
        max-width: 10%;
        text-align: center; }
      .shop-sidebar__section.-price form .range-input {
        display: flex;
        align-items: center;
        background-color: #f5f5f5;
        padding: 0.9375em 1.25em;
        flex: 1 1 45%;
        max-width: 45%; }
        .shop-sidebar__section.-price form .range-input input {
          max-width: 100px;
          background-color: transparent;
          border: 1px solid #e1e1e1;
          height: auto;
          width: 60px;
          font-family: inherit;
          transition: 0.2s ease-in-out;
          -webkit-appearance: none;
          padding: 0 10px;
          color: #888;
          font-size: 0.875rem;
          font-weight: 400;
          line-height: auto;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          -ms-border-radius: 0px;
          -o-border-radius: 0px;
          border-radius: 0px;
          border: 0; }
          .shop-sidebar__section.-price form .range-input input:focus {
            outline: 0;
            box-shadow: none; }
          .shop-sidebar__section.-price form .range-input input:-webkit-input-placeholder {
            color: #e1e1e1;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: auto; }
          .shop-sidebar__section.-price form .range-input input::-webkit-input-placeholder {
            color: #e1e1e1;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: auto; }
          .shop-sidebar__section.-price form .range-input input:-moz-input-placeholder {
            color: #e1e1e1;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: auto;
            line-height: -moz-block-height; }
          .shop-sidebar__section.-price form .range-input input::-moz-input-placeholder {
            color: #e1e1e1;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: auto;
            line-height: -moz-block-height; }
          .shop-sidebar__section.-price form .range-input input:-ms-input-placeholder {
            color: #e1e1e1;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: auto; }
          .shop-sidebar__section.-price form .range-input input::-ms-input-placeholder {
            color: #e1e1e1;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: auto; }
          .shop-sidebar__section.-price form .range-input input:-o-input-placeholder {
            color: #e1e1e1;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: auto; }
          .shop-sidebar__section.-price form .range-input input::-o-input-placeholder {
            color: #e1e1e1;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: auto; }
          .shop-sidebar__section.-price form .range-input input:input-placeholder {
            color: #e1e1e1;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: auto; }
          .shop-sidebar__section.-price form .range-input input::input-placeholder {
            color: #e1e1e1;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: auto; }
          .shop-sidebar__section.-price form .range-input input::-webkit-outer-spin-button, .shop-sidebar__section.-price form .range-input input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }

.subscribe-bar {
  font-size: 16px;
  background-color: #f5f5f5;
  padding: 3.125em;
  margin-bottom: 4.375rem; }
  @media only screen and (max-width: 768px) {
    .subscribe-bar {
      font-size: 14px; } }
  .subscribe-bar__content h5 {
    color: #111;
    font-size: 0.9375em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1em; }
  .subscribe-bar__content h3 {
    color: #111;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1; }
  @media only screen and (max-width: 768px) {
    .subscribe-bar__content {
      margin-bottom: 1.875em; } }
  .subscribe-bar__form {
    display: flex;
    align-items: center; }
    .subscribe-bar__form input {
      background-color: #fff;
      border: 1px solid #e1e1e1;
      height: 50px;
      width: 100%;
      font-family: inherit;
      transition: 0.2s ease-in-out;
      -webkit-appearance: none;
      padding: 0 1.25em;
      color: #888;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 50px;
      -webkit-border-radius: 0.3125em;
      -moz-border-radius: 0.3125em;
      -ms-border-radius: 0.3125em;
      -o-border-radius: 0.3125em;
      border-radius: 0.3125em;
      margin-right: 0.9375em; }
      .subscribe-bar__form input:focus {
        outline: 0;
        box-shadow: none; }
      .subscribe-bar__form input:-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 50px; }
      .subscribe-bar__form input::-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 50px; }
      .subscribe-bar__form input:-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 50px;
        line-height: -moz-block-height; }
      .subscribe-bar__form input::-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 50px;
        line-height: -moz-block-height; }
      .subscribe-bar__form input:-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 50px; }
      .subscribe-bar__form input::-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 50px; }
      .subscribe-bar__form input:-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 50px; }
      .subscribe-bar__form input::-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 50px; }
      .subscribe-bar__form input:input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 50px; }
      .subscribe-bar__form input::input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 50px; }
    .subscribe-bar__form .btn {
      height: 3.57143em !important; }
    @media only screen and (max-width: 768px) {
      .subscribe-bar__form input {
        margin-right: 0; } }
    @media only screen and (max-width: 576px) {
      .subscribe-bar__form .btn.-normal {
        padding: 0 0.9375em; } }
  .subscribe-bar .error {
    color: #ed4337;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-top: 0.9375em; }

.subscribe-card {
  font-size: 16px;
  padding: 2.5em;
  background-color: #f5f5f5;
  border-radius: 0.3125em; }
  .subscribe-card h5 {
    color: #111;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 1.66667em; }
  .subscribe-card p {
    color: #111;
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 1.73333em;
    margin-bottom: 1em; }
  .subscribe-card .input-group {
    margin-bottom: 1.25em; }
    .subscribe-card .input-group input {
      background-color: #fff;
      border: 1px solid #e1e1e1;
      height: auto;
      width: 100%;
      font-family: inherit;
      transition: 0.2s ease-in-out;
      -webkit-appearance: none;
      padding: 0.9375em 1.25em;
      color: #888;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: auto;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      border-radius: 0.3125em; }
      .subscribe-card .input-group input:focus {
        outline: 0;
        box-shadow: none; }
      .subscribe-card .input-group input:-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .subscribe-card .input-group input::-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .subscribe-card .input-group input:-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto;
        line-height: -moz-block-height; }
      .subscribe-card .input-group input::-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto;
        line-height: -moz-block-height; }
      .subscribe-card .input-group input:-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .subscribe-card .input-group input::-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .subscribe-card .input-group input:-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .subscribe-card .input-group input::-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .subscribe-card .input-group input:input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .subscribe-card .input-group input::input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
    .subscribe-card .input-group span {
      color: #ed4337;
      font-size: 0.875em;
      font-weight: 300;
      line-height: 1;
      margin-top: 0.625em;
      display: block;
      text-align: center; }
  .subscribe-card .btn.-normal {
    display: block;
    padding: 0.9375em; }
  .subscribe-card.-colored {
    background-color: #0b2b4e; }
    .subscribe-card.-colored h5 {
      color: #fff; }
    .subscribe-card.-colored p {
      color: #fff; }
    .subscribe-card.-colored .input-group input {
      border-color: #fff;
      color: #fff;
      background-color: #0b2b4e; }
    .subscribe-card.-colored .btn {
      background-color: #fff;
      color: #0b2b4e; }
      .subscribe-card.-colored .btn:hover {
        background-color: rgba(255, 255, 255, 0.8);
        color: #0b2b4e; }
  .subscribe-card.-theme--secondary.-colored {
    background-color: #13aced; }
    .subscribe-card.-theme--secondary.-colored .input-group input {
      background-color: #13aced;
      color: #fff; }
    .subscribe-card.-theme--secondary.-colored .btn {
      color: #13aced; }
      .subscribe-card.-theme--secondary.-colored .btn:hover {
        color: #13aced; }
  .subscribe-card.-theme--third.-colored {
    background-color: #537bdf; }
    .subscribe-card.-theme--third.-colored .input-group input {
      background-color: #537bdf;
      color: #fff; }
    .subscribe-card.-theme--third.-colored .btn {
      color: #537bdf; }
      .subscribe-card.-theme--third.-colored .btn:hover {
        color: #537bdf; }
  .subscribe-card.-theme--fourth.-colored {
    background-color: #ffd661; }
    .subscribe-card.-theme--fourth.-colored .input-group input {
      background-color: #ffd661;
      color: #fff; }
    .subscribe-card.-theme--fourth.-colored .btn {
      color: #ffd661; }
      .subscribe-card.-theme--fourth.-colored .btn:hover {
        color: #ffd661; }

.video-playlist {
  font-size: 16px; }
  .video-playlist-controlled {
    margin-bottom: 4.375rem; }
    .video-playlist-controlled-view {
      position: relative;
      background-color: #000; }
      .video-playlist-controlled-view .player-wrapper {
        position: relative;
        padding-top: 56.25%;
        width: 100%;
        height: 475px; }
      .video-playlist-controlled-view .react-player {
        position: absolute;
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100% !important; }
    .video-playlist-controlled-list {
      height: 475px;
      overflow-y: auto;
      background: #000; }
      .video-playlist-controlled-list::-webkit-scrollbar {
        width: 5px; }
      .video-playlist-controlled-list::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.6); }
      .video-playlist-controlled-list::-webkit-scrollbar-thumb {
        background: #0b2b4e; }
      .video-playlist-controlled-list::-webkit-scrollbar-thumb:hover {
        background: #000; }
      .video-playlist-controlled-list__header {
        background-color: #0b2b4e;
        padding: 1.875em; }
        .video-playlist-controlled-list__header h5 {
          color: #fff;
          font-size: 1.25em;
          font-weight: 500;
          line-height: 1;
          text-transform: uppercase;
          margin-bottom: 0.625em; }
        .video-playlist-controlled-list__header p {
          color: rgba(255, 255, 255, 0.7);
          font-size: 1em;
          font-weight: 400;
          line-height: 1; }
      .video-playlist-controlled-list__content {
        background-color: #111; }
        .video-playlist-controlled-list__content__item {
          display: flex;
          padding: 0.625em 1.875em;
          color: #fff;
          font-size: 1em;
          font-weight: 500;
          text-decoration: none;
          line-height: 1.3125em;
          cursor: pointer;
          -webkit-transition: 0.2s ease-in-out;
          -moz-transition: 0.2s ease-in-out;
          -ms-transition: 0.2s ease-in-out;
          -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
          text-transform: capitalize; }
          .video-playlist-controlled-list__content__item:hover {
            color: #dedede; }
          .video-playlist-controlled-list__content__item.active {
            background-color: rgba(255, 255, 255, 0.4); }
          .video-playlist-controlled-list__content__item:hover:not(.active) {
            background-color: rgba(255, 255, 255, 0.2); }
          .video-playlist-controlled-list__content__item .item__image img {
            height: 70px;
            width: 105px;
            object-fit: cover; }
          .video-playlist-controlled-list__content__item .item__detail {
            padding-left: 1.25em; }
            .video-playlist-controlled-list__content__item .item__detail h5 {
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              /* number of lines to show */
              -webkit-box-orient: vertical;
              min-height: 60px;
              /* 20230630 for fixing box height */
              margin-bottom: 0.625em; }
            .video-playlist-controlled-list__content__item .item__detail p {
              color: rgba(255, 255, 255, 0.5);
              font-size: 0.8125em;
              font-weight: 500;
              line-height: 1; }
    .video-playlist-controlled.-theme--secondary .video-playlist-controlled-list::-webkit-scrollbar-thumb {
      background: #13aced; }
    .video-playlist-controlled.-theme--secondary .video-playlist-controlled-list__header {
      background-color: #13aced; }
    .video-playlist-controlled.-theme--third .video-playlist-controlled-list::-webkit-scrollbar-thumb {
      background: #537bdf; }
    .video-playlist-controlled.-theme--third .video-playlist-controlled-list__header {
      background-color: #537bdf; }
    .video-playlist-controlled.-theme--fourth .video-playlist-controlled-list::-webkit-scrollbar-thumb {
      background: #ffd661; }
    .video-playlist-controlled.-theme--fourth .video-playlist-controlled-list__header {
      background-color: #ffd661; }
  .video-playlist-featured-left {
    background-color: #f5f5f5;
    padding: 3.125em 0; }
    .video-playlist-featured-left .player-wrapper {
      position: relative;
      padding-top: 56.25%;
      width: 100%; }
      .video-playlist-featured-left .player-wrapper.-big {
        height: 300px; }
      .video-playlist-featured-left .player-wrapper.-small {
        height: 150px; }
    .video-playlist-featured-left .react-player {
      position: absolute;
      top: 0;
      left: 0;
      height: 100% !important;
      width: 100% !important; }
  .video-playlist-four-grid-slide {
    background-color: #f5f5f5;
    padding: 3.125em 0; }
    .video-playlist-four-grid-slide .slide-item {
      padding: 0 5px; }
      .video-playlist-four-grid-slide .slide-item > div {
        height: 500px;
        background-color: #111; }
    .video-playlist-four-grid-slide .player-wrapper {
      position: relative;
      padding-top: 56.25%;
      width: 100%;
      height: 500px; }
    .video-playlist-four-grid-slide .react-player {
      height: 100% !important;
      width: 100% !important; }
    .video-playlist-four-grid-slide .slick-arrow {
      background-color: #fff;
      border: 0;
      color: regular;
      font-size: 1em;
      top: 50%;
      transform: translateY(-50%);
      padding: 15px;
      position: absolute;
      z-index: 1; }
      .video-playlist-four-grid-slide .slick-arrow.slick-next {
        right: 0; }
      .video-playlist-four-grid-slide .slick-arrow.slick-prev {
        left: 0; }

.blog-masonry-one-column-content .post-card .card-cover {
  max-height: 31.25rem;
  align-items: center; }

.blog-inline__masonry {
  font-size: 18px; }
  .blog-inline__masonry-content {
    margin-bottom: 2.22222em; }
    .blog-inline__masonry-content .grid-item {
      width: calc(25% - 15px);
      margin-bottom: 1.11111em; }
      .blog-inline__masonry-content .grid-item .post-card {
        display: block;
        width: 100%;
        height: 100%; }
      .blog-inline__masonry-content .grid-item.-long {
        height: 388px; }
      .blog-inline__masonry-content .grid-item.-small {
        height: 188px; }
      @media only screen and (max-width: 992px) {
        .blog-inline__masonry-content .grid-item {
          width: calc(33.3333% - 13px) !important; } }
      @media only screen and (max-width: 768px) {
        .blog-inline__masonry-content .grid-item {
          width: calc(50% - 10px) !important; } }
      @media only screen and (max-width: 576px) {
        .blog-inline__masonry-content .grid-item {
          width: 100% !important; } }
  .blog-inline__masonry-content__wide {
    width: 100%;
    margin-bottom: 1.875em; }
    .blog-inline__masonry-content__wide:after {
      content: '';
      display: block;
      clear: both; }
    .blog-inline__masonry-content__wide .grid-sizer,
    .blog-inline__masonry-content__wide .grid-item {
      width: 16.66667%; }
    .blog-inline__masonry-content__wide .grid-item {
      float: left;
      margin-bottom: 1em;
      padding: 0 0.625em; }
      .blog-inline__masonry-content__wide .grid-item .post-card {
        height: 100%; }
      .blog-inline__masonry-content__wide .grid-item.-large {
        height: 848px;
        width: 33.3333%; }
      .blog-inline__masonry-content__wide .grid-item.-big {
        height: 414px;
        width: 33.3333%; }
      .blog-inline__masonry-content__wide .grid-item.-long {
        height: 414px; }
      .blog-inline__masonry-content__wide .grid-item.-small {
        height: 197px; }
    @media only screen and (max-width: 1400px) {
      .blog-inline__masonry-content__wide .grid-item.-large, .blog-inline__masonry-content__wide .grid-item.-big, .blog-inline__masonry-content__wide .grid-item.-long, .blog-inline__masonry-content__wide .grid-item.-small {
        height: auto;
        width: 33.333333%; } }
    @media only screen and (max-width: 992px) {
      .blog-inline__masonry-content__wide .grid-item.-large, .blog-inline__masonry-content__wide .grid-item.-big, .blog-inline__masonry-content__wide .grid-item.-long, .blog-inline__masonry-content__wide .grid-item.-small {
        height: auto;
        width: 50%; } }
    @media only screen and (max-width: 576px) {
      .blog-inline__masonry-content__wide .grid-item.-large, .blog-inline__masonry-content__wide .grid-item.-big {
        height: auto;
        width: 100%; }
      .blog-inline__masonry-content__wide .grid-item.-long, .blog-inline__masonry-content__wide .grid-item.-small {
        height: auto;
        width: 100%; } }

.about-us {
  font-size: 16px;
  margin-bottom: 4.375rem; }
  .about-us__image {
    width: 100%;
    padding-right: 1.875em; }
    @media only screen and (max-width: 768px) {
      .about-us__image {
        margin-bottom: 1.875em;
        padding-right: 0; } }
    .about-us__image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .about-us__content h3 {
    color: #111;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.16667em; }
  .about-us__content p {
    color: #111;
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 2em; }
  .about-us__content .follow p {
    color: #111;
    font-size: 0.9375em;
    font-weight: 600;
    line-height: 1; }

.cart {
  font-size: 16px; }
  .cart-table {
    margin-bottom: 1.875em;
    overflow-y: auto;
    white-space: nowrap; }
    .cart-table table {
      width: 100%; }
      .cart-table table thead tr {
        border-bottom: 1px solid #e1e1e1; }
      .cart-table table thead th {
        color: #111;
        font-size: 1.125em;
        font-weight: 700;
        line-height: 1;
        padding: 0.83333em 0.83333em; }
        .cart-table table thead th:first-child {
          text-align: left;
          padding-left: 0; }
      .cart-table table tbody tr {
        border-bottom: 1px solid #e1e1e1; }
      .cart-table table tbody td {
        text-align: center;
        vertical-align: middle;
        padding: 1.875em 0.9375em; }
        .cart-table table tbody td:first-child {
          text-align: left;
          padding-left: 0; }
          .cart-table table tbody td:first-child .cart-product {
            display: flex;
            align-items: center; }
            .cart-table table tbody td:first-child .cart-product img {
              margin-right: 0.9375em;
              height: 5.625em;
              width: 5.625em; }
            .cart-table table tbody td:first-child .cart-product__content a {
              color: #111;
              font-size: 0.9375em;
              font-weight: 500;
              text-decoration: none;
              line-height: 1;
              cursor: pointer;
              -webkit-transition: 0.2s ease-in-out;
              -moz-transition: 0.2s ease-in-out;
              -ms-transition: 0.2s ease-in-out;
              -o-transition: 0.2s ease-in-out;
              transition: 0.2s ease-in-out;
              display: block;
              margin-bottom: 0.33333em; }
              .cart-table table tbody td:first-child .cart-product__content a:hover {
                color: #0b2b4e; }
            .cart-table table tbody td:first-child .cart-product__content .star {
              display: inline-block;
              margin-right: 0.625em; }
              .cart-table table tbody td:first-child .cart-product__content .star i {
                font-size: 0.625em;
                color: #e3c01c; }
        .cart-table table tbody td:nth-child(2), .cart-table table tbody td:nth-child(4) {
          color: #111;
          font-size: 1em;
          font-weight: 700;
          line-height: 1; }
        .cart-table table tbody td:nth-child(3) .quantity-controller {
          padding: 0;
          border: 0;
          margin-right: 0;
          justify-content: center; }
        .cart-table table tbody td:last-child {
          text-align: right;
          padding-right: 0; }
  .cart-footer {
    margin-bottom: 3.125em; }
    .cart-footer__actions {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media only screen and (max-width: 576px) {
        .cart-footer__actions .btn {
          margin-bottom: 1.875em; } }
    @media only screen and (max-width: 576px) {
      .cart-footer {
        margin-bottom: 0; } }
  .cart-total {
    margin-bottom: 5rem; }
    .cart-total__discount form {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .cart-total__discount form h3 {
        color: #111;
        font-size: 1.125em;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        margin-right: 1.66667em; }
        @media only screen and (max-width: 768px) {
          .cart-total__discount form h3 {
            width: 100%;
            margin-bottom: 0.83333em; } }
      .cart-total__discount form input {
        margin-right: 0.625em;
        background-color: #fff;
        border: 1px solid #e1e1e1;
        height: 3.125em;
        width: auto;
        font-family: inherit;
        transition: 0.2s ease-in-out;
        -webkit-appearance: none;
        padding: 0 1.25em;
        color: #888;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 3.125em;
        -webkit-border-radius: 0.3125em;
        -moz-border-radius: 0.3125em;
        -ms-border-radius: 0.3125em;
        -o-border-radius: 0.3125em;
        border-radius: 0.3125em; }
        .cart-total__discount form input:focus {
          outline: 0;
          box-shadow: none; }
        .cart-total__discount form input:-webkit-input-placeholder {
          color: #e1e1e1;
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 3.125em; }
        .cart-total__discount form input::-webkit-input-placeholder {
          color: #e1e1e1;
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 3.125em; }
        .cart-total__discount form input:-moz-input-placeholder {
          color: #e1e1e1;
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 3.125em;
          line-height: -moz-block-height; }
        .cart-total__discount form input::-moz-input-placeholder {
          color: #e1e1e1;
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 3.125em;
          line-height: -moz-block-height; }
        .cart-total__discount form input:-ms-input-placeholder {
          color: #e1e1e1;
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 3.125em; }
        .cart-total__discount form input::-ms-input-placeholder {
          color: #e1e1e1;
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 3.125em; }
        .cart-total__discount form input:-o-input-placeholder {
          color: #e1e1e1;
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 3.125em; }
        .cart-total__discount form input::-o-input-placeholder {
          color: #e1e1e1;
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 3.125em; }
        .cart-total__discount form input:input-placeholder {
          color: #e1e1e1;
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 3.125em; }
        .cart-total__discount form input::input-placeholder {
          color: #e1e1e1;
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 3.125em; }
    @media only screen and (max-width: 768px) {
      .cart-total__discount {
        margin-bottom: 1.875em; } }
    .cart-total__content {
      padding: 2.1875em 2.5em;
      background-color: #f5f5f5; }
      .cart-total__content h3 {
        color: #111;
        font-size: 1.0625em;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        margin-bottom: 1.17647em; }
      .cart-total__content .total__row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.9375em; }
        .cart-total__content .total__row h5 {
          color: #111;
          font-size: 1em;
          font-weight: 600;
          line-height: 1; }

.checkout {
  font-size: 16px;
  margin-bottom: 5rem; }
  .checkout-title {
    color: #111;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 0.66667em;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    margin-bottom: 1.875em; }
  .checkout__coupon-alert {
    color: #111;
    font-size: 0.9375em;
    font-weight: 500;
    line-height: 1.73333em;
    background-color: #0b2b4e;
    display: block;
    text-align: center;
    padding: 1em;
    margin-bottom: 3.75rem; }
    .checkout__coupon-alert:hover {
      text-decoration: underline; }
  .checkout-form .input-group {
    margin-bottom: 1.875em; }
    .checkout-form .input-group label {
      color: #111;
      font-size: 0.9375em;
      font-weight: 500;
      line-height: 1;
      display: block;
      margin-bottom: 0.9375em; }
    .checkout-form .input-group .input-group {
      margin-bottom: 0.625em; }
    .checkout-form .input-group input {
      background-color: #fff;
      border: 1px solid #e1e1e1;
      height: auto;
      width: 100%;
      font-family: inherit;
      transition: 0.2s ease-in-out;
      -webkit-appearance: none;
      padding: 0.9375em 1.25em;
      color: #888;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: auto;
      -webkit-border-radius: 0.35714em;
      -moz-border-radius: 0.35714em;
      -ms-border-radius: 0.35714em;
      -o-border-radius: 0.35714em;
      border-radius: 0.35714em; }
      .checkout-form .input-group input:focus {
        outline: 0;
        box-shadow: none; }
      .checkout-form .input-group input:-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .checkout-form .input-group input::-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .checkout-form .input-group input:-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto;
        line-height: -moz-block-height; }
      .checkout-form .input-group input::-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto;
        line-height: -moz-block-height; }
      .checkout-form .input-group input:-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .checkout-form .input-group input::-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .checkout-form .input-group input:-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .checkout-form .input-group input::-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .checkout-form .input-group input:input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .checkout-form .input-group input::input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
    .checkout-form .input-group.mb-15 {
      margin-bottom: 0.9375em; }
    .checkout-form .input-group .error {
      color: #ed4337;
      font-size: 0.875em;
      font-weight: 300;
      line-height: 1;
      margin-top: 0.625em;
      display: block; }
  .checkout-form .checkbox-group {
    margin-bottom: 1.875em; }
    .checkout-form .checkbox-group.mb-15 {
      margin-bottom: 0.9375em; }
  .checkout-form .label-description {
    color: #111;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.71429em;
    margin-bottom: 1.875em; }
  .checkout-total {
    background-color: #f5f5f5;
    padding: 1.5625em 1.875em; }
    .checkout-total table {
      width: 100%; }
      .checkout-total table th:first-child,
      .checkout-total table td:first-child {
        text-align: left; }
      .checkout-total table th:last-child,
      .checkout-total table td:last-child {
        text-align: right; }
      .checkout-total table.total__provisional {
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 0.625em; }
        .checkout-total table.total__provisional thead th {
          padding: 0.625em 0;
          color: #111;
          font-size: 1.125em;
          font-weight: 600;
          line-height: 1; }
        .checkout-total table.total__provisional tbody td {
          padding: 0.625em 0; }
          .checkout-total table.total__provisional tbody td:first-child span {
            float: left;
            color: #0b2b4e;
            font-size: 0.9375em;
            font-weight: 600;
            line-height: 1.5em;
            margin-right: 0.33333em; }
          .checkout-total table.total__provisional tbody td:first-child p {
            color: #111;
            font-size: 0.9375em;
            font-weight: 400;
            line-height: 1.5em; }
      .checkout-total table.total__final {
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 1.875em; }
        .checkout-total table.total__final tbody td {
          padding: 0.625em 0; }
          .checkout-total table.total__final tbody td:first-child {
            color: #111;
            font-size: 0.9375em;
            font-weight: 400;
            line-height: 1; }
          .checkout-total table.total__final tbody td:last-child {
            color: #111;
            font-size: 1.125em;
            font-weight: 600;
            line-height: 1; }
    .checkout-total .total__payment-method__block {
      margin-bottom: 1.5625em; }
      .checkout-total .total__payment-method__block .payment__content {
        color: #111;
        font-size: 0.875em;
        font-weight: 400;
        line-height: 1.71429em; }
    .checkout-total .btn {
      width: 100%; }

.contact-us {
  font-size: 16px;
  margin-bottom: 3.75rem; }
  .contact-us .contact-title {
    color: #111;
    font-size: 1.375em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.36364em; }
  .contact-us__info {
    margin-bottom: 1.875rem; }
    .contact-us__info .contact-description {
      color: #111;
      font-size: 0.9375em;
      font-weight: 400;
      line-height: 1.73333em;
      margin-bottom: 2em; }
    .contact-us__info .contact-method__item {
      display: flex;
      align-items: center;
      margin-bottom: 1.25em; }
      .contact-us__info .contact-method__item i {
        height: 3.125em;
        width: 3.125em;
        border: 1px solid #e1e1e1;
        border-radius: 999px;
        text-align: center;
        line-height: 3.125em;
        color: #0b2b4e;
        margin-right: 1.25em; }
  @media only screen and (max-width: 768px) {
    .contact-us__form {
      margin-top: 3.125rem; } }
  .contact-us__form form .input-group {
    margin-bottom: 1.25em; }
    .contact-us__form form .input-group .error {
      color: #ed4337;
      font-size: 0.875em;
      font-weight: 400;
      line-height: 1;
      display: block;
      margin-top: 0.625em; }
    .contact-us__form form .input-group input {
      background-color: #fff;
      border: 1px solid #e1e1e1;
      height: auto;
      width: 100%;
      font-family: inherit;
      transition: 0.2s ease-in-out;
      -webkit-appearance: none;
      padding: 1.07143em 1.42857em;
      color: #888;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: auto;
      -webkit-border-radius: 0.35714em;
      -moz-border-radius: 0.35714em;
      -ms-border-radius: 0.35714em;
      -o-border-radius: 0.35714em;
      border-radius: 0.35714em; }
      .contact-us__form form .input-group input:focus {
        outline: 0;
        box-shadow: none; }
      .contact-us__form form .input-group input:-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .contact-us__form form .input-group input::-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .contact-us__form form .input-group input:-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto;
        line-height: -moz-block-height; }
      .contact-us__form form .input-group input::-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto;
        line-height: -moz-block-height; }
      .contact-us__form form .input-group input:-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .contact-us__form form .input-group input::-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .contact-us__form form .input-group input:-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .contact-us__form form .input-group input::-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .contact-us__form form .input-group input:input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .contact-us__form form .input-group input::input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
  .contact-us__form form textarea {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    height: auto;
    width: 100%;
    transition: 0.2s ease-in-out;
    padding: 1.42857em;
    font-family: 'DM Sans', sans-serif !important;
    -webkit-appearance: none;
    color: subTitle;
    font-size: 14px;
    font-weight: 400;
    line-height: auto;
    -webkit-border-radius: 0.35714em;
    -moz-border-radius: 0.35714em;
    -ms-border-radius: 0.35714em;
    -o-border-radius: 0.35714em;
    border-radius: 0.35714em;
    margin-bottom: 1.42857em; }
    .contact-us__form form textarea:focus {
      outline: 0;
      box-shadow: none; }
    .contact-us__form form textarea::-webkit-placeholder {
      color: #e1e1e1;
      font-size: 14px;
      font-weight: 400;
      line-height: auto; }
    .contact-us__form form textarea::-moz-placeholder {
      color: #e1e1e1;
      font-size: 14px;
      font-weight: 400;
      line-height: auto; }
    .contact-us__form form textarea::-ms-placeholder {
      color: #e1e1e1;
      font-size: 14px;
      font-weight: 400;
      line-height: auto; }
    .contact-us__form form textarea::-o-placeholder {
      color: #e1e1e1;
      font-size: 14px;
      font-weight: 400;
      line-height: auto; }
    .contact-us__form form textarea::placeholder {
      color: #e1e1e1;
      font-size: 14px;
      font-weight: 400;
      line-height: auto; }

/***************************
	Post detail
***************************/
.post-standard {
  font-size: 16px; }
  .post-standard #post-share {
    position: absolute;
    top: 0;
    left: -80px;
    top: 5px; }
    .post-standard #post-share .social-block {
      display: flex;
      flex-direction: column; }
      .post-standard #post-share .social-block > a {
        margin-bottom: 0.625em; }
    .post-standard #post-share h5 {
      color: #111;
      font-size: 0.9375em;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 2em; }
    @media only screen and (max-width: 1400px) {
      .post-standard #post-share {
        position: unset; }
        .post-standard #post-share .social-block {
          flex-direction: row;
          align-items: center;
          margin-bottom: 3.125em; }
        .post-standard #post-share h5 {
          margin-bottom: 0;
          margin-right: 2em; } }
  .post-standard__header.-banner {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 48.75em;
    margin-bottom: 3.75em; }
    @media only screen and (max-width: 768px) {
      .post-standard__header.-banner {
        height: 30em; } }
    .post-standard__header.-banner:hover .post-standard__banner__image img {
      transform: scale(1.15);
      transition: 5s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .post-standard__header.-banner .post-standard__header-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      overflow: hidden; }
      .post-standard__header.-banner .post-standard__header-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: 3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .post-standard__header.-banner .post-standard__header-content {
      background-color: #fff;
      padding: 2.5em;
      margin: 0 1.875em;
      max-width: 37.5em; }
  .post-standard__content {
    position: relative;
    text-justify: inter-character; }
    .post-standard__content .paragraph {
      color: #111;
      font-size: 0.9375em;
      font-weight: 500;
      line-height: 1.8em;
      margin-bottom: 2em; }
    .post-standard__content .post-card-quote {
      margin-bottom: 1.875em; }
    .post-standard__content .image {
      float: left;
      margin-right: 1.875em;
      max-width: 100%; }
      .post-standard__content .image.left {
        float: left;
        margin-right: 1.875em; }
      .post-standard__content .image.right {
        float: right;
        margin-left: 1.875em; }
      @media only screen and (max-width: 768px) {
        .post-standard__content .image {
          max-width: 50%; } }
      @media only screen and (max-width: 576px) {
        .post-standard__content .image {
          width: 100%;
          max-width: 100%;
          margin-bottom: 1.875em; }
          .post-standard__content .image.left {
            margin-right: 0; }
          .post-standard__content .image.right {
            margin-left: 0; } }
    .post-standard__content h1 {
      line-height: normal;
      font-size: 36px;
      font-weight: bold;
      margin-top: 30px;
      margin-bottom: 30px; }
    .post-standard__content h2 {
      line-height: normal;
      font-size: 30px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px; }
    .post-standard__content h3 {
      font-size: 25px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px; }
    .post-standard__content h4 {
      font-size: 22px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px; }
    .post-standard__content h5 {
      font-size: 19px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px; }
    .post-standard__content h6 {
      font-size: 16px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px; }
    .post-standard__content strong {
      font-weight: bolder;
      line-height: normal; }
    .post-standard__content p {
      line-height: 175%;
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: justify; }
    .post-standard__content blockquote {
      line-height: 175%;
      background-color: #eeeeee;
      border-left: 5px solid #3f3f3f;
      margin: 15px 0 15px 10px;
      padding: 10px 10px 10px 20px;
      border-radius: 6px;
      text-align: justify; }
    .post-standard__content ul li {
      line-height: 175%;
      list-style-type: disc;
      margin: 15px 0 15px 30px;
      padding: 0;
      text-align: justify; }
    .post-standard__content ol li {
      line-height: 175%;
      list-style-type: inside;
      margin: 15px 0 15px 30px;
      padding: 0;
      text-align: justify; }
    .post-standard__content pre code {
      line-height: normal;
      display: block;
      color: #ffffff;
      font-family: 'Monaco', monospace;
      background-color: #3f3f3f;
      border-left: 5px solid #32c965;
      margin: 15px 0 15px 10px;
      padding: 10px 10px 10px 20px;
      border-radius: 6px; }
  .post-standard.-full .post-standard__banner__content .post-card .card__content {
    max-width: 600px; }
    .post-standard.-full .post-standard__banner__content .post-card .card__content .card__content-title {
      font-size: 1.875em; }
      @media only screen and (max-width: 768px) {
        .post-standard.-full .post-standard__banner__content .post-card .card__content .card__content-title {
          font-size: 1.375em; } }
  .post-standard.-slide .post-title {
    margin-bottom: 3.125em; }
    .post-standard.-slide .post-title .card__content .card__content-title {
      font-size: 1.875em; }
  .post-standard.-video .post-title, .post-standard.-audio .post-title, .post-standard.-quote .post-title {
    margin-bottom: 3.125em; }
  .post-standard.-video .post-video, .post-standard.-audio .post-video, .post-standard.-quote .post-video {
    margin-bottom: 1.875em; }
  .post-standard.-audio .post-audio {
    margin-bottom: 1.875em; }
    .post-standard.-audio .post-audio .plyr__controls {
      background-color: lightOverlay; }
  .post-standard.-quote .post-quote {
    text-align: center;
    background-color: yellow;
    padding: 2.5em 5.625em;
    border-radius: 0.3125em;
    margin-bottom: 1.875em; }
    @media only screen and (max-width: 768px) {
      .post-standard.-quote .post-quote {
        padding: 1.25em 2.5em; } }
    .post-standard.-quote .post-quote .post-quote-info {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.25em; }
      .post-standard.-quote .post-quote .post-quote-info .info__time {
        margin-right: 0.9375em; }
      .post-standard.-quote .post-quote .post-quote-info i,
      .post-standard.-quote .post-quote .post-quote-info p {
        display: inline-block;
        color: #fff;
        font-size: 0.8125em;
        font-weight: 400;
        line-height: 1; }
      .post-standard.-quote .post-quote .post-quote-info i {
        margin-right: 0.625em; }
    .post-standard.-quote .post-quote h3 {
      color: #fff;
      font-size: 1.625em;
      font-weight: 700;
      line-height: 1.46154em;
      margin-bottom: 0.625em;
      position: relative; }
      .post-standard.-quote .post-quote h3:before {
        content: '\F10D';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        top: 0;
        left: -30px;
        font-size: 1em; }
      .post-standard.-quote .post-quote h3:after {
        content: '\F10E';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        bottom: 0;
        right: -30px;
        font-size: 1em; }
    .post-standard.-quote .post-quote p {
      color: #fff;
      font-size: 0.8125em;
      font-weight: 400;
      line-height: 1; }

/***************************
	404 error
***************************/
.error-404 {
  font-size: 16px;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 768px) {
    .error-404__content {
      margin-bottom: 3.125em; } }
  .error-404__content h2 {
    color: #111;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.27778em; }
  .error-404__content p {
    color: #111;
    font-size: 1.0625em;
    font-weight: 500;
    line-height: 1.58824em;
    margin-bottom: 2.1875em; }
  .error-404__content form {
    position: relative;
    margin-bottom: 1.875em; }
    .error-404__content form input {
      background-color: #fff;
      border: 1px solid #e1e1e1;
      height: auto;
      width: 100%;
      font-family: inherit;
      transition: 0.2s ease-in-out;
      -webkit-appearance: none;
      padding: 1.07143em 1.42857em;
      color: #888;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: auto;
      -webkit-border-radius: 0.35714em;
      -moz-border-radius: 0.35714em;
      -ms-border-radius: 0.35714em;
      -o-border-radius: 0.35714em;
      border-radius: 0.35714em; }
      .error-404__content form input:focus {
        outline: 0;
        box-shadow: none; }
      .error-404__content form input:-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .error-404__content form input::-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .error-404__content form input:-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto;
        line-height: -moz-block-height; }
      .error-404__content form input::-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto;
        line-height: -moz-block-height; }
      .error-404__content form input:-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .error-404__content form input::-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .error-404__content form input:-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .error-404__content form input::-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .error-404__content form input:input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .error-404__content form input::input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
    .error-404__content form button {
      background-color: transparent;
      border: 0;
      color: #111;
      font-size: 1em;
      font-weight: 500;
      text-decoration: none;
      line-height: 1;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      position: absolute;
      top: 50%;
      right: 1.5625em;
      transform: translateY(-50%); }
      .error-404__content form button:hover {
        color: #0b2b4e; }
  .error-404__image {
    padding-left: 1.875em; }
    .error-404__image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 768px) {
      .error-404__image {
        padding-left: 0; } }

/***************************
	disclaimers
***************************/
.disclaimers {
  font-size: 16px;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 768px) {
    .disclaimers__content {
      margin-bottom: 3.125em; } }
  .disclaimers__content h2 {
    color: #111;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.27778em; }
  .disclaimers__content p {
    color: #111;
    font-size: 1.0625em;
    font-weight: 500;
    line-height: 1.58824em;
    margin-bottom: 2.1875em;
    text-align: justify; }
  .disclaimers__content form {
    position: relative;
    margin-bottom: 1.875em; }
    .disclaimers__content form input {
      background-color: #fff;
      border: 1px solid #e1e1e1;
      height: auto;
      width: 100%;
      font-family: inherit;
      transition: 0.2s ease-in-out;
      -webkit-appearance: none;
      padding: 1.07143em 1.42857em;
      color: #888;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: auto;
      -webkit-border-radius: 0.35714em;
      -moz-border-radius: 0.35714em;
      -ms-border-radius: 0.35714em;
      -o-border-radius: 0.35714em;
      border-radius: 0.35714em; }
      .disclaimers__content form input:focus {
        outline: 0;
        box-shadow: none; }
      .disclaimers__content form input:-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .disclaimers__content form input::-webkit-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .disclaimers__content form input:-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto;
        line-height: -moz-block-height; }
      .disclaimers__content form input::-moz-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto;
        line-height: -moz-block-height; }
      .disclaimers__content form input:-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .disclaimers__content form input::-ms-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .disclaimers__content form input:-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .disclaimers__content form input::-o-input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .disclaimers__content form input:input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
      .disclaimers__content form input::input-placeholder {
        color: #e1e1e1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: auto; }
    .disclaimers__content form button {
      background-color: transparent;
      border: 0;
      color: #111;
      font-size: 1em;
      font-weight: 500;
      text-decoration: none;
      line-height: 1;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      position: absolute;
      top: 50%;
      right: 1.5625em;
      transform: translateY(-50%); }
      .disclaimers__content form button:hover {
        color: #0b2b4e; }
  .disclaimers__image {
    padding-left: 1.875em; }
    .disclaimers__image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 768px) {
      .disclaimers__image {
        padding-left: 0; } }

html {
  scroll-behavior: smooth; }

.sidebar {
  position: fixed;
  top: 120px;
  left: -100%;
  width: 240px;
  height: 100vh;
  overflow-y: auto;
  background-color: #f8f9fa;
  padding: 20px;
  z-index: 1000;
  transition: left 0.3s ease; }

.sidebar.open {
  left: 0; }

.sidebar-inner.fixed {
  position: fixed;
  top: 120px;
  left: 10px;
  width: 230px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  transition: left 0.3s ease; }

.sidebar-inner.stop {
  position: absolute;
  bottom: 200px;
  top: auto;
  width: 200px;
  transition: left 0.3s ease; }

.sidebar a {
  text-decoration: none;
  color: #333;
  padding: 8px;
  border-radius: 4px;
  display: block; }

.sidebar a.active {
  background-color: #0b2b4e;
  color: white; }

.main {
  margin-left: 120px;
  padding: 20px;
  width: 100%;
  margin-top: -120px;
  max-width: 950px; }

.main .card-section {
  padding-top: 120px;
  min-height: 100vh; }

.mobile-menu-button {
  display: none;
  background: none;
  border: none;
  z-index: 1100; }

.sidebar .close-button {
  display: none;
  background: none;
  border: none;
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem; }

@media (max-width: 1266px) {
  .sidebar-inner.fixed {
    width: 150px;
    font-size: 14px; } }

@media (max-width: 768px) {
  .mobile-menu-button {
    display: block;
    position: fixed;
    top: 120px;
    left: -200px;
    width: 200px;
    height: 20px;
    line-height: 20px;
    transform: rotate(-90deg);
    transform-origin: top right;
    font-size: 14px;
    text-align: right; }
  .sidebar {
    top: 0;
    height: 100%;
    padding-top: 40px; }
  .sidebar .sidebar-inner.fixed,
  .sidebar .sidebar-inner.stop {
    left: -100%;
    position: fixed;
    top: 40px;
    width: 198px; }
  .sidebar.open .sidebar-inner.fixed,
  .sidebar.open .sidebar-inner.stop {
    left: 24px;
    transform-origin: top right; }
  .sidebar .close-button {
    display: block; }
  .main {
    margin-left: 0; }
  .main .card-section {
    padding-top: 120px; } }

footer {
  padding: 40px 20px;
  background-color: #f1f1f1;
  text-align: center; }

