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

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

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

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

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1872px;
  }
}

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

@media (min-width: 480px) {
  .container-sm, .container-x375, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-s680, .container-sm, .container-x375, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-s680, .container-sm, .container-x375, .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-s680, .container-sm, .container-x375, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container-xxl, .container-xl1400, .container-xl, .container-lg, .container-md, .container-s680, .container-sm, .container-x375, .container {
    max-width: 1872px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-x375 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-x375-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-x375-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-x375-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-x375-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-x375-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-x375-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-x375-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-x375-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-x375-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-x375-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-x375-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-x375-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-x375-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-x375-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-x375-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-x375-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-x375-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-x375-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-x375-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-x375-first {
    order: -1;
  }
  .order-x375-last {
    order: 13;
  }
  .order-x375-0 {
    order: 0;
  }
  .order-x375-1 {
    order: 1;
  }
  .order-x375-2 {
    order: 2;
  }
  .order-x375-3 {
    order: 3;
  }
  .order-x375-4 {
    order: 4;
  }
  .order-x375-5 {
    order: 5;
  }
  .order-x375-6 {
    order: 6;
  }
  .order-x375-7 {
    order: 7;
  }
  .order-x375-8 {
    order: 8;
  }
  .order-x375-9 {
    order: 9;
  }
  .order-x375-10 {
    order: 10;
  }
  .order-x375-11 {
    order: 11;
  }
  .order-x375-12 {
    order: 12;
  }
  .offset-x375-0 {
    margin-left: 0;
  }
  .offset-x375-1 {
    margin-left: 8.3333333333%;
  }
  .offset-x375-2 {
    margin-left: 16.6666666667%;
  }
  .offset-x375-3 {
    margin-left: 25%;
  }
  .offset-x375-4 {
    margin-left: 33.3333333333%;
  }
  .offset-x375-5 {
    margin-left: 41.6666666667%;
  }
  .offset-x375-6 {
    margin-left: 50%;
  }
  .offset-x375-7 {
    margin-left: 58.3333333333%;
  }
  .offset-x375-8 {
    margin-left: 66.6666666667%;
  }
  .offset-x375-9 {
    margin-left: 75%;
  }
  .offset-x375-10 {
    margin-left: 83.3333333333%;
  }
  .offset-x375-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 680px) {
  .col-s680 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-s680-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-s680-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-s680-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-s680-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-s680-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-s680-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-s680-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-s680-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-s680-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-s680-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-s680-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-s680-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-s680-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-s680-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-s680-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-s680-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-s680-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-s680-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-s680-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-s680-first {
    order: -1;
  }
  .order-s680-last {
    order: 13;
  }
  .order-s680-0 {
    order: 0;
  }
  .order-s680-1 {
    order: 1;
  }
  .order-s680-2 {
    order: 2;
  }
  .order-s680-3 {
    order: 3;
  }
  .order-s680-4 {
    order: 4;
  }
  .order-s680-5 {
    order: 5;
  }
  .order-s680-6 {
    order: 6;
  }
  .order-s680-7 {
    order: 7;
  }
  .order-s680-8 {
    order: 8;
  }
  .order-s680-9 {
    order: 9;
  }
  .order-s680-10 {
    order: 10;
  }
  .order-s680-11 {
    order: 11;
  }
  .order-s680-12 {
    order: 12;
  }
  .offset-s680-0 {
    margin-left: 0;
  }
  .offset-s680-1 {
    margin-left: 8.3333333333%;
  }
  .offset-s680-2 {
    margin-left: 16.6666666667%;
  }
  .offset-s680-3 {
    margin-left: 25%;
  }
  .offset-s680-4 {
    margin-left: 33.3333333333%;
  }
  .offset-s680-5 {
    margin-left: 41.6666666667%;
  }
  .offset-s680-6 {
    margin-left: 50%;
  }
  .offset-s680-7 {
    margin-left: 58.3333333333%;
  }
  .offset-s680-8 {
    margin-left: 66.6666666667%;
  }
  .offset-s680-9 {
    margin-left: 75%;
  }
  .offset-s680-10 {
    margin-left: 83.3333333333%;
  }
  .offset-s680-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xl1400 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl1400-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl1400-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl1400-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl1400-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl1400-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl1400-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl1400-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl1400-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl1400-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl1400-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl1400-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl1400-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl1400-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl1400-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl1400-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl1400-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl1400-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl1400-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl1400-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl1400-first {
    order: -1;
  }
  .order-xl1400-last {
    order: 13;
  }
  .order-xl1400-0 {
    order: 0;
  }
  .order-xl1400-1 {
    order: 1;
  }
  .order-xl1400-2 {
    order: 2;
  }
  .order-xl1400-3 {
    order: 3;
  }
  .order-xl1400-4 {
    order: 4;
  }
  .order-xl1400-5 {
    order: 5;
  }
  .order-xl1400-6 {
    order: 6;
  }
  .order-xl1400-7 {
    order: 7;
  }
  .order-xl1400-8 {
    order: 8;
  }
  .order-xl1400-9 {
    order: 9;
  }
  .order-xl1400-10 {
    order: 10;
  }
  .order-xl1400-11 {
    order: 11;
  }
  .order-xl1400-12 {
    order: 12;
  }
  .offset-xl1400-0 {
    margin-left: 0;
  }
  .offset-xl1400-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl1400-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl1400-3 {
    margin-left: 25%;
  }
  .offset-xl1400-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl1400-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl1400-6 {
    margin-left: 50%;
  }
  .offset-xl1400-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl1400-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl1400-9 {
    margin-left: 75%;
  }
  .offset-xl1400-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl1400-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .d-x375-none {
    display: none !important;
  }
  .d-x375-inline {
    display: inline !important;
  }
  .d-x375-inline-block {
    display: inline-block !important;
  }
  .d-x375-block {
    display: block !important;
  }
  .d-x375-table {
    display: table !important;
  }
  .d-x375-table-row {
    display: table-row !important;
  }
  .d-x375-table-cell {
    display: table-cell !important;
  }
  .d-x375-flex {
    display: flex !important;
  }
  .d-x375-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 480px) {
  .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: 680px) {
  .d-s680-none {
    display: none !important;
  }
  .d-s680-inline {
    display: inline !important;
  }
  .d-s680-inline-block {
    display: inline-block !important;
  }
  .d-s680-block {
    display: block !important;
  }
  .d-s680-table {
    display: table !important;
  }
  .d-s680-table-row {
    display: table-row !important;
  }
  .d-s680-table-cell {
    display: table-cell !important;
  }
  .d-s680-flex {
    display: flex !important;
  }
  .d-s680-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: 1024px) {
  .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: 1280px) {
  .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-xl1400-none {
    display: none !important;
  }
  .d-xl1400-inline {
    display: inline !important;
  }
  .d-xl1400-inline-block {
    display: inline-block !important;
  }
  .d-xl1400-block {
    display: block !important;
  }
  .d-xl1400-table {
    display: table !important;
  }
  .d-xl1400-table-row {
    display: table-row !important;
  }
  .d-xl1400-table-cell {
    display: table-cell !important;
  }
  .d-xl1400-flex {
    display: flex !important;
  }
  .d-xl1400-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

.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: 375px) {
  .flex-x375-row {
    flex-direction: row !important;
  }
  .flex-x375-column {
    flex-direction: column !important;
  }
  .flex-x375-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-x375-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-x375-wrap {
    flex-wrap: wrap !important;
  }
  .flex-x375-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-x375-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-x375-fill {
    flex: 1 1 auto !important;
  }
  .flex-x375-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-x375-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-x375-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-x375-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-x375-start {
    justify-content: flex-start !important;
  }
  .justify-content-x375-end {
    justify-content: flex-end !important;
  }
  .justify-content-x375-center {
    justify-content: center !important;
  }
  .justify-content-x375-between {
    justify-content: space-between !important;
  }
  .justify-content-x375-around {
    justify-content: space-around !important;
  }
  .align-items-x375-start {
    align-items: flex-start !important;
  }
  .align-items-x375-end {
    align-items: flex-end !important;
  }
  .align-items-x375-center {
    align-items: center !important;
  }
  .align-items-x375-baseline {
    align-items: baseline !important;
  }
  .align-items-x375-stretch {
    align-items: stretch !important;
  }
  .align-content-x375-start {
    align-content: flex-start !important;
  }
  .align-content-x375-end {
    align-content: flex-end !important;
  }
  .align-content-x375-center {
    align-content: center !important;
  }
  .align-content-x375-between {
    align-content: space-between !important;
  }
  .align-content-x375-around {
    align-content: space-around !important;
  }
  .align-content-x375-stretch {
    align-content: stretch !important;
  }
  .align-self-x375-auto {
    align-self: auto !important;
  }
  .align-self-x375-start {
    align-self: flex-start !important;
  }
  .align-self-x375-end {
    align-self: flex-end !important;
  }
  .align-self-x375-center {
    align-self: center !important;
  }
  .align-self-x375-baseline {
    align-self: baseline !important;
  }
  .align-self-x375-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 480px) {
  .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: 680px) {
  .flex-s680-row {
    flex-direction: row !important;
  }
  .flex-s680-column {
    flex-direction: column !important;
  }
  .flex-s680-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-s680-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-s680-wrap {
    flex-wrap: wrap !important;
  }
  .flex-s680-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-s680-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-s680-fill {
    flex: 1 1 auto !important;
  }
  .flex-s680-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-s680-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-s680-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-s680-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-s680-start {
    justify-content: flex-start !important;
  }
  .justify-content-s680-end {
    justify-content: flex-end !important;
  }
  .justify-content-s680-center {
    justify-content: center !important;
  }
  .justify-content-s680-between {
    justify-content: space-between !important;
  }
  .justify-content-s680-around {
    justify-content: space-around !important;
  }
  .align-items-s680-start {
    align-items: flex-start !important;
  }
  .align-items-s680-end {
    align-items: flex-end !important;
  }
  .align-items-s680-center {
    align-items: center !important;
  }
  .align-items-s680-baseline {
    align-items: baseline !important;
  }
  .align-items-s680-stretch {
    align-items: stretch !important;
  }
  .align-content-s680-start {
    align-content: flex-start !important;
  }
  .align-content-s680-end {
    align-content: flex-end !important;
  }
  .align-content-s680-center {
    align-content: center !important;
  }
  .align-content-s680-between {
    align-content: space-between !important;
  }
  .align-content-s680-around {
    align-content: space-around !important;
  }
  .align-content-s680-stretch {
    align-content: stretch !important;
  }
  .align-self-s680-auto {
    align-self: auto !important;
  }
  .align-self-s680-start {
    align-self: flex-start !important;
  }
  .align-self-s680-end {
    align-self: flex-end !important;
  }
  .align-self-s680-center {
    align-self: center !important;
  }
  .align-self-s680-baseline {
    align-self: baseline !important;
  }
  .align-self-s680-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xl1400-row {
    flex-direction: row !important;
  }
  .flex-xl1400-column {
    flex-direction: column !important;
  }
  .flex-xl1400-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl1400-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl1400-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl1400-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl1400-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl1400-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl1400-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl1400-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl1400-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl1400-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl1400-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl1400-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl1400-center {
    justify-content: center !important;
  }
  .justify-content-xl1400-between {
    justify-content: space-between !important;
  }
  .justify-content-xl1400-around {
    justify-content: space-around !important;
  }
  .align-items-xl1400-start {
    align-items: flex-start !important;
  }
  .align-items-xl1400-end {
    align-items: flex-end !important;
  }
  .align-items-xl1400-center {
    align-items: center !important;
  }
  .align-items-xl1400-baseline {
    align-items: baseline !important;
  }
  .align-items-xl1400-stretch {
    align-items: stretch !important;
  }
  .align-content-xl1400-start {
    align-content: flex-start !important;
  }
  .align-content-xl1400-end {
    align-content: flex-end !important;
  }
  .align-content-xl1400-center {
    align-content: center !important;
  }
  .align-content-xl1400-between {
    align-content: space-between !important;
  }
  .align-content-xl1400-around {
    align-content: space-around !important;
  }
  .align-content-xl1400-stretch {
    align-content: stretch !important;
  }
  .align-self-xl1400-auto {
    align-self: auto !important;
  }
  .align-self-xl1400-start {
    align-self: flex-start !important;
  }
  .align-self-xl1400-end {
    align-self: flex-end !important;
  }
  .align-self-xl1400-center {
    align-self: center !important;
  }
  .align-self-xl1400-baseline {
    align-self: baseline !important;
  }
  .align-self-xl1400-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .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;
  }
}
.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: 375px) {
  .m-x375-0 {
    margin: 0 !important;
  }
  .mt-x375-0,
  .my-x375-0 {
    margin-top: 0 !important;
  }
  .mr-x375-0,
  .mx-x375-0 {
    margin-right: 0 !important;
  }
  .mb-x375-0,
  .my-x375-0 {
    margin-bottom: 0 !important;
  }
  .ml-x375-0,
  .mx-x375-0 {
    margin-left: 0 !important;
  }
  .m-x375-1 {
    margin: 0.25rem !important;
  }
  .mt-x375-1,
  .my-x375-1 {
    margin-top: 0.25rem !important;
  }
  .mr-x375-1,
  .mx-x375-1 {
    margin-right: 0.25rem !important;
  }
  .mb-x375-1,
  .my-x375-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-x375-1,
  .mx-x375-1 {
    margin-left: 0.25rem !important;
  }
  .m-x375-2 {
    margin: 0.5rem !important;
  }
  .mt-x375-2,
  .my-x375-2 {
    margin-top: 0.5rem !important;
  }
  .mr-x375-2,
  .mx-x375-2 {
    margin-right: 0.5rem !important;
  }
  .mb-x375-2,
  .my-x375-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-x375-2,
  .mx-x375-2 {
    margin-left: 0.5rem !important;
  }
  .m-x375-3 {
    margin: 1rem !important;
  }
  .mt-x375-3,
  .my-x375-3 {
    margin-top: 1rem !important;
  }
  .mr-x375-3,
  .mx-x375-3 {
    margin-right: 1rem !important;
  }
  .mb-x375-3,
  .my-x375-3 {
    margin-bottom: 1rem !important;
  }
  .ml-x375-3,
  .mx-x375-3 {
    margin-left: 1rem !important;
  }
  .m-x375-4 {
    margin: 1.5rem !important;
  }
  .mt-x375-4,
  .my-x375-4 {
    margin-top: 1.5rem !important;
  }
  .mr-x375-4,
  .mx-x375-4 {
    margin-right: 1.5rem !important;
  }
  .mb-x375-4,
  .my-x375-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-x375-4,
  .mx-x375-4 {
    margin-left: 1.5rem !important;
  }
  .m-x375-5 {
    margin: 3rem !important;
  }
  .mt-x375-5,
  .my-x375-5 {
    margin-top: 3rem !important;
  }
  .mr-x375-5,
  .mx-x375-5 {
    margin-right: 3rem !important;
  }
  .mb-x375-5,
  .my-x375-5 {
    margin-bottom: 3rem !important;
  }
  .ml-x375-5,
  .mx-x375-5 {
    margin-left: 3rem !important;
  }
  .p-x375-0 {
    padding: 0 !important;
  }
  .pt-x375-0,
  .py-x375-0 {
    padding-top: 0 !important;
  }
  .pr-x375-0,
  .px-x375-0 {
    padding-right: 0 !important;
  }
  .pb-x375-0,
  .py-x375-0 {
    padding-bottom: 0 !important;
  }
  .pl-x375-0,
  .px-x375-0 {
    padding-left: 0 !important;
  }
  .p-x375-1 {
    padding: 0.25rem !important;
  }
  .pt-x375-1,
  .py-x375-1 {
    padding-top: 0.25rem !important;
  }
  .pr-x375-1,
  .px-x375-1 {
    padding-right: 0.25rem !important;
  }
  .pb-x375-1,
  .py-x375-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-x375-1,
  .px-x375-1 {
    padding-left: 0.25rem !important;
  }
  .p-x375-2 {
    padding: 0.5rem !important;
  }
  .pt-x375-2,
  .py-x375-2 {
    padding-top: 0.5rem !important;
  }
  .pr-x375-2,
  .px-x375-2 {
    padding-right: 0.5rem !important;
  }
  .pb-x375-2,
  .py-x375-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-x375-2,
  .px-x375-2 {
    padding-left: 0.5rem !important;
  }
  .p-x375-3 {
    padding: 1rem !important;
  }
  .pt-x375-3,
  .py-x375-3 {
    padding-top: 1rem !important;
  }
  .pr-x375-3,
  .px-x375-3 {
    padding-right: 1rem !important;
  }
  .pb-x375-3,
  .py-x375-3 {
    padding-bottom: 1rem !important;
  }
  .pl-x375-3,
  .px-x375-3 {
    padding-left: 1rem !important;
  }
  .p-x375-4 {
    padding: 1.5rem !important;
  }
  .pt-x375-4,
  .py-x375-4 {
    padding-top: 1.5rem !important;
  }
  .pr-x375-4,
  .px-x375-4 {
    padding-right: 1.5rem !important;
  }
  .pb-x375-4,
  .py-x375-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-x375-4,
  .px-x375-4 {
    padding-left: 1.5rem !important;
  }
  .p-x375-5 {
    padding: 3rem !important;
  }
  .pt-x375-5,
  .py-x375-5 {
    padding-top: 3rem !important;
  }
  .pr-x375-5,
  .px-x375-5 {
    padding-right: 3rem !important;
  }
  .pb-x375-5,
  .py-x375-5 {
    padding-bottom: 3rem !important;
  }
  .pl-x375-5,
  .px-x375-5 {
    padding-left: 3rem !important;
  }
  .m-x375-n1 {
    margin: -0.25rem !important;
  }
  .mt-x375-n1,
  .my-x375-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-x375-n1,
  .mx-x375-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-x375-n1,
  .my-x375-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-x375-n1,
  .mx-x375-n1 {
    margin-left: -0.25rem !important;
  }
  .m-x375-n2 {
    margin: -0.5rem !important;
  }
  .mt-x375-n2,
  .my-x375-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-x375-n2,
  .mx-x375-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-x375-n2,
  .my-x375-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-x375-n2,
  .mx-x375-n2 {
    margin-left: -0.5rem !important;
  }
  .m-x375-n3 {
    margin: -1rem !important;
  }
  .mt-x375-n3,
  .my-x375-n3 {
    margin-top: -1rem !important;
  }
  .mr-x375-n3,
  .mx-x375-n3 {
    margin-right: -1rem !important;
  }
  .mb-x375-n3,
  .my-x375-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-x375-n3,
  .mx-x375-n3 {
    margin-left: -1rem !important;
  }
  .m-x375-n4 {
    margin: -1.5rem !important;
  }
  .mt-x375-n4,
  .my-x375-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-x375-n4,
  .mx-x375-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-x375-n4,
  .my-x375-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-x375-n4,
  .mx-x375-n4 {
    margin-left: -1.5rem !important;
  }
  .m-x375-n5 {
    margin: -3rem !important;
  }
  .mt-x375-n5,
  .my-x375-n5 {
    margin-top: -3rem !important;
  }
  .mr-x375-n5,
  .mx-x375-n5 {
    margin-right: -3rem !important;
  }
  .mb-x375-n5,
  .my-x375-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-x375-n5,
  .mx-x375-n5 {
    margin-left: -3rem !important;
  }
  .m-x375-auto {
    margin: auto !important;
  }
  .mt-x375-auto,
  .my-x375-auto {
    margin-top: auto !important;
  }
  .mr-x375-auto,
  .mx-x375-auto {
    margin-right: auto !important;
  }
  .mb-x375-auto,
  .my-x375-auto {
    margin-bottom: auto !important;
  }
  .ml-x375-auto,
  .mx-x375-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 480px) {
  .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: 680px) {
  .m-s680-0 {
    margin: 0 !important;
  }
  .mt-s680-0,
  .my-s680-0 {
    margin-top: 0 !important;
  }
  .mr-s680-0,
  .mx-s680-0 {
    margin-right: 0 !important;
  }
  .mb-s680-0,
  .my-s680-0 {
    margin-bottom: 0 !important;
  }
  .ml-s680-0,
  .mx-s680-0 {
    margin-left: 0 !important;
  }
  .m-s680-1 {
    margin: 0.25rem !important;
  }
  .mt-s680-1,
  .my-s680-1 {
    margin-top: 0.25rem !important;
  }
  .mr-s680-1,
  .mx-s680-1 {
    margin-right: 0.25rem !important;
  }
  .mb-s680-1,
  .my-s680-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-s680-1,
  .mx-s680-1 {
    margin-left: 0.25rem !important;
  }
  .m-s680-2 {
    margin: 0.5rem !important;
  }
  .mt-s680-2,
  .my-s680-2 {
    margin-top: 0.5rem !important;
  }
  .mr-s680-2,
  .mx-s680-2 {
    margin-right: 0.5rem !important;
  }
  .mb-s680-2,
  .my-s680-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-s680-2,
  .mx-s680-2 {
    margin-left: 0.5rem !important;
  }
  .m-s680-3 {
    margin: 1rem !important;
  }
  .mt-s680-3,
  .my-s680-3 {
    margin-top: 1rem !important;
  }
  .mr-s680-3,
  .mx-s680-3 {
    margin-right: 1rem !important;
  }
  .mb-s680-3,
  .my-s680-3 {
    margin-bottom: 1rem !important;
  }
  .ml-s680-3,
  .mx-s680-3 {
    margin-left: 1rem !important;
  }
  .m-s680-4 {
    margin: 1.5rem !important;
  }
  .mt-s680-4,
  .my-s680-4 {
    margin-top: 1.5rem !important;
  }
  .mr-s680-4,
  .mx-s680-4 {
    margin-right: 1.5rem !important;
  }
  .mb-s680-4,
  .my-s680-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-s680-4,
  .mx-s680-4 {
    margin-left: 1.5rem !important;
  }
  .m-s680-5 {
    margin: 3rem !important;
  }
  .mt-s680-5,
  .my-s680-5 {
    margin-top: 3rem !important;
  }
  .mr-s680-5,
  .mx-s680-5 {
    margin-right: 3rem !important;
  }
  .mb-s680-5,
  .my-s680-5 {
    margin-bottom: 3rem !important;
  }
  .ml-s680-5,
  .mx-s680-5 {
    margin-left: 3rem !important;
  }
  .p-s680-0 {
    padding: 0 !important;
  }
  .pt-s680-0,
  .py-s680-0 {
    padding-top: 0 !important;
  }
  .pr-s680-0,
  .px-s680-0 {
    padding-right: 0 !important;
  }
  .pb-s680-0,
  .py-s680-0 {
    padding-bottom: 0 !important;
  }
  .pl-s680-0,
  .px-s680-0 {
    padding-left: 0 !important;
  }
  .p-s680-1 {
    padding: 0.25rem !important;
  }
  .pt-s680-1,
  .py-s680-1 {
    padding-top: 0.25rem !important;
  }
  .pr-s680-1,
  .px-s680-1 {
    padding-right: 0.25rem !important;
  }
  .pb-s680-1,
  .py-s680-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-s680-1,
  .px-s680-1 {
    padding-left: 0.25rem !important;
  }
  .p-s680-2 {
    padding: 0.5rem !important;
  }
  .pt-s680-2,
  .py-s680-2 {
    padding-top: 0.5rem !important;
  }
  .pr-s680-2,
  .px-s680-2 {
    padding-right: 0.5rem !important;
  }
  .pb-s680-2,
  .py-s680-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-s680-2,
  .px-s680-2 {
    padding-left: 0.5rem !important;
  }
  .p-s680-3 {
    padding: 1rem !important;
  }
  .pt-s680-3,
  .py-s680-3 {
    padding-top: 1rem !important;
  }
  .pr-s680-3,
  .px-s680-3 {
    padding-right: 1rem !important;
  }
  .pb-s680-3,
  .py-s680-3 {
    padding-bottom: 1rem !important;
  }
  .pl-s680-3,
  .px-s680-3 {
    padding-left: 1rem !important;
  }
  .p-s680-4 {
    padding: 1.5rem !important;
  }
  .pt-s680-4,
  .py-s680-4 {
    padding-top: 1.5rem !important;
  }
  .pr-s680-4,
  .px-s680-4 {
    padding-right: 1.5rem !important;
  }
  .pb-s680-4,
  .py-s680-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-s680-4,
  .px-s680-4 {
    padding-left: 1.5rem !important;
  }
  .p-s680-5 {
    padding: 3rem !important;
  }
  .pt-s680-5,
  .py-s680-5 {
    padding-top: 3rem !important;
  }
  .pr-s680-5,
  .px-s680-5 {
    padding-right: 3rem !important;
  }
  .pb-s680-5,
  .py-s680-5 {
    padding-bottom: 3rem !important;
  }
  .pl-s680-5,
  .px-s680-5 {
    padding-left: 3rem !important;
  }
  .m-s680-n1 {
    margin: -0.25rem !important;
  }
  .mt-s680-n1,
  .my-s680-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-s680-n1,
  .mx-s680-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-s680-n1,
  .my-s680-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-s680-n1,
  .mx-s680-n1 {
    margin-left: -0.25rem !important;
  }
  .m-s680-n2 {
    margin: -0.5rem !important;
  }
  .mt-s680-n2,
  .my-s680-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-s680-n2,
  .mx-s680-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-s680-n2,
  .my-s680-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-s680-n2,
  .mx-s680-n2 {
    margin-left: -0.5rem !important;
  }
  .m-s680-n3 {
    margin: -1rem !important;
  }
  .mt-s680-n3,
  .my-s680-n3 {
    margin-top: -1rem !important;
  }
  .mr-s680-n3,
  .mx-s680-n3 {
    margin-right: -1rem !important;
  }
  .mb-s680-n3,
  .my-s680-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-s680-n3,
  .mx-s680-n3 {
    margin-left: -1rem !important;
  }
  .m-s680-n4 {
    margin: -1.5rem !important;
  }
  .mt-s680-n4,
  .my-s680-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-s680-n4,
  .mx-s680-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-s680-n4,
  .my-s680-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-s680-n4,
  .mx-s680-n4 {
    margin-left: -1.5rem !important;
  }
  .m-s680-n5 {
    margin: -3rem !important;
  }
  .mt-s680-n5,
  .my-s680-n5 {
    margin-top: -3rem !important;
  }
  .mr-s680-n5,
  .mx-s680-n5 {
    margin-right: -3rem !important;
  }
  .mb-s680-n5,
  .my-s680-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-s680-n5,
  .mx-s680-n5 {
    margin-left: -3rem !important;
  }
  .m-s680-auto {
    margin: auto !important;
  }
  .mt-s680-auto,
  .my-s680-auto {
    margin-top: auto !important;
  }
  .mr-s680-auto,
  .mx-s680-auto {
    margin-right: auto !important;
  }
  .mb-s680-auto,
  .my-s680-auto {
    margin-bottom: auto !important;
  }
  .ml-s680-auto,
  .mx-s680-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: 1024px) {
  .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: 1280px) {
  .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-xl1400-0 {
    margin: 0 !important;
  }
  .mt-xl1400-0,
  .my-xl1400-0 {
    margin-top: 0 !important;
  }
  .mr-xl1400-0,
  .mx-xl1400-0 {
    margin-right: 0 !important;
  }
  .mb-xl1400-0,
  .my-xl1400-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl1400-0,
  .mx-xl1400-0 {
    margin-left: 0 !important;
  }
  .m-xl1400-1 {
    margin: 0.25rem !important;
  }
  .mt-xl1400-1,
  .my-xl1400-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl1400-1,
  .mx-xl1400-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl1400-1,
  .my-xl1400-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl1400-1,
  .mx-xl1400-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl1400-2 {
    margin: 0.5rem !important;
  }
  .mt-xl1400-2,
  .my-xl1400-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl1400-2,
  .mx-xl1400-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl1400-2,
  .my-xl1400-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl1400-2,
  .mx-xl1400-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl1400-3 {
    margin: 1rem !important;
  }
  .mt-xl1400-3,
  .my-xl1400-3 {
    margin-top: 1rem !important;
  }
  .mr-xl1400-3,
  .mx-xl1400-3 {
    margin-right: 1rem !important;
  }
  .mb-xl1400-3,
  .my-xl1400-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl1400-3,
  .mx-xl1400-3 {
    margin-left: 1rem !important;
  }
  .m-xl1400-4 {
    margin: 1.5rem !important;
  }
  .mt-xl1400-4,
  .my-xl1400-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl1400-4,
  .mx-xl1400-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl1400-4,
  .my-xl1400-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl1400-4,
  .mx-xl1400-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl1400-5 {
    margin: 3rem !important;
  }
  .mt-xl1400-5,
  .my-xl1400-5 {
    margin-top: 3rem !important;
  }
  .mr-xl1400-5,
  .mx-xl1400-5 {
    margin-right: 3rem !important;
  }
  .mb-xl1400-5,
  .my-xl1400-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl1400-5,
  .mx-xl1400-5 {
    margin-left: 3rem !important;
  }
  .p-xl1400-0 {
    padding: 0 !important;
  }
  .pt-xl1400-0,
  .py-xl1400-0 {
    padding-top: 0 !important;
  }
  .pr-xl1400-0,
  .px-xl1400-0 {
    padding-right: 0 !important;
  }
  .pb-xl1400-0,
  .py-xl1400-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl1400-0,
  .px-xl1400-0 {
    padding-left: 0 !important;
  }
  .p-xl1400-1 {
    padding: 0.25rem !important;
  }
  .pt-xl1400-1,
  .py-xl1400-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl1400-1,
  .px-xl1400-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl1400-1,
  .py-xl1400-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl1400-1,
  .px-xl1400-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl1400-2 {
    padding: 0.5rem !important;
  }
  .pt-xl1400-2,
  .py-xl1400-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl1400-2,
  .px-xl1400-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl1400-2,
  .py-xl1400-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl1400-2,
  .px-xl1400-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl1400-3 {
    padding: 1rem !important;
  }
  .pt-xl1400-3,
  .py-xl1400-3 {
    padding-top: 1rem !important;
  }
  .pr-xl1400-3,
  .px-xl1400-3 {
    padding-right: 1rem !important;
  }
  .pb-xl1400-3,
  .py-xl1400-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl1400-3,
  .px-xl1400-3 {
    padding-left: 1rem !important;
  }
  .p-xl1400-4 {
    padding: 1.5rem !important;
  }
  .pt-xl1400-4,
  .py-xl1400-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl1400-4,
  .px-xl1400-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl1400-4,
  .py-xl1400-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl1400-4,
  .px-xl1400-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl1400-5 {
    padding: 3rem !important;
  }
  .pt-xl1400-5,
  .py-xl1400-5 {
    padding-top: 3rem !important;
  }
  .pr-xl1400-5,
  .px-xl1400-5 {
    padding-right: 3rem !important;
  }
  .pb-xl1400-5,
  .py-xl1400-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl1400-5,
  .px-xl1400-5 {
    padding-left: 3rem !important;
  }
  .m-xl1400-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl1400-n1,
  .my-xl1400-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl1400-n1,
  .mx-xl1400-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl1400-n1,
  .my-xl1400-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl1400-n1,
  .mx-xl1400-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl1400-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl1400-n2,
  .my-xl1400-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl1400-n2,
  .mx-xl1400-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl1400-n2,
  .my-xl1400-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl1400-n2,
  .mx-xl1400-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl1400-n3 {
    margin: -1rem !important;
  }
  .mt-xl1400-n3,
  .my-xl1400-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl1400-n3,
  .mx-xl1400-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl1400-n3,
  .my-xl1400-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl1400-n3,
  .mx-xl1400-n3 {
    margin-left: -1rem !important;
  }
  .m-xl1400-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl1400-n4,
  .my-xl1400-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl1400-n4,
  .mx-xl1400-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl1400-n4,
  .my-xl1400-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl1400-n4,
  .mx-xl1400-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl1400-n5 {
    margin: -3rem !important;
  }
  .mt-xl1400-n5,
  .my-xl1400-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl1400-n5,
  .mx-xl1400-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl1400-n5,
  .my-xl1400-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl1400-n5,
  .mx-xl1400-n5 {
    margin-left: -3rem !important;
  }
  .m-xl1400-auto {
    margin: auto !important;
  }
  .mt-xl1400-auto,
  .my-xl1400-auto {
    margin-top: auto !important;
  }
  .mr-xl1400-auto,
  .mx-xl1400-auto {
    margin-right: auto !important;
  }
  .mb-xl1400-auto,
  .my-xl1400-auto {
    margin-bottom: auto !important;
  }
  .ml-xl1400-auto,
  .mx-xl1400-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .text-x375-left {
    text-align: left !important;
  }
  .text-x375-right {
    text-align: right !important;
  }
  .text-x375-center {
    text-align: center !important;
  }
}
@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 680px) {
  .text-s680-left {
    text-align: left !important;
  }
  .text-s680-right {
    text-align: right !important;
  }
  .text-s680-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xl1400-left {
    text-align: left !important;
  }
  .text-xl1400-right {
    text-align: right !important;
  }
  .text-xl1400-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@font-face {
  font-family: "booof-bb";
  src: url("./fonts/BOOOF-Black.woff2") format("woff2"), url("./fonts/BOOOF-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "booof-b";
  src: url("./fonts/BOOOF-Bold.woff2") format("woff2"), url("./fonts/BOOOF-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "booof";
  src: url("./fonts/BOOOF.woff2") format("woff2"), url("./fonts/BOOOF.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html, body {
  font-family: "booof", sans-serif;
  font-weight: 400;
  color: #1C3244;
  line-height: 1;
  font-size: 24px;
}

body {
  width: 100%;
  height: 100%;
  padding: 0.6666666667rem;
  background-color: #92CFFC;
  background-position: bottom left;
  background-repeat: repeat-x;
}
@media (min-width: 480px) {
  body {
    padding: 1rem 1rem 0 1rem;
  }
}

h1, h2, h3 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: underline;
  color: #0094FF;
}
a:hover {
  color: #92CFFC;
}

.required {
  color: #dc3545;
  font-family: "booof-b";
}

.base-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.base-wrap__header {
  flex: 0 0 auto;
  z-index: 150;
}
.base-wrap__content {
  flex: 1 0 auto;
}
.base-wrap__footer {
  flex: 0 0 auto;
}

.wrapper {
  max-width: 1872px;
  padding-top: 1.6666666667rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 3.3333333333rem;
}
@media (min-width: 375px) {
  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 680px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1920px) {
  .wrapper {
    padding-top: 2rem;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 4rem;
  }
}
.wrapper--without-b-padding {
  padding-bottom: 0;
}
.wrapper.page {
  padding-bottom: 48px;
}

.indent-b {
  margin-bottom: 0.6666666667rem;
}

.without-indent {
  margin-bottom: -1px;
}

.block {
  border-radius: 5px;
  background-color: #fff;
}
.block__title, .form__title {
  margin-bottom: 1rem;
  font-family: "booof-bb", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5833333333rem;
}
@media (min-width: 375px) {
  .block__title, .form__title {
    font-size: 1.5rem;
    line-height: 1.9166666667rem;
  }
}
@media (min-width: 680px) {
  .block__title, .form__title {
    font-size: 1rem;
    line-height: 1.2916666667rem;
  }
}
@media (min-width: 1024px) {
  .block__title, .form__title {
    font-size: 1.25rem;
    line-height: 1.4583333333rem;
  }
}
@media (min-width: 1280px) {
  .block__title, .form__title {
    font-size: 1.5rem;
    line-height: 1.7083333333rem;
  }
}
@media (min-width: 1920px) {
  .block__title, .form__title {
    font-size: 2rem;
    line-height: 2.5416666667rem;
  }
}
.block--bg-transparent {
  background-color: transparent;
}
.block--clear-radius-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.block--clear-radius-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.listComma:nth-last-child(-n+1) {
  display: none;
}

.select2-container {
  width: 100% !important;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 1.25rem 0.2083333333rem;
  font-size: 0.8333333333rem;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1280px) {
  .btn {
    font-size: 1rem;
  }
}
.btn:hover {
  background-color: #e6bc16;
}
.btn__wrap {
  position: relative;
  padding-left: 1rem;
}
.btn__wrap img {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.btn--base {
  padding-top: 0.6666666667rem;
  padding-bottom: 0.6666666667rem;
  color: #fff;
  line-height: 0.5833333333rem;
  background-color: #ffcc00;
}
.btn--base:hover {
  color: #fff;
}
.btn--head-gray {
  padding: 0.6666666667rem 0.9583333333rem 0.5rem;
  font-family: "booof-bb", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  color: #1C3244;
  background-color: #ECECEC;
}
.btn--head-gray:hover {
  color: #1C3244;
}
@media (min-width: 768px) {
  .btn--head-gray {
    padding: 0.6666666667rem 1.125rem 0.5rem;
  }
}
.btn--gray {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "booof-bb", sans-serif;
  font-size: 0.6666666667rem;
  font-weight: 900;
  line-height: 0.8333333333rem;
  color: #1C3244;
  border-radius: 0;
  background-color: #eeeeee;
}
.btn--gray:hover {
  color: #1C3244;
}
@media (min-width: 680px) {
  .btn--gray {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .btn--gray {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .btn--gray {
    font-size: 0.75rem;
    line-height: 0.9583333333rem;
  }
}
.btn--orange {
  color: #1C3244;
  background-color: #FFCC00;
}
.btn--w-100 {
  width: 100%;
}

.form-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.form {
  display: flex;
  align-items: flex-start;
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 375px) {
  .form {
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media (min-width: 680px) {
  .form {
    margin-right: -40px;
    margin-left: -40px;
  }
}
@media (min-width: 1920px) {
  .form {
    margin-right: -48px;
    margin-left: -48px;
  }
}
.form__img {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.form__box {
  width: 100%;
  padding-top: 1.6666666667rem;
  padding-right: 0.6666666667rem;
  padding-bottom: 1.6666666667rem;
  padding-left: 0.6666666667rem;
  border-radius: 5px;
  background-color: #fff;
}
@media (min-width: 375px) {
  .form__box {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 680px) {
  .form__box {
    padding-right: 1.6666666667rem;
    padding-left: 1.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .form__box {
    padding-top: 1.6666666667rem;
  }
}
@media (min-width: 1400px) {
  .form__box {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1920px) {
  .form__box {
    padding-top: 2.3333333333rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 4.3333333333rem;
  }
}
.form__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form__message {
  color: #000;
}
.form__error {
  color: red;
}
.form__errorContainer {
  margin: 10px 0;
}
.form__title {
  margin-bottom: 0.6666666667rem;
}
.form__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
}
.form__item-inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.3333333333rem;
}
@media (min-width: 1920px) {
  .form__item-inline {
    margin-bottom: 0.6666666667rem;
  }
}
.form__item-inline--radio {
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
}
@media (min-width: 480px) {
  .form__item-inline--radio {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 680px) {
  .form__item-inline--radio {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .form__item-inline--radio {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .form__item-inline--radio {
    justify-content: flex-start;
  }
}
.form__label, .form__link {
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
}
@media (min-width: 1280px) {
  .form__label, .form__link {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1920px) {
  .form__label, .form__link {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.form__label--radio {
  display: inline-flex;
  align-items: center;
  margin-top: 0.6666666667rem;
}
@media (min-width: 480px) {
  .form__label--radio {
    margin-top: 0;
    margin-left: 0.6666666667rem;
  }
}
@media (min-width: 680px) {
  .form__label--radio {
    margin-left: 2rem;
  }
}
.form__label--radio::before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 0.3333333333rem;
  border: 7px solid transparent;
  border-radius: 50%;
  background-color: #eeeeee;
}
@media (min-width: 1920px) {
  .form__label--radio::before {
    margin-right: 1rem;
  }
}
.form__radio-group {
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .form__radio-group {
    flex-direction: row;
  }
}
@media (min-width: 680px) {
  .form__radio-group {
    margin-left: 3.3333333333rem;
  }
}
@media (min-width: 1024px) {
  .form__radio-group {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .form__radio-group {
    margin-left: 3.3333333333rem;
  }
}
.form__radio {
  display: none;
}
.form__radio:checked + .form__label--radio::before {
  outline-color: #000;
  border-color: #eeeeee;
  background-color: #000;
}
.form__input {
  height: 48px;
  padding: 0.6666666667rem 0.6666666667rem;
  font-size: 0.75rem;
  color: #4F4F4F;
  line-height: 0.6666666667rem;
  border: none;
  border-radius: 5px;
  background-color: #eeeeee;
}
@media (min-width: 1280px) {
  .form__input {
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 1920px) {
  .form__input {
    height: 56px;
    font-size: 1rem;
  }
}
.form__btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.3333333333rem;
}
@media (min-width: 480px) {
  .form__btns {
    flex-wrap: unset;
    justify-content: space-between;
    margin-top: 0;
  }
}
.form__btn {
  padding-top: 0.5833333333rem;
  padding-bottom: 0.5rem;
  font-family: "booof-b", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.25rem;
  border-radius: 5px;
}
@media (min-width: 1280px) {
  .form__btn {
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 1920px) {
  .form__btn {
    font-size: 1rem;
  }
}
.form__btn:first-child {
  width: 100%;
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 480px) {
  .form__btn:first-child {
    flex: 0 0 62.0253%;
    max-width: 62.0253%;
    margin-right: 0.6666666667rem;
    margin-bottom: 0;
  }
}
.form__btn:last-child {
  width: 100%;
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 480px) {
  .form__btn:last-child {
    flex: 0 0 34.1772%;
    max-width: 34.1772%;
    margin-bottom: 0;
  }
}

.registerMember__left.form__img {
  align-items: flex-start;
  padding-top: 4rem;
}
.registerMember__right .form__item-inline {
  padding-right: 0;
}

.dateList__link, .scheduleHead__link, .scheduleHead__title {
  font-family: "booof-bb", sans-serif;
  font-weight: 900;
  line-height: 0.875rem;
}

.schedule .wrapper {
  padding-top: 1rem;
}
.schedule__inner {
  padding-bottom: 2.3333333333rem;
}
.schedule__timeline {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 10.2916666667rem;
}
.schedule__content {
  display: none;
  flex-direction: column;
}
.schedule__content--active {
  display: flex;
}
.schedule__cur-date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  margin-right: 0.3333333333rem;
  background-color: #98CFF1;
}
.schedule__cur-date span {
  display: block;
  transform: rotate(-90deg);
  font-family: "booof-bb", sans-serif;
  font-weight: bold;
  white-space: nowrap;
}
.schedule__moreBtn {
  margin-top: 0.6666666667rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.1666666667rem;
}
.schedule__moreBtn::after {
  content: "";
  display: inline-flex;
  width: 10px;
  height: 8px;
  margin-top: 0.125rem;
  margin-left: 0.20833rem;
  background-image: url(../../images/icons/ico-subnav.svg);
  background-repeat: no-repeat;
}

.scheduleHead {
  display: flex;
  border-bottom: 1px solid #BDBDBD;
}
.scheduleHead__title {
  margin-right: 2.6666666667rem;
  padding-left: 0.6666666667rem;
  font-size: 0.6666666667rem;
  line-height: 0.7916666667rem;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .scheduleHead__title {
    font-size: 0.75rem;
  }
}
@media (min-width: 1920px) {
  .scheduleHead__title {
    margin-right: 6.9166666667rem;
    padding-left: 1rem;
  }
}
.scheduleHead__date-list {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.dateList {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dateList__item {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dateList__item::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: transparent;
}
.dateList__item--active::after {
  height: 5px;
  background-color: #92CFFC;
}
.dateList__link {
  font-size: 0.6666666667rem;
  color: #1C3244;
  white-space: nowrap;
  text-decoration: none;
  padding: 0 0.6666666667rem 0.3333333333rem;
}
@media (min-width: 1024px) {
  .dateList__link {
    padding-bottom: 0.6666666667rem;
  }
}
@media (min-width: 1920px) {
  .dateList__link {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .dateList__link {
    font-size: 0.75rem;
  }
}
.dateList__link:hover {
  color: #1C3244;
  text-decoration: none;
}

.timeline__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.timeline__inner span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 300px;
  font-size: 0.6666666667rem;
  line-height: 0.8333333333rem;
}
.timeline__live {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 23px;
  border-radius: 5px;
  background-color: #FD3030;
  transform: translateY(-50%) translateX(-34px);
}
.timeline__live::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 2000px;
  background-color: #FD3030;
}
.timeline__live--active {
  display: flex;
}
.timeline__liveTitle {
  font-family: "booof-bb", sans-serif;
  font-size: 0.6666666667rem;
  font-weight: 900;
  line-height: 0.6666666667rem;
  color: #fff;
}
.timeline__liveDot {
  display: inline-flex;
  width: 10px;
  height: 10px;
  margin-right: 0.4166666667rem;
  border-radius: 50%;
  background-color: #fff;
}

.topic {
  position: sticky;
  left: 0;
  z-index: 2;
  width: auto;
  min-width: 247px;
  max-width: 247px;
  margin-top: -4px;
  margin-bottom: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 8px;
  background-color: #fff;
}
.topic__box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: -0.0416666667rem;
  padding: 0.6666666667rem 1rem;
  background-color: #eeeeee;
}
.topic__title {
  margin-bottom: 0.2083333333rem;
  font-family: "booof-b", sans-serif;
  font-weight: bold;
  font-size: 0.6666666667rem;
  line-height: 0.7916666667rem;
  text-align: left;
}

.wall {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}
.wall__wrap {
  display: flex;
  flex-direction: column;
  width: 1661px;
}
.wall__row {
  display: flex;
  margin-bottom: 0.3333333333rem;
}
.wall__row:last-child {
  margin-bottom: 0;
}
.wall__eventsList {
  display: flex;
}
.wall__event {
  position: relative;
  height: 100%;
  margin-right: 0.3333333333rem;
}
.wall__event .eventCard__name, .wall__event .eventCard__info, .wall__event .eventCard__cluster, .wall__event .eventCard__time {
  font-size: 0.6666666667rem;
  line-height: 0.8333333333rem;
}
.wall__event.eventCard--short .eventCard__left {
  justify-content: center;
  align-items: center;
  margin: 0;
  transform: rotate(-90deg);
}
.wall__event.eventCard--short .eventCard__time {
  display: none;
}
.wall__no-events {
  width: 100%;
  height: 100%;
  padding: 0.7083333333rem 1.0416666667rem;
  background-image: url("../images/bg-no-events.svg");
  background-repeat: repeat;
}
.wall__no-events span {
  font-size: 0.6666666667rem;
  color: #828282;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0.6666666667rem;
  padding-left: 0;
  list-style: none;
}
.breadcrumbs__link, .breadcrumbs__name, .breadcrumbs__divider {
  font-size: 0.75rem;
  color: #929292;
  line-height: 0.875rem;
  text-decoration: none;
}
.breadcrumbs__divider {
  padding-left: 0.3333333333rem;
  padding-right: 0.3333333333rem;
}

.category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: -0.4583333333rem;
}
.category__item {
  display: inline-flex;
  margin-right: 0.3333333333rem;
  margin-bottom: 0.3333333333rem;
  padding: 0.2916666667rem 0.6666666667rem;
  font-size: 0.75rem;
  line-height: 0.6666666667rem;
  color: #1C3244;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .category__item {
    padding: 0.125rem 0.6666666667rem;
    font-size: 0.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .category__item {
    padding: 0.2916666667rem 0.6666666667rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 1920px) {
  .category__item {
    margin-right: 0.6666666667rem;
    margin-bottom: 0.6666666667rem;
    padding: 0.2916666667rem 1rem;
    font-size: 0.8333333333rem;
  }
}
.category__item:hover {
  color: #1C3244;
}
.category__item.no-hover:hover {
  cursor: default;
}
.category__item:nth-child(odd) {
  background-color: #F5C0D7;
}
.category__item:nth-child(even) {
  background-color: #AEECDD;
}
.category__item--pink {
  background-color: #F5C0D7;
}
.category__item--turquoise {
  background-color: #AEECDD;
}
.category__item--blue {
  background-color: #98CFF1;
}

.eventCard {
  display: flex;
  width: 100%;
  padding: 0.6666666667rem 1rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .eventCard {
    min-width: 400px;
  }
}
.eventCard--column {
  flex-direction: column;
  justify-content: space-between;
}
.eventCard--base-blue {
  background-color: #92CFFC;
}
.eventCard--base-blue .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-w.svg");
}
.eventCard--base-blue .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-inline.svg");
}
.eventCard--transparent .eventCard__info, .eventCard--transparent .eventCard__cluster, .eventCard--transparent .eventCard__time {
  color: #1C3244;
}
.eventCard--transparent .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-b.svg");
}
.eventCard--transparent .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-black.svg");
}
.eventCard--transparent .eventCard__ico--location {
  background-image: url("../../images/icons/ico-location.svg");
}
.eventCard--transparent .eventCard__ico--type {
  background-image: url("../../images/icons/ico-type.svg");
}
.eventCard--blue {
  background-color: #98CFF1;
}
.eventCard--blue .eventCard__info, .eventCard--blue .eventCard__cluster, .eventCard--blue .eventCard__time {
  color: #146394;
}
.eventCard--blue .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-blue.svg");
}
.eventCard--blue .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-blue.svg");
}
.eventCard--blue .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-blue.svg");
}
.eventCard--turquoise {
  background-color: #AEECDD;
}
.eventCard--turquoise .eventCard__info, .eventCard--turquoise .eventCard__cluster, .eventCard--turquoise .eventCard__time {
  color: #23AB8A;
}
.eventCard--turquoise .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-turquoise.svg");
}
.eventCard--turquoise .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-turquoise.svg");
}
.eventCard--turquoise .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-turquoise.svg");
}
.eventCard--pink {
  background-color: #F5C0D7;
}
.eventCard--pink .eventCard__info, .eventCard--pink .eventCard__cluster, .eventCard--pink .eventCard__time {
  color: #886071;
}
.eventCard--pink .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-pink.svg");
}
.eventCard--pink .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-pink.svg");
}
.eventCard--pink .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-pink.svg");
}
.eventCard--violet {
  background-color: #C5B9F9;
}
.eventCard--violet .eventCard__info, .eventCard--violet .eventCard__cluster, .eventCard--violet .eventCard__time {
  color: #5F587E;
}
.eventCard--violet .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-violet.svg");
}
.eventCard--violet .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-violet.svg");
}
.eventCard--violet .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-violet.svg");
}
.eventCard--coral {
  background-color: #F0A69B;
}
.eventCard--coral .eventCard__info, .eventCard--coral .eventCard__cluster, .eventCard--coral .eventCard__time {
  color: #954B40;
}
.eventCard--coral .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-coral.svg");
}
.eventCard--coral .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-coral.svg");
}
.eventCard--coral .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-coral.svg");
}
.eventCard--orange-1 {
  background-color: #F5C889;
}
.eventCard--orange-1 .eventCard__info, .eventCard--orange-1 .eventCard__cluster, .eventCard--orange-1 .eventCard__time {
  color: #936E3C;
}
.eventCard--orange-1 .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-orange-1.svg");
}
.eventCard--orange-1 .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-orange-1.svg");
}
.eventCard--orange-1 .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-orange-1.svg");
}
.eventCard--dirty-green {
  background-color: #D3D0B4;
}
.eventCard--dirty-green .eventCard__info, .eventCard--dirty-green .eventCard__cluster, .eventCard--dirty-green .eventCard__time {
  color: #7E7943;
}
.eventCard--dirty-green .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-dirty-green.svg");
}
.eventCard--dirty-green .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-dirty-green.svg");
}
.eventCard--dirty-green .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-dirty-green.svg");
}
.eventCard--dirty-violet {
  background-color: #D3B9CD;
}
.eventCard--dirty-violet .eventCard__info, .eventCard--dirty-violet .eventCard__cluster, .eventCard--dirty-violet .eventCard__time {
  color: #78526F;
}
.eventCard--dirty-violet .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-dirty-violet.svg");
}
.eventCard--dirty-violet .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-dirty-violet.svg");
}
.eventCard--dirty-violet .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-dirty-violet.svg");
}
.eventCard--light-green {
  background-color: #D8EAA5;
}
.eventCard--light-green .eventCard__info, .eventCard--light-green .eventCard__cluster, .eventCard--light-green .eventCard__time {
  color: #4B562C;
}
.eventCard--light-green .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-light-green.svg");
}
.eventCard--light-green .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-light-green.svg");
}
.eventCard--light-green .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-light-green.svg");
}
.eventCard--dirty-blue {
  background-color: #D3DAF0;
}
.eventCard--dirty-blue .eventCard__info, .eventCard--dirty-blue .eventCard__cluster, .eventCard--dirty-blue .eventCard__time {
  color: #465792;
}
.eventCard--dirty-blue .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-dirty-blue.svg");
}
.eventCard--dirty-blue .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-dirty-blue.svg");
}
.eventCard--dirty-blue .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-dirty-blue.svg");
}
.eventCard--aquamarine-1 {
  background-color: #B0E0E1;
}
.eventCard--aquamarine-1 .eventCard__info, .eventCard--aquamarine-1 .eventCard__cluster, .eventCard--aquamarine-1 .eventCard__time {
  color: #3B6E70;
}
.eventCard--aquamarine-1 .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-aquamarine-1.svg");
}
.eventCard--aquamarine-1 .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-aquamarine-1.svg");
}
.eventCard--aquamarine-1 .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-aquamarine-1.svg");
}
.eventCard--aquamarine-2 {
  background-color: #A5EAE6;
}
.eventCard--aquamarine-2 .eventCard__info, .eventCard--aquamarine-2 .eventCard__cluster, .eventCard--aquamarine-2 .eventCard__time {
  color: #304948;
}
.eventCard--aquamarine-2 .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-aquamarine-2.svg");
}
.eventCard--aquamarine-2 .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-aquamarine-2.svg");
}
.eventCard--aquamarine-2 .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-aquamarine-2.svg");
}
.eventCard--green-1 {
  background-color: #C2E5BC;
}
.eventCard--green-1 .eventCard__info, .eventCard--green-1 .eventCard__cluster, .eventCard--green-1 .eventCard__time {
  color: #375B31;
}
.eventCard--green-1 .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-green-1.svg");
}
.eventCard--green-1 .eventCard__ico--list {
  background-image: url("../../images/icons/ico-list-green-1.svg");
}
.eventCard--green-1 .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-green-1.svg");
}
.eventCard--gray {
  background-color: #eeeeee;
}
.eventCard--gray .eventCard__ico--clock {
  background-image: url("../../images/icons/ico-clock-b.svg");
}
.eventCard--gray .eventCard__left {
  padding-right: 0;
}
.eventCard--gray .eventCard__right {
  display: none;
}
.eventCard--marked .eventCard__ico--star {
  background-image: url("../../images/icons/ico-star-filled.svg");
}
.eventCard__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-right: 0.5rem;
}
@media (min-width: 375px) {
  .eventCard__left {
    padding-right: 0.9166666667rem;
  }
}
@media (min-width: 480px) {
  .eventCard__left {
    padding-right: 1.1666666667rem;
  }
}
@media (min-width: 680px) {
  .eventCard__left {
    padding-right: 0.7916666667rem;
  }
}
@media (min-width: 768px) {
  .eventCard__left {
    padding-right: 3.1666666667rem;
  }
}
@media (min-width: 1024px) {
  .eventCard__left {
    padding-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .eventCard__left {
    padding-right: 0.5rem;
  }
}
@media (min-width: 1920px) {
  .eventCard__left {
    padding-right: 0.875rem;
  }
}
.eventCard__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 25px;
  margin-bottom: -0.3333333333rem;
  margin-right: -0.6666666667rem;
}
.eventCard__bottom {
  display: flex;
  flex-direction: column;
  margin-top: 0.4166666667rem;
}
.eventCard__bottomInline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: -0.2083333333rem;
}
.eventCard__bottomInline-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.eventCard__name {
  font-family: "booof-bb", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 0.9583333333rem;
  color: #1C3244;
}
@media (min-width: 480px) {
  .eventCard__name {
    font-size: 1rem;
    line-height: 1.2916666667rem;
  }
}
@media (min-width: 680px) {
  .eventCard__name {
    font-size: 0.8333333333rem;
    line-height: 1.0833333333rem;
  }
}
@media (min-width: 1400px) {
  .eventCard__name {
    font-size: 1rem;
    line-height: 1.2916666667rem;
  }
}
.eventCard__name + .eventCard__time {
  margin-top: 0.4166666667rem;
}
.eventCard__cluster, .eventCard__time {
  margin-right: 1rem;
}
.eventCard__cluster span, .eventCard__cluster time, .eventCard__time span, .eventCard__time time {
  line-height: 0.6666666667rem;
}
.eventCard__info {
  display: inline !important;
  margin-bottom: 0.2916666667rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .eventCard__info {
    line-height: auto;
  }
}
.eventCard__cluster, .eventCard__time, .eventCard__info {
  display: flex;
  align-items: center;
  font-size: 0.6666666667rem;
  color: #1C3244;
}
.eventCard__time, .eventCard__cluster, .eventCard__ico {
  margin-bottom: 0.2083333333rem;
}
.eventCard__time img {
  margin-right: 8px;
}
.eventCard__ico {
  display: flex;
  margin-right: 0.3333333333rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.eventCard__ico--clock {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
}
.eventCard__ico--list {
  width: 17px;
  min-width: 17px;
  max-width: 17px;
  height: 20px;
}
.eventCard__ico--location {
  width: 17px;
  min-width: 17px;
  max-width: 17px;
  height: 20px;
}
.eventCard__ico--star {
  display: none;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  margin-right: 0;
}
.eventCard__ico--type {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 15px;
}

.newsCard {
  display: flex;
  margin-bottom: 1rem;
  text-decoration: none;
}
.newsCard:hover {
  text-decoration: none;
}
.newsCard__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
}
.newsCard__img {
  width: 100%;
  margin-bottom: 0.3333333333rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .newsCard__img {
    height: 110px;
    max-height: 110px;
  }
}
@media (min-width: 1280px) {
  .newsCard__img {
    height: 150px;
    max-height: 150px;
  }
}
@media (min-width: 1400px) {
  .newsCard__img {
    height: 220px;
    max-height: 220px;
  }
}
.newsCard__title {
  color: #1C3244;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 480px) {
  .newsCard__title {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
@media (min-width: 680px) {
  .newsCard__title {
    font-size: 0.75rem;
    line-height: 0.9166666667rem;
  }
}
@media (min-width: 1280px) {
  .newsCard__title {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1920px) {
  .newsCard__title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.newsCard__date {
  margin-top: 0.1666666667rem;
  margin-bottom: 0.125rem;
  font-size: 0.6666666667rem;
  color: #9A9A9A;
}
@media (min-width: 480px) {
  .newsCard__date {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .newsCard__date {
    font-size: 0.6666666667rem;
  }
}
@media (min-width: 1920px) {
  .newsCard__date {
    font-size: 0.75rem;
  }
}
.newsCard--pinned {
  padding-top: 0;
}
.newsCard--pinned .newsCard__title {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 480px) {
  .newsCard--pinned .newsCard__title {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
@media (min-width: 1024px) {
  .newsCard--pinned .newsCard__title {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1280px) {
  .newsCard--pinned .newsCard__title {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
@media (min-width: 1920px) {
  .newsCard--pinned .newsCard__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.bookCard {
  width: 100%;
}
@media (min-width: 480px) {
  .bookCard {
    max-width: 220px;
  }
}
.bookCard__img {
  width: 100%;
  max-width: unset;
}
.bookCard__name {
  margin-top: 0.4166666667rem;
  font-family: "booof-b", sans-serif;
  font-size: 0.75rem;
  line-height: 0.9583333333rem;
  text-align: center;
}
@media (min-width: 480px) {
  .bookCard__name {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 680px) {
  .bookCard__name {
    font-size: 0.75rem;
    line-height: 0.8333333333rem;
  }
}
@media (min-width: 768px) {
  .bookCard__name {
    font-size: 0.8333333333rem;
    line-height: 0.9583333333rem;
  }
}
@media (min-width: 1024px) {
  .bookCard__name {
    font-size: 0.75rem;
    line-height: 0.8333333333rem;
  }
}
@media (min-width: 1280px) {
  .bookCard__name {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1920px) {
  .bookCard__name {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.trailerCard {
  display: block;
  text-decoration: none;
}
.trailerCard__head {
  position: relative;
  padding-top: 55.56%;
}
.trailerCard__layer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.trailerCard__thumb {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trailerCard__ico {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 25px;
  background-image: url("../images/icons/ico-play.svg");
  background-size: 100%;
  background-position: center;
}
.trailerCard__footer {
  padding-top: 0.3333333333rem;
  padding-bottom: 1rem;
}
@media (min-width: 480px) {
  .trailerCard__footer {
    padding-top: 0.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .trailerCard__footer {
    padding-right: 30%;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .trailerCard__footer {
    padding-right: 40%;
  }
}
.trailerCard__title {
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
  color: #1C3244;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .trailerCard__title {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}

.single__head {
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 680px) {
  .single__head {
    margin-bottom: 0.3333333333rem;
  }
}
@media (min-width: 768px) {
  .single__head {
    margin-bottom: 0.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .single__title {
    padding-right: 8px;
  }
}
@media (min-width: 1280px) {
  .single__title {
    padding-right: 12px;
  }
}
@media (min-width: 1400px) {
  .single__title {
    padding-right: 24px;
  }
}
.single__title .block__title, .single__title .form__title {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .single__title .block__title, .single__title .form__title {
    padding-right: 1rem;
    font-size: 1.25rem;
    line-height: 1.5833333333rem;
  }
}
@media (min-width: 1400px) {
  .single__title .block__title, .single__title .form__title {
    font-size: 1.5rem;
    line-height: 1.9166666667rem;
  }
}
@media (min-width: 1920px) {
  .single__title .block__title, .single__title .form__title {
    padding-right: 10%;
    font-size: 2rem;
    line-height: 2.5416666667rem;
  }
}
.single__aside {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .single__aside {
    padding-left: 8px;
  }
}
@media (min-width: 1280px) {
  .single__aside {
    padding-left: 12px;
  }
}
@media (min-width: 1400px) {
  .single__aside {
    padding-left: 24px;
  }
}
.single__aside-title {
  margin-bottom: 0.3333333333rem;
}
@media (min-width: 768px) {
  .single__aside-title {
    margin-bottom: 0.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .single__aside-title {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .single__aside-title {
    font-size: 1.25rem;
    line-height: 1.5833333333rem;
  }
}
@media (min-width: 1400px) {
  .single__aside-title {
    font-size: 1.5rem;
    line-height: 1.9166666667rem;
  }
}
.single__text {
  line-height: 1.4;
  font-size: 18px;
}
.single__text p {
  margin-bottom: 0.3333333333rem !important;
}
.single__text strong, .single__text b {
  font-family: "booof-b", sans-serif;
  font-weight: bold;
}
.single__text blockquote {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 16px;
  border-left: 4px solid #ccc;
}
.single__text .ql-size-huge {
  font-size: 2.5em;
}
.single__text .ql-size-large {
  font-size: 1.5em;
}
.single__text .ql-align-right {
  text-align: right;
}
.single__text .ql-align-center {
  text-align: center;
}
@media (min-width: 1024px) {
  .single__content {
    padding-right: 8px;
  }
}
@media (min-width: 1280px) {
  .single__content {
    padding-right: 12px;
  }
}
@media (min-width: 1400px) {
  .single__content {
    padding-right: 24px;
  }
}
.single__content h2, .single__content h3, .single__content h4, .single__content h5, .single__content h6 {
  margin-bottom: 0.6666666667rem;
}
.single__content p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.single__content p, .single__content li, .single__content a {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.single__content figure {
  margin: 0;
}
.single__img, .single__content img {
  width: auto;
  max-height: 300px;
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 1280px) {
  .single__img, .single__content img {
    margin-bottom: 1rem;
  }
}
.single__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8333333333rem;
}
.single__cat {
  padding-left: 1.3333333333rem;
  padding-right: 1.3333333333rem;
  font-size: 0.8333333333rem;
  line-height: 0.8333333333rem;
  white-space: inherit;
}
@media (min-width: 1024px) {
  .single__cat {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
    font-size: 0.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .single__cat {
    padding-left: 1.3333333333rem;
    padding-right: 1.3333333333rem;
    font-size: 0.8333333333rem;
  }
}
.single__sub-title {
  margin-bottom: 0.3333333333rem;
  font-family: "booof-b", sans-serif;
  font-size: 0.8333333333rem;
  font-weight: 600;
  line-height: 1.0416666667rem;
}
@media (min-width: 375px) {
  .single__sub-title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .single__sub-title {
    font-size: 1.25rem;
    line-height: 1.5833333333rem;
  }
}
@media (min-width: 1400px) {
  .single__sub-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1920px) {
  .single__sub-title {
    font-size: 1.4166666667rem;
    line-height: 1.7916666667rem;
  }
}
@media (min-width: 1024px) {
  .single__relevant {
    padding-left: 8px;
  }
}
@media (min-width: 1280px) {
  .single__relevant {
    padding-left: 12px;
  }
}
@media (min-width: 1400px) {
  .single__relevant {
    padding-left: 24px;
  }
}
@media (min-width: 1920px) {
  .single__relevant {
    padding-right: 4.889%;
  }
}
.single__relevant-item {
  margin-bottom: 1.3333333333rem;
}
.single__relevant-item:first-of-type .newsCard {
  padding-top: 0;
}
.single__relevant-item .newsCard__date {
  margin-top: 0.3333333333rem;
  font-size: 0.6666666667rem;
  line-height: 0.8333333333rem;
}
@media (min-width: 1280px) {
  .single__relevant-item .newsCard__date {
    margin-top: 0.6666666667rem;
  }
}
@media (min-width: 1920px) {
  .single__relevant-item .newsCard__date {
    margin-top: 0.3333333333rem;
    font-size: 0.75rem;
    line-height: 0.9166666667rem;
  }
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000000;
  /* Enabled */
}
.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 88px;
  height: 68px;
  border: none;
  background-color: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video__button svg {
  width: 100%;
  height: 100%;
}
.video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}
.video__button-icon {
  fill: #ffffff;
}
.video__button:focus {
  outline: none;
}
.video:hover .video__button-shape, .video__button:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}
.video--enabled {
  cursor: pointer;
}
.video--enabled .video__button {
  display: block;
}
.video__text {
  display: inline-flex;
  width: 100%;
  margin-top: 0.6666666667rem;
  padding: 0.3333333333rem 0.6666666667rem;
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
  border: 1px solid #EDD592;
  border-radius: 5px;
  background: #FFF8E4;
}
@media (min-width: 768px) {
  .video__text {
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .video__text {
    position: absolute;
    z-index: 10;
    top: 24px;
    right: 24px;
    width: unset;
    margin-top: 0;
    padding: 0.3333333333rem 0.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .video__text {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1920px) {
  .video__text {
    top: 32px;
    right: 32px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.video-responsive {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  max-height: 350px;
}

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

.filters {
  position: relative;
  margin-bottom: 1.3333333333rem;
}
.filters > .row {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 1400px) {
  .filters > .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.filters__search, .filters__filtersBtn {
  flex: 1 1 auto;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1400px) {
  .filters__search, .filters__filtersBtn {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.filters__search {
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 680px) {
  .filters__search {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .filters__search {
    flex: 0 0 55.4464%;
    max-width: 55.4464%;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .filters__search {
    flex: 0 0 55.3472%;
    max-width: 55.3472%;
  }
}
@media (min-width: 1400px) {
  .filters__search {
    flex: 0 0 55.4716%;
    max-width: 55.4716%;
  }
}
@media (min-width: 1920px) {
  .filters__search {
    flex: 0 0 60.4054%;
    max-width: 60.4054%;
  }
}
@media (min-width: 680px) {
  .filters__filtersBtn {
    flex: 1 0;
  }
}
.filters__item {
  display: flex;
}
.filters__item input, .filters__item select, .filters__item button {
  width: 100%;
  padding: 0.5416666667rem 0.6666666667rem;
  font-size: 0.75rem;
  color: #4F4F4F;
  line-height: 0.6666666667rem;
  border: none;
  border-radius: 5px;
  background-color: #eeeeee;
}
@media (min-width: 480px) {
  .filters__item input, .filters__item select, .filters__item button {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 1400px) {
  .filters__item input, .filters__item select, .filters__item button {
    font-size: 1rem;
  }
}
.filters__item button {
  position: relative;
  z-index: 10;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.4583333333rem;
  padding-bottom: 0.4583333333rem;
}
@media (min-width: 1024px) {
  .filters__item button {
    padding-top: 0.5416666667rem;
    padding-bottom: 0.5416666667rem;
  }
}
.filters__submit {
  position: relative;
  z-index: 10;
  height: 48px;
  margin-top: 0.6666666667rem;
}
@media (min-width: 680px) {
  .filters__submit {
    height: auto;
    margin-top: 0;
  }
}
.filters__popup--active .filters__popupContent {
  display: block;
  animation: 0.2s showFilters 1;
  animation-fill-mode: forwards;
}
.filters__popup--active .filters__popupBg {
  display: block;
}
.filters__popupContent {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 24px);
  left: 0;
  width: 100%;
  padding: 1rem 0.6666666667rem 2rem;
  border-radius: 5px;
  background-color: #fff;
}
@media (min-width: 480px) {
  .filters__popupContent {
    padding: 1rem 1rem 2rem;
  }
}
@media (min-width: 1920px) {
  .filters__popupContent {
    padding: 1.3333333333rem 1rem 2.6666666667rem;
  }
}
.filters__popupBtn-close {
  margin-bottom: 1.6666666667rem;
  padding-top: 0.6666666667rem;
  padding-left: 0;
  padding-bottom: 0.6666666667rem;
  padding-right: 0;
  font-family: "booof-b", sans-serif;
  font-size: 0.8333333333rem;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .filters__popupBtn-close {
    display: none;
  }
}
.filters__popupBtn-close svg {
  margin-left: 0.6666666667rem;
}
.filters__popupBg {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .filters__block {
    margin-bottom: 0.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .filters__block {
    margin-bottom: 1.3333333333rem;
  }
}
@media (min-width: 1280px) {
  .filters__block {
    margin-bottom: 0;
  }
}
.filters__blockTitle {
  margin-bottom: 1rem;
  font-family: "booof-b", sans-serif;
  font-size: 0.8333333333rem;
  font-weight: bold;
}
@media (min-width: 1400px) {
  .filters__blockTitle {
    font-size: 1rem;
  }
}
.filters__blockItem {
  margin-bottom: 1rem;
}
.filters__blockItem input[type=checkbox] {
  display: none;
}
.filters__blockItem select {
  width: 100%;
  padding: 0.5416666667rem 0.6666666667rem;
  font-size: 0.75rem;
  color: #4F4F4F;
  line-height: 0.6666666667rem;
  border: none;
  border-radius: 5px;
  background-color: #eeeeee;
}
@media (min-width: 480px) {
  .filters__blockItem select {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 1400px) {
  .filters__blockItem select {
    font-size: 1rem;
  }
}
.filters__blockCollapse > input[type=checkbox] {
  display: none;
}
.filters__blockCollapse-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.filters__blockCollapse-title::before {
  content: "";
  display: inline-flex;
  width: 10px;
  height: 17px;
  margin-right: 0.6666666667rem;
  padding-left: 17px;
  background-image: url("../images/icons/ico-arrow-filters.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s ease;
}
.filters__blockCollapse-items {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease;
}
.filters__blockCollapse-hidden:checked + .filters__blockCollapse-title::before {
  transform: rotate(90deg);
}
.filters__blockCollapse-hidden:checked + .filters__blockCollapse-title + .filters__blockCollapse-items {
  max-height: 1000px;
}
input[type=checkbox]:checked + .filters__blockLabel-checkbox::before {
  background-image: url("../images/icons/ico-check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.filters__blockLabel-checkbox {
  display: flex;
  font-size: 0.8333333333rem;
}
@media (min-width: 1400px) {
  .filters__blockLabel-checkbox {
    font-size: 1rem;
  }
}
.filters__blockLabel-checkbox::before {
  content: "";
  box-sizing: border-box;
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  padding-left: 20px;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: transparent;
}

@keyframes showFilters {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  .header__inner {
    padding-bottom: 1rem;
  }
}
.header__left, .header__right {
  display: flex;
}
.header__right {
  align-items: center;
  padding-top: 0.7083333333rem;
}
@media (min-width: 1024px) {
  .header__right {
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  .header__right {
    padding-top: 0.7083333333rem;
  }
}
.header__logo a {
  display: inline-flex;
  text-decoration: none;
}
.header__logo a span {
  padding-left: 0.6666666667rem;
  font-family: "booof-bb";
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.5416666667rem;
  color: #000;
  text-transform: uppercase;
}
.header__logo svg path {
  fill: #000;
}
.header__search {
  flex: 1 1 auto;
}
@media (min-width: 1280px) {
  .header__search {
    flex: unset;
    display: flex;
    min-width: 29px;
    height: 29px;
    padding: 0;
    border: none;
    background-color: transparent;
  }
}
.header__search:focus {
  outline: none;
}
.header__lang {
  padding-bottom: 0.3333333333rem;
  padding-right: 0.3333333333rem;
}
@media (min-width: 680px) {
  .header__lang {
    padding-bottom: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .header__lang {
    margin-left: 1rem;
  }
}
.header .lang {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .header .lang {
    margin-top: 0.3333333333rem;
  }
}
@media (min-width: 1280px) {
  .header .lang {
    margin-top: 0;
  }
}
.header .lang__item--active {
  display: none;
}
.header .lang__link {
  font-family: "booof-b", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1C3244;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .header__bookmarks {
    margin-left: 1rem;
  }
}
.header .bookmarks {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 72px;
}
@media (min-width: 768px) {
  .header .bookmarks {
    min-width: 80px;
  }
}
@media (min-width: 1024px) {
  .header .bookmarks {
    min-width: 70px;
  }
}
.header .bookmarks__ribbon {
  position: absolute;
  z-index: 1;
  top: -109px;
  left: 0;
  display: flex;
  width: 100%;
  height: 177px;
  background-color: #FFCC00;
}
.header .bookmarks__ribbon::after {
  content: "";
  position: relative;
  bottom: -99.45%;
  height: 0;
  width: 72px;
  padding: 0;
  transform: rotate(0deg) skew(0deg);
  border-left: 36px solid #FFCC00;
  border-right: 36px solid #FFCC00;
  border-bottom: 38px solid transparent;
}
@media (min-width: 768px) {
  .header .bookmarks__ribbon::after {
    width: 80px;
    border-left: 40px solid #FFCC00;
    border-right: 40px solid #FFCC00;
  }
}
@media (min-width: 1024px) {
  .header .bookmarks__ribbon::after {
    width: 70px;
    border-left: 35px solid #FFCC00;
    border-right: 35px solid #FFCC00;
  }
}
.header .bookmarks__ico {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .header__cabinet {
    max-width: 284px;
    margin-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .header__cabinet {
    max-width: unset;
  }
}
.header .cabinet {
  width: 100%;
}
.header .cabinet__btn {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 375px) {
  .header .cabinet__btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.header .cabinet__logout {
  margin-left: 0.3333333333rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header__bottom-mob {
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: -0.3333333333rem;
  margin-right: -0.3333333333rem;
}
@media (min-width: 680px) {
  .header__bottom-mob {
    width: 100%;
    flex-wrap: nowrap;
  }
}
.header__bottom-mob .cabinet__user {
  flex: 1 1 auto;
  width: auto;
}
.header__bottom-btn {
  padding-bottom: 0.3333333333rem;
  padding-right: 0.3333333333rem;
}
@media (min-width: 1024px) {
  .header__bottom-btn {
    margin-top: 0.3333333333rem;
    margin-left: 0.3333333333rem;
    padding: 0;
  }
}
.header__bottom-btn a, .header__bottom-btn button {
  width: 100%;
}
@media (min-width: 680px) {
  .header__bottom-btn a, .header__bottom-btn button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.mainNav {
  position: relative;
}
.mainNav .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.mainNav .block {
  padding-top: 0;
}
.mainNav__mobBtn {
  width: 100%;
  padding: 0.6666666667rem;
  font-family: "booof-bb", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 0.6666666667rem;
  border: none;
  background-color: transparent;
}
@media (min-width: 680px) {
  .mainNav__mobBtn {
    font-size: 1.5rem;
    line-height: 1.3333333333rem;
  }
}
.mainNav__mobBg {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.mainNav--mob-active .mainNav__mobBg {
  display: block;
}
.mainNav__mobClose {
  justify-content: flex-end;
  padding-top: 1.3333333333rem;
  padding-right: 0.6666666667rem;
  padding-bottom: 0.6666666667rem;
}
@media (min-width: 375px) {
  .mainNav__mobClose {
    padding-top: 1rem;
    padding-right: 1rem;
  }
}
.mainNav__mobClose-btn {
  display: flex;
  padding: 0;
  border: none;
  background-color: transparent;
}
.mainNav__mobTitle {
  font-family: "booof-bb", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.9166666667rem;
}
@media (min-width: 680px) {
  .mainNav__mobTitle {
    font-size: 1.6666666667rem;
    line-height: 2.125rem;
  }
}
.mainNav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  display: none;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding-left: 1.3333333333rem;
  background-color: #fff;
}
@media (min-width: 375px) {
  .mainNav__list {
    width: 248px;
    padding-left: 1rem;
  }
}
@media (min-width: 480px) {
  .mainNav__list {
    width: 332px;
  }
}
@media (min-width: 1024px) {
  .mainNav__list {
    overflow-y: unset;
    position: relative;
    z-index: 1;
    top: unset;
    right: unset;
    display: flex;
    flex-direction: row;
    width: initial;
    height: initial;
    padding-left: 0;
    background-color: transparent;
  }
}
.mainNav--mob-active .mainNav__list {
  display: flex;
}
.mainNav__item {
  width: 100%;
}
@media (min-width: 1024px) {
  .mainNav__item {
    flex: 1 1 auto;
    width: auto;
  }
}
.mainNav__item--subnav .mainNav__link {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .mainNav__item--subnav .mainNav__link {
    padding-bottom: 0.8333333333rem;
  }
}
@media (min-width: 1024px) {
  .mainNav__item:first-child .mainNav__link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .mainNav__item:last-child .mainNav__link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (min-width: 1024px) {
  .mainNav__item--subnav .mainNav__link::after {
    content: "";
    display: inline-flex;
    width: 10px;
    height: 8px;
    margin-top: 0.125rem;
    margin-left: 0.2083333333rem;
    background-image: url("../../images/icons/ico-subnav.svg");
    background-repeat: no-repeat;
  }
}
@media (min-width: 1280px) {
  .mainNav__item--subnav .mainNav__link::after {
    margin-left: 0.4166666667rem;
  }
}
.mainNav__item--active .mainNav__link, .mainNav__item:hover .mainNav__link {
  color: #1C3244;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .mainNav__item--active .mainNav__link, .mainNav__item:hover .mainNav__link {
    background-color: #ecf3f5;
  }
}
.mainNav__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "booof-b", sans-serif;
  font-size: 0.8333333333rem;
  font-weight: bold;
  color: #1C3244;
  line-height: 1.0416666667rem;
  text-decoration: none;
  background-color: transparent;
}
@media (min-width: 680px) {
  .mainNav__link {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .mainNav__link {
    overflow: hidden;
    justify-content: center;
    height: 100%;
    padding: 0.7916666667rem 0.3333333333rem 0.8333333333rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .mainNav__link {
    font-size: 0.8333333333rem;
  }
}
.mainNav__subnav-bg {
  display: none;
}
@media (min-width: 1024px) {
  .mainNav__subnav-bg {
    position: absolute;
    z-index: 11;
    bottom: 0;
    display: flex;
    width: calc(100vw - 2rem);
    height: 414px;
    opacity: 0;
    background: linear-gradient(180deg, #8a9ebf 0%, rgba(196, 196, 196, 0) 100%);
    transform: scale(1, 0) translateY(100%);
  }
}
@media (min-width: 1024px) {
  .mainNav__item--left .mainNav__subnav-bg, .mainNav__item--left .subnav {
    left: 0;
  }
  .mainNav__item--right .mainNav__subnav-bg, .mainNav__item--right .subnav {
    right: 0;
  }
  .mainNav__item:hover .mainNav__subnav-bg {
    opacity: 1;
    transform: scale(1, 1) translateY(100%);
  }
  .mainNav__item:hover .subnav {
    opacity: 1;
    transform: scale(1, 1) translateY(101%);
  }
}

.subnav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .subnav {
    position: absolute;
    z-index: 12;
    bottom: 0;
    flex-direction: row;
    opacity: 0;
    transform: scale(1, 0) translateY(-20%);
  }
}
.subnav-wrap {
  position: relative;
}
.subnav__item {
  position: relative;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .subnav__item--arrow:after {
    bottom: 99.5%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 24px;
    margin-left: -24px;
  }
  .subnav__item--arrow:hover:after {
    border-bottom-color: #f5ecec;
  }
}
@media (min-width: 1024px) {
  .subnav__item:first-child .subnav__link {
    border-bottom-left-radius: 5px;
  }
  .subnav__item:last-child .subnav__link {
    border-bottom-right-radius: 5px;
  }
}
.subnav__link {
  display: flex;
  width: 100%;
  padding: 0.1666666667rem 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .subnav__link {
    flex-direction: column;
    align-items: center;
    min-width: calc((100vw - 48px) / 7);
    max-width: 264px;
    height: 100%;
    max-height: 226px;
    padding: 1rem 0.6666666667rem;
    margin-right: -1px;
    background-color: #fff;
  }
}
.subnav__link:hover {
  color: #1C3244;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .subnav__link:hover {
    background-color: #f5ecec;
  }
}
.subnav__icon {
  display: none;
}
@media (min-width: 1024px) {
  .subnav__icon {
    display: flex;
    margin-bottom: 0.5416666667rem;
  }
}
.subnav__name {
  font-family: "booof-b", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  color: #1C3244;
  line-height: 1.0416666667rem;
  text-decoration: none;
}
@media (min-width: 680px) {
  .subnav__name {
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 1024px) {
  .subnav__name {
    font-size: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .subnav__name {
    font-size: 0.8333333333rem;
  }
}

@keyframes showSearch {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.search {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  transform: translateY(-200px);
  padding-top: 7.5%;
  padding-bottom: 3.4166666667rem;
}
@media (min-width: 1280px) {
  .search {
    padding-top: 6%;
  }
}
@media (min-width: 1400px) {
  .search {
    padding-top: 5.5%;
  }
}
@media (min-width: 1920px) {
  .search {
    padding-top: 4.5%;
  }
}
.search--active {
  display: flex;
  animation: 0.2s showSearch 1;
  animation-fill-mode: forwards;
}
.search__inner {
  position: relative;
  z-index: 2;
  width: 80vw;
}
@media (min-width: 1024px) {
  .search__inner {
    width: 78vw;
  }
}
@media (min-width: 1280px) {
  .search__inner {
    width: 65vw;
  }
}
@media (min-width: 1400px) {
  .search__inner {
    width: 70vw;
  }
}
@media (min-width: 1920px) {
  .search__inner {
    width: 48vw;
  }
}
.search__form {
  width: 100%;
}
.search__input {
  box-sizing: border-box !important;
  width: 100%;
  padding: 0.5416666667rem 3rem 0.5416666667rem 1rem;
  border: none;
  border-radius: 5px;
  background-color: #fff;
}
.search__result {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
  padding: 2rem 1rem;
  border-radius: 5px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: none;
}
@media (min-width: 1024px) {
  .search__result {
    padding: 2rem 2rem;
  }
}
.search__result.active {
  display: flex;
  height: 70vh;
  overflow: scroll;
}
.search__resultCat {
  margin-bottom: 0.3333333333rem;
  padding-left: 1rem;
  font-family: "booof-b", sans-serif;
  font-size: 1.3333333333rem;
  font-weight: bold;
  line-height: 1.6666666667rem;
}
.search__resultLink {
  margin-bottom: 0.3333333333rem;
  padding: 0.5rem 1rem;
  color: #1C3244;
  text-decoration: none;
  border-radius: 5px;
}
.search__resultLink:hover {
  color: #1C3244;
  text-decoration: none;
  background-color: #F4F4F4;
}
.search__resultLink + .search__resultCat {
  margin-top: 1.3333333333rem;
}
.search__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) -36.5%, rgba(0, 0, 0, 0) 100%);
}

.footer .wrapper {
  padding: 0 0.3333333333rem;
}
@media (min-width: 375px) {
  .footer .wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 680px) {
  .footer .wrapper {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .footer .wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1400px) {
  .footer .wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1920px) {
  .footer .wrapper {
    padding-right: 1.6666666667rem;
    padding-left: 1.6666666667rem;
  }
}
.footer__top {
  padding-top: 2.3333333333rem;
  padding-bottom: 2.3333333333rem;
}
@media (min-width: 1920px) {
  .footer__top {
    padding-top: 3.3333333333rem;
    padding-bottom: 2rem;
  }
}
.footer .ico-white path {
  fill: #fff;
}
.footer .ico-dark path {
  fill: #1C3244;
}
.footer__block-links + .footer__block-links {
  margin-top: 1rem;
}
@media (min-width: 680px) {
  .footer__block-links + .footer__block-links {
    margin-top: 0;
  }
}
.footer__block-1 .footer__logo {
  display: flex;
  align-items: flex-end;
}
.footer__block-2 {
  padding-top: 1rem;
}
@media (min-width: 680px) {
  .footer__block-2 {
    padding-top: 1.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .footer__block-2 {
    padding-top: 1rem;
  }
}
@media (min-width: 1280px) {
  .footer__block-2 {
    padding-top: 2rem;
  }
}
@media (min-width: 1920px) {
  .footer__block-2 {
    padding-top: 2.6666666667rem;
  }
}
.footer__block-2 p, .footer__block-2 .footer__rights {
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
  color: #1C3244;
}
.footer__block-3 {
  margin-top: 1.6666666667rem;
}
@media (min-width: 1024px) {
  .footer__block-3 {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .footer__block-3 {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
@media (min-width: 680px) {
  .footer__block-3-space {
    padding-top: 1.3333333333rem;
  }
}
@media (min-width: 1024px) {
  .footer__block-3-space {
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  .footer__block-3-space {
    padding-top: 2.6666666667rem;
  }
}
@media (min-width: 1400px) {
  .footer__block-3-space {
    padding-top: 1.6666666667rem;
  }
}
@media (min-width: 1920px) {
  .footer__block-3-space {
    padding-top: 2.6666666667rem;
  }
}
.footer .footer__rights {
  margin-top: 0.8333333333rem;
}
.footer__logo {
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 680px) {
  .footer__logo {
    margin-bottom: 0;
  }
}
.footer__logo svg {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .footer__logo-bf, .footer__logo-f {
    width: 120px;
  }
}
@media (min-width: 1280px) {
  .footer__logo-bf, .footer__logo-f {
    width: auto;
  }
}
.footer__logo-elt {
  margin-bottom: 0;
}
.footer__blockTitle, .footer__formLabel {
  margin-bottom: 0.3333333333rem;
  font-family: "booof-bb";
  font-size: 0.8333333333rem;
  font-weight: 900;
  line-height: 1.0833333333rem;
  color: #1C3244;
}
@media (min-width: 1920px) {
  .footer__blockTitle, .footer__formLabel {
    font-size: 1rem;
    line-height: 1.2916666667rem;
  }
}
.footer__form {
  display: flex;
  flex-direction: column;
}
.footer__form * {
  box-sizing: border-box !important;
}
.footer__formLabel {
  display: block;
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 480px) {
  .footer__formLabel {
    margin-bottom: 0.3333333333rem;
  }
}
.footer__formElems {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 680px) {
  .footer__formElems {
    flex-wrap: unset;
  }
}
.footer__formField {
  width: 100%;
  padding: 0.3333333333rem 1rem;
  border: none;
  border-radius: 5px;
  background-color: #fff;
}
@media (min-width: 680px) {
  .footer__formField {
    flex: 1 0 auto;
    width: auto;
  }
}
@media (min-width: 1920px) {
  .footer__formField {
    padding: 0.6666666667rem 1rem;
  }
}
.footer__formField::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
  color: #E3E2E2;
}
.footer__formField::placeholder {
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
  color: #E3E2E2;
}
.footer__formSubmit {
  width: 100%;
  margin-top: 0.6666666667rem;
  padding-top: 0.3333333333rem;
  padding-bottom: 0.3333333333rem;
  font-family: "booof-bb";
  font-size: 0.75rem;
  font-weight: 900;
  background-color: #E9591E;
}
@media (min-width: 680px) {
  .footer__formSubmit {
    flex: 0 0 38.3%;
    max-width: 38.3%;
    margin-top: 0;
    margin-left: 0.3333333333rem;
  }
}
@media (min-width: 1920px) {
  .footer__formSubmit {
    flex: 0 0 38.64%;
    max-width: 38.64%;
    height: 100%;
    padding: 0.6666666667rem;
  }
}
.footer__formSubmit svg {
  margin-left: 0.3333333333rem;
}
.footer__formSubmit:hover {
  background-color: #FF4A00;
}
.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__linksItem + .footer__linksItem {
  padding-top: 0.25rem;
}
@media (min-width: 1920px) {
  .footer__linksItem + .footer__linksItem {
    padding-top: 0.4166666667rem;
  }
}
.footer__linksLink {
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
  color: #1C3244;
  text-decoration: none;
}
.footer__linksLink:hover {
  color: #E9591E;
}
.footer__social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.footer__socialItem + .footer__socialItem {
  padding-left: 1rem;
}
.footer__bottom {
  margin: 0 -0.6666666667rem;
  padding: 1rem 0 0.6666666667rem;
  background-color: #3d3633;
  transition: 0.3s;
}
@media (min-width: 480px) {
  .footer__bottom {
    margin: 0 -1rem;
  }
}
.footer__bottom:hover {
  background-color: rgba(130, 130, 130, 0.542);
  cursor: pointer;
}

/*----------------------------------*/
/*  ticket */
/*----------------------------------*/
.ticket-pop {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .ticket-pop {
    width: auto;
    padding: 1rem;
  }
}
.ticket-pop--collapsed {
  width: auto;
  padding: 0;
}
.ticket-pop * {
  transition: 0.3s ease-in-out;
}
.ticket-pop--collapsed .ticket-pop__head, .ticket-pop--collapsed .ticket-pop__body, .ticket-pop--collapsed .ticket-pop__footer {
  pointer-events: none;
  opacity: 0;
}
.ticket-pop__layout {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 150%;
  transform-origin: bottom;
  background: linear-gradient(48.35deg, rgba(0, 0, 0, 0.33) 0%, rgba(255, 255, 255, 0) 42.76%);
}
.ticket-pop--collapsed .ticket-pop__layout {
  width: 0;
  height: 0;
}
.ticket-pop__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 600px;
  padding: 1rem;
  border: 5px solid #096A39;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  transform-origin: bottom;
}
@media (min-width: 768px) {
  .ticket-pop__wrap {
    width: 336px;
    max-height: 600px;
    padding: 0.8333333333rem;
  }
}
.ticket-pop--collapsed .ticket-pop__wrap {
  bottom: 0;
  left: 0;
  width: 48px;
  max-height: 48px;
  background-color: #096A39;
}
.ticket-pop__hide {
  position: absolute;
  z-index: 1;
  top: 0.6666666667rem;
  right: 0.8333333333rem;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.ticket-pop__hide svg {
  width: 100%;
  height: 100%;
}
.ticket-pop__title {
  padding-right: 0.3333333333rem;
  font-family: "booof-bb";
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 0.9583333333rem;
}
@media (min-width: 480px) {
  .ticket-pop__title {
    padding-right: 1.3333333333rem;
    font-size: 1rem;
    line-height: 1.2916666667rem;
  }
}
@media (min-width: 680px) {
  .ticket-pop__title {
    padding-right: 35%;
  }
}
@media (min-width: 768px) {
  .ticket-pop__title {
    padding-right: 1.3333333333rem;
  }
}
.ticket-pop__date {
  margin-top: 0.1666666667rem;
  font-family: "booof-b";
  font-size: 0.6666666667rem;
  font-weight: 700;
  line-height: 0.8333333333rem;
}
@media (min-width: 480px) {
  .ticket-pop__date {
    font-size: 0.9166666667rem;
    line-height: 1.1666666667rem;
  }
}
.ticket-pop__body {
  margin-top: 0.6666666667rem;
}
.ticket-pop__footer {
  width: 100%;
  margin-top: 0.6666666667rem;
}
.ticket-pop__buy {
  width: 100%;
  padding-top: 0.3333333333rem;
  padding-bottom: 0.3333333333rem;
  font-family: "booof-bb";
  font-size: 0.8333333333rem;
  font-weight: 900;
  line-height: 1.0833333333rem;
  color: #fff;
  border: 3px solid transparent;
  border-radius: 0;
  background-color: #096A39;
}
@media (min-width: 768px) {
  .ticket-pop__buy {
    font-size: 1rem;
    line-height: 1.2916666667rem;
  }
}
.ticket-pop__buy:hover {
  color: #096A39;
  border-color: #096A39;
  background-color: #fff;
}
.ticket-pop__show {
  pointer-events: none;
  position: absolute;
  bottom: 8px;
  left: 5px;
  display: flex;
  padding: 0;
  opacity: 0;
  border: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  .ticket-pop__show {
    bottom: 5px;
    left: 1px;
  }
}
.ticket-pop--collapsed .ticket-pop__show {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 0.2s;
}

.p500__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1.3333333333rem;
}
@media (min-width: 375px) {
  .p500__inner {
    padding-top: 1.3333333333rem;
    padding-bottom: 0.6666666667rem;
  }
}
@media (min-width: 480px) {
  .p500__inner {
    padding-top: 3rem;
    padding-bottom: 3.625rem;
  }
}
@media (min-width: 680px) {
  .p500__inner {
    padding-top: 2.3333333333rem;
    padding-bottom: 2.2083333333rem;
  }
}
@media (min-width: 768px) {
  .p500__inner {
    padding-top: 1.8333333333rem;
    padding-bottom: 1.8333333333rem;
  }
}
@media (min-width: 1024px) {
  .p500__inner {
    padding-top: 1.5833333333rem;
    padding-bottom: 0.8333333333rem;
  }
}
@media (min-width: 1280px) {
  .p500__inner {
    padding-top: 1.875rem;
    padding-bottom: 0.6666666667rem;
  }
}
.p500__text {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 480px) {
  .p500__text {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
@media (min-width: 768px) {
  .p500__text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .p500__text {
    font-size: 0.75rem;
    line-height: 0.9166666667rem;
  }
}
@media (min-width: 1280px) {
  .p500__text {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1920px) {
  .p500__text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 480px) {
  .p500__img {
    width: 80%;
  }
}
@media (min-width: 680px) {
  .p500__img {
    width: 70%;
  }
}
@media (min-width: 1280px) {
  .p500__img {
    width: 60%;
  }
}

.p404__right {
  padding-bottom: 3.3333333333rem;
}
.p404__title {
  font-size: 0.8333333333rem;
}
@media (min-width: 375px) {
  .p404__title {
    font-size: 1rem;
  }
}
@media (min-width: 680px) {
  .p404__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .p404__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1920px) {
  .p404__title {
    font-size: 1.9166666667rem;
  }
}
.p404__sub-title {
  font-size: 0.75rem;
}
@media (min-width: 480px) {
  .p404__sub-title {
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 1280px) {
  .p404__sub-title {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .p404__link {
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 1920px) {
  .p404__link {
    font-size: 1rem;
  }
}

.scheduleMob .wrapper {
  padding-bottom: 0px;
}
.scheduleMob__inner {
  padding-bottom: 1rem;
}
@media (min-width: 375px) {
  .scheduleMob__inner {
    padding-bottom: 1.3333333333rem;
  }
}
.scheduleMob__head {
  margin-bottom: 0.6666666667rem;
  border-bottom: none;
}
@media (min-width: 375px) {
  .scheduleMob__head {
    margin-bottom: 1rem;
  }
}
.scheduleMob__head .scheduleHead__title {
  padding-left: 0;
}
.scheduleMob__calendar {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 375px) {
  .scheduleMob__calendar {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 480px) {
  .scheduleMob__calendar {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.scheduleMob__calendarItem {
  margin-bottom: 0.6666666667rem;
  padding-left: 8px;
  padding-right: 8px;
  color: #1C3244;
  text-decoration: none;
}
@media (min-width: 375px) {
  .scheduleMob__calendarItem {
    margin-bottom: 1rem;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 480px) {
  .scheduleMob__calendarItem {
    margin-bottom: 0.6666666667rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.scheduleMob__calendarItem:hover {
  color: #1C3244;
  text-decoration: none;
}
.scheduleMob__calendarDay {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  font-family: "booof-b", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 0.9583333333rem;
}
@media (min-width: 480px) {
  .scheduleMob__calendarDay {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
.scheduleMob__calendarDay::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.scheduleMob__calendarDay--blue {
  background-color: #98CFF1;
}
.scheduleMob__calendarDay--turquoise {
  background-color: #AEECDD;
}
.scheduleMob__calendarDay--pink {
  background-color: #F5C0D7;
}
.scheduleMob__calendarDay--violet {
  background-color: #C5B9F9;
}
.scheduleMob__calendarDay--coral {
  background-color: #F0A69B;
}
.scheduleMob__calendarDay--orange-1 {
  background-color: #F5C889;
}
.scheduleMob__calendarDay--dirty-green {
  background-color: #D3D0B4;
}
.scheduleMob__calendarDay--dirty-violet {
  background-color: #D3B9CD;
}
.scheduleMob__calendarDay--light-green {
  background-color: #D8EAA5;
}
.scheduleMob__calendarDay--dirty-blue {
  background-color: #D3DAF0;
}
.scheduleMob__calendarDay--aquamarine-1 {
  background-color: #B0E0E1;
}
.scheduleMob__calendarDay--aquamarine-2 {
  background-color: #A5EAE6;
}
.scheduleMob__calendarDay--green-1 {
  background-color: #C2E5BC;
}

.banner__banner {
  opacity: 1;
  transition: 0.3s;
  background-color: #92CFFC;
}
.banner__banner > .test-banner {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2.2083333333rem 3.4583333333rem 2.4583333333rem;
}
.banner__banner > .test-banner h1 {
  font-size: 2rem;
  color: #fff;
}
.banner__banner > .test-banner img {
  width: 150px;
  height: 28px;
}
.banner__banner.loaded {
  max-height: unset;
  opacity: 1;
}
.banner__banner picture {
  display: flex;
}
.banner .wrapper {
  padding-top: 1rem;
}
@media (min-width: 680px) {
  .banner .wrapper {
    padding-top: 1.3333333333rem;
  }
}
@media (min-width: 768px) {
  .banner .wrapper {
    padding-top: 2rem;
  }
}
.banner__banner img {
  width: 100%;
  max-width: unset;
}

.mainSlider {
  position: relative;
}
.mainSlider__container {
  position: relative;
  z-index: 1;
}
.mainSlider__nav {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  transform: translateY(-50%);
}
.mainSlider__btn {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: rgba(154, 154, 154, 0.7);
}
.mainSlider__prev {
  transform: rotate(180deg);
}

.news__title .block__title, .news__title .form__title {
  margin-bottom: 0.8333333333rem;
}
@media (min-width: 680px) {
  .news__list {
    margin-bottom: -1.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .news__list {
    margin-bottom: -3.6666666667rem;
  }
}
.news__item {
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 680px) {
  .news__item {
    margin-bottom: 1.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .news__item {
    margin-bottom: 3.6666666667rem;
  }
}
.news__pinned {
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 768px) {
  .news__pinned {
    margin-bottom: 1.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .news__pinned {
    margin-bottom: 0;
    padding-right: 7%;
  }
}
.news__pinned .newsCard, .news__item .newsCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  height: 100%;
}
@media (min-width: 1024px) {
  .news__pinned .newsCard, .news__item .newsCard {
    min-height: 122px;
  }
}
.news__pinned .newsCard__date, .news__item .newsCard__date {
  margin-top: 0.6666666667rem;
}
@media (min-width: 680px) {
  .news__pinned .newsCard__date, .news__item .newsCard__date {
    margin-top: 0.3333333333rem;
  }
}

.bookNovelties__left {
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 768px) {
  .bookNovelties__left {
    flex-basis: 38.2112%;
    width: 100%;
    max-width: 38.2112%;
  }
}
@media (min-width: 1024px) {
  .bookNovelties__left {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 1920px) {
  .bookNovelties__left {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .bookNovelties__right {
    flex-basis: 61.7187%;
    width: 100%;
    max-width: 61.7187%;
  }
}
@media (min-width: 1024px) {
  .bookNovelties__right {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.bookNovelties__desc {
  margin-top: 0;
  margin-bottom: 1.3333333333rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 680px) {
  .bookNovelties__desc {
    margin-bottom: 0.3333333333rem;
  }
}
@media (min-width: 768px) {
  .bookNovelties__desc {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .bookNovelties__desc {
    margin-bottom: 1rem;
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1920px) {
  .bookNovelties__desc {
    margin-bottom: 2.625rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.bookNovelties__img {
  width: 100%;
  height: 100%;
  background-image: url("../images/books-block-img.png");
  background-repeat: no-repeat;
}
.bookNovelties__list {
  margin-left: -4px !important;
  margin-right: -4px !important;
  margin-bottom: -0.6666666667rem;
}
@media (min-width: 680px) {
  .bookNovelties__list {
    margin-left: -12px !important;
    margin-right: -12px !important;
    margin-bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .bookNovelties__list {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}
.bookNovelties__item {
  margin-bottom: 0.6666666667rem;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 680px) {
  .bookNovelties__item {
    margin-bottom: 1rem;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .bookNovelties__item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1024px) {
  .bookNovelties__item {
    max-width: 20%;
    width: 100%;
  }
}

.mainPartners__list {
  justify-content: space-between;
}
.mainPartners__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6666666667rem;
}
.mainPartners__item img {
  filter: grayscale(1);
  transition: 0.3s ease;
}
.mainPartners__item img:hover {
  filter: grayscale(0);
}

.booktrailer__thumb {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 52.3%;
}
.booktrailer__thumb-layer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.booktrailer__thumb-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.booktrailer__thumb-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 22px;
  border: none;
  background-color: transparent;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 480px) {
  .booktrailer__thumb-button {
    width: 20px;
    height: 33px;
  }
}
@media (min-width: 768px) {
  .booktrailer__thumb-button {
    width: 48px;
    height: 54px;
  }
}
@media (min-width: 1280px) {
  .booktrailer__thumb-button {
    width: 74px;
    height: 90px;
  }
}
.booktrailer__desc {
  padding-top: 0.6666666667rem;
}
@media (min-width: 768px) {
  .booktrailer__desc {
    padding-top: 1rem;
  }
}
@media (min-width: 1400px) {
  .booktrailer__desc {
    padding-top: 1.6666666667rem;
  }
}
.booktrailer__desc-title {
  margin-bottom: 0.6666666667rem;
  font-family: "booof-bb", sans-serif;
  font-size: 0.8333333333rem;
  font-weight: 900;
  line-height: 1.0833333333rem;
}
@media (min-width: 768px) {
  .booktrailer__desc-title {
    font-size: 1rem;
    line-height: 1.2916666667rem;
  }
}
@media (min-width: 1280px) {
  .booktrailer__desc-title {
    margin-bottom: 1rem;
    font-size: 1.1666666667rem;
    line-height: 1.5rem;
  }
}
.booktrailer__desc-text, .booktrailer__desc a {
  margin-bottom: 0.6666666667rem;
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
}
@media (min-width: 1024px) {
  .booktrailer__desc-text, .booktrailer__desc a {
    margin-bottom: 1rem;
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1280px) {
  .booktrailer__desc-text, .booktrailer__desc a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.booktrailer__list {
  margin-bottom: -1.3333333333rem;
}
@media (min-width: 480px) {
  .booktrailer__list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 480px) {
  .booktrailer__list [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.booktrailer__item {
  padding-bottom: 1.3333333333rem;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .booktrailer__item {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
}
.booktrailer__item img {
  margin: 0 auto;
  width: 100%;
}
.booktrailer__item-title {
  padding-top: 0.3333333333rem;
  font-family: "booof-b", sans-serif;
  font-size: 0.6666666667rem;
  font-weight: 700;
  text-align: center;
}
.booktrailer__all {
  margin-top: 1rem;
  padding-left: 0.6666666667rem;
  padding-right: 0.6666666667rem;
}

@media (min-width: 768px) {
  .newsList__list, .newsList__news-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1280px) {
  .newsList__list, .newsList__news-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 768px) {
  .newsList__item, .newsList__wrap, .newsList__categories {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1280px) {
  .newsList__item, .newsList__wrap, .newsList__categories {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) {
  .newsList__categories {
    padding-right: 0;
  }
}
.newsList__categories .category {
  margin-right: -0.3333333333rem;
}

.paging {
  margin-top: 1rem;
}
.paging .pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3333333333rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .paging .pagination {
    flex-wrap: nowrap;
    margin: 0;
  }
}
.paging .pagination .page-item {
  order: 2;
  width: 48px;
  height: 32px;
  margin-right: 0.3333333333rem;
  margin-bottom: 0.3333333333rem;
  padding: 0;
  border-radius: 5px;
  cursor: pointer;
  background-color: #eeeeee;
}
.paging .pagination .page-item:first-child {
  order: 0;
}
@media (max-width: 679.98px) {
  .paging .pagination .page-item:last-child {
    order: 1;
  }
}
.paging .pagination .page-item:first-child, .paging .pagination .page-item:last-child {
  flex: 1 1 auto;
  width: 100%;
  max-width: 45%;
}
.paging .pagination .page-item:first-child .page-link, .paging .pagination .page-item:last-child .page-link {
  font-size: 1.1666666667rem;
}
@media (min-width: 480px) {
  .paging .pagination .page-item:first-child, .paging .pagination .page-item:last-child {
    max-width: 46.5%;
  }
}
.paging .pagination .page-item:first-of-type {
  margin-right: 0.6666666667rem;
}
@media (min-width: 680px) {
  .paging .pagination .page-item {
    width: 56px;
    max-width: unset;
    height: 40px;
  }
  .paging .pagination .page-item:first-child {
    margin-right: 0.3333333333rem;
  }
  .paging .pagination .page-item:first-child, .paging .pagination .page-item:last-child {
    flex: unset;
    width: 56px;
    max-width: unset;
  }
}
@media (min-width: 1024px) {
  .paging .pagination .page-item {
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .paging .pagination .page-item {
    width: 64px;
    height: 48px;
  }
}
.paging .pagination .page-item:last-child {
  margin-right: 0;
}
.paging .pagination .page-item .active, .paging .pagination .page-item:hover {
  background-color: #FFCC00;
}
.paging .pagination .disabled .page-link {
  opacity: 0.4;
}
.paging .pagination .disabled:hover {
  cursor: default;
  background-color: #eeeeee;
}
.paging .pagination .page-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.3333333333rem 0.6666666667rem;
  font-size: 0.75rem;
  line-height: 0.6666666667rem;
  color: #1C3244;
  text-decoration: none;
}
@media (min-width: 680px) {
  .paging .pagination .page-link {
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 1920px) {
  .paging .pagination .page-link {
    font-size: 1rem;
  }
}

.singleNews__video {
  overflow: hidden;
  margin-bottom: 1rem;
}
.singleNews__file {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.3333333333rem 1rem;
  background-color: #E3E3E3;
}
@media (min-width: 680px) {
  .singleNews__file {
    padding: 0.6666666667rem 1.6666666667rem;
  }
}
@media (min-width: 1920px) {
  .singleNews__file {
    padding: 0.6666666667rem 2.6666666667rem;
  }
}
.singleNews__file-icon {
  width: 100%;
  height: 100%;
  max-width: 30px;
  max-height: 30px;
  margin-right: 0.3333333333rem;
}
@media (min-width: 680px) {
  .singleNews__file-icon {
    max-width: 49px;
    max-height: 49px;
    margin-right: 0.6666666667rem;
  }
}
@media (min-width: 768px) {
  .singleNews__file-icon {
    margin-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .singleNews__file-icon {
    max-width: 56px;
    max-height: 56px;
  }
}
@media (min-width: 1400px) {
  .singleNews__file-icon {
    max-width: 63px;
    max-height: 63px;
    margin-right: 1.3333333333rem;
  }
}
@media (min-width: 1920px) {
  .singleNews__file-icon {
    max-width: 87px;
    max-height: 87px;
  }
}
.singleNews__file-text {
  font-size: 0.6666666667rem;
  line-height: 0.7916666667rem;
}
@media (min-width: 768px) {
  .singleNews__file-text {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .singleNews__file-text {
    font-size: 0.8333333333rem;
    line-height: 0.9583333333rem;
  }
}
@media (min-width: 1400px) {
  .singleNews__file-text {
    font-size: 1rem;
    line-height: 1.1666666667rem;
  }
}

.singleEvent__title {
  display: inline;
  justify-content: space-between;
  align-items: flex-end;
}
.singleEvent__time {
  flex: 1 0 auto;
  padding-bottom: 0.1666666667rem;
  margin-top: 0.6666666667rem;
  font-family: "booof-bb", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
}
@media (min-width: 1280px) {
  .singleEvent__time {
    padding-bottom: 0.25rem;
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .singleEvent__time {
    padding-bottom: 0.4583333333rem;
  }
}
.singleEvent__time svg {
  width: 16px;
  height: 16px;
  margin-right: 0.5416666667rem;
}
@media (min-width: 1280px) {
  .singleEvent__time svg {
    width: 20px;
    height: 20px;
  }
}
.singleEvent__video {
  overflow: hidden;
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 768px) {
  .singleEvent__video {
    margin-bottom: 1rem;
  }
}
.singleEvent__videoTabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0.6666666667rem 0;
  padding: 0;
  border-radius: 5px;
  background-color: #eeeeee;
}
@media (min-width: 480px) {
  .singleEvent__videoTabs {
    margin-bottom: 1rem;
  }
}
.singleEvent__videoTabs li {
  flex: 1 1 100%;
}
@media (min-width: 680px) {
  .singleEvent__videoTabs li {
    flex: 1 1 auto;
  }
}
.singleEvent__videoTabs .btn {
  padding-top: 0.4166666667rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  color: #1C3244;
  line-height: 0.8333333333rem;
}
@media (min-width: 1280px) {
  .singleEvent__videoTabs .btn {
    font-size: 0.8333333333rem;
  }
}
.singleEvent__videoTabs .btn--base {
  color: #fff;
}
.singleEvent__videoContent {
  position: relative;
  display: none;
}
.singleEvent__videoContent--active {
  display: block;
}
.singleEvent__info {
  display: flex;
  flex-direction: column;
}
.singleEvent__infoTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 680px) {
  .singleEvent__infoTop {
    flex-wrap: nowrap;
    margin-bottom: 0.3333333333rem;
  }
}
@media (min-width: 768px) {
  .singleEvent__infoTop {
    margin-bottom: 0.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .singleEvent__infoTop {
    margin-bottom: 0.3333333333rem;
  }
}
@media (min-width: 1280px) {
  .singleEvent__infoTop {
    margin-bottom: 0.6666666667rem;
  }
}
.singleEvent__cats {
  margin-bottom: 0.3333333333rem;
}
@media (min-width: 680px) {
  .singleEvent__cats {
    margin-bottom: 0;
  }
  .singleEvent__cats .category__item {
    margin-bottom: 0;
  }
}
.singleEvent__question a, .singleEvent__question span, .singleEvent__organizer a, .singleEvent__organizer span, .singleEvent__members a, .singleEvent__members span {
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
}
@media (min-width: 1280px) {
  .singleEvent__question a, .singleEvent__question span, .singleEvent__organizer a, .singleEvent__organizer span, .singleEvent__members a, .singleEvent__members span {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
.singleEvent__question {
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 480px) {
  .singleEvent__question {
    margin-bottom: 0.4583333333rem;
  }
}
@media (min-width: 680px) {
  .singleEvent__question {
    margin-bottom: 0;
    padding-left: 27%;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .singleEvent__question {
    padding-left: 0;
    text-align: unset;
  }
}
.singleEvent__question span {
  line-height: 0.875rem;
}
@media (min-width: 1280px) {
  .singleEvent__question span {
    line-height: 0.9583333333rem;
  }
}
.singleEvent__organizer {
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 375px) {
  .singleEvent__organizer {
    margin-bottom: 0.4166666667rem;
  }
}
@media (min-width: 1024px) {
  .singleEvent__organizer {
    margin-bottom: 0.3333333333rem;
  }
}
@media (min-width: 1920px) {
  .singleEvent__description p {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1024px) {
  .singleEvent__more-btn {
    margin-top: 0.3333333333rem;
  }
}
.singleEvent__next {
  padding-right: 12px;
}
.singleEvent__next .eventCard {
  margin-bottom: 0.3333333333rem;
  padding: 0.6666666667rem 0.6666666667rem;
}
.singleEvent__next .eventCard__right {
  justify-content: flex-start;
  margin: 0;
}
@media (min-width: 1024px) {
  .singleEvent__next .eventCard__right {
    padding-top: 0.1666666667rem;
    padding-right: 0.3333333333rem;
  }
}
.singleEvent__next .eventCard__star-img {
  width: 28px;
  height: 28px;
}

@media (min-width: 768px) {
  .team__list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1920px) {
  .team__list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.team__item {
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 680px) {
  .team__item {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .team__item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1920px) {
  .team__item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.team__item .newsCard__item {
  justify-content: flex-start;
}
.team__item .newsCard__img {
  height: auto;
  max-height: unset;
  margin-bottom: 0.3333333333rem;
}
@media (min-width: 680px) {
  .team__item .newsCard__img {
    margin-bottom: 0.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .team__item .newsCard__date {
    font-size: 0.75rem;
  }
}

.mediaCatalog__title {
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 768px) {
  .mediaCatalog__list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1920px) {
  .mediaCatalog__list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 768px) {
  .mediaCatalog__item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1920px) {
  .mediaCatalog__item {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.mediaCard {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 680px) {
  .mediaCard {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .mediaCard {
    margin-bottom: 0.6666666667rem;
  }
}
@media (min-width: 1920px) {
  .mediaCard {
    margin-bottom: 1rem;
  }
}
.mediaCard:hover .mediaCard__img {
  transform: scale(1.1, 1.1);
}
.mediaCard__img {
  position: relative;
  z-index: 1;
  width: 100%;
  transform: scale(1, 1);
}
.mediaCard__layer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.mediaCard--video .mediaCard__layer {
  background-image: url("../images/ico-video.svg");
  background-repeat: no-repeat;
  background-position: 94% 94%;
}

.mediaVideo__video {
  margin-bottom: 0.6666666667rem;
}
.mediaVideo__videoNav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 0.6666666667rem;
}
@media (min-width: 680px) {
  .mediaVideo__videoNav {
    margin-top: 1rem;
  }
}
.mediaVideo__btn {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: 0.3333333333rem;
  border-radius: 5px;
  background-color: #eeeeee;
  text-decoration: none;
}
.mediaVideo__btn:last-of-type {
  margin-right: 0;
}
@media (min-width: 480px) {
  .mediaVideo__btn {
    flex: unset;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #1C3244;
    background-color: transparent;
  }
}
.mediaVideo__btn:hover {
  color: #1C3244;
  text-decoration: none;
}
.mediaVideo__btn--prev::before, .mediaVideo__btn--next::after {
  content: "";
  display: inline-flex;
  width: 11px;
  height: 16px;
  background-image: url("../images/icons/ico-arrow.svg");
  background-repeat: no-repeat;
}
@media (min-width: 480px) {
  .mediaVideo__btn--prev::before, .mediaVideo__btn--next::after {
    width: 24px;
    height: 38px;
    background-image: url("../images/icons/ico-arrow-filled.svg");
    background-size: 100%;
  }
}
.mediaVideo__btn--prev::before {
  transform: rotate(180deg);
}
@media (min-width: 480px) {
  .mediaVideo__btn--prev::before {
    margin-right: 1rem;
  }
}
@media (min-width: 480px) {
  .mediaVideo__btn--next::after {
    margin-left: 1rem;
  }
}
.mediaVideo__text {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
}
@media (min-width: 1280px) {
  .mediaVideo__text {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1920px) {
  .mediaVideo__text {
    font-size: 1rem;
    line-height: 1.4166666667rem;
  }
}
.mediaVideo__date {
  font-size: 0.6666666667rem;
  color: #9A9A9A;
}
@media (min-width: 1280px) {
  .mediaVideo__date {
    font-size: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .registerMember__right {
    max-width: 520px;
  }
}
@media (min-width: 1280px) {
  .registerMember__right {
    max-width: 560px;
  }
}
@media (min-width: 1400px) {
  .registerMember__right {
    max-width: unset;
  }
}
@media (max-width: 679.98px) {
  .registerMember__radio-box {
    flex-direction: column;
  }
}
.registerMember__radio-group {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .registerMember__radio-group .form__label--radio {
    margin-left: 1rem;
  }
}
@media (max-width: 679.98px) {
  .registerMember__radio-group {
    flex-direction: column;
  }
  .registerMember__radio-group .form__label {
    margin-top: 0.6666666667rem;
    margin-left: 0;
  }
  .registerMember__radio-group .form__label:last-of-type {
    margin-bottom: 0;
  }
}

.partners__divider {
  display: flex;
  align-items: center;
  margin-bottom: 0.6666666667rem;
}
.partners__divider-line {
  flex: 1 0 auto;
  border-top: 3px solid #eeeeee;
  height: 0;
}
.partners__divider-title {
  flex: 0 0 auto;
  max-width: 80%;
  margin-left: 0.3333333333rem;
  margin-right: 0.3333333333rem;
  font-family: "booof-b", sans-serif;
  font-size: 0.8333333333rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 375px) {
  .partners__divider-title {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .partners__divider-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .partners__divider-title {
    margin-left: 0.6666666667rem;
    margin-right: 0.6666666667rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .partners__divider-title {
    margin-left: 1.3333333333rem;
    margin-right: 1.3333333333rem;
  }
}
.partners__list {
  justify-content: center;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 1280px) {
  .partners__item {
    flex: 1 1 20%;
    max-width: 20%;
  }
}
.partners__link {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.partners__link img {
  position: absolute;
  z-index: 1;
  width: 80%;
  top: 50%;
  left: 50%;
  filter: grayscale(1);
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.partners__link img:hover {
  filter: grayscale(0);
}

.linkBlock {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.linkBlock--bf {
  border-top-left-radius: 5px;
  background-color: rgb(11.5368421053, 109.0755980861, 207.6631578947);
}
.linkBlock--bf:hover {
  background: #61dee8;
  transition: 0.3s;
}
.linkBlock--bfair {
  border-top-right-radius: 5px;
  background-color: #3C7861;
}
.linkBlock--bfair:hover {
  background: #43a982;
  transition: 0.3s;
}
.linkBlock__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.3333333333rem 0.6666666667rem;
}
@media (min-width: 1024px) {
  .linkBlock__wrap {
    flex-direction: row;
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (min-width: 1920px) {
  .linkBlock__wrap {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.linkBlock__logo {
  display: flex;
  align-items: center;
  min-width: 128px;
  height: 130px;
}
.linkBlock__caption {
  padding-top: 0.6666666667rem;
}
@media (min-width: 1024px) {
  .linkBlock__caption {
    padding-top: 0;
    padding-left: 1rem;
  }
}
@media (min-width: 1920px) {
  .linkBlock__caption {
    padding-left: 2rem;
  }
}
.linkBlock__name {
  display: block;
  width: 100%;
  font-family: "booof-bb", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5833333333rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 375px) {
  .linkBlock__name {
    font-size: 1.5rem;
    line-height: 1.9166666667rem;
  }
}
@media (min-width: 680px) {
  .linkBlock__name {
    font-size: 1rem;
    line-height: 1.2916666667rem;
  }
}
@media (min-width: 1024px) {
  .linkBlock__name {
    font-size: 1.25rem;
    line-height: 1.4583333333rem;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .linkBlock__name {
    font-size: 1.5rem;
    line-height: 1.7083333333rem;
  }
}
@media (min-width: 1920px) {
  .linkBlock__name {
    font-size: 2rem;
    line-height: 2.1666666667rem;
  }
}
.linkBlock__description {
  display: block;
  width: 100%;
  padding-top: 0.3333333333rem;
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .linkBlock__description {
    text-align: left;
  }
}
@media (min-width: 1920px) {
  .linkBlock__description {
    font-size: 1.25rem;
    line-height: 1.5416666667rem;
  }
}

.schedulePage__titleWrapper {
  padding-bottom: 1rem;
}
.schedulePage__title {
  padding-bottom: 1px;
}
@media (min-width: 768px) {
  .schedulePage__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .schedulePage__title .block__title, .schedulePage__title .form__title {
    margin-bottom: 0;
  }
}
.schedulePage__program {
  padding-top: 0;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .schedulePage__sub-title {
    padding-left: 1rem;
  }
}
.schedulePage__form {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .schedulePage__form {
    padding-left: 1rem;
  }
}
.schedulePage__input {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 0.6666666667rem;
}
.schedulePage__input input {
  width: 100%;
  padding: 0.5416666667rem 1rem;
  font-size: 0.75rem;
  line-height: 0.6666666667rem;
  border: none;
  border-radius: 5px;
  background-color: #eeeeee;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 480px) {
  .schedulePage__input input {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media (min-width: 680px) {
  .schedulePage__input input {
    font-size: 0.75rem;
    line-height: 0.6666666667rem;
  }
}
@media (min-width: 768px) {
  .schedulePage__input input {
    padding-top: 0.5416666667rem;
    padding-bottom: 0.5416666667rem;
    font-size: 0.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .schedulePage__input input {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
    font-size: 0.6666666667rem;
    line-height: 0.75rem;
  }
}
.schedulePage__select {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 0.6666666667rem;
}
.schedulePage__select::after {
  content: "";
  width: 16px;
  height: 10px;
  margin-left: -40px;
  background-image: url("../../images/icons/ico-select-arrow.svg");
  background-repeat: no-repeat;
}
.schedulePage__select select {
  width: 100%;
  padding: 0.5416666667rem 1rem;
  font-size: 0.75rem;
  line-height: 0.6666666667rem;
  border: none;
  border-radius: 5px;
  background-color: #eeeeee;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 480px) {
  .schedulePage__select select {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media (min-width: 680px) {
  .schedulePage__select select {
    font-size: 0.75rem;
    line-height: 0.6666666667rem;
  }
}
@media (min-width: 768px) {
  .schedulePage__select select {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
    font-size: 0.8333333333rem;
    line-height: 1rem;
  }
}
@media (min-width: 1024px) {
  .schedulePage__select select {
    font-size: 0.6666666667rem;
    line-height: 0.75rem;
  }
}
.schedulePage__submit {
  padding-top: 0.4166666667rem;
  padding-bottom: 0.4166666667rem;
}
@media (min-width: 768px) {
  .schedulePage__submit {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
    font-size: 0.8333333333rem;
    line-height: 0.8333333333rem;
  }
}
@media (min-width: 1024px) {
  .schedulePage__submit {
    font-family: "booof-b", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 0.6666666667rem;
  }
}
.schedulePage__dateGroup {
  position: relative;
}
.schedulePage__cur-date {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  padding-bottom: 0.8333333333rem;
  background-color: #fff;
}
.schedulePage__cur-date time {
  margin-right: 0.6666666667rem;
  font-family: "booof-b", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25rem;
}
@media (min-width: 375px) {
  .schedulePage__cur-date time {
    font-size: 1.25rem;
    line-height: 1.5833333333rem;
  }
}
@media (min-width: 480px) {
  .schedulePage__cur-date time {
    margin-right: 1.6666666667rem;
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1024px) {
  .schedulePage__cur-date time {
    margin-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .schedulePage__cur-date time {
    font-size: 1.25rem;
    line-height: 1.5833333333rem;
  }
}
@media (min-width: 1920px) {
  .schedulePage__cur-date time {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.schedulePage__line {
  flex: 1 0 auto;
  height: 3px;
  background-color: #E9E9E9;
}
.schedulePage__list {
  display: flex;
  flex-direction: column;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 1024px) {
  .schedulePage__list {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .schedulePage__item:hover {
    background-color: #eeeeee;
  }
}
.schedulePage__time-star-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.3333333333rem;
  margin-bottom: -0.2083333333rem;
}
.schedulePage__add {
  margin-top: 0.6666666667rem;
  padding-top: 0.0833333333rem;
  padding-right: 0.6666666667rem;
  padding-bottom: 0.0833333333rem;
  padding-left: 0.6666666667rem;
  font-size: 0.6666666667rem;
  color: #C47500;
  line-height: 0.8333333333rem;
  border-radius: 5px;
  background-color: #FFCC00;
}
@media (min-width: 480px) {
  .schedulePage__add {
    margin-top: 0;
    margin-left: 0.9166666667rem;
  }
}
.schedulePage__add img {
  width: 16px;
  height: 16px;
  margin-right: 0.3333333333rem;
}

.books__list > * {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 680px) {
  .books__list > * {
    margin-bottom: 0;
  }
}
@supports (display: grid) {
  @media (min-width: 680px) {
    .books__list {
      display: -ms-grid;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: masonry;
      justify-content: center;
      grid-gap: 24px;
    }
  }
  @media (min-width: 680px) and (min-width: 768px) {
    .books__list {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 16px;
    }
  }
  @media (min-width: 680px) and (min-width: 1024px) {
    .books__list {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media (min-width: 680px) and (min-width: 1400px) {
    .books__list {
      grid-gap: 24px;
    }
  }
  @media (min-width: 680px) and (min-width: 1920px) {
    .books__list {
      grid-template-columns: repeat(5, 1fr);
    }
  }
  @media (min-width: 680px) {
    .books__list > * {
      align-self: start;
      width: initial;
      height: initial;
    }
  }
}

.book {
  position: relative;
  overflow: visible;
}
.book:nth-child(2) {
  margin-top: 0;
}
@media (min-width: 680px) {
  .book:nth-child(2) {
    margin-top: 6.6666666667rem;
  }
}
@media (min-width: 768px) {
  .book:nth-child(2) {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1920px) {
  .book:nth-child(2) {
    margin-top: 8.6666666667rem;
  }
}
.book:nth-child(4) {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .book:nth-child(4) {
    margin-top: 5.625rem;
  }
}
@media (min-width: 1920px) {
  .book:nth-child(4) {
    margin-top: 5.6666666667rem;
  }
}
.book__img {
  display: block;
  width: 100%;
}
.book__award {
  position: absolute;
  top: -15px;
  left: -15px;
}

.singleBook__caption {
  margin-bottom: 1rem;
  padding: 1.3333333333rem 0 1.6666666667rem;
  border: 1px solid #EDD592;
  border-radius: 5px;
  background-color: #FFF8E4;
}
@media (min-width: 768px) {
  .singleBook__caption {
    margin-bottom: 1.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .singleBook__caption {
    margin-bottom: 2rem;
    padding: 1.6666666667rem 0;
  }
}
.singleBook__captionLeft, .singleBook__captionRight {
  list-style: none;
  margin: 0;
  padding-left: 0.6666666667rem;
}
@media (min-width: 680px) {
  .singleBook__captionLeft, .singleBook__captionRight {
    padding-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .singleBook__captionLeft, .singleBook__captionRight {
    padding-left: 1.3333333333rem;
  }
}
@media (min-width: 1920px) {
  .singleBook__captionLeft, .singleBook__captionRight {
    padding-left: 1.6666666667rem;
  }
}
.singleBook__captionLeft li, .singleBook__captionRight li {
  margin-bottom: 0.75rem;
}
.singleBook__captionLeft li:last-child, .singleBook__captionRight li:last-child {
  margin-bottom: 0;
}
.singleBook__captionLeft li span, .singleBook__captionLeft li a, .singleBook__captionRight li span, .singleBook__captionRight li a {
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
}
@media (min-width: 1280px) {
  .singleBook__captionLeft li span, .singleBook__captionLeft li a, .singleBook__captionRight li span, .singleBook__captionRight li a {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1920px) {
  .singleBook__captionLeft li span, .singleBook__captionLeft li a, .singleBook__captionRight li span, .singleBook__captionRight li a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.singleBook__captionLeft {
  margin-bottom: 0.75rem;
}
@media (min-width: 680px) {
  .singleBook__captionLeft {
    margin-bottom: 0;
  }
}
.singleBook__subTitle {
  margin-bottom: 0.8333333333rem;
  font-family: "booof-b", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4166666667rem;
}
@media (min-width: 375px) {
  .singleBook__subTitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 680px) {
  .singleBook__subTitle {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .singleBook__subTitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .singleBook__subTitle {
    font-size: 1.5rem;
  }
}
.singleBook__booktrailer {
  margin-bottom: 1.6666666667rem;
}
.singleBook__annotation p, .singleBook__about p {
  margin-top: 0;
  margin-bottom: 1.3333333333rem;
  font-size: 0.75rem;
  line-height: 1.0833333333rem;
}
@media (min-width: 1280px) {
  .singleBook__annotation p, .singleBook__about p {
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 1920px) {
  .singleBook__annotation p, .singleBook__about p {
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  .singleBook__content, .singleBook__relevantList {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 680px) {
  .singleBook__content, .singleBook__relevantList {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 768px) {
  .singleBook__content, .singleBook__relevantList {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1400px) {
  .singleBook__content, .singleBook__relevantList {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 480px) {
  .singleBook__desc, .singleBook__poster, .singleBook__relevantItem {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 680px) {
  .singleBook__desc, .singleBook__poster, .singleBook__relevantItem {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .singleBook__desc, .singleBook__poster, .singleBook__relevantItem {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1400px) {
  .singleBook__desc, .singleBook__poster, .singleBook__relevantItem {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.singleBook__relevantItem {
  width: 100%;
  margin-bottom: 1rem;
}
.singleBook__relevantItem .bookCard {
  max-width: unset;
}
.singleBook__poster img {
  width: 100%;
}
@media (min-width: 1024px) {
  .singleBook__posterContainer {
    position: sticky;
    top: 40px;
  }
}
.singleBook__sliderWrap {
  position: relative;
  padding-top: 153%;
}
.singleBook__sliderInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.singleBook__sliderNav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.6666666667rem;
}
@media (min-width: 375px) {
  .singleBook__sliderNav {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .singleBook__sliderNav {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
  }
}
.singleBook__sliderBtn {
  width: 20px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-image: url("../images/icons/ico-book-btn-arrow.svg");
  background-repeat: no-repeat;
}
.singleBook__sliderBtn--next {
  transform: rotate(-180deg);
}
@media (min-width: 1024px) {
  .singleBook__sliderBtn--next {
    transform: rotate(-90deg);
  }
}
@media (min-width: 1024px) {
  .singleBook__sliderBtn--prev {
    transform: rotate(90deg);
  }
}
.singleBook__sliderPaging {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .singleBook__sliderPaging {
    flex-direction: column;
  }
}
.singleBook__sliderPaging li {
  width: 20px;
  height: 20px;
  margin-right: 0.5833333333rem;
  margin-left: 0.5833333333rem;
}
@media (min-width: 1024px) {
  .singleBook__sliderPaging li {
    margin-top: 0.5833333333rem;
    margin-right: 0;
    margin-bottom: 0.5833333333rem;
    margin-left: 0;
  }
}
.singleBook__sliderPaging button {
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background-color: #C4C4C4;
}
.singleBook__actions {
  display: flex;
  margin-top: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 375px) {
  .singleBook__actions {
    margin-bottom: 1rem;
  }
}
@media (min-width: 680px) {
  .singleBook__actions {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .singleBook__actions {
    margin-top: 0.6666666667rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .singleBook__actions {
    margin-top: 1rem;
  }
}
.singleBook__actionsOrange {
  flex: 1 1 auto;
  padding-top: 0.4583333333rem;
  padding-bottom: 0.4583333333rem;
  font-family: "booof-b", sans-serif;
  font-size: 0.8333333333rem;
  font-weight: bold;
}
@media (min-width: 1920px) {
  .singleBook__actionsOrange {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 1rem;
  }
}
.singleBook__actionsGray {
  padding: 0.4583333333rem;
  background-color: #eeeeee;
}
@media (min-width: 1400px) {
  .singleBook__actionsGray {
    padding: 0.625rem;
  }
}

@media (min-width: 768px) {
  .members__list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1280px) {
  .members__list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 768px) {
  .members__item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1280px) {
  .members__item {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.memberCard {
  margin-bottom: 0.6666666667rem;
  color: #1C3244;
  text-decoration: none;
}
@media (min-width: 680px) {
  .memberCard {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .memberCard {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.memberCard:hover {
  color: #1C3244;
  text-decoration: none;
}
.memberCard__img {
  position: relative;
  margin-bottom: 0.6666666667rem;
  padding-top: 100%;
  width: 100%;
}
@media (min-width: 480px) {
  .memberCard__img {
    margin-bottom: 0.3333333333rem;
  }
}
@media (min-width: 680px) {
  .memberCard__img {
    margin-bottom: 0.6666666667rem;
  }
}
.memberCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.memberCard__name {
  color: #1C3244;
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration: none;
}
@media (min-width: 480px) {
  .memberCard__name {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
@media (min-width: 680px) {
  .memberCard__name {
    font-size: 0.75rem;
    line-height: 0.9166666667rem;
  }
}
@media (min-width: 1280px) {
  .memberCard__name {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1920px) {
  .memberCard__name {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.memberCard__name:hover {
  color: #1C3244;
  text-decoration: none;
}
.memberCard__format {
  position: absolute;
  top: 12px;
  right: 24px;
  padding: 3px 5px;
  font-size: 16px;
  z-index: 10;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.memberCard__format.offline {
  background-color: #FFE926;
  color: #000000;
}
.memberCard__format.online {
  background-color: #2697FF;
  color: #fff;
}
.memberCard__format svg {
  margin-right: 6px;
}

.member__name {
  margin-bottom: 0.6666666667rem;
  font-family: "booof-bb", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4583333333rem;
  color: #1C3244;
}
@media (min-width: 375px) {
  .member__name {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 680px) {
  .member__name {
    font-size: 1rem;
    line-height: 1.1666666667rem;
  }
}
@media (min-width: 768px) {
  .member__name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .member__name {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1920px) {
  .member__name {
    font-size: 2rem;
    line-height: 2.3333333333rem;
  }
}
.member__about {
  margin-bottom: 3rem;
}
.member__aboutAddress {
  margin-bottom: 0.6666666667rem;
}
.member__aboutAddress span {
  font-style: normal;
}
.member__aboutAddress span:last-of-type {
  font-family: "booof-b", sans-serif;
  font-weight: bold;
}
.member__aboutAddress span, .member__about p {
  font-size: 0.75rem;
  line-height: 1.0416666667rem;
}
@media (min-width: 1280px) {
  .member__aboutAddress span, .member__about p {
    font-size: 0.8333333333rem;
    line-height: 1.1666666667rem;
  }
}
@media (min-width: 1920px) {
  .member__aboutAddress span, .member__about p {
    font-size: 1rem;
    line-height: 1.4166666667rem;
  }
}
.member__about p {
  margin-top: 0;
  margin-bottom: 0.3333333333rem;
}
@media (min-width: 768px) {
  .member__about p {
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .member__about p {
    padding-right: 20%;
  }
}
.member__aboutRoute {
  margin-top: 1rem;
  padding-top: 0.6666666667rem;
  padding-bottom: 0.6666666667rem;
  line-height: 1.25rem;
}
.member__photo {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 480px) {
  .member__photo {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .member__photo {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .member__photo {
    padding-left: 1.8333333333rem;
  }
}
@media (min-width: 1280px) {
  .member__photo {
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .member__photo {
    padding-left: 3.8333333333rem;
  }
}
@media (min-width: 1920px) {
  .member__photo {
    padding-left: 4.1666666667rem;
  }
}
.member__subTitle {
  display: block;
  margin-bottom: 1rem;
  font-family: "booof-b", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.0416666667rem;
}
@media (min-width: 375px) {
  .member__subTitle {
    font-size: 1.25rem;
    line-height: 1.5833333333rem;
  }
}
@media (min-width: 480px) {
  .member__subTitle {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
@media (min-width: 1280px) {
  .member__subTitle {
    font-size: 1.25rem;
    line-height: 1.5833333333rem;
  }
}
@media (min-width: 1400px) {
  .member__subTitle {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.member__eventList {
  margin-bottom: 1.6666666667rem;
}
@media (min-width: 1024px) {
  .member__booksList {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .member__booksList {
    padding-right: 3.8333333333rem;
  }
}
@media (min-width: 1400px) {
  .member__booksList {
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .member__booksList {
    padding-right: 2.1666666667rem;
  }
}
.member__booksList .row {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 1400px) {
  .member__booksList .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
.member__book {
  margin-bottom: 1rem;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1400px) {
  .member__book {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.member__book .bookCard {
  width: 100%;
  max-width: unset;
}

/*----------------------------------*/
/*  page - mediakit */
/*----------------------------------*/
.mediaKit__list {
  padding-top: 1rem;
}
.mediaKit__listTitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4166666667rem;
}
.mediaKit .mediaKitCard {
  margin: 2.1666666667rem 0;
}
.mediaKit .mediaKitCard__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mediaKit .mediaKitCard__thumb {
  display: flex;
  align-items: center;
  height: 172px;
}
.mediaKit .mediaKitCard__download {
  padding-top: 2rem;
  padding-left: 0.6666666667rem;
  padding-right: 0.6666666667rem;
}
.mediaKit .mediaKitCard__downloadItem {
  width: 100%;
  text-align: center;
}
.mediaKit .mediaKitCard__downloadItem * {
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
}
.mediaKit .mediaKitCard--column .mediaKitCard__downloadItem {
  display: flex;
  flex-direction: column;
}
.mediaKit .mediaKitCard--column .mediaKitCard__downloadItem * {
  line-height: 1.0833333333rem;
}

.cab {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 1024px) {
  .cab {
    flex-wrap: nowrap;
  }
}
.cab--wrap {
  padding-left: 12px;
  padding-right: 12px;
}
.cab__nav {
  width: 100%;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .cab__nav {
    flex: 0 0 280px;
    width: 280px;
    height: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .cab__nav {
    flex: 0 0 320px;
    width: 320px;
  }
}
@media (min-width: 1920px) {
  .cab__nav {
    flex: 0 0 334px;
    width: 334px;
  }
}
.cab__nav .cab__inner {
  padding-right: 1rem;
}
.cab__content {
  width: 100%;
}
@media (min-width: 1024px) {
  .cab__content {
    flex: 1 1 auto;
    max-width: 82.2784%;
    height: 100%;
  }
}
@media (min-width: 480px) {
  .cab__contentList {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 680px) {
  .cab__contentList {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 768px) {
  .cab__contentList {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1400px) {
  .cab__contentList {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 480px) {
  .cab__contentItem {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 680px) {
  .cab__contentItem {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .cab__contentItem {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1400px) {
  .cab__contentItem {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cab__inner {
  height: 100%;
  padding-top: 1.3333333333rem;
  padding-left: 0.6666666667rem;
  padding-bottom: 1.3333333333rem;
  padding-right: 0.6666666667rem;
  border-radius: 5px;
  background-color: #fff;
}
@media (min-width: 375px) {
  .cab__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 680px) {
  .cab__inner {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .cab__inner {
    padding-top: 1.6666666667rem;
    padding-bottom: 1.6666666667rem;
  }
}
@media (min-width: 1920px) {
  .cab__inner {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }
}

.cabNav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cabNav__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.6666666667rem;
}
.cabNav__title {
  display: inline-block;
  font-family: "booof-bb", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1666666667rem;
}
@media (min-width: 1024px) {
  .cabNav__title {
    padding-top: 0.7916666667rem;
    padding-bottom: 0.3333333333rem;
  }
}
@media (min-width: 1400px) {
  .cabNav__title {
    font-size: 1.25rem;
    line-height: 1.4583333333rem;
  }
}
.cabNav__ico {
  width: 25px;
  height: 22px;
  margin-right: 0.3333333333rem;
}
.cabNav__link {
  font-family: "booof-b", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 0.9583333333rem;
  color: #1C3244;
  text-decoration: none;
}
@media (min-width: 1400px) {
  .cabNav__link {
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
  }
}
.cabNav__link:hover {
  color: #1C3244;
  text-decoration: none;
}

.wishes__list {
  margin-bottom: -1rem;
}
.wishes__item {
  margin-bottom: 1rem;
}
.wishes__item > .bookCard {
  width: 100%;
  max-width: unset;
}

.eventCalendar__item .newsCard__title {
  font-family: "booof-bb", sans-serif;
  font-weight: 900;
}

.userData__form {
  margin-right: -12px;
  margin-left: -12px;
}
.userData__box {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media (min-width: 1920px) {
  .userData__box {
    padding-right: 2.8333333333rem;
  }
}
@media (min-width: 480px) {
  .userData__btn:first-child, .userData__btn:last-child {
    flex: 0 0 48.5%;
    max-width: 48.5%;
  }
}

.admin-main__menu {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  height: 45px;
  align-items: center;
  padding: 8px;
  border: none;
  outline: none;
  transition: 0.2s ease;
}
@media (min-width: 1400px) {
  .admin-main__menu {
    display: none;
  }
}
.admin-main__menu:hover {
  background-color: #ffc107;
}
.admin-main__menu:hover span, .admin-main__menu:hover span::before, .admin-main__menu:hover span::after {
  background-color: #fff;
}
.admin-main__menu span {
  position: relative;
  width: 30px;
}
.admin-main__menu span, .admin-main__menu span::before, .admin-main__menu span::after {
  display: flex;
  height: 3px;
  background-color: #000;
  transition: 0.2s ease;
}
.admin-main__menu span::after, .admin-main__menu span::before {
  position: absolute;
  content: "";
  width: 100%;
}
.admin-main__menu span::after {
  transform: translateY(10px);
}
.admin-main__menu span::before {
  transform: translateY(-10px);
}

.sectionTabs {
  min-width: 100%;
  margin-left: -0.6666666667rem;
  margin-right: -0.6666666667rem;
  margin-bottom: 1.3333333333rem;
  padding-left: 0.6666666667rem;
  padding-right: 0.6666666667rem;
  border-bottom: 1px solid #D7D7D7;
  font-size: 18px;
}
.sectionTabs__btn {
  margin-bottom: -1px;
  padding: 0.5rem 1.3333333333rem;
  border: 1px solid transparent;
  border-bottom: 1px solid #D7D7D7;
  background-color: #fff;
}
.sectionTabs__btn:focus {
  outline: none;
}
.sectionTabs__btn.active {
  border: 1px solid #D7D7D7;
  border-bottom: 1px solid transparent;
}

.admin__subline {
  color: gray;
  font-size: 15px;
}
.admin__top-tool {
  position: fixed;
  position: sticky;
  z-index: 3;
  top: 0;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-top: -1.6666666667rem;
  margin-left: -1.6666666667rem;
  margin-right: -1.6666666667rem;
  margin-bottom: 1.6666666667rem;
  padding: 0.5rem 1.6666666667rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #F4F4F4;
}
.admin__top-tool .tabs {
  max-width: 352px;
  margin: 0;
}
.admin__top-tool .create {
  max-width: 287px;
  padding: 0.3333333333rem;
  font-size: 16px;
}
.admin__wrap {
  width: 100%;
  min-height: 96vh;
  background: #fff;
  padding: 1.6666666667rem;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 1400px) {
  .admin__wrap {
    width: calc(100% - 284px);
    margin-left: 284px;
  }
}
.admin__sidebar {
  width: 260px;
  height: 96vh;
  margin-bottom: 1.6666666667rem;
  background: #fff;
  padding: 1.6666666667rem 0rem 1.6666666667rem 1rem;
  position: fixed;
  z-index: 5;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  transform: translateX(-110%);
  transition: 0.3s ease-in-out;
}
@media (min-width: 1400px) {
  .admin__sidebar {
    transform: translateX(0);
    transition: unset;
  }
}
.admin__sidebar--active {
  box-shadow: 3px 0 6px -2px rgba(0, 0, 0, 0.2);
  transform: translateX(0);
}
.admin__sidebar-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  padding: 0.0833333333rem 0.4166666667rem 0.25rem;
  transition: 0.2s ease;
}
@media (min-width: 1400px) {
  .admin__sidebar-btn {
    display: none;
  }
}
.admin__sidebar-btn:hover {
  color: #fff;
  background-color: #ffc107;
}
.admin__sidebar-scroll {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  right: -20px;
}
@media screen and (max-height: 600px) {
  .admin__sidebar-scroll {
    overflow-y: scroll;
  }
}
.admin__sidebar-bottom {
  margin-top: 2rem;
}
.admin__sidebar-heading {
  font-size: 24px;
  font-family: "booof-bb", sans-serif;
  margin-top: 0.3333333333rem;
  margin-bottom: 0.3333333333rem;
}
.admin__sidebar-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.admin__sidebar-listBlock {
  border-top: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.3333333333rem;
  width: 80%;
}
.admin__sidebar-link {
  font-size: 18px;
  color: #191919;
  font-family: "booof-b", sans-serif;
  text-decoration: none;
  border: none;
  padding: 0px;
  margin: 0px;
  background: transparent;
}
.admin__sidebar-link.disabled {
  opacity: 0.3;
}
.admin__logo {
  opacity: 1;
}
.admin__logo:hover {
  opacity: 0.8;
}
.admin__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin__title {
  width: 80%;
  font-family: "booof-bb", sans-serif;
  margin-bottom: 20px;
}
.admin__title.short {
  width: 40%;
}
.admin__removeFilters {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.3333333333rem 1.3333333333rem;
  border: 2px solid #0094FF;
  margin-bottom: 20px;
}
.admin__removeFilters:hover {
  border: 2px solid #dc3545;
  color: #dc3545;
}
.admin__checkboxContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 16px;
}
.admin__checkboxContainer.middle {
  max-height: 800px;
}
.admin__checkboxContainer.large {
  max-height: 1300px;
}
.admin__checkboxContainer.high {
  max-height: 2000px;
}
.admin__checkboxContainer .admin__checkboxContainer {
  padding-left: 20px;
}
.admin__checkboxItem {
  width: 50%;
  padding: 0 8px 0 0px;
}
.admin__checkboxItem label {
  display: block;
  margin-bottom: 8px;
}
.admin__list {
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.admin__listItem.child {
  flex-wrap: nowrap;
  padding-left: 20px;
}
.admin__listTop {
  display: flex;
}
.admin__listActions {
  display: flex;
}
.admin__list li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.admin__list .admin__label {
  width: 100%;
  margin-right: 10px;
}
.admin__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.admin__btns .admin__btn {
  margin-right: 0.3333333333rem;
}
.admin__btns .admin__btn:last-child {
  margin-right: 0px;
}
.admin__btn {
  padding: 0.3333333333rem 1.3333333333rem;
  background: #ededed;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  border: none;
}
.admin__btn:hover {
  color: #dc3545;
}
.admin__btn.action {
  min-width: 250px;
  padding: 0.3333333333rem 0.6666666667rem;
  text-align: center;
  background: #98CFF1;
}
.admin__btn.create {
  min-width: 250px;
  background: #FFCC00;
}
.admin__btn.create:hover {
  background: #AEECDD;
  color: #000;
}
.admin__btn.create.meduim {
  min-width: 200px;
}
.admin__btn-remove-setting {
  background: #E47F7F;
  padding: 0.3333333333rem 0.6666666667rem;
  border-radius: 0px;
  font-size: 16px;
}
.admin__btn-add-setting {
  background: #FFCC00;
  padding: 0.3333333333rem 0.6666666667rem;
  border-radius: 0;
  font-size: 16px;
  margin-left: 16px;
}
.admin__btn-create-sub-value {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem !important;
  line-height: 0.6666666667rem;
  color: #fff;
  white-space: nowrap;
  background-color: #92CFFC;
}
.admin__btn-create-sub-value:hover {
  background-color: #AEECDD;
  color: #1C3244;
}
.admin__table {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  margin-left: -16px;
}
.admin__table a {
  font-size: 20px;
}
.admin__table-body {
  display: flex;
  flex-direction: column;
}
.admin__table-body.ranks {
  padding-bottom: 10px;
}
.admin__table-body.hide {
  display: none;
}
.admin__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 0.3333333333rem 0.6666666667rem;
}
.admin__row:hover {
  background: #ececec;
  border-radius: 5px;
}
.admin__row.head {
  font-weight: 700;
  margin-bottom: 31px;
}
.admin__row.head:hover {
  background: transparent;
}
.admin__row.head > .admin__cell {
  font-family: "booof-b", sans-serif;
  font-weight: bold;
}
.admin__row-top {
  width: 100%;
  display: flex;
  align-items: center;
}
.admin__row-top:hover {
  background: #ececec;
  border-radius: 5px;
}
.admin__row-bottom {
  width: 100%;
  margin-top: 17px;
  display: flex;
  flex-direction: column;
  border-left: 3px solid #eee;
}
.admin__row-bottom > .admin__row-top {
  padding-left: 56px;
}
.admin__row-bottom > .admin__row-top .admin__cell {
  padding-top: 0.1666666667rem;
  padding-bottom: 0.1666666667rem;
}
.admin__row-bottom > .admin__row-top:first-of-type .admin__cell {
  padding-top: 0;
}
.admin__row-bottom > .admin__row-top:last-of-type .admin__cell {
  padding-bottom: 0;
}
.admin__row.partners {
  display: flex;
  flex-direction: column;
}
.admin__row.two-levels {
  flex-direction: column;
}
.admin__row.divider {
  width: 100%;
  height: 1px;
  margin: 10px 0;
}
.admin__row--align-bot {
  align-items: flex-end;
}
.admin__row.unactive {
  opacity: 0.5;
}
.admin__cell {
  width: 100%;
  display: flex;
  align-items: baseline;
  font-size: 20px;
  line-height: 25px;
  margin-right: 8px;
}
.admin__cell:last-of-type {
  margin-right: 0 !important;
}
.admin__cell.small {
  width: 40px;
  min-width: 40px;
  margin-right: 5px;
}
@media (min-width: 1920px) {
  .admin__cell.small {
    margin-right: 20px;
  }
}
.admin__cell.medium {
  max-width: 140px;
  margin-right: 20px;
}
@media (min-width: 1280px) {
  .admin__cell.medium {
    max-width: 230px;
  }
}
@media (min-width: 1400px) {
  .admin__cell.medium {
    max-width: 350px;
  }
}
@media (min-width: 1920px) {
  .admin__cell.medium {
    max-width: 600px;
  }
}
.admin__cell.medium.flex-wrap {
  max-width: 130px;
}
@media (min-width: 1920px) {
  .admin__cell.medium.flex-wrap {
    max-width: 600px;
  }
}
.admin__cell.actions {
  width: 30%;
  min-width: 250px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.admin__cell.center-v {
  display: flex;
  align-items: center;
}
.admin__cell.vertical {
  display: flex;
  flex-direction: column;
}
.admin__cell.huge {
  width: 50%;
  min-width: 280px;
  margin-right: 16px;
}
@media (min-width: 1280px) {
  .admin__cell.huge {
    min-width: 370px;
  }
}
@media (min-width: 1400px) {
  .admin__cell.huge {
    min-width: 500px;
  }
}
.admin__cell.tags {
  flex-wrap: wrap;
}
.admin__cell.tags .category__item {
  font-size: 12px;
}
.admin__footer {
  display: flex;
  margin-top: 20px;
}
.admin__submit {
  width: 100%;
  padding: 10px 20px;
  border: none;
  background: #FFCC00;
  color: #fff;
}
.admin__submit:hover {
  background: #AEECDD;
}
.admin__delete {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  border-radius: 10px;
  border: 2px solid transparent;
}
.admin__remove {
  color: #dc3545;
  padding: 0px;
  display: inline;
  border: none;
  background: transparent;
}
@media (min-width: 1280px) {
  .admin__remove {
    margin-left: 10px;
  }
}
.admin__remove:hover {
  color: #FFCC00;
}
@media (min-width: 1400px) {
  .admin__remove:only-child {
    margin-left: 146px;
  }
}
.admin__edit {
  height: 30px;
  box-sizing: border-box;
  padding: 10px 30px;
  margin-left: 10px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 10px;
  color: #0094FF;
}
.admin__edit:disabled {
  opacity: 0.5;
}
.admin__edit.small {
  height: 30px;
  padding: 5px 30px;
  font-size: 16px;
}
.admin__edit:hover {
  color: #dc3545;
}
.admin__form.filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
}
.admin__form.filter .admin__label {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.admin__form.filter .admin__label:last-child {
  margin-right: 0px;
}
@media (min-width: 1400px) {
  .admin__form.filter {
    flex-wrap: nowrap;
  }
}
.admin__form .create {
  width: 100%;
  padding: 0.6666666667rem;
  border-radius: 5px;
}
.admin__form-large {
  max-width: 1000px;
}
.admin__inputContainer {
  width: 100%;
  display: flex;
}
.admin__input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6666666667rem 1rem;
  font-size: 0.8333333333rem;
  line-height: 1rem;
  border: none;
  border-radius: 5px;
  background-color: #eeeeee;
}
.admin__input::-moz-placeholder {
  font-size: 0.8333333333rem;
  line-height: 0.6666666667rem;
  color: #B4B4B4;
}
.admin__input::placeholder {
  font-size: 0.8333333333rem;
  line-height: 0.6666666667rem;
  color: #B4B4B4;
}
.admin__input:disabled {
  color: #9A9A9A;
}
.admin__inputPrefix {
  padding: 10px 20px;
  background: #FFCC00;
}
.admin__select {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  background: #E3E2E2;
  border: none;
}
.admin__heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.admin__headingSub {
  display: flex;
  align-items: center;
}
.admin__headingSub .text-date {
  margin-right: 0.3333333333rem;
}
.admin__info {
  position: relative;
}
.admin__info:hover .admin__infoData {
  display: block;
}
.admin__infoData {
  width: 450px;
  position: absolute;
  top: 25px;
  left: 0px;
  display: none;
  background: #fff;
  box-sizing: border-box;
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 0.75rem;
  box-shadow: 10px 10px 21px 0px rgba(0, 0, 0, 0.4);
}
.admin__infoData ul {
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
.admin__label {
  display: block;
  margin-bottom: 0.6666666667rem;
}
.admin__label.instance {
  border-left: 2px solid #ededed;
  padding-left: 0.6666666667rem;
}
.admin__labelHeader {
  display: flex;
  justify-content: space-between;
}
.admin__labelTitle {
  margin-bottom: 0.2083333333rem;
  font-size: 0.8333333333rem;
}
.admin__labelContainer input.admin__input, .admin__labelContainer select.admin__input {
  height: 48px;
}
.admin__labelContainer textarea {
  min-height: 96px;
}
.admin__labelContainer select {
  padding: 0 0.6666666667rem;
}
.admin__labelContainer input[type=time],
.admin__labelContainer input[type=date] {
  font-size: 15px;
}
.admin__labelContainer--file {
  width: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
}
.admin__labelContainer--file input {
  display: none;
}
.admin__labelContainer--file img {
  max-height: 270px;
}
.admin__labelContainer.slug {
  display: flex;
  align-items: center;
}
.admin__labelContainer.toggler {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.admin__youtube {
  display: flex;
  margin-bottom: 0.3333333333rem;
}
.admin__youtubePreview img {
  width: 100%;
}
.admin__youtubeBlock, .admin__youtube input {
  width: 50%;
}
.admin__youtubeBlock {
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.6666666667rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #C4C4C4;
}
.admin__dateGroup {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.admin__dateGroup--verical {
  flex-direction: column;
}
.admin__dateGroup .admin__label {
  flex: 0 0 48.5%;
  max-width: 48.5%;
}
.admin__dateGroup .admin__label:first-of-type {
  margin-right: 0.6666666667rem;
}
.admin__dateGroup--separate {
  display: flex;
}
.admin__dateGroup-date {
  flex: 1 1 62%;
  min-width: 62%;
  width: 100%;
  margin-right: 0.3333333333rem;
}
.admin__dateGroup-time {
  flex: 1 1 auto;
}
.admin__group {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0.6666666667rem 0;
}
.admin__groupTitle {
  width: 100%;
  color: #9A9A9A;
  font-size: 18px;
}
.admin__groupTitle span {
  z-index: 2;
  position: relative;
  background: #fff;
  padding: 0.3333333333rem 0.6666666667rem 0.3333333333rem 0;
}
.admin__groupTitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 8px;
  background: #9A9A9A;
  z-index: 1;
}
.admin__groupBody {
  display: flex;
  flex-direction: column;
  padding-top: 0.3333333333rem;
}
.admin__instanceAdd {
  border: none;
  width: 100%;
  border: 2px solid #98CFF1;
  font-size: 16px;
  background: transparent;
  padding: 0.3333333333rem 0.6666666667rem;
  margin-top: 0.3333333333rem;
}
.admin__instanceAdd:hover {
  border: 2px solid #dc3545;
  color: #dc3545;
}
.admin__toggle {
  display: flex;
  justify-content: space-between;
}
.admin__toggleLabel {
  display: flex;
  justify-content: center;
  font-size: 18px;
}
.admin__toggleItem {
  width: 100%;
  outline: 1px solid #92CFFC;
  position: relative;
  padding: 0.3333333333rem 0.6666666667rem;
}
.admin__toggleItem input[type=radio] {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.admin__toggleItem input:checked + .admin__toggleLabel {
  color: #92CFFC;
  font-family: "booof-b", sans-serif;
}
.admin__toggleItem:nth-child(2) {
  position: relative;
  left: 1px;
}
.admin__toggleItem:hover {
  outline: 1px solid #FFCC00;
  cursor: pointer;
}
.admin__toggleItem:hover .admin__toggleLabel {
  color: #FFCC00;
}
.admin__tabs {
  display: none;
}
.admin__tabs.active {
  display: flex;
}
.admin__translationBlock {
  display: flex;
  border-left: 2px solid #E3E2E2;
  border-bottom: 2px solid #E3E2E2;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.admin__translationBlockList {
  width: 50%;
  margin-right: 20px;
}
.admin__translationBlockPreview {
  padding-top: 25px;
}
.admin__translationDelete {
  width: 100%;
  padding: 0.3333333333rem 0.6666666667rem;
  border: 1px solid red;
  margin-bottom: 0.3333333333rem;
  background: transparent;
  font-size: 15px;
  color: red;
}
.admin__translationDelete:hover {
  color: #FFCC00;
  border: 1px solid #FFCC00;
}

.pagination {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}
.pagination .page-item {
  padding: 10px 20px;
  border-radius: 5px;
  background: #ededed;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-item.active {
  background: #FFCC00;
}
.pagination .page-link {
  text-decoration: none;
}

.breadcrumbs {
  color: #9A9A9A;
  font-size: 18px;
}
.breadcrumbs__item {
  color: #9A9A9A;
  font-size: 18px;
  text-decoration: none;
}

.select2-search--inline {
  display: inline;
}
.select2-selection {
  display: flex !important;
  align-items: center !important;
  min-height: 48px !important;
  box-sizing: border-box !important;
  padding: 0 1rem 0.25rem !important;
  font-size: 0.8333333333rem !important;
  line-height: 0.6666666667rem !important;
  border: none !important;
  border-radius: 5px !important;
  background-color: #eeeeee !important;
}
.select2-selection__rendered {
  margin: 0 !important;
}
.select2-selection__choice {
  margin-top: 0.25rem !important;
  padding: 0.25rem 0.3333333333rem !important;
  border: none !important;
  border-radius: 10px !important;
  background-color: #AEECDD !important;
}
.select2-selection__choice__remove {
  border: none !important;
  color: #000 !important;
}
.select2-results__option {
  font-size: 0.8333333333rem !important;
}

.tabs {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
}
.tabs .tabs__button {
  width: 50%;
  padding: 0.3333333333rem 0.6666666667rem;
  font-size: 0.6666666667rem;
  border: none;
  background-color: #fff;
}
.tabs .tabs__button:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tabs .tabs__button:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tabs .tabs__button.active {
  color: #fff;
  background-color: #92CFFC;
}
.tabs__item {
  width: 100%;
  display: none;
}
.tabs__item.vertical {
  flex-direction: column;
}
.tabs__item.active {
  display: flex;
}

.validate-success {
  background: #a2efa2;
  border: 1px solid #88da88;
}
.validate-warning {
  background: #ffbbbb;
  border: 1px solid #d45c5c;
}
.validate-warning a {
  color: #d00c0c;
}
.validate-warning a:hover {
  color: #fff1f1;
}
.validate__message {
  font-size: 20px;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.validate__message a {
  font-size: 20px;
  line-height: 22px;
}
.validate__list {
  padding: 0px 0px 0px 20px;
  margin: 0px;
  display: flex;
  flex-direction: column;
}
.validate__list li {
  margin-top: 5px;
}

.text-date {
  color: #9A9A9A;
  font-size: 16px;
}

.text-red {
  color: #dc3545;
}

.admin__tags {
  margin-top: 0.3333333333rem;
}
.admin__tags .category__item {
  font-size: 14px;
  padding: 0.3333333333rem 0.6666666667rem;
  margin: 0 0.3333333333rem 0.3333333333rem 0;
}

.instance .admin__labelContainer {
  margin-bottom: 0.3333333333rem;
}

.ql-editor {
  min-height: 200px;
  font-size: 18px;
}

.editor__value {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
}

.form__editor-buttons {
  display: flex;
  margin-bottom: 10px;
}
.form__editor-buttons button {
  border: none;
  background: #E3E2E2;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
}
.form__editor-buttons button:hover {
  background: #FFCC00;
}

.editor__area {
  line-height: 1.4;
  font-size: 18px;
}
.editor__area h2, .editor__area h3, .editor__area h4, .editor__area h5, .editor__area h6 {
  margin-bottom: 0.6666666667rem;
}
.editor__area p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.editor__area ul, .editor__area ol {
  padding-left: 0;
}
.editor__area strong, .editor__area b {
  font-family: "booof-b", sans-serif;
  font-weight: bold;
}
.editor__area p, .editor__area li, .editor__area a {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.editor__area figure, .editor__area img {
  margin: 0;
}

.admin-stats__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.8333333333rem;
  line-height: 1.25rem;
  max-height: 2600px;
}
.admin-stats__item {
  margin-bottom: 0.6666666667rem;
  font-size: 0.8333333333rem;
}

.dropdown {
  position: relative;
}
.dropdown__hidden {
  width: 100%;
  position: absolute;
  top: 45px;
  right: 20px;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  display: none;
}
.dropdown__btn {
  display: flex;
  margin-right: 0.6666666667rem;
  cursor: pointer;
}
.dropdown__btn:hover {
  color: #ffc107;
}
.dropdown__text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3333333333rem 1.3333333333rem;
  border: 1px solid #ffc107;
  font-size: 0.8333333333rem;
}
.dropdown__icon {
  width: 45px;
  height: 45px;
  border: 1px solid #ffc107;
  position: relative;
  left: -1px;
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown__link {
  text-align: center;
  font-size: 0.6666666667rem;
  box-sizing: border-box;
  padding: 0.6666666667rem 1rem;
}
.dropdown__link:hover {
  background: #eee;
}
.dropdown:hover .dropdown__hidden {
  display: flex;
}

.ql-snow .ql-editor img {
  max-height: 300px;
}
