@charset "UTF-8";
:root {
  --radius: 4px;
  --barney-purple: #b0008e;
  --black: #1d1d1b;
  --grey: #4d4c4e;
  --light: #90929a;
  --dark-grey: 28,27,29;
  --grey-blue: #67668a;
  --pale-grey: #f6f7fb;
  --pale-grey-two: #fcf5fa;
  --white: #ffffff;
  --bluey-grey: #9796b8;
  --dandelion: #ffd813;
  --dirty-orange: #ce7809;
  --kelly-green: #01aa39;
  --red: #d60a0a;
  --purplish-pink: #cc57b6;
  --light-teal: #83c5e6;
  --pale-grey-three: #e1e4ee;
  --bruise: #803471; }

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

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

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

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

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

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

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

@media (max-width: 576px) {
  .container {
    padding-right: 16px;
    padding-left: 16px; }
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px; }
  .row {
    margin-right: -16px;
    margin-left: -16px; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 16px;
    padding-left: 16px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important; }

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

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

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

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
  justify-content: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-5 {
  margin: 32px !important; }

.mt-5,
.my-5 {
  margin-top: 32px !important; }

.mr-5,
.mx-5 {
  margin-right: 32px !important; }

.mb-5,
.my-5 {
  margin-bottom: 32px !important; }

.ml-5,
.mx-5 {
  margin-left: 32px !important; }

.m-6 {
  margin: 40px !important; }

.mt-6,
.my-6 {
  margin-top: 40px !important; }

.mr-6,
.mx-6 {
  margin-right: 40px !important; }

.mb-6,
.my-6 {
  margin-bottom: 40px !important; }

.ml-6,
.mx-6 {
  margin-left: 40px !important; }

.m-7 {
  margin: 60px !important; }

.mt-7,
.my-7 {
  margin-top: 60px !important; }

.mr-7,
.mx-7 {
  margin-right: 60px !important; }

.mb-7,
.my-7 {
  margin-bottom: 60px !important; }

.ml-7,
.mx-7 {
  margin-left: 60px !important; }

.m-8 {
  margin: 80px !important; }

.mt-8,
.my-8 {
  margin-top: 80px !important; }

.mr-8,
.mx-8 {
  margin-right: 80px !important; }

.mb-8,
.my-8 {
  margin-bottom: 80px !important; }

.ml-8,
.mx-8 {
  margin-left: 80px !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: 32px !important; }

.pt-5,
.py-5 {
  padding-top: 32px !important; }

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

.pb-5,
.py-5 {
  padding-bottom: 32px !important; }

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

.p-6 {
  padding: 40px !important; }

.pt-6,
.py-6 {
  padding-top: 40px !important; }

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

.pb-6,
.py-6 {
  padding-bottom: 40px !important; }

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

.p-8 {
  padding: 80px !important; }

.pt-8,
.py-8 {
  padding-top: 80px !important; }

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

.pb-8,
.py-8 {
  padding-bottom: 80px !important; }

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 32px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 32px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 32px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 32px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 32px !important; }
  .m-sm-8 {
    margin: 80px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 80px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 80px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 80px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 80px !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: 32px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 32px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 32px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 32px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 32px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 40px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 40px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 40px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 40px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 32px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 32px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 32px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 32px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 32px !important; }
  .m-md-8 {
    margin: 80px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 80px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 80px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 80px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 80px !important; }
  .mt-md-6 {
    margin-top: 40px !important; }
  .mb-md-6 {
    margin-bottom: 40px !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: 32px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 32px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 32px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 32px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 32px !important; }
  .p-md-6 {
    padding: 40px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 40px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 40px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 40px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 40px !important; }
  .p-md-7 {
    padding: 60px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 60px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 60px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 60px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 60px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 32px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 32px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 32px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 32px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 32px !important; }
  .m-lg-8 {
    margin: 80px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 80px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 80px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 80px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 80px !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: 32px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 32px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 32px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 32px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 32px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 32px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 32px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 32px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 32px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 32px !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: 32px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 32px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 32px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 32px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 32px !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; } }

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

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

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

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

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

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

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

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

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .flickity-page-dots {
    bottom: 25px; } }

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

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

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

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

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

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

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

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

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

html.noscroll,
html.noscroll body {
  overflow: hidden !important;
  height: 100% !important; }

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

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

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

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

a {
  color: var(--barney-purple);
  text-decoration: none;
  cursor: pointer;
  font-weight: 500; }
  a:hover {
    color: var(--black); }

p {
  margin: 0 0 24px; }

i,
em {
  font-style: italic; }

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

dd {
  margin: 0; }

h1, .heading-1,
h2, .heading-2,
h3, .heading-3 {
  font-weight: 700;
  margin-bottom: 16px; }

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

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

h3, .heading-3 {
  font-size: 20px;
  line-height: 1.5; }

h4, .heading-4 {
  font-size: 18px; }

.t-display-1 {
  font-size: 13px; }

.t-display-2 {
  font-size: 14px; }

.t-display-3 {
  font-size: 18px; }

.t-display-4 {
  font-size: 20px; }

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

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

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

.t-display-16 {
  font-size: 16px; }

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

.line-height-15 {
  line-height: 1.5; }

.label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--grey-blue);
  display: block; }

.no-wrap {
  white-space: nowrap; }

.t-uppercase {
  text-transform: uppercase; }

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

.t-normal {
  font-weight: 400; }

strong, .strong {
  font-weight: 500; }

.bold, b {
  font-weight: 700; }

.v-align-middle {
  vertical-align: middle; }

.t-black {
  color: var(--dark-grey); }

.t-grey {
  color: var(--grey); }

.t-primary {
  color: var(--barney-purple) !important; }

.t-light {
  color: var(--light); }

.t-secondary {
  color: var(--grey-blue); }

.t-white {
  color: #fff; }

.t-dandelion {
  color: var(--dandelion); }

.border-top {
  border-top: solid 1px var(--pale-grey-three); }

.border-bottom {
  border-bottom: solid 1px var(--pale-grey-three); }

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

.border-bottom-dark-gray {
  border-bottom: solid 1px #C8C9CC; }

.border-right-gray {
  border-right: solid 1px #e1e4ee; }

.no-border {
  border: none !important; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.bg-light {
  background-color: var(--pale-grey-two); }

.border-radius {
  border-radius: var(--radius); }

.pointer {
  cursor: pointer; }

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

.height-100 {
  height: 100%; }

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

.m-height-100vh {
  min-height: 100vh; }

@media (min-width: 1200px) {
  .height-xl-100 {
    height: 100%; } }

.flex-1 {
  -webkit-box-flex: 1;
          flex: 1; }

.width-100 {
  width: 100%; }

hr {
  height: 1px;
  background-color: #e1e4ee;
  border: none; }

.a-link {
  font-size: 14px;
  font-weight: bold;
  color: #ddd;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center; }
  .a-link i {
    font-size: 12px;
    margin-left: 6px; }

img.bottom {
  bottom: 0; }

img.right {
  right: 0; }

img.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

img.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.image-hover {
  overflow: hidden;
  border-radius: var(--radius); }
  .image-hover img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; }
  .image-hover:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .image-hover:hover .promotion img {
    -webkit-transform: none;
            transform: none; }

.bg-purple {
  background-color: var(--barney-purple);
  opacity: 0.92; }

@media (max-width: 992px) {
  video {
    width: 100%;
    height: auto; } }

header.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 1071;
  padding: 13px 16px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background-color: #fff;
  margin: 0 -20px;
  border-bottom: 1px solid #e1e4ee; }
  header.header.header-active {
    border-bottom-color: var(--barney-purple); }

.search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px; }

.menu-btn {
  cursor: pointer; }
  .menu-btn i {
    color: #9796b8; }

.navbar-brand {
  display: inline-block; }
  .navbar-brand img {
    -webkit-transition: height 200ms linear;
    transition: height 200ms linear; }

.navbar-nav > li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--black);
  position: relative; }

.navbar-nav i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.navbar-nav a {
  display: block;
  position: relative; }

.navbar-collapse {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 20px 0 55px 0;
  border-bottom: solid 1px #f3f3f3; }
  .navbar-collapse.show {
    display: block; }

@media (max-width: 576px) {
  .navbar-collapse {
    padding-top: 0;
    overflow-y: scroll;
    max-height: inherit;
    height: 100vh; } }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
  -webkit-appearance: none; }

input,
select,
textarea {
  vertical-align: middle;
  -webkit-appearance: none;
  font-family: "Montserrat", sans-serif; }

fieldset {
  border: none; }

::-webkit-input-placeholder {
  color: var(--grey-blue); }

::-moz-placeholder {
  color: var(--grey-blue); }

::-ms-placeholder {
  color: var(--grey-blue); }

::-webkit-input-placeholder {
  color: var(--grey-blue); }

::-moz-placeholder {
  color: var(--grey-blue); }

:-ms-input-placeholder {
  color: var(--grey-blue); }

::-ms-input-placeholder {
  color: var(--grey-blue); }

::placeholder {
  color: var(--grey-blue); }

.form-control {
  padding: 9px 12px;
  font-size: 16px;
  outline: none;
  box-shadow: none;
  line-height: 1.5;
  border: solid 1px #e1e4ee;
  width: 100%;
  color: var(--black);
  background-color: #fff;
  border-radius: 4px; }
  .form-control:disabled {
    background-color: #f1f2f9; }

select.form-control {
  background: #fff url(../images/icons/chevron-down.svg) no-repeat calc(100% - 15px) 50%;
  background-size: 20px;
  padding-right: 42px; }

textarea.form-control {
  height: 130px;
  resize: none;
  font-family: "Montserrat", sans-serif; }

.form-group {
  margin-bottom: 24px;
  position: relative; }
  .form-group label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
    color: var(--grey-blue); }
    .form-group label.label-float {
      position: absolute;
      top: 15px;
      left: 15px;
      font-size: 16px;
      font-weight: 400;
      color: var(--barney-purple);
      padding: 1px 3px;
      background-color: #fff;
      cursor: text;
      -webkit-transition: top 0.15s ease;
      transition: top 0.15s ease;
      pointer-events: none;
      margin-right: 30px; }
  .form-group.active label {
    color: var(--barney-purple); }
    .form-group.active label.label-float {
      font-size: 12px;
      color: var(--barney-purple);
      top: -8px; }
  .form-group.has-error label, .form-group.has-error a {
    color: var(--red) !important; }

.inner-group {
  position: relative; }
  .inner-group span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 5px 10px;
    display: block;
    cursor: pointer;
    color: #9796b8;
    font-size: 20px; }
  .inner-group.inner-group-append .form-control {
    padding-right: 40px; }
  .inner-group.inner-group-append span {
    right: 4px; }

.has-error .form-control {
  border-color: var(--red);
  opacity: 0.8; }

.input-group {
  position: relative; }
  .input-group.input-group-append > i, .input-group.input-group-prepend > i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: var(--barney-purple);
    font-size: 16px; }
  .input-group.input-group-append > i {
    right: 20px; }
  .input-group.input-group-append .form-control {
    padding-right: 45px; }
  .input-group.input-group-prepend > i {
    left: 20px; }
  .input-group.input-group-prepend .form-control {
    padding-left: 45px; }

@media (max-width: 768px) {
  .form-control {
    font-size: 16px; } }

button {
  background: none;
  border: none;
  cursor: pointer; }
  button:focus, button:active:focus {
    outline: 0 none; }

.btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 9px 24px 9px 12px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  color: #fff;
  border-radius: var(--radius);
  background-color: transparent;
  border: 1px solid transparent;
  line-height: 1.2; }
  .btn:before {
    font-family: 'icomoon'; }
  .btn:focus, .btn:active:focus {
    outline: 0 none; }
  .btn:disabled {
    background-color: #ededee;
    color: #fff;
    border-color: #fff; }
  .btn[class*=" icon-"]:before {
    margin-right: 12px;
    font-size: 20px; }

.btn-sm {
  padding: 6px 12px; }

.btn-flex {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
          justify-content: center; }

.btn-primary {
  background-color: var(--barney-purple);
  border-color: var(--barney-purple);
  color: #fff; }
  .btn-primary:hover {
    background-color: var(--purplish-pink);
    border-color: var(--purplish-pink);
    color: #fff; }

.btn-default {
  background-color: #fff;
  border-color: #fff;
  color: var(--barney-purple); }
  .btn-default:hover {
    background-color: var(--purplish-pink);
    border-color: var(--purplish-pink);
    color: #fff; }

.btn-secondary {
  background-color: #c4c2d7;
  border-color: #c4c2d7;
  color: var(--grey-blue); }

.btn-success {
  background-color: var(--kelly-green);
  border-color: var(--kelly-green);
  color: #fff; }

.btn-text {
  background-color: transparent;
  border-color: transparent;
  color: var(--grey-blue); }

.btn-icon {
  font-size: 24px;
  padding: 5px 8px;
  color: var(--grey-blue); }

@media (max-width: 768px) {
  .btn + .btn {
    margin-left: 0; } }

input[type=checkbox],
input[type=radio] {
  display: none;
  -webkit-appearance: none;
  width: 0; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    padding-left: 26px;
    position: relative; }
    input[type=checkbox] + label:before, input[type=checkbox] + label:after,
    input[type=radio] + label:before,
    input[type=radio] + label:after {
      content: "";
      position: absolute;
      left: 0;
      top: 2px; }

input[type=checkbox]:not(.color) + label {
  padding-left: 24px;
  line-height: 20px;
  position: relative;
  color: var(--dark-grey);
  font-size: 16px;
  display: block;
  margin-bottom: 0;
  font-weight: 400; }
  input[type=checkbox]:not(.color) + label b {
    color: var(--black);
    display: block;
    margin-bottom: 5px; }

input[type=checkbox]:not(.color) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-size: 13px 10px;
  background-position: 50% 50%;
  font-weight: 400;
  color: var(--barney-purple); }

input[type=checkbox]:not(.color):checked + label:before {
  content: "\e905";
  font-family: 'icomoon';
  background-color: var(--barney-purple);
  border-color: var(--barney-purple);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #fff; }

input[type=checkbox]:not(.color):checked:disabled + label:before {
  background-color: #ededee;
  border-color: #ededee;
  color: #fff; }

input[type=radio] + label {
  line-height: 1;
  font-size: 16px;
  color: var(--dark-grey);
  font-weight: 400; }

input[type=radio] + label:before {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ddd; }

input[type=radio]:checked + label:before {
  border-color: var(--barney-purple);
  background-color: #fff; }

input[type=radio]:checked + label:after {
  border-radius: 50%;
  background-color: var(--barney-purple);
  width: 6px;
  height: 6px;
  top: 7px;
  left: 5px;
  -webkit-transform: translate(0);
          transform: translate(0); }

input[type=radio] + label.item-wrapper {
  padding-left: 26px;
  border: 1px solid transparent;
  position: relative; }
  input[type=radio] + label.item-wrapper:before, input[type=radio] + label.item-wrapper:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 16px; }

input[type=radio]:checked + label {
  border: solid 1px var(--barney-purple); }
  input[type=radio]:checked + label:after {
    top: 21px;
    left: 17px; }

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

table {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  border-collapse: collapse;
  display: table; }
  table th, table td {
    padding: 15px 40px;
    vertical-align: middle;
    text-align: left; }

.table .table-header {
  padding: 11px 0;
  font-weight: 500;
  color: var(--grey-blue);
  font-size: 14px; }

.table .table-content {
  border-radius: var(--radius);
  box-shadow: 4px 8px 24px 0 rgba(103, 102, 138, 0.08);
  background-color: var(--white); }

.table .table-row {
  padding: 7px 0; }
  .table .table-row:not(:first-child) {
    border-top: solid 1px var(--pale-grey-three); }
  .table .table-row:hover {
    background-color: var(--pale-grey-two); }
    .table .table-row:hover:before {
      width: 4px;
      height: calc(100% - 2px);
      border-radius: 4px;
      background-color: var(--barney-purple);
      position: absolute;
      left: 0px;
      top: 1px;
      content: ""; }

.table .col {
  padding: 0 16px; }

.table .col-small {
  -webkit-box-flex: 0;
          flex: 0 0 92px; }

.table .col-medium {
  -webkit-box-flex: 0;
          flex: 0 0 140px; }

.table .col-large {
  -webkit-box-flex: 0;
          flex: 0 0 180px; }

.table .col-xlarge {
  -webkit-box-flex: 0;
          flex: 0 0 220px; }

@media (max-width: 1200px) {
  .table .col {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    min-height: 32px; }
    .table .col .col-label {
      -webkit-box-flex: 0;
              flex: 0 0 150px; } }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  max-width: 720px;
  width: 95%;
  visibility: hidden;
  background: #fff;
  border-radius: 8px;
  max-height: 90vh;
  overflow-y: scroll;
  z-index: 99999; }
  .md-modal .md-content {
    color: #000;
    border-radius: 4px;
    opacity: 0;
    margin: 0 auto; }
  .md-modal.md-show {
    visibility: visible; }
    .md-modal.md-show .md-content {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
    .md-modal.md-show + .md-overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(var(--dark-grey), 0.64);
      z-index: 9999; }
  .md-modal .md-close-button {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1003;
    cursor: pointer; }
    .md-modal .md-close-button i {
      font-size: 24px;
      color: var(--grey-blue); }

.tag {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  padding: 6px 12px;
  display: block;
  min-width: 94px; }
  .tag.kelly-green {
    background-color: #82c262; }
  .tag.red {
    background-color: #ff3921; }
  .tag.orange {
    background-color: #ff9f00; }

.box {
  padding: 32px 110px 32px 112px;
  border-radius: 4px;
  box-shadow: 4px 8px 24px 0 rgba(103, 102, 138, 0.08);
  background-color: #ffffff; }

@media (max-width: 992px) {
  .box {
    padding: 32px 24px; } }

.alert {
  border-radius: var(--radius);
  padding: 16px 40px 16px 16px;
  color: #fff;
  font-weight: 500;
  position: relative; }
  .alert p {
    margin-bottom: 0px; }
  .alert .alert-close {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
    font-size: 24px; }
  .alert.alert-note {
    box-shadow: 4px 8px 24px 0 rgba(103, 102, 138, 0.24);
    background-color: var(--barney-purple); }
  .alert.alert-error {
    box-shadow: 4px 8px 24px 0 rgba(103, 102, 138, 0.24);
    background-color: var(--red); }
  .alert.alert-notice {
    box-shadow: 4px 8px 24px 0 rgba(103, 102, 138, 0.24);
    background-color: var(--barney-purple); }

.item-wrapper {
  box-shadow: 4px 8px 24px 0 rgba(103, 102, 138, 0.08);
  background-color: var(--white);
  min-height: 100%;
  border-radius: var(--radius);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .item-wrapper .content {
    min-height: 190px;
    -webkit-box-flex: 1;
            flex: 1; }
  .item-wrapper:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    box-shadow: 12px 12px 24px 0 rgba(78, 95, 124, 0.2); }
  .item-wrapper ul {
    list-style: disc;
    margin-left: 15px; }

.video-tag {
  display: block;
  position: relative; }
  .video-tag:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: url(../images/icons/play.png) no-repeat center;
    background-size: 68px 48px; }

.game-banner .banner-image {
  width: 100%;
  height: 250px; }

@media (min-width: 992px) {
  .game-banner .banner-box {
    max-width: 610px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .game-banner .banner-image {
    height: 450px; } }

.animation {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .animation:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    box-shadow: 12px 12px 24px 0 rgba(78, 95, 124, 0.2); }

.date-box {
  -webkit-box-flex: 0;
          flex: 0 0 90px;
  height: 115px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  font-weight: 500; }

.info-box {
  background-color: #c4c2d7;
  position: relative;
  padding: 44px 16px 24px;
  max-width: 390px; }
  .info-box a {
    color: #444361; }
  .info-box .icon-holder {
    width: 64px;
    height: 64px;
    line-height: 60px;
    background-color: #fff;
    border-radius: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: -32px; }

footer {
  color: var(--grey-blue); }
  footer nav li {
    padding-right: 24px; }
    footer nav li a {
      color: var(--grey-blue);
      font-weight: 400;
      padding: 6px 0;
      display: block; }

.category-list {
  margin-bottom: 24px; }
  .category-list li {
    margin-right: 12px;
    padding-bottom: 12px;
    display: block; }
    .category-list li a {
      display: inline-block;
      padding: 10px 12px;
      border-radius: var(--radius);
      background-color: #fff;
      font-weight: normal;
      color: var(--dark-grey); }
    .category-list li.active a, .category-list li:hover a {
      background-color: var(--barney-purple);
      color: #fff; }

.limit {
  display: -webkit-box;
  display: flex;
  color: var(--grey-blue);
  font-weight: 500; }
  .limit ul {
    padding: 0 6px; }
    .limit ul li {
      display: inline; }
      .limit ul li a {
        padding: 0 6px;
        color: var(--grey-blue); }
        .limit ul li a.active {
          color: var(--barney-purple);
          font-weight: 600; }
      .limit ul li:not(:last-child):after {
        content: "/";
        right: 0;
        color: var(--bluey-grey); }

.pagination {
  display: -webkit-box;
  display: flex; }
  .pagination .page, .pagination .current, .pagination .pagination-nav {
    padding: 0px 11px;
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    color: var(--grey-blue);
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 3px;
    font-size: 16px; }
  .pagination .page:hover {
    background-color: var(--barney-purple);
    color: #fff; }
  .pagination .current, .pagination .is-selected {
    background-color: var(--barney-purple);
    color: #fff;
    font-weight: 500; }
  .pagination .pagination-nav {
    background-color: transparent;
    padding: 0px 6px; }
    .pagination .pagination-nav i {
      font-size: 20px;
      color: var(--bluey-grey);
      line-height: 1;
      vertical-align: middle; }

.processing {
  color: var(--dirty-orange); }

.confirmed {
  color: var(--kelly-green); }

.canceled {
  color: var(--red); }

.completed {
  color: var(--grey-blue); }

.image-placeholder {
  width: 119px;
  height: 119px;
  overflow: hidden;
  border-radius: 50%; }
  .image-placeholder .initials {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 32px;
    color: #fff;
    font-weight: bold; }

.faq-item i {
  line-height: 1; }

.faq-item .faq-content {
  display: none; }

.faq-item.active i {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  color: var(--barney-purple); }

.faq-item.active .faq-content {
  display: block; }

blockquote {
  position: relative;
  padding-top: 88px; }
  blockquote:before {
    position: absolute;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 4px;
    box-shadow: 4px 8px 24px 0 rgba(103, 102, 138, 0.08);
    background-color: var(--white);
    content: "\e920";
    font-family: "icomoon";
    font-size: 40px;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.quote-author {
  font-style: italic;
  font-size: 16px; }

.quote-author-name:before {
  content: "—";
  left: 0; }

.gallery-list {
  margin: 0 -12px;
  padding: 12px 0; }
  .gallery-list li {
    width: 33%;
    padding: 12px;
    display: inline-block; }
    .gallery-list li a {
      height: 144px;
      width: 100%;
      display: block;
      position: relative;
      border-radius: var(--radius);
      overflow: hidden; }
      .gallery-list li a:before {
        content: "";
        background-color: var(--barney-purple);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.8; }
      .gallery-list li a:before, .gallery-list li a:after {
        position: absolute;
        visibility: hidden; }
      .gallery-list li a:after {
        content: "\e914";
        font-size: 32px;
        font-family: "icomoon";
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #fff; }
      .gallery-list li a:hover:before, .gallery-list li a:hover:after {
        visibility: visible; }

object {
  display: block;
  height: 800px;
  overflow: hidden;
  border-radius: 4px; }
  object embed {
    width: 100%;
    height: 100%; }

@media (max-width: 992px) {
  object {
    height: 500px; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  border-radius: 4px; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.promotion {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 9px 12px;
  border-radius: 4px;
  box-shadow: 4px 8px 24px 0 rgba(103, 102, 138, 0.08);
  background-color: var(--white); }
  .promotion img {
    height: 18px; }

.login-page {
  background-image: url("../images/bg/login-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh; }
  .login-page .container {
    max-width: 750px; }

.calendar {
  margin: 40px 0; }
  .calendar .calendar-days {
    display: -webkit-box;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none; }
    .calendar .calendar-days::-webkit-scrollbar {
      display: none; }
    .calendar .calendar-days li {
      margin: 0 3px 0 0; }
      .calendar .calendar-days li span, .calendar .calendar-days li a {
        display: block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-color: #fff;
        color: #373737;
        font-size: 18px;
        position: relative;
        border-radius: 4px;
        border: solid 1px var(--pale-grey-three); }
      .calendar .calendar-days li a {
        color: var(--barney-purple); }
        .calendar .calendar-days li a:after {
          content: "";
          width: 8px;
          height: 3px;
          border-radius: 1px;
          background-color: var(--barney-purple);
          position: absolute;
          bottom: 5px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          box-shadow: 2px 4px 8px 0 rgba(65, 72, 94, 0.08); }
      .calendar .calendar-days li:hover a {
        border: solid 1px var(--pale-grey-three);
        background-color: var(--pale-grey-two); }
      .calendar .calendar-days li.active a, .calendar .calendar-days li.active span {
        background-color: var(--barney-purple);
        border-color: var(--barney-purple);
        box-shadow: 0 0 4px 0 rgba(255, 86, 222, 0.5);
        color: #fff; }
        .calendar .calendar-days li.active a:after, .calendar .calendar-days li.active span:after {
          content: "";
          width: 8px;
          height: 3px;
          border-radius: 1px;
          background-color: #fff;
          position: absolute;
          bottom: 5px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          box-shadow: 2px 4px 8px 0 rgba(65, 72, 94, 0.08); }

.article-content {
  font-size: 18px; }
  .article-content ul:not(.gallery-list) {
    list-style: none; }
    .article-content ul:not(.gallery-list) li {
      position: relative;
      padding-left: 15px;
      margin-bottom: 16px;
      line-height: 1.63; }
      .article-content ul:not(.gallery-list) li:before {
        position: absolute;
        left: 0;
        top: 9px;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        font-size: 9px;
        background-color: var(--barney-purple); }
  .article-content .article-image {
    height: 100%;
    max-height: 342px;
    overflow: hidden; }
  .article-content figure {
    border-radius: 4px;
    overflow: hidden;
    margin: 32px 0; }
    .article-content figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.sidebar {
  width: 304px;
  background-color: #ffffff;
  padding: 20px 20px 0px 24px;
  min-height: 100vh;
  max-height: 100%;
  margin-right: 16px; }
  .sidebar .logo-wrapper {
    border-bottom: solid 1px #e1e4ee;
    margin: 0 -20px 20px -24px;
    padding: 0 20px 20px 24px; }
  .sidebar .navbar li {
    margin-bottom: 8px; }
    .sidebar .navbar li a {
      background-color: transparent;
      display: -webkit-box;
      display: flex;
      padding: 12px;
      font-weight: 500;
      -webkit-box-align: center;
              align-items: center;
      border-radius: 4px;
      position: relative;
      color: #1c1b1d; }
      .sidebar .navbar li a:after {
        width: 4px;
        height: 56px;
        border-radius: 4px;
        background-color: var(--barney-purple);
        position: absolute;
        right: -20px; }
    .sidebar .navbar li .icon {
      background-color: #fff;
      padding: 4px;
      border-radius: 4px;
      color: #9796b8;
      margin-right: 12px;
      height: 32px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; }
      .sidebar .navbar li .icon i {
        font-size: 24px; }
    .sidebar .navbar li.active a, .sidebar .navbar li:hover a {
      background-color: #fcf5fa;
      font-weight: 700;
      color: #b0008e; }
      .sidebar .navbar li.active a:after, .sidebar .navbar li:hover a:after {
        content: ""; }
    .sidebar .navbar li.active .icon, .sidebar .navbar li:hover .icon {
      color: #b0008e; }

@media (max-width: 992px) {
  .logo-wrapper {
    display: none; }
  .sidebar-wrapper {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 63px;
    left: 0;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .sidebar-wrapper.show {
      width: 100%;
      background-color: #fff; }
      .sidebar-wrapper.show .sidebar {
        padding: 16px; } }

.app-header {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: solid 1px #e1e4ee; }

.avatar {
  position: relative;
  width: 40px;
  height: 40px; }
  .avatar .initials {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bold;
    color: #fff; }

.notifications .notifications-count {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: var(--dandelion);
  border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
  color: #1d1d1b;
  position: absolute;
  top: 0;
  right: 0; }

.notifications .dropdown {
  display: none;
  min-width: 384px;
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 16px 8px;
  border-radius: 4px;
  box-shadow: 4px 8px 24px 0 rgba(103, 102, 138, 0.24);
  background-color: #ffffff;
  z-index: 999; }
  .notifications .dropdown:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 25px;
    top: -25px;
    content: ""; }
  .notifications .dropdown:after {
    content: "";
    width: 33px;
    height: 33px;
    border-radius: 4px;
    background-color: #ffffff;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg); }

.notifications .notification-list {
  margin-bottom: 16px; }
  .notifications .notification-list .notification-item {
    padding: 16px 16px 12px;
    border-radius: 4px;
    background-color: #f6f7fb;
    margin-bottom: 8px; }

.notifications:hover .dropdown {
  display: block; }



  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    border-radius: 8px;
    overflow-y: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 9;
}

#md-video {
  background: transparent;
  overflow-y: unset;
}

#md-video .md-close-button {
      top: -26px;
      right: 0px;
}

#md-video .md-close-button i {
  color: #fff;
}
