@charset "UTF-8";
:root {
  --primary-font: "Asap", sans-serif;
  --secondary-font: "Poppins", sans-serif;
  --tertiary-font: "Asap Condensed", sans-serif;
  --peacock-blue: #005c94;
  --peacock-blue-dark: #054b75;
  --dusty-orange: #f37932;
  --dark: #1c253d;
  --slate: #41485e;
  --teal-blue: #009d9b;
  --pale-grey: #edf1f6;
  --light-blue-grey: #bacde9;
  --white: #ffffff;
  --battleship-grey: #686c7b;
  --silver: #d2d4d6;
  --seaweed: #19bf81;
  --tomato: #dc4018;
  --water-blue: #127ddf;
  --sky-blue: #51b3ff;
  --viridian: #237e78;
  --darkish-blue: #004a94;
  --light: #e6e7e9;
  --peacock-blue-light: #ccdaef;
}

/*!
 * 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: 1332px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

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

.container-sm {
  max-width: 856px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

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

@media (max-width: 1400px) {
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.row.sm-row {
  margin-right: -8px;
  margin-left: -8px;
}

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

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

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

@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;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-1 {
    margin-left: 8.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;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-1 {
    margin-left: 8.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;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-1 {
    margin-left: 8.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;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-1 {
    margin-left: 8.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: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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;
}

.-mx-1 {
  margin-right: -0.25rem !important;
  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: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-8 {
  margin: 6rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 6rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 6rem !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: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-8 {
  padding: 6rem !important;
}

.pt-8,
.py-8 {
  padding-top: 6rem !important;
}

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

.pb-8,
.py-8 {
  padding-bottom: 6rem !important;
}

.pl-8,
.px-8 {
  padding-left: 6rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-8 {
    margin: 6rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 6rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 6rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 6rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-8 {
    margin: 6rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 6rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 6rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 6rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 6rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-8 {
    padding: 6rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 6rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 6rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 6rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 6rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-8 {
    margin: 6rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 6rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 6rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 6rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-8 {
    padding: 6rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 6rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 6rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 6rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-8 {
    margin: 6rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 6rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 6rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 6rem !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: 2rem !important;
  }

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

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

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

  .pl-xl-5,
.px-xl-5 {
    padding-left: 2rem !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:after {
  position: absolute;
  font-family: "icomoon";
  color: var(--peacock-blue);
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

.flickity-button:active, .flickity-button.nice-select.open {
  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 {
  display: none;
}

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

.flickity-prev-next-button.previous {
  left: 16px;
}
.flickity-prev-next-button.previous:after {
  content: "\e901";
}

.flickity-prev-next-button.next {
  right: 16px;
}
.flickity-prev-next-button.next:after {
  content: "\e902";
}

/* 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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

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

.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: solid 1px var(--light-blue-grey);
}

.flickity-page-dots .dot.is-selected {
  background-color: #fff;
  border-color: var(--peacock-blue);
  width: 16px;
  height: 16px;
}
.flickity-page-dots .dot.is-selected:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--peacock-blue);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .flickity-page-dots {
    bottom: 25px;
  }
}
.p-top {
  top: 0 !important;
  bottom: unset !important;
  transform: unset !important;
}

.p-bottom {
  bottom: 0 !important;
  top: 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;
  transform: translate(-50%, -50%) !important;
}

@media (min-width: 576px) {
  .p-sm-top {
    top: 0 !important;
    bottom: unset !important;
    transform: unset !important;
  }

  .p-sm-bottom {
    bottom: 0 !important;
    top: 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;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 768px) {
  .p-md-top {
    top: 0 !important;
    bottom: unset !important;
    transform: unset !important;
  }

  .p-md-bottom {
    bottom: 0 !important;
    top: 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;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 992px) {
  .p-lg-top {
    top: 0 !important;
    bottom: unset !important;
    transform: unset !important;
  }

  .p-lg-bottom {
    bottom: 0 !important;
    top: 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;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-top {
    top: 0 !important;
    bottom: unset !important;
    transform: unset !important;
  }

  .p-xl-bottom {
    bottom: 0 !important;
    top: 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;
    transform: translateY(-50%) !important;
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.dp__input_wrap svg {
  display: none;
}

.dp__input {
  padding: 14px 18px !important;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  line-height: 1.5;
  border-color: !important;
  width: 100%;
  background-color: #fff;
  font-weight: 500;
  position: relative;
}
.dp__input:focus {
  border-color: var(--peacock-blue) !important;
}

.datepick i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  color: var(--battleship-grey);
  font-size: 24px;
}

.rounded-calendar label {
  font-size: 15px !important;
  font-weight: bold;
  color: var(--dark) !important;
}
.rounded-calendar .dp__input {
  font-size: 15px;
  padding: 6px 13px 6px 16px !important;
  border: none;
  border-radius: 17px;
  min-width: 227px;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:after,
.multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #19bf81 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  -webkit-animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  -webkit-animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
  min-height: 52px;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select:before {
  transform: scaleY(-1);
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  vertical-align: top;
  padding: 16px;
}

.multiselect__single {
  padding: 13px 16px;
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input:-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: transparent;
  outline: none;
}

.multiselect__tags-wrap {
  display: inline-block;
  padding: 12px 32px 0px 16px;
}

.multiselect__tags {
  min-height: 52px;
  display: block;
  border: solid 1px #e6e7e9;
  border-radius: 4px;
  background: #fff;
  font-size: 17px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #005c94;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "×";
  color: #fff;
  font-size: 16px;
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__current,
.multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.multiselect__select:before {
  position: relative;
  content: "\e930";
  font-family: "icomoon";
  font-size: 20px;
}

.multiselect__placeholder {
  color: var(--battleship-grey);
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-size: 16px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
  border-top: none;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::-webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #005c94;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #005c94;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #005c94;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #004a94;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #dc4018;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #dc4018;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@-webkit-keyframes spinning {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
@keyframes spinning {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
html.noscroll,
html.noscroll body {
  overflow: hidden !important;
  height: 100% !important;
}

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

html {
  font-family: var(--primary-font);
  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;
}

body {
  font: 21px/1.57 var(--primary-font);
  margin: 0;
  padding: 0;
  color: var(--dark);
  background: #e9eef3;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  body {
    font: 19px/1.47 var(--primary-font);
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

a {
  color: var(--leaf);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: var(--black);
}

p {
  margin: 0 0 24px;
}

i,
em {
  font-style: italic;
}

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

a {
  color: var(--peacock-blue);
}

h1, .heading-1,
h2, .heading-2,
h3, .heading-3,
h4, .heading-4 {
  margin-bottom: 16px;
  line-height: 1.38;
  font-family: var(--secondary-font);
  font-weight: 700;
  color: var(--peacock-blue);
}

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

h2, .heading-2 {
  font-size: 23px;
  line-height: 1.36;
}

h3, .heading-3 {
  font-size: 21px;
}

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

.t-primary {
  font-family: var(--primary-font);
}

.t-secondary {
  font-family: var(--secondary-font);
}

.t-tertiary {
  font-family: var(--tertiary-font);
}

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

.t-display-36 {
  font-size: 36px !important;
}

.t-display-32, .t-display-32-always {
  font-size: 32px !important;
}

.t-display-28 {
  font-size: 28px !important;
}

.t-display-25 {
  font-size: 25px !important;
}

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

.t-display-23 {
  font-size: 23px !important;
}

.t-display-21 {
  font-size: 21px !important;
}

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

.t-display-19 {
  font-size: 19px !important;
}

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

.t-display-17 {
  font-size: 17px !important;
}

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

.t-display-15 {
  font-size: 15px !important;
}

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

.t-display-12 {
  font-size: 12px !important;
}

.t-display-10 {
  font-size: 10px !important;
}

@media (max-width: 991px) {
  .t-display-48 {
    font-size: 32px !important;
  }

  .t-display-32 {
    font-size: 25px !important;
  }

  .t-display-25 {
    font-size: 23px !important;
  }

  .t-display-23 {
    font-size: 21px !important;
  }

  .t-display-21 {
    font-size: 19px !important;
  }

  .t-display-20 {
    font-size: 18px !important;
  }

  .t-display-19 {
    font-size: 17px !important;
  }

  h1, .heading-1 {
    font-size: 24px;
  }

  h2, .heading-2 {
    font-size: 20px;
  }

  h3, .heading-3 {
    font-size: 19px;
  }
}
.bg-gray {
  background-color: #d9dfe8 !important;
}

.color-peacock-blue {
  color: var(--peacock-blue) !important;
}

.color-peacock-blue {
  color: var(--peacock-blue) !important;
}

.color-dark {
  color: var(--dark) !important;
}

.color-slate {
  color: var(--slate) !important;
}

.color-teal-blue {
  color: var(--teal-blue) !important;
}

.color-teal-blue-light {
  color: #bee6e0 !important;
}

.color-pale-grey {
  color: var(--pale-grey) !important;
}

.color-light-blue-grey {
  color: var(--light-blue-grey) !important;
}

.color-white {
  color: var(--white) !important;
}

.color-battleship-grey {
  color: var(--battleship-grey) !important;
}

.color-silver {
  color: var(--silver) !important;
}

.color-seaweed {
  color: var(--seaweed) !important;
}

.color-tomato {
  color: var(--tomato) !important;
}

.color-water-blue {
  color: var(--water-blue) !important;
}

.color-sky-blue {
  color: var(--sky-blue) !important;
}

.color-viridian {
  color: var(--viridian) !important;
}

.color-darkish-blue {
  color: var(--darkish-blue) !important;
}

.color-dusty-orange {
  color: var(--dusty-orange) !important;
}

.color-dark-gray {
  color: #9b9fab !important;
}

.color-peacock-blue-light {
  color: var(--peacock-blue-light) !important;
}

.color-peacock-blue-dark {
  color: var(--peacock-blue-dark) !important;
}

.bold {
  font-weight: 500;
}

strong, .strong {
  font-weight: 700 !important;
}

.normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

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

.nowrap {
  white-space: nowrap;
}

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

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

.line-height-12 {
  line-height: 1.2;
}

.line-height-13 {
  line-height: 1.3;
}

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

.line-height-18 {
  line-height: 1.8;
}

.opacity-08 {
  opacity: 0.8;
}

.letter-spacing-18 {
  letter-spacing: 1.8px;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.pointer {
  cursor: pointer;
}

.float-right {
  float: right;
}

.height-100 {
  height: 100%;
}

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

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

.min-height-175 {
  min-height: 175px;
}

.width-100 {
  width: 100%;
}

.flex-1 {
  flex: 1;
}

hr, .hr {
  height: 1px;
  background-color: var(--light-blue-grey);
  border: none;
  border-bottom: 1px solid var(--light-blue-grey);
}

.text-overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
}

.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.video-wrapper {
  position: relative;
  margin-bottom: 32px;
  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;
}

.counter {
  bottom: 0;
  right: -4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--dusty-orange);
  font-size: 10px;
  font-weight: bold;
  color: var(--white);
  line-height: 16px;
  text-align: center;
}

.dz-clickable {
  max-width: 620px;
  cursor: pointer;
}

@media (max-width: 991px) {
  video {
    width: 100%;
    height: auto;
  }
}
.btn-separator {
  position: relative;
}
.btn-separator:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--light-blue-grey);
}
.btn-separator .btn i {
  font-size: 24px;
  margin-left: 48px;
}

.btn-submit i {
  font-size: 24px;
  margin-left: 48px;
}

@media (max-width: 768px) {
  .btn-separator .btn i,
.btn-submit i {
    font-size: 20px;
    margin-left: 32px;
  }
}
.shadow {
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.08);
}

.radius {
  border-radius: 4px;
}

.no-border-color {
  border-color: transparent !important;
}

.float-right {
  float: right;
}

.accordion {
  margin-bottom: 64px;
}
.accordion dt {
  margin-top: 8px;
  font-size: 25px;
  font-weight: 500;
  font-weight: 500;
  padding: 20px 48px 20px 24px;
  border-radius: 4px;
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.08);
  background-color: var(--white);
  cursor: pointer;
  position: relative;
  font-family: var(--tertiary-font);
  z-index: 9;
}
.accordion dt.active {
  color: var(--peacock-blue);
}
.accordion dt.active:after {
  content: "\e92a";
}
.accordion dt:after {
  color: var(--peacock-blue);
  font-family: "icomoon" !important;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  content: "\e900";
  font-size: 25px;
}
.accordion dd {
  display: none;
  background-color: var(--white);
  padding: 24px;
  margin-top: -24px;
  z-index: 1;
  border-radius: 4px;
  position: relative;
  color: var(--slate);
}
.accordion dt.active + dd {
  display: block;
  box-shadow: 0px 15px 24px 0 rgba(0, 92, 148, 0.08);
  z-index: 9;
}

@media (max-width: 991px) {
  .accordion dt {
    font-size: 19px;
  }
}
.alert {
  background: #ffff;
  padding: 12px 24px;
  margin-bottom: 24px;
  border-radius: 8px;
  font-size: 19px;
  border: 1px solid transparent;
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.08);
}
.alert.alert-success {
  border-color: #95d5bd;
  background-color: #c5ebdd;
  color: #1b4032;
}
.alert.alert-success .alert-close {
  color: #4d7e6c;
}
.alert.alert-warning {
  border-color: #f2c279;
  background-color: #feeece;
  color: #46351b;
}
.alert.alert-warning .alert-close {
  color: #786f61;
}
.alert.alert-error {
  border-color: var(--tomato);
  background-color: var(--tomato);
  color: #fff;
}
.alert.alert-error .alert-close {
  color: #fff;
}
.alert.alert-primary {
  border-color: var(--peacock-blue);
  background-color: var(--peacock-blue);
  color: #fff;
}
.alert.alert-primary .alert-close {
  color: #fff;
}
.alert.alert-secondary {
  border-color: #a6c1de;
  background-color: #d2e5f9;
  color: #223953;
}
.alert.alert-secondary .alert-close {
  color: #4f6c8e;
}
.alert .alert-close {
  font-size: 16px;
  padding: 6px;
  top: 0;
  right: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--primary-font);
}
button:focus, button:active:focus, button.nice-select.open:focus {
  outline: 0 none;
}

.btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 14px 24px 14px 32px;
  font-size: 19px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: #fff;
  border-radius: 32px;
  background-color: transparent;
  line-height: 1.5;
  position: relative;
}
.btn:focus, .btn:active:focus {
  outline: 0 none;
}
.btn:disabled {
  background-color: var(--silver);
  color: var(--slate);
}

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

.btn-link {
  color: #7e8180;
  padding: 10px 0;
  border: 0 none;
}
.btn-link:disabled {
  border: none !important;
  background-color: transparent !important;
}
.btn-link i {
  margin-left: 12px;
  font-size: 20px;
}

.btn-primary {
  background-color: var(--peacock-blue);
  color: #fff;
  border: solid 4px var(--pale-grey);
  font-size: 19px;
}
.btn-primary:hover {
  color: #fff;
}

.btn-secondary {
  background-color: #fff;
  color: var(--peacock-blue);
}
.btn-secondary:hover {
  color: var(--peacock-blue);
}

.btn-xs {
  font-size: 15px;
  font-weight: 400;
  padding: 6px 16px;
  border: none;
  line-height: 1.5rem;
}

.btn-sm {
  padding: 4px 15px;
  font-size: 15px;
}

.btn-lg {
  font-size: 21px;
  padding: 12px 24px 12px 32px;
}

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

  .btn {
    font-size: 17px;
    padding: 11px 20px 11px 24px;
  }
}
.fake-modal {
  position: relative;
  max-width: 860px;
  margin: 32px auto;
  padding: 48px 48px 32px;
  border-radius: 4px;
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.08);
  background-color: var(--white);
}
.fake-modal .md-close {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 999;
  cursor: pointer;
  line-height: 1;
}
.fake-modal .md-close i {
  font-size: 18px;
  color: var(--slate);
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  max-width: 1078px;
  width: calc(100% - 32px);
  max-height: 90vh;
  transform: translate(-50%, -50%);
  visibility: hidden;
  overflow-y: auto;
  height: auto;
}
.md-modal.md-show {
  visibility: visible;
}
.md-modal.md-show + .md-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  background-color: var(--dark);
  z-index: 999;
}
.md-modal .md-body {
  padding: 48px 48px 32px;
  overflow-y: auto;
}
.md-modal .md-close {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 999;
  cursor: pointer;
  line-height: 1;
}
.md-modal .md-close i {
  font-size: 18px;
  color: var(--slate);
}

@media (max-width: 768px) {
  .md-modal .md-body {
    padding: 32px 16px 24px;
  }
}
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;
  line-height: 1.53;
  cursor: pointer;
  color: var(--battleship-grey);
}
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: 5px;
}
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: var(--dark);
}

input[type=checkbox] + label {
  padding-left: 24px;
  position: relative;
  font-size: 17px;
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: unset;
  letter-spacing: inherit;
}

input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 16px;
  width: 16px;
  border: solid 1px #e6e7e9;
  background: #fff;
  font-weight: 400;
  border-radius: 2px;
}
input[type=checkbox]:checked + label:before {
  content: "\e90a";
  font-family: "icomoon";
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  border-color: var(--peacock-blue);
  color: var(--peacock-blue);
}
input[type=checkbox]:checked:disabled + label:before {
  background-color: #ededee;
  border-color: #ededee;
  color: #fff;
}

.gray-bg input[type=checkbox] + label:before {
  background-color: #e6e7e9;
}

input[type=radio] + label {
  line-height: 1;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: inherit;
}
input[type=radio] + label:before {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #e6e7e9;
  background-color: #fff;
  top: 2px;
}
input[type=radio]:checked + label {
  font-weight: 500;
  color: var(--dark);
}
input[type=radio]:checked + label:before {
  border-color: var(--peacock-blue);
  background-color: #fff;
}
input[type=radio]:checked + label:after {
  border-radius: 50%;
  background-color: var(--peacock-blue);
  width: 6px;
  height: 6px;
  top: 7px;
  left: 5px;
  transform: translate(0);
}
input[type=radio]:checked:disabled + label {
  color: var(--leaf) !important;
}

input[type=checkbox],
input[type=radio] {
  display: none;
  -webkit-appearance: none;
  width: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  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;
}

input[type=checkbox].input-block + label,
input[type=radio].input-block + label {
  padding: 16px;
  display: block;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 4px;
  font-size: 19px;
  line-height: 1.42;
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.08);
  background-color: var(--white);
  border: 2px solid transparent;
  color: var(--dark);
}
input[type=checkbox].input-block + label:before, input[type=checkbox].input-block + label:after,
input[type=radio].input-block + label:before,
input[type=radio].input-block + label:after {
  content: none;
}
input[type=checkbox].input-block:checked + label,
input[type=radio].input-block:checked + label {
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.32);
  background-color: var(--peacock-blue);
  color: var(--white);
  opacity: 1;
  border: solid 2px var(--peacock-blue);
}

input[type=checkbox].input-circle + label,
input[type=radio].input-circle + label {
  padding: 4px;
  display: block;
  border-radius: 50%;
  border: solid 1px #e6e7e9;
  color: var(--slate);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
input[type=checkbox].input-circle + label:before, input[type=checkbox].input-circle + label:after,
input[type=radio].input-circle + label:before,
input[type=radio].input-circle + label:after {
  content: none;
}
input[type=checkbox].input-circle:checked + label,
input[type=radio].input-circle:checked + label {
  border: solid 1px var(--slate);
}

@media (max-width: 991px) {
  input[type=checkbox].input-block + label,
input[type=radio].input-block + label {
    font-size: 17px;
  }
}
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: var(--primary-font);
  caret-color: var(--peacock-blue);
}

fieldset {
  border: none;
}

::-webkit-input-placeholder {
  color: var(--battleship-grey);
  font-weight: 500;
}

::-moz-placeholder {
  color: var(--battleship-grey);
  font-weight: 400;
  opacity: 1;
}

::-ms-placeholder {
  color: var(--battleship-grey);
  font-weight: 500;
}

::-moz-placeholder {
  color: var(--battleship-grey);
  font-weight: 500;
}

:-ms-input-placeholder {
  color: var(--battleship-grey);
  font-weight: 500;
}

::placeholder {
  color: var(--battleship-grey);
  font-weight: 500;
}

.form-control:disabled {
  border: solid 1px #d8d8d8 !important;
  background-color: #e6e7e9 !important;
  color: var(--dark) !important;
}

.form-control {
  padding: 13px 18px;
  font-size: 17px;
  outline: none;
  box-shadow: none;
  line-height: 1.5;
  border: solid 1px #e6e7e9;
  width: 100%;
  color: var(--dark);
  background-color: #fff;
  border-radius: 4px;
  font-weight: 500;
  position: relative;
}
.form-control:focus {
  border-color: var(--peacock-blue);
}

.input-symbol {
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  color: var(--battleship-grey);
  font-size: 17px;
  display: flex;
}

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

select.select-text {
  background: transparent url(../images/icons/chevron-down-teal.svg) no-repeat calc(100% - 20px) 50%;
  border-color: transparent;
  color: var(--teal-blue);
  font-size: 32px;
  font-weight: 700;
  font-family: var(--secondary-font);
  padding-right: 50px;
}
select.select-text.select-text-blue {
  color: var(--peacock-blue);
  background-image: url(../images/icons/chevron-down-blue.svg);
}

@media (max-width: 991px) {
  select.select-text {
    font-size: 25px;
  }
}
select[multiple] {
  background-image: none;
  padding: 8px 0;
}
select[multiple] option {
  padding: 6px 16px;
}
select[multiple]:focus option:checked {
  background: var(--leaf) linear-gradient(0deg, #bbd097 0%, #bbd097 100%);
}

textarea.form-control {
  min-height: 82px;
  font-family: var(--primary-font);
}

.has-error .form-control {
  border-color: red;
}

.invalid-feedback {
  color: red;
  font-size: 14px;
  margin-top: 6px;
}

.inner-group {
  position: relative;
}
.inner-group span {
  position: absolute;
  top: 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;
}

.input-group {
  position: relative;
}
.input-group.input-group-append > i, .input-group.input-group-prepend > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray);
  font-size: 24px;
}
.input-group.input-group-append > i {
  right: 17px;
}
.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;
}

.rounded-control .form-control {
  font-size: 15px;
  padding: 6px 13px 6px 16px;
  border: none;
  border-radius: 17px;
}
.rounded-control label {
  color: var(--dark) !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}

.form-control-filter .form-control {
  color: var(--slate);
  background: var(--silver) url(../images/icons/sort.svg) no-repeat calc(100% - 15px) 50%;
}

.search-input .form-control {
  font-size: 15px;
  padding: 6px 13px 6px 16px;
  border: none;
  border-radius: 17px;
}
.search-input.input-group-append > i {
  right: 13px;
}

.search-border .form-control {
  border: solid 1px #e6e7e9;
}

.search-form-control .form-control {
  border: solid 1px #e6e7e9;
  padding: 14px 18px;
  font-size: 17px;
  border-radius: 4px;
}
.search-form-control label {
  color: var(--battleship-grey) !important;
  font-weight: normal;
}

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

@supports not (aspect-ratio: 1/1) {
  .image-wrapper::before {
    float: left;
    padding-top: 100%;
    content: "";
  }

  .image-wrapper::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media (max-width: 991px) {
  .navbar-nav-collapse {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    max-height: 0;
    opacity: 0;
    background-color: #fff;
    border-top: 1px solid var(--light-blue-grey);
    box-shadow: 2px 4px 8px 0 rgba(0, 92, 148, 0.08);
  }
  .navbar-nav-collapse .nav {
    margin: 0;
  }
  .navbar-nav-collapse .nav li {
    border-bottom: 1px solid var(--light-blue-grey);
  }
  .navbar-nav-collapse .nav li a {
    padding: 21px 17px;
  }
  .navbar-nav-collapse.show {
    max-height: calc(100vh - 131px);
    opacity: 1;
    overflow-y: scroll;
    display: block;
  }
  .navbar-nav-collapse.show .primary-menu {
    top: 100%;
    margin-top: 0;
    flex-direction: column;
    border-top: none;
  }
  .navbar-nav-collapse.show .primary-menu li {
    padding: 0;
    border-bottom: 1px solid var(--light-blue-grey);
  }
  .navbar-nav-collapse.show .primary-menu li a {
    padding: 22px 17px 18px;
  }
}
.nav {
  margin: 0 -20px;
}
.nav li a {
  padding: 0 20px;
  display: block;
  color: var(--dark);
}
.nav li.active a {
  font-weight: bold;
  color: var(--peacock-blue);
}
.nav li:hover a {
  color: var(--peacock-blue);
}

.primary-menu {
  border-top: 1px solid var(--light-blue-grey);
  margin-top: 16px;
}
.primary-menu li {
  padding: 0 24px;
}
.primary-menu a {
  text-decoration: none;
  color: var(--dark);
  font-size: 19px;
  padding: 17px 0 15px;
  display: block;
  border-bottom: 2px solid transparent;
}
.primary-menu a:hover {
  color: var(--peacock-blue);
}
.primary-menu .active a {
  border-color: var(--peacock-blue);
  font-weight: 700;
  color: var(--peacock-blue);
}

.secondary-menu {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--light-blue-grey);
  margin-bottom: 16px;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none;
}
.secondary-menu::-webkit-scrollbar {
  display: none;
}
.secondary-menu li {
  padding: 0 24px;
}
.secondary-menu a {
  color: var(--dark);
  font-size: 19px;
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 3px solid transparent;
}
.secondary-menu .active a {
  border-color: var(--peacock-blue);
  font-weight: 700;
  color: var(--peacock-blue);
}

@media (max-width: 1372px) {
  .secondary-menu {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0;
  }
}
.social-links li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px var(--leaf);
  text-align: center;
  line-height: 41px;
}
.social-links li a {
  color: #fff;
  font-size: 20px;
}
.social-links.size-m li {
  width: 32px;
  height: 32px;
  line-height: 30px;
}
.social-links.size-m li a {
  font-size: 16px;
}

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;
}
img.border {
  border-radius: 8px;
}

.aspect-ratio-square {
  aspect-ratio: 1/1;
}

.aspect-ratio-4-3 {
  aspect-ratio: 4/3;
}

.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}

.aspect-ratio-3-2 {
  aspect-ratio: 3/2;
}

@media (min-width: 576px) {
  .aspect-ratio-sm-square {
    aspect-ratio: 1/1;
  }

  .aspect-ratio-sm-4-3 {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 768px) {
  .aspect-ratio-md-square {
    aspect-ratio: 1/1;
  }

  .aspect-ratio-md-4-3 {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 992px) {
  .aspect-ratio-lg-square {
    aspect-ratio: 1/1;
  }

  .aspect-ratio-lg-4-3 {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 1200px) {
  .aspect-ratio-xl-square {
    aspect-ratio: 1/1;
  }

  .aspect-ratio-xl-4-3 {
    aspect-ratio: 4/3;
  }
}
.circle {
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.circle-16 {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.circle-40 {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.circle-48 {
  width: 48px;
  height: 48px;
  font-size: 30px;
  flex: 0 0 48px;
}

.circle-72 {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
}

.circle-64 {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
}

.circle-56 {
  width: 56px;
  height: 56px;
  font-size: 24px;
  flex: 0 0 56px;
}

a.circle:hover {
  color: #fff;
}

.list-check {
  padding-left: 44px;
}
.list-check li {
  margin-bottom: 16px;
  display: flex;
  position: relative;
}
.list-check li:before {
  content: "\e90a";
  left: -44px;
  font-family: "icomoon";
  position: absolute;
  background-color: var(--seaweed);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  line-height: 32px;
}

.bg-peacock-blue {
  background-color: var(--peacock-blue);
}

.bg-peacock-blue-light {
  background-color: var(--peacock-blue-light);
}

.bg-dark {
  background-color: var(--dark);
}

.bg-slate {
  background-color: var(--slate);
}

.bg-teal-blue {
  background-color: var(--teal-blue);
}

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

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

.bg-white {
  background-color: var(--white);
}

.bg-battleship-grey {
  background-color: var(--battleship-grey);
}

.bg-silver {
  background-color: var(--silver);
}

.bg-seaweed {
  background-color: var(--seaweed);
}

.bg-tomato {
  background-color: var(--tomato);
}

.bg-water-blue {
  background-color: var(--water-blue);
}

.bg-sky-blue {
  background-color: var(--sky-blue);
}

.bg-viridian {
  background-color: var(--viridian);
}

.bg-darkish-blue {
  background-color: var(--darkish-blue);
}

.bg-dusty-orange {
  background-color: var(--dusty-orange);
}

.bg-teal-blue-light {
  background-color: #d3e6e4;
}

.bg-dark-gray {
  background-color: #9b9fab;
}

.draft {
  background-color: #fbfce1;
}

.archived {
  background-color: #f1f1f1;
}

.radius-4 {
  border-radius: 4px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-16 {
  border-radius: 16px;
}

.radius-50 {
  border-radius: 50%;
}

.border-all {
  border: 1px solid transparent;
}

.border-dashed {
  border: 1px dashed transparent;
}

.border-top {
  border-top: 1px solid transparent;
}

.border-left {
  border-left: 1px solid transparent;
}

.border-bottom {
  border-bottom: 1px solid transparent;
}

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

.border-peacock-blue {
  border-color: var(--peacock-blue);
}

.border-pale-grey {
  border-color: var(--pale-grey);
}

.border-teal-blue {
  border-color: var(--teal-blue);
}

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

.radius-top-4 {
  border-radius: 4px 4px 0 0;
}

.radius-bottom-4 {
  border-radius: 0 0 4px 4px;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
[data-tooltip]::before {
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  transform: translateX(-50%);
  color: #fff;
  content: attr(data-tooltip);
  padding: 8px;
  text-transform: none;
  transition: all 0.5s ease;
  max-width: 190px;
  min-width: 136px;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.33;
  white-space: normal;
  font-weight: normal;
  text-align: center;
  opacity: 0.96;
  border-radius: 4px;
  box-shadow: 4px 8px 24px 0 rgba(24, 16, 64, 0.08);
  background-color: var(--dark);
}
[data-tooltip]::after {
  position: absolute;
  content: " ";
  width: 22px;
  height: 9px;
  top: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/icons/triangle.svg);
}
[data-tooltip]::before, [data-tooltip]::after {
  opacity: 0;
}
[data-tooltip]:focus::before, [data-tooltip]:focus::after, [data-tooltip]:hover::before, [data-tooltip]:hover::after {
  opacity: 1;
  transition: all 0.75s ease;
}

@media (max-width: 1470px) {
  header [data-tooltip]::before {
    left: unset;
    right: 0;
    transform: unset;
  }
}
.blockquote {
  display: flex;
  margin: 48px 0;
}
.blockquote i {
  flex: 0 0 48px;
  height: 48px;
  background-color: var(--peacock-blue);
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
}
.blockquote blockquote {
  margin-left: 32px;
}

.gallery .pagination-dots .dot {
  border-color: #6a9da6;
}
.gallery .pagination-dots .dot.is-selected {
  border-color: red;
}
.gallery .pagination-dots .dot.is-selected:after {
  background-color: #fff;
}

.gallery-list li {
  width: 338px;
  margin-right: 32px;
  display: inline-block;
}
.gallery-list li a {
  height: 187px;
  width: 100%;
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border-bottom: none;
}
.gallery-list li a:hover:before, .gallery-list li a:hover:after {
  visibility: visible;
}

.content-link {
  border-radius: 4px;
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.08);
  background-color: var(--white);
  margin-bottom: 16px;
}
.content-link .icon-check {
  display: none;
  position: absolute;
  top: 16%;
  left: 16%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 2px 4px 8px 0 rgba(7, 200, 128, 0.5);
  background-color: var(--seaweed);
  color: #fff;
  text-align: center;
  line-height: 32px;
}
.content-link.watched .icon-check {
  display: block;
}

.table-wrapper {
  overflow-x: scroll;
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

table {
  width: 100%;
  font-size: 15px;
  border-collapse: collapse;
  border-radius: 4px;
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.08);
  background-color: #fff;
  table-layout: auto;
  min-width: 600px;
}
table thead td {
  font-weight: 600;
}
table td {
  border-bottom: 1px solid #e6e7e9;
}
table .th-col {
  width: 14%;
}
table th, table td {
  padding: 12px;
  vertical-align: top;
  min-width: 80px;
}
table th:not(:last-child), table td:not(:last-child) {
  border-right: 1px solid #e6e7e9;
}
table th:not(.th-col), table td:not(.th-col) {
  text-align: right;
}
table tr:last-child td {
  border-bottom: none;
}

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

.dz-message {
  margin-bottom: 16px;
}

.upload-wrapper {
  border: dashed 1px var(--peacock-blue);
  border-radius: 4px;
  flex: 0 0 120px;
}
.upload-wrapper .upload-box {
  width: 120px;
  height: 68px;
  border-radius: 4px;
  background-color: var(--white);
  border: 4px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.upload-wrapper-circle {
  flex: 0 0 64px;
  border-radius: 50%;
}
.upload-wrapper-circle .upload-box {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.avatar-upload .upload-wrapper {
  flex: 0 0 72px;
  border-radius: 50%;
}
.avatar-upload .upload-wrapper .upload-box {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.progress-steps {
  padding: 60px 10%;
}

.progress-steps-wrapper:before {
  position: absolute;
  left: 0;
  right: 0;
  height: 12px;
  background-color: #e6e7e9;
  content: "";
  border-radius: 6px;
}

.progress-step {
  width: 16px;
  height: 16px;
  background: #e6e7e9;
  border: 2px solid transparent;
  border-radius: 50%;
  position: relative;
}
.progress-step img {
  position: absolute;
  top: -24px;
  width: 24px;
}
.progress-step .text {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17px;
  text-align: center;
  margin-top: 6px;
}
.progress-step:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  width: 24px;
  height: 24px;
  opacity: 0.5;
  transition: transform 1s;
}
.progress-step:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: var(--seaweed);
  border: 2px solid transparent;
  border-radius: 50%;
}

.progress-step.step-1:before {
  background-image: url(../images/icons/emoji-1.svg);
}

.progress-step.step-2:before {
  background-image: url(../images/icons/emoji-2.svg);
}

.progress-step.step-3:before {
  background-image: url(../images/icons/emoji-3.svg);
}

.progress-step.step-4:before {
  background-image: url(../images/icons/emoji-4.svg);
}

.progress-step.step-5:before {
  background-image: url(../images/icons/emoji-5.svg);
}

.progress-step.selected {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid var(--seaweed);
  z-index: 4;
}
.progress-step.selected:before {
  transform: translateX(-50%) scale(2);
  top: -44px;
  opacity: 1;
}
.progress-step.selected:after {
  content: "";
}
.progress-step.selected .text {
  color: var(--seaweed);
}

.percent {
  position: absolute;
  width: 0;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #89dbce, #76df8e);
  z-index: 2;
  transition: width 1s;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 3px;
  max-width: 99%;
}

@media (max-width: 768px) {
  .progress-step .text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .progress-steps {
    padding: 60px 16px 16px;
  }

  .progress-step .text {
    display: none;
  }
}
.width-120 {
  width: 120px;
}

.switch-wrapper {
  border-radius: 16px;
  border: solid 1px transparent;
  background-color: #e9eef3;
  height: 33px;
  width: 58px;
}

.switch-dot {
  width: 25px;
  height: 25px;
  background-color: var(--white);
  border-radius: 50%;
  top: 4px;
  left: 4px;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

input.switch:checked ~ .switch-wrapper {
  background-color: var(--peacock-blue);
}
input.switch:checked ~ .switch-dot {
  transform: translateX(100%);
  background-color: var(--white);
}

.add-block-list button {
  padding: 15px 16px;
  border-radius: 4px;
  border: dashed 1px var(--light-blue-grey);
  background-color: var(--pale-grey);
  color: var(--dark);
  font-size: 17px;
  display: block;
  margin: 4px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.08);
  background-color: var(--white);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination-dots {
  display: flex;
  align-items: center;
}
.pagination-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: solid 1px var(--light-blue-grey);
}
.pagination-dots .dot.is-selected {
  background-color: #fff;
  border-color: var(--peacock-blue);
  width: 16px;
  height: 16px;
}
.pagination-dots .dot.is-selected:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--peacock-blue);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header {
  background: #fff;
  box-shadow: 2px 4px 8px 0 rgba(0, 92, 148, 0.08);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar-nav-toggle {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: var(--pale-grey);
  color: var(--peacock-blue);
  border-radius: 50%;
  display: none;
  z-index: 999;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.navbar-nav-toggle.navbar-nav-toggle-active {
  background-color: var(--peacock-blue);
}
.navbar-nav-toggle.navbar-nav-toggle-active i:before {
  content: "\e90d";
  color: #fff;
}

.dropdown-parent {
  line-height: 1;
}
.dropdown-parent .icon-chevron-down {
  color: var(--battleship-grey);
}
.dropdown-parent:after {
  top: 100%;
  left: 0;
  right: 0;
  height: 20px;
  content: "";
  position: absolute;
}
.dropdown-parent .nav-dropdown {
  display: block;
  border-radius: 4px;
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.08);
  background-color: var(--white);
  padding: 0 16px;
  min-width: 197px;
  border-top: 4px solid var(--peacock-blue);
  top: calc(100% + 16px);
  right: 0;
  z-index: 9;
}
.dropdown-parent .nav-dropdown li:not(:last-child) {
  border-bottom: 1px solid #d7dce8;
}
.dropdown-parent .nav-dropdown li a {
  padding: 13px 0;
  font-size: 18px;
  color: var(--dark);
  line-height: 1.5;
}
.dropdown-parent .nav-dropdown li a:hover {
  color: var(--peacock-blue);
}
.dropdown-parent.active button {
  color: var(--peacock-blue);
}
.dropdown-parent.active .icon-chevron-down {
  color: var(--peacock-blue);
  transform: scaleY(-1);
}

@media (max-width: 991px) {
  .navbar-nav-toggle {
    display: block;
  }

  .dropdown-parent .nav-dropdown {
    bottom: 0;
    top: unset;
  }

  .logo {
    max-width: 196px;
  }
}
.avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.btn-circle {
  width: 40px;
  height: 40px;
  background-color: var(--pale-grey);
  border-radius: 50%;
  color: var(--peacock-blue);
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

footer {
  color: var(--slate);
  font-size: 15px;
}
footer a {
  text-decoration: none;
  color: var(--slate);
}

.footer-nav {
  background-color: #d9dfe8;
}
.footer-nav a {
  color: #4f5b6b;
}
.footer-nav .dash {
  color: rgba(79, 91, 107, 0.5);
}

.light-blue .category-list li a {
  background-color: var(--pale-grey);
  color: var(--slate);
}

.category-list {
  margin: 0 -8px;
  flex-wrap: wrap;
}
.category-list li {
  margin: 0 4px 8px;
}
.category-list li a, .category-list li button {
  background-color: var(--silver);
  font-size: 15px;
  color: var(--slate);
  padding: 8px 16px;
  border-radius: 16px;
  line-height: 1;
}
.category-list li.active a, .category-list li.active button, .category-list li:hover a, .category-list li:hover button {
  background-color: var(--peacock-blue);
  color: #fff;
}

@media (max-width: 768px) {
  .category-list {
    margin: 0 -16px;
    padding: 0 12px;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .category-list::-webkit-scrollbar {
    display: none;
  }
}
.pagination li, .pagination a, .pagination span {
  display: block;
}
.pagination a, .pagination span {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  border-radius: 50%;
  font-size: 15px;
}
.pagination a i, .pagination span i {
  line-height: 31px;
}
.pagination a:not(.nav-link), .pagination span:not(.nav-link) {
  background-color: var(--white);
  color: var(--slate);
}
.pagination a.nav-link, .pagination span.nav-link {
  color: var(--peacock-blue);
}
.pagination li.active span {
  background-color: var(--peacock-blue);
  color: #fff;
}

.message-list-item {
  border-radius: 0 4px 4px 0;
  border-left: 4px solid var(--light-blue-grey);
  margin-bottom: 4px;
}
.message-list-item .subject {
  color: var(--dark);
}
.message-list-item.new-message {
  background-color: #f2f9ff;
  border-left-color: var(--peacock-blue);
}
.message-list-item.new-message .subject {
  color: var(--peacock-blue);
}

@media (max-width: 991px) {
  .message-list-item .col-subject {
    flex: 1;
  }
  .message-list-item .col-action {
    flex: 0 0 150px;
  }
}
.progress-path {
  position: relative;
  flex: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none;
}
.progress-path::-webkit-scrollbar {
  display: none;
}
.progress-path.success .item:before {
  right: calc(100% + 3px);
  width: 29px;
  opacity: 0.9;
  background: #76df8e;
  content: "";
}
.progress-path.fail .item:before {
  right: calc(100% + 3px);
  width: 29px;
  opacity: 0.9;
  background: #f56a6f;
  content: "";
}

.progress-path .line {
  flex: 1;
  height: 8px;
  opacity: 1;
  background: #6fda9b;
  box-shadow: 2px 4px 8px 0 rgba(0, 157, 155, 0.16);
  min-width: 30px;
  margin: 0 -2px;
}

.progress-path.fail .line {
  background: #f48074;
}

.progress-path span.item ~ .line {
  background: var(--white);
  opacity: 0.5;
}

.progress-path .item {
  flex: 0 0 30px;
  height: 30px;
  line-height: 24px;
  border-radius: 50%;
  background-color: var(--silver);
  box-shadow: 2px 4px 8px 0 rgba(0, 92, 148, 0.32);
  border: 3px solid #fff;
  color: var(--slate);
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  position: relative;
}
.progress-path .item.correct {
  box-shadow: 2px 4px 8px 0 rgba(0, 92, 148, 0.32);
  background-color: var(--seaweed);
  color: var(--white);
}
.progress-path .item.wrong {
  box-shadow: 2px 4px 8px 0 rgba(0, 92, 148, 0.32);
  background-color: var(--tomato);
  color: var(--white);
}
.progress-path .item.completed {
  color: var(--white);
  box-shadow: 2px 4px 8px 0 rgba(0, 92, 148, 0.32);
  border-color: var(--white);
  background-color: var(--water-blue);
}
.progress-path .item.active {
  color: var(--seaweed);
  box-shadow: 0 0 8px 0 rgba(79, 243, 117, 0.8);
  border-color: var(--seaweed);
  background-color: var(--white);
}

.questionnaire-progress {
  height: 8px;
  width: 100%;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 220px;
}
.questionnaire-progress span {
  box-shadow: 2px 4px 8px 0 rgba(0, 157, 155, 0.16);
  background: linear-gradient(to right, #89dbce, #76df8e);
  height: 8px;
  border-radius: 4px;
  display: block;
}
.questionnaire-progress span.yellow {
  background: linear-gradient(to right, #dadb89, #ece935);
}
.questionnaire-progress span.red {
  background: linear-gradient(to right, #db8c89, #f01c14);
}

@media (max-width: 991px) {
  .questionnaire-progress {
    max-width: 100%;
  }

  .questionnaire-progress-warpper {
    margin: -16px -16px 0 !important;
    border-radius: 0px !important;
  }
}
.answers-image-list .image-holder {
  padding: 0 !important;
  border-radius: 18px !important;
  opacity: 0.5;
  border: 2px solid transparent;
}
.answers-image-list .image-holder .image-wrapper:after {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 48px;
  height: 48px;
  font-family: "icomoon";
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 48px;
}
.answers-image-list .selected .image-holder {
  opacity: 1;
}
.answers-image-list .selected.wrong .image-holder {
  border-color: var(--tomato);
  box-shadow: 2px 4px 8px 0 rgba(220, 64, 24, 0.32);
}
.answers-image-list .selected.wrong .image-holder .image-wrapper:after {
  box-shadow: 2px 4px 8px 0 rgba(220, 64, 24, 0.32);
  background-color: var(--tomato);
  content: "\e90d";
  font-size: 21px;
}
.answers-image-list .selected.correct .image-holder {
  background-color: var(--seaweed);
  box-shadow: 2px 4px 8px 0 rgba(7, 200, 128, 0.32);
}
.answers-image-list .selected.correct .image-holder .image-wrapper:after {
  content: "\e90a";
  box-shadow: 2px 4px 8px 0 rgba(7, 200, 128, 0.32);
  background-color: var(--seaweed);
  font-size: 21px;
}

.answers-list .selected .text {
  font-weight: 600;
}
.answers-list .selected .circle {
  position: relative;
}
.answers-list .selected .circle:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "icomoon";
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 48px;
}
.answers-list .selected.wrong .circle:after {
  content: "\e90d";
  box-shadow: 2px 4px 8px 0 rgba(220, 64, 24, 0.32);
  background-color: var(--tomato);
  font-size: 21px;
}
.answers-list .selected.correct .circle:after {
  content: "\e90a";
  box-shadow: 2px 4px 8px 0 rgba(7, 200, 128, 0.32);
  background-color: var(--seaweed);
}

.answers-dropdown-toggle {
  padding: 16px;
  display: block;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 4px;
  font-size: 19px;
  line-height: 1.42;
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.08);
  background-color: var(--white);
}

.answers-list-dropdown {
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.08);
  background-color: var(--white);
  border-radius: 0 0 4px 4px;
  padding: 16px 16px 4px;
  margin-top: -2px;
}

.horizontal-scroll {
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none;
}
.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.steps .num {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 24px;
  border-radius: 50%;
  background-color: var(--silver);
  box-shadow: 2px 4px 8px 0 rgba(0, 92, 148, 0.32);
  border: 3px solid #fff;
  color: var(--slate);
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 8px;
}
.steps:before, .steps:after {
  position: absolute;
  top: 11px;
  height: 8px;
  border-radius: 50px;
  content: "";
  left: 30px;
}
.steps:before {
  background-color: var(--silver);
  opacity: 0.5;
  width: calc(100% - 60px);
}
.steps:after {
  box-shadow: 2px 4px 8px 0 rgba(0, 157, 155, 0.16);
  background: linear-gradient(to right, #89dbce, #76df8e);
  z-index: 1;
}
.steps .label {
  color: var(--battleship-grey);
  margin: 0 auto;
  display: block;
  font-size: 17px;
}
.steps li {
  text-align: center;
  z-index: 2;
  width: 64px;
}
.steps li.active .num {
  color: var(--seaweed);
  box-shadow: 0 0 8px 0 rgba(79, 243, 117, 0.8);
  border-color: var(--seaweed);
  background-color: var(--white);
}
.steps li.active .label {
  color: var(--seaweed);
  font-weight: 600;
}
.steps li.completed .num {
  color: var(--white);
  box-shadow: 2px 4px 8px 0 rgba(0, 92, 148, 0.32);
  border-color: var(--white);
  background-color: var(--water-blue);
}
.steps.step-1:after {
  width: calc(50% - 30px);
}
.steps.step-2:after {
  width: calc(100% - 60px);
}

.message-chat-item {
  max-width: 50%;
}
.message-chat-item:not(:first-child) {
  margin-top: -24px;
}
.message-chat-item .image-wrapper {
  margin-right: 16px;
}
.message-chat-item .box-body {
  position: relative;
  border-top-right-radius: 8px;
  border-top-left-radius: 0px;
  background-color: var(--pale-grey);
  color: var(--dark);
}
.message-chat-item .box-body:before {
  position: absolute;
  left: -8px;
  top: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 16px 0;
  border-color: transparent var(--pale-grey) transparent transparent;
}
.message-chat-item.message-chat-item-right {
  float: right;
}
.message-chat-item.message-chat-item-right .image-wrapper {
  order: 12;
  margin-left: 16px;
  margin-right: 0;
}
.message-chat-item.message-chat-item-right .box-body {
  border-top-right-radius: 0;
  border-top-left-radius: 8px;
  background-color: var(--peacock-blue);
  color: var(--white);
}
.message-chat-item.message-chat-item-right .box-body:before {
  right: -8px;
  left: unset;
  border-width: 16px 8px 0 0;
  border-color: var(--peacock-blue) transparent transparent transparent;
}

@media (max-width: 991px) {
  .message-chat-item {
    max-width: 100%;
  }
  .message-chat-item:not(:first-child) {
    margin-top: 24px;
  }
}
.select-list {
  display: block;
  border-bottom: 1px solid #e6e7e9;
  max-height: 300px;
  overflow-y: auto;
  padding: 14px 0;
  border: solid 1px #e6e7e9;
}

.upn-form {
  border-radius: 4px;
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.08);
}
.upn-form .upn-top {
  background-color: #f9e8e3;
  padding: 24px 48px 16px;
}
.upn-form .upn-bottom {
  background-color: #fbedd7;
  padding: 16px 48px;
}
.upn-form .form-group {
  margin-bottom: 8px;
}
.upn-form .form-control {
  padding: 12px 18px;
}
.upn-form canvas {
  background-color: var(--white);
  padding: 12px;
}

@media (max-width: 991px) {
  .upn-form .upn-top {
    padding: 16px 16px;
  }
  .upn-form .upn-bottom {
    padding: 16px 16px;
  }
}
.dashboard-summary {
  color: var(--slate);
}
.dashboard-summary hr {
  height: 4px;
  border: none;
}
.dashboard-summary .dashboard-item {
  max-width: 20%;
}

@media (max-width: 991px) {
  .dashboard-summary .dashboard-item {
    max-width: unset;
  }
}
.education-list {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.education-item {
  border-radius: 0 0 4px 4px;
  background-color: var(--white);
  border-top: 4px solid var(--peacock-blue);
  padding: 16px 24px 14px;
  font-size: 17px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.tag-item {
  box-shadow: 2px 4px 8px 0 rgba(65, 72, 94, 0.08);
  background-color: var(--peacock-blue);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  padding: 2px 12px 2px 6px;
}
.tag-item + .tag-item {
  margin-left: 8px;
}
.tag-item.tag-no-icon {
  padding: 4px 9px;
  font-size: 15px;
}
.tag-item:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .education-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 768px) {
  .education-list {
    -moz-column-count: 1;
         column-count: 1;
  }

  .education-item {
    padding: 16px;
  }
}
.archive-heading-image {
  width: 100%;
  height: 294px;
  overflow: hidden;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .blog-list .archive-item .image-col {
    flex: 0 0 183px;
    height: 183px;
  }
}
.list-page-item .col {
  flex-grow: 1;
}

.col-size-13 {
  flex: 0 0 13%;
}

@media (max-width: 1372px) {
  .list-page-item .title-col {
    flex: 0 0 250px;
  }
  .list-page-item .title-sort-col {
    flex: 0 0 448px;
  }
}
@media (max-width: 1200px) {
  .list-page-item .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list-page-item .image-col {
    min-height: 183px;
  }
  .list-page-item .image-col, .list-page-item .title-col, .list-page-item .certificate-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.landing-page {
  background-color: #fff;
}
.landing-page header {
  box-shadow: none;
}
.landing-page header.sticky-active {
  box-shadow: 2px 4px 8px 0 rgba(0, 92, 148, 0.08);
}
.landing-page footer {
  position: relative;
}
.landing-page footer:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 68%;
  content: "";
  background-color: #edf1f6;
  z-index: -1;
}

.scroll-mt-80 {
  scroll-margin-top: 80px;
}

.scroll-mt-140 {
  scroll-margin-top: 140px;
}

@media (max-width: 991px) {
  .landing-page .navbar-nav-toggle {
    display: block;
  }
  .landing-page .navbar-nav-collapse {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    max-height: 0;
    opacity: 0;
    background-color: #fff;
    border-top: 1px solid var(--light-blue-grey);
    box-shadow: 2px 4px 8px 0 rgba(0, 92, 148, 0.08);
  }
  .landing-page .navbar-nav-collapse .nav {
    margin: 0;
    flex-direction: column;
  }
  .landing-page .navbar-nav-collapse .nav li {
    border-bottom: none;
  }
  .landing-page .navbar-nav-collapse .nav li a {
    font-size: 32px;
    font-weight: bold;
    padding: 32px 17px;
    text-align: center;
    font-family: var(--secondary-font);
  }
  .landing-page .navbar-nav-collapse.show {
    max-height: calc(100vh - 131px);
    opacity: 1;
    overflow-y: scroll;
    display: block;
  }
}
.landing-page .page ul {
  padding-left: 16px;
  margin: 12px 0 24px 0;
}
.landing-page .page ul li {
  margin-bottom: 8px;
  position: relative;
}
.landing-page .page ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--peacock-blue);
  display: inline-block;
  margin-left: 0;
}

.main-fields {
  padding: 80px 0;
  position: relative;
}
.main-fields:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 54%;
  content: "";
  background-color: #edf1f6;
  z-index: -1;
}
.main-fields .main-fields-list {
  position: relative;
}
.main-fields .main-fields-list:before {
  content: "";
  background-image: url(../images/bg/dot-lines.svg);
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .main-fields:after {
    height: 350px;
  }

  .main-banner .flickity-button {
    display: none;
  }

  .landing-page .navbar-nav-collapse .nav li a {
    font-size: 24px;
    padding: 16px 16px;
  }

  .landing-page .page ul li::before {
    top: 12px;
  }
}
@media (max-width: 768px) {
  .main-fields {
    padding: 50px 0 0;
  }
  .main-fields:after {
    height: 260px;
  }

  .landing-page {
    font-size: 17px;
  }

  .landing-page .page ul li::before {
    top: 10px;
  }
}
.main-banner .pagination-container {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 24px;
}

.main-banner-list .main-banner_item {
  width: 100%;
  height: 650px;
  min-height: 500px;
  position: relative;
}
.main-banner-list .main-banner_image_holder {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  z-index: 1;
  overflow: hidden;
  height: 650px;
}
.main-banner-list .container {
  position: relative;
  height: 100%;
}

@media (min-width: 992px) {
  .main-banner-list .main-banner_image_holder {
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 991px) {
  .main-banner-list .main-banner_item {
    flex-direction: column;
    height: auto;
  }
  .main-banner-list .main-banner_image_holder {
    position: relative;
    width: 100%;
    height: auto;
    order: 2;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    margin-top: 0px;
  }
}
.page ul {
  padding-left: 1em;
}
.page ul li {
  margin-bottom: 16px;
}
.page ul li::before {
  content: "\e904";
  font-family: "icomoon";
  font-size: 13px;
  line-height: 1;
  color: var(--water-blue);
  font-weight: bold;
  display: inline-block;
  width: 1.75em;
  margin-left: -1.75em;
}
.page a {
  text-decoration: underline;
}

.box-info {
  border-radius: 4px;
  box-shadow: 4px 8px 24px 0 rgba(0, 92, 148, 0.08);
  background-color: var(--white);
  max-width: 850px;
  margin: 0 auto;
  padding: 32px 100px;
}

.page-locked {
  position: relative;
  max-height: 330px;
  overflow: hidden;
}
.page-locked:after {
  background: linear-gradient(0deg, #e9eef3 0%, rgba(233, 238, 243, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 330px;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #4b5563;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #4b5563, 0 0 5px #4b5563;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #4b5563;
  border-left-color: #4b5563;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
