/* ==========================================================================
	 Vendors
========================================================================== */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com)
*/
@font-face {
  font-family: "ABC Diatype";
  src: url("../fonts/ABCDiatypeVariable.woff2") format("woff2");
  font-weight: 300;
  font-display: block; }

@font-face {
  font-family: "ABC Diatype";
  src: url("../fonts/ABCDiatypeVariable.woff2") format("woff2");
  font-weight: 500;
  font-display: block; }

/* ==========================================================================
	 Variables
	 ========================================================================== */
:root {
  --prompt-height: 0px; }

/* ==========================================================================
	 Bootstrap Overrides
	 ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* Baseline, measured in pixels
 * The value should be the same as the font-size value for the html element
 * If the html element's font-size is set to 62.5% (of the browser's default font-size of 16px),
 * then the variable below would be 10px.
 */
/*
 * Bootstrap imports
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #000;
  --secondary: #fff;
  --success: #28a745;
  --breakpoint-xs: 0;
  --breakpoint-sm: 600px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: "ABC Diatype", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #000;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    color: #444;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: rem(12px);
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 600px) {
    .container {
      max-width: 600px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 612px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 870px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1044px; } }

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1440px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8b8b8; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-primary:hover {
  background-color: #ababab; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ababab; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: white; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: white; }

.table-hover .table-secondary:hover {
  background-color: #f2f2f2; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #f2f2f2; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 599.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 30px; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9); }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9); }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 600px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .tab-button {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .tab-button {
      transition: none; } }
  .btn:hover, .tab-button:hover {
    color: #fff;
    text-decoration: none; }
  .btn:focus, .tab-button:focus, .btn.focus, .focus.tab-button {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .disabled.tab-button, .btn:disabled, .tab-button:disabled {
    opacity: 0.65; }

a.btn.disabled, a.disabled.tab-button,
fieldset:disabled a.btn,
fieldset:disabled a.tab-button {
  pointer-events: none; }

.btn-primary, .tab-button {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-primary:hover, .tab-button:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:focus, .tab-button:focus, .btn-primary.focus, .focus.tab-button {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-primary.disabled, .disabled.tab-button, .btn-primary:disabled, .tab-button:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-primary:not(:disabled):not(.disabled):active, .tab-button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .tab-button:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .show > .dropdown-toggle.tab-button {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .tab-button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .tab-button:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .show > .dropdown-toggle.tab-button:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #fff;
  border-color: #fff; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e5e5; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e6e5e5;
    border-color: #dfdfdf; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-outline-primary {
  color: #000;
  border-color: #000; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-secondary {
  color: #fff;
  border-color: #fff; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: underline; }
  .btn-link:hover {
    color: #444;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .tab-button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .tab-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 600px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1440px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: rem(12px);
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .tab-button,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .tab-button {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .btn-group > .btn:hover, .btn-group > .tab-button:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .tab-button:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .tab-button:focus, .btn-group > .btn:active, .btn-group > .tab-button:active, .btn-group > .btn.active, .btn-group > .active.tab-button,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .tab-button:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .tab-button:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.tab-button {
      z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .btn-group > .tab-button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .tab-button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .tab-button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  
  .btn-group-vertical > .btn,
  .btn-group-vertical > .tab-button,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .tab-button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -2px; }

.btn-group-toggle > .btn, .btn-group-toggle > .tab-button,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .tab-button {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .tab-button input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .tab-button input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .tab-button input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .tab-button input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.custom-control {
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 0.5remrem(20px); }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 24px-rem(20px)/2;
    left: -0.5remrem(20px);
    display: block;
    width: rem(20px);
    height: rem(20px);
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 24px-rem(20px)/2;
    left: -0.5remrem(20px);
    display: block;
    width: rem(20px);
    height: rem(20px);
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(24px-rem(20px)/2 + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(1.75rem-rem(20px)); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: rem(12px);
  line-height: 1.5; }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.media-body {
  -ms-flex: 1;
      flex: 1; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 600px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "ABC Diatype", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

@media (min-width: 1440px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 600px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: black !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn):not(.tab-button) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eee !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/**
 * @package PickMeUp
 * @author  Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @license 0BSD
 */
.pickmeup {
  background: transparent;
  border-radius: 0.25rem;
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  .pickmeup * {
    box-sizing: border-box; }
  .pickmeup.pmu-flat {
    position: relative; }
  .pickmeup.pmu-hidden {
    display: none; }
  .pickmeup .pmu-instance {
    display: inline-block;
    height: 13.8em;
    padding: 0.5em;
    text-align: center;
    width: 15em; }
    .pickmeup .pmu-instance .pmu-button {
      color: #fff;
      cursor: pointer;
      outline: none;
      text-decoration: none; }
    .pickmeup .pmu-instance .pmu-today {
      background: #000;
      color: #fff; }
    .pickmeup .pmu-instance .pmu-button:hover {
      background: transparent;
      color: #fff; }
    .pickmeup .pmu-instance .pmu-button:focus {
      background: transparent;
      color: #000;
      border: 2px solid #000; }
    .pickmeup .pmu-instance .pmu-not-in-month {
      color: transparent; }
    .pickmeup .pmu-instance .pmu-disabled,
    .pickmeup .pmu-instance .pmu-disabled:hover {
      color: #949494;
      cursor: default; }
    .pickmeup .pmu-instance .pmu-selected {
      background: #fff;
      color: #000; }
    .pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
      background: #000; }
    .pickmeup .pmu-instance nav {
      color: inherit;
      display: -ms-flexbox;
      display: flex;
      line-height: 2em; }
      .pickmeup .pmu-instance nav *:first-child :hover {
        color: #000; }
      .pickmeup .pmu-instance nav .pmu-prev,
      .pickmeup .pmu-instance nav .pmu-next {
        display: none;
        height: 2em;
        width: 1em; }
      .pickmeup .pmu-instance nav .pmu-month {
        width: 14em; }
    .pickmeup .pmu-instance .pmu-day-of-week {
      display: block; }
    .pickmeup .pmu-instance .pmu-years *,
    .pickmeup .pmu-instance .pmu-months * {
      display: inline-block;
      line-height: 3.6em;
      width: 3.5em; }
    .pickmeup .pmu-instance .pmu-day-of-week {
      color: #444;
      cursor: default; }
    .pickmeup .pmu-instance .pmu-day-of-week *,
    .pickmeup .pmu-instance .pmu-days * {
      display: inline-block;
      line-height: 1.5em;
      width: 2em; }
    .pickmeup .pmu-instance .pmu-day-of-week * {
      line-height: 1.8em; }
  .pickmeup .pmu-instance:first-child .pmu-prev,
  .pickmeup .pmu-instance:last-child .pmu-next {
    display: block; }
  .pickmeup .pmu-instance:first-child .pmu-month,
  .pickmeup .pmu-instance:last-child .pmu-month {
    width: 13em; }
  .pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 12em; }
  .pickmeup:not(.pmu-view-days) .pmu-days,
  .pickmeup:not(.pmu-view-days) .pmu-day-of-week,
  .pickmeup:not(.pmu-view-months) .pmu-months,
  .pickmeup:not(.pmu-view-years) .pmu-years {
    display: none; }

.select-hidden {
  padding-right: 10px;
  height: 3.375rem; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #000;
  width: 100%;
  height: 3.375rem;
  margin-bottom: 1.25rem; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border: 2px solid #000;
  padding: 0.8125rem 2.5rem 0.75rem 0.9375rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .select-styled::after {
    content: "";
    width: 1.4375rem;
    height: 1.4375rem;
    position: absolute;
    top: 50%;
    text-align: center;
    border: 1.5px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    right: 0.9375rem;
    transform: translateY(-50%);
    background: url(../img/svg/icons/chevron-down-black.svg) center no-repeat;
    transition: background-color 200ms ease-in-out; }
  .select-styled:active::after, .select-styled.active::after {
    border-color: #000;
    background: url(../img/svg/icons/chevron-down-white.svg) center no-repeat #000;
    transform: rotate(180deg) translateY(50%); }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: -2px 0 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 2px solid #000;
  border-top: 0; }
  .select-options li {
    margin: 0;
    padding: 12px 15px;
    text-indent: 0;
    font-weight: bold; }
    .select-options li:hover {
      text-decoration: underline; }
    .select-options li[rel="hide"] {
      display: none; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 1rem; }

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: normal;
  color: #000;
  overflow-x: hidden; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::selection {
  background: rgba(235, 92, 92, 0.4);
  text-shadow: none; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

@media screen and (prefers-reduced-motion: reduce) {
  a,
  button,
  .event-tile .tohide-content {
    transition: none; } }

/* ==========================================================================
   Print styles.
   In-lined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  header,
  footer {
    display: none !important; }
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]::after {
      content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  /*
	* Don't show links for images, or javascript/internal links
	*/
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  .collapse {
    display: block !important;
    height: auto !important; } }

/* ==========================================================================
   Structural elements
   ========================================================================== */
html,
body {
  height: 100%; }

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  body.modal-open {
    padding-right: 0 !important; }

.site-content {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  overflow: hidden;
  transition: padding 300ms; }

.body-bottom-padding {
  padding-bottom: 1.875rem; }

.box-charcoal {
  background: #222;
  color: #fff;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 2.5rem;
  padding: 1.25rem; }
  .box-charcoal svg {
    max-width: 1.5625rem;
    max-height: 1.875rem; }

.membership-info {
  font-size: 0.875rem;
  line-height: 1.43; }

@media (max-width: 599.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; }
  .xs-fill-width {
    margin-left: -20px;
    margin-right: -20px;
    width: auto; } }

@media (min-width: 768px) {
  .body-bottom-padding {
    padding-bottom: 3.75rem; }
  .box-charcoal {
    padding: 2.5rem;
    margin-bottom: 3.75rem; } }

@media (min-width: 1024px) {
  .body-bottom-padding {
    padding-bottom: 3.75rem; }
  .dark-pattern--bottom-bg {
    background: url(../img/svg/black-dots.svg) no-repeat bottom -476px right calc(50% - 652px); }
  .box-charcoal {
    padding: 3.75rem;
    margin-bottom: 6.25rem; }
    .box-charcoal .features-icons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0.75rem; }
      .box-charcoal .features-icons li {
        width: 50%;
        padding-right: 2.5rem; } }

@media (min-width: 1440px) {
  .body-bottom-padding {
    padding-bottom: 7.1875rem; } }

/* ==========================================================================
Typography classes
========================================================================== */
.wysiwyg img {
  max-width: 100%; }

.wysiwyg h2 {
  margin: 2.5rem 0; }

@media (min-width: 1024px) {
  .wysiwyg p {
    font-size: 1.125rem; } }

.wysiwyg a {
  font-weight: 500; }

.wysiwyg h1 strong,
.wysiwyg h2 strong,
.wysiwyg h3 strong,
.wysiwyg p strong {
  font-weight: 500; }

.wysiwyg iframe {
  max-width: 100%; }

h1,
.h1 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 3rem;
      line-height: 1.1; } }
  @media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 4rem; } }
  .carousel-ymbii-container h1, .carousel-ymbii-container
  .h1 {
    padding-bottom: 0.6875rem;
    margin-bottom: 1.875rem; }
    @media (min-width: 1024px) {
      .carousel-ymbii-container h1, .carousel-ymbii-container
      .h1 {
        padding-bottom: 0.3125rem;
        margin-bottom: 2.5rem; } }

h2, .h2 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.03em; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2.25rem;
      line-height: 1.2; } }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 2.75rem;
      line-height: 1.1; } }

h3,
.h3,
.generic-accordion button,
.page-header--whatson .secondary-nav button,
.home-whatson-top .secondary-nav a {
  margin: 1.5rem 0 1rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.03em; }
  @media (min-width: 768px) {
    h3,
    .h3,
    .generic-accordion button,
    .page-header--whatson .secondary-nav button,
    .home-whatson-top .secondary-nav a {
      font-size: 1.5rem; } }

h4, .h4 {
  margin: 1.5rem 0 1rem;
  font-weight: 700; }

h5, .h5 {
  margin-bottom: 20px; }

.blockquote cite, .features-icons li,
.subheading {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.02em; }
  @media (min-width: 768px) {
    .blockquote cite, .features-icons li,
    .subheading {
      font-size: 1.125rem; } }

.medium {
  font-weight: 500; }

.title {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: bold; }

.category-tile-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.72px;
  margin: 0; }
  @media (min-width: 768px) {
    .category-tile-title {
      font-size: 1.75rem;
      letter-spacing: -0.84px; } }
  @media (min-width: 1024px) {
    .category-tile-title {
      font-size: 2.75rem;
      line-height: 1.1;
      letter-spacing: -1.32px; } }

p {
  margin-bottom: 0.9375rem;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.02em; }
  @media (min-width: 768px) {
    p {
      font-size: 1rem; } }

.tiny {
  font-size: 0.8125rem;
  line-height: 1.4; }

a {
  transition: color 0.15s;
  will-change: color;
  font-weight: 600; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

.blockquote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  column-gap: 20px;
  row-gap: 12px;
  margin: 30px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.66px; }
  @media (min-width: 768px) {
    .blockquote {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      margin: 40px 0;
      font-size: 32px;
      line-height: 1.2;
      letter-spacing: -0.96px; } }
  .blockquote::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 28px;
    height: 28px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M12 5.40541C9.11111 6.37838 6.44444 8.75676 6.44444 14.7027V16.1081H11.6667V28H0V15.1351C0 5.08109 5.66667 0.54054 12 0V5.40541Z' fill='black'/%3E%3Cpath d='M28 5.40541C25.1111 6.37838 22.4444 8.75676 22.4444 14.7027V16.1081H27.6667V28H16V15.1351C16 5.08109 21.6667 0.54054 28 0V5.40541Z' fill='black'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M12 5.40541C9.11111 6.37838 6.44444 8.75676 6.44444 14.7027V16.1081H11.6667V28H0V15.1351C0 5.08109 5.66667 0.54054 12 0V5.40541Z' fill='black'/%3E%3Cpath d='M28 5.40541C25.1111 6.37838 22.4444 8.75676 22.4444 14.7027V16.1081H27.6667V28H16V15.1351C16 5.08109 21.6667 0.54054 28 0V5.40541Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }
    @media (min-width: 768px) {
      .blockquote::before {
        width: 48px;
        height: 48px;
        -webkit-mask-size: 28px;
                mask-size: 28px;
        -webkit-mask-position: top right;
                mask-position: top right; } }
  .blockquote em {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 85px; }

.img-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .img-row a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 20px 20px 0; }
  .img-row img {
    max-width: 12.5rem;
    max-height: 6.25rem; }

.text-primary,
.text-success {
  color: #000; }

.text-secondary {
  color: #fff; }

.text-error,
.error {
  color: #eb5c5c; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .wysiwyg ul {
    list-style: disc outside;
    margin-bottom: 1.25rem;
    padding-left: 40px; }
    @media (min-width: 1024px) {
      .wysiwyg ul {
        padding-left: 60px; } }
    .wysiwyg ul ul {
      margin-left: 1rem; }

ol {
  padding: 0;
  margin-left: 15px; }
  .wysiwyg ol {
    list-style: number outside;
    margin-bottom: 1.25rem;
    margin: 0;
    padding-left: 40px; }
    @media (min-width: 1024px) {
      .wysiwyg ol {
        padding-left: 60px; } }
  ol li {
    margin-bottom: 5px; }
  ol ol {
    margin-bottom: 15px; }

.intro {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4; }
  @media (min-width: 1024px) {
    .intro {
      font-size: 1.25rem; } }

.smallText {
  font-size: 0.85rem; }

.meduimText {
  font-size: 1.125rem;
  line-height: 1.44; }

hr {
  border-width: 2px;
  margin: 1.875rem 0;
  border-color: #000; }

.note {
  color: #000;
  font-size: 0.8125rem;
  letter-spacing: 0.1px; }

.event-main-content ul {
  list-style: disc inside;
  margin-bottom: 1.375rem; }

/* ==========================================================================
   Global form elements
   ========================================================================== */
.form-control {
  border-radius: 0;
  height: 54px;
  color: #000;
  font-weight: normal;
  box-shadow: none;
  border-width: 1px;
  border-color: #ccc;
  max-width: 25.9375rem;
  transition: background-color 200ms, color 200ms, border-color 200ms; }
  .form-control:focus, .form-control:active {
    border-color: #000;
    border-width: 2px;
    outline: none;
    box-shadow: none; }
  .form-control.input-validation-error {
    border-color: #eb5c5c; }

textarea.form-control {
  height: 13.125rem; }

.form-group {
  position: relative; }
  .form-group label {
    font-weight: 500; }
  .form-group.required > label:first-child:after {
    content: " *"; }
  .form-group select {
    background: url("/assets/img/icon-drop-down-arrow.png") no-repeat right 22px top 50%;
    -webkit-appearance: none; }
  .form-group .has-error {
    font-size: 0.875em;
    display: inline-block;
    margin: 1em 0 0;
    color: #fff;
    z-index: 70;
    font-weight: 600;
    background: url(/assets/img/svg/icon-validate-error.svg) 16px 16px no-repeat;
    background-position: 5% 50%;
    padding: 10px 65px 10px 37px;
    position: absolute;
    bottom: -40px;
    left: 0;
    animation: fadein 0.3s; }
    .form-group .has-error::before {
      content: "";
      display: block;
      border: solid transparent;
      border-width: 0 5px 6px;
      bottom: 100%;
      left: 11px;
      position: absolute; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .form-group .text-area {
    height: auto; }

.form-submitting {
  opacity: 0.25; }

.error-state .form-control {
  border-color: #eb5c5c; }

.error-state label {
  color: #eb5c5c; }

.form-validate .error-mes {
  color: #eb5c5c;
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  font-weight: 600;
  text-transform: none;
  margin: 0; }

.form-validate {
  width: 100%; }

@media (min-width: 768px) {
  textarea.form-control {
    height: 17.25rem; } }

/* ==========================================================================
   UI elements
   ========================================================================== */
.loading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms, visibility 0s 200ms;
  z-index: 1080; }
  .show-loading-overlay .loading-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s; }
  .loading-overlay .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0); }

.grid-row {
  position: relative;
  min-height: 150px; }

.modal-backdrop {
  z-index: 1080; }

.modal {
  z-index: 1090; }

.pagination {
  text-align: center;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px; }
  .pagination > a,
  .pagination > span {
    display: inline-block;
    min-width: 38px;
    height: 38px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    line-height: 24px;
    color: #000;
    padding-top: 7px; }
  .pagination .pagePrev,
  .pagination .pageNext {
    margin-right: 10px; }
  .pagination .pageItem {
    margin-right: 20px; }
  .pagination .pageFirst,
  .pagination .pageLast {
    display: none; }
  .pagination .pageCurrent {
    background: #eb5c5c;
    color: #fff; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-width: 0.4rem 0.3rem 0; }

.tooltip .arrow {
  width: 0.6rem; }

.tooltip-inner {
  text-transform: uppercase;
  font-size: 0.75rem; }

.features-icons {
  margin: 2.5rem 0 0; }
  .features-icons li {
    margin-bottom: 0.9375rem;
    display: -ms-flexbox;
    display: flex; }
  .features-icons span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-preferred-size: 2.875rem;
        flex-basis: 2.875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 2.875rem;
    height: 2.875rem;
    margin-right: 0.9375rem;
    background: #fff;
    border-radius: 50%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

.tab-nav {
  box-shadow: 0 33px 30px -30px rgba(0, 0, 0, 0.5);
  background: #222;
  border-radius: 2px;
  padding: 1.875rem 1.25rem;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 3.75rem; }
  .tab-nav h2 {
    text-transform: uppercase;
    line-height: 1.08;
    letter-spacing: -0.1px;
    font-size: 1.5rem; }
  .tab-nav .tab-nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 30px; }
  .tab-nav a {
    color: #949494;
    border-radius: 20px;
    border: solid 2px transparent;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    line-height: 34px;
    letter-spacing: 0.2px;
    padding: 0 10px;
    font-size: 0.9375rem;
    white-space: nowrap; }
    .tab-nav a:hover {
      color: #fff; }
    .tab-nav a.active {
      border-color: #fff;
      color: #fff; }

@media (max-width: 374px) {
  .tab-nav-list {
    -ms-flex-direction: column;
        flex-direction: column; } }

.content-loading {
  width: 104px;
  height: 104px;
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  z-index: 100;
  display: none; }
  .content-loading::after, .content-loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .content-loading::after {
    animation: spinner 0.6s linear infinite;
    border-radius: 50%;
    border: 6px solid #ebebeb;
    border-top-color: #000;
    background: none;
    width: 104px;
    opacity: 1;
    height: 104px; }
  .content-loading::before {
    display: block;
    width: 53px;
    height: 30px;
    margin-top: 36px;
    margin-left: 28px; }

.items-loading {
  opacity: 0.6; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

@media (max-width: 599.98px) {
  .btn-xs-block {
    width: 100%; } }

@media (min-width: 768px) {
  .tab-nav {
    padding: 1.875rem;
    margin-bottom: 3.75rem; }
    .tab-nav h2 {
      font-size: 1.875rem; }
    .tab-nav a {
      line-height: 40px;
      padding-top: 1px;
      padding: 0 20px;
      border-radius: 22px;
      font-size: 1.25rem; }
  .features-icons li {
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 1.75rem; }
  .features-icons span {
    margin-right: 1.25rem; } }

@media (min-width: 1024px) {
  .btn-load-more {
    margin-top: 70px; }
  .tab-nav {
    padding: 3.75rem 1.875rem;
    margin-bottom: 5rem; } }

@media (min-width: 1440px) {
  .tab-nav h2 {
    font-size: 2.5rem; } }

button,
[role="button"] {
  cursor: pointer; }
  button:focus, button:active,
  [role="button"]:focus,
  [role="button"]:active {
    outline: 1px dotted; }

.btn, .tab-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 2.75rem;
  white-space: normal;
  border-radius: 3.125rem;
  text-decoration: none;
  box-shadow: none;
  text-transform: capitalize;
  padding: 0.5rem 1.5rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em; }
  @media (min-width: 1024px) {
    .btn, .tab-button {
      padding: 0.875rem 1.5rem;
      font-size: 16px; } }
  .btn.plus-icon, .plus-icon.tab-button {
    display: block;
    padding-left: 0; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .tab-button {
  min-height: auto;
  padding: 0.35rem 1rem; }

@media (min-width: 1024px) {
  .btn-lg, .btn-group-lg > .btn, .btn-group-lg > .tab-button {
    font-size: 20px; } }

.btn-primary:hover, .tab-button:hover, .btn-primary:not(:disabled):not(.disabled):active, .tab-button:not(:disabled):not(.disabled):active, .btn-primary:focus, .tab-button:focus, .btn-primary:active, .tab-button:active {
  background: #fff;
  color: #000; }

.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:focus, .btn-secondary:active {
  background: #000;
  border-color: #fff;
  color: #fff; }

.btn-chevron {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  column-gap: 20px;
  position: relative;
  padding: 0.5rem 0.75rem 0.5rem 1.5rem; }
  @media (min-width: 1024px) {
    .btn-chevron {
      padding: 0.875rem 0.75rem 0.875rem 1.5rem; } }
  .btn-chevron::after {
    content: "";
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url(../img/svg/icons/chevron-right-grey.svg);
            mask-image: url(../img/svg/icons/chevron-right-grey.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 20px;
            mask-size: 20px; }
  .btn-chevron.btn-primary::after, .btn-chevron.tab-button::after {
    background-color: rgba(255, 255, 255, 0.5); }
  .btn-chevron.btn-primary:hover::after, .btn-chevron.tab-button:hover::after, .btn-chevron.btn-primary:not(:disabled):not(.disabled):active::after, .btn-chevron.tab-button:not(:disabled):not(.disabled):active::after, .btn-chevron.btn-primary:focus::after, .btn-chevron.tab-button:focus::after, .btn-chevron.btn-primary:active::after, .btn-chevron.tab-button:active::after {
    background-color: rgba(0, 0, 0, 0.5); }
  .btn-chevron.btn-secondary::after {
    background-color: rgba(0, 0, 0, 0.5); }
  .btn-chevron.btn-secondary:hover::after, .btn-chevron.btn-secondary:not(:disabled):not(.disabled):active::after, .btn-chevron.btn-secondary:focus::after, .btn-chevron.btn-secondary:active::after {
    background-color: rgba(255, 255, 255, 0.5); }

.btn-chevron-down {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  column-gap: 20px;
  position: relative;
  padding: 0.5rem 0.75rem 0.5rem 1.5rem; }
  @media (min-width: 1024px) {
    .btn-chevron-down {
      padding: 0.875rem 0.75rem 0.875rem 1.5rem; } }
  .btn-chevron-down::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 16px;
    height: 14px;
    background: url(../img/svg/icons/chevron-down-grey.svg) 0 0 no-repeat; }

.dropdown-generic .btn-link, .search-btn, .generic-accordion button, .top-menu-item, .secondary-nav a,
.secondary-nav button, .filter-buttons .btn-collapse, .filter-buttons .btn-clear {
  border: 0;
  background: none;
  padding: 0; }

.btn-wide {
  width: 18.4375rem; }

.btn-soldout {
  background: #ccc;
  border-color: #ccc; }

.dropdown-generic {
  display: inline-block; }
  .dropdown-generic .btn-link {
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 45px; }
    .dropdown-generic .btn-link::after {
      display: none; }
  .dropdown-generic .toggle {
    width: 1.375rem;
    height: 1.375rem;
    position: absolute;
    top: 52%;
    text-align: center;
    border: 1.5px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    right: 0.9375rem;
    transform: translateY(-50%);
    transition: background 200ms ease-in-out; }
    .dropdown-generic .toggle svg {
      transition: transform 200ms ease-in-out;
      transform-origin: 0 0;
      position: absolute;
      top: 51%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .dropdown-generic .toggle path {
      transition: stroke 200ms ease-in-out;
      stroke: #000; }
  .dropdown-generic [aria-expanded="true"] .toggle {
    background: #000;
    border-color: #000; }
    .dropdown-generic [aria-expanded="true"] .toggle path {
      stroke: #fff; }
    .dropdown-generic [aria-expanded="true"] .toggle svg {
      transform: rotate(180deg) translate(-50%, -50%);
      top: 45%; }
  .dropdown-generic [aria-expanded="true"] .subtext {
    height: 0; }
  .dropdown-generic .dropdown-menu {
    box-shadow: 0 22px 53px -30px #000;
    margin-top: 0.9375rem;
    border-radius: 2px;
    background: #fff;
    padding: 1.25rem 1.25rem 0.9375rem;
    left: 0;
    position: relative; }
    .dropdown-generic .dropdown-menu::before, .dropdown-generic .dropdown-menu::after {
      content: "";
      position: absolute;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
      display: block;
      height: 0;
      left: 7.3125rem; }
    .dropdown-generic .dropdown-menu::before {
      top: -0.5rem;
      border-bottom: 8px solid #fff;
      z-index: 1; }
    .dropdown-generic .dropdown-menu::after {
      border-bottom: 8px solid rgba(0, 0, 0, 0.15);
      top: -0.5625rem; }

.btn-center-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .btn-center-flex .btn, .btn-center-flex .tab-button {
    width: 80%; }

.btn-load-more {
  margin-top: 1.875rem; }
  .btn-load-more.dark-bg {
    background: #000;
    color: #fff; }
    .btn-load-more.dark-bg:hover {
      background: #fff;
      color: #000;
      border-color: #000; }
      .btn-load-more.dark-bg:hover::after {
        background: url(../img/svg/icons/chevron-down-black-white-bg.svg) 0 0 no-repeat; }

.btn-rte-link a {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 0.625rem 1.875rem 0.625rem 2.5rem;
  border-radius: 1.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 2px solid transparent;
  text-decoration: none; }
  .btn-rte-link a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    border-color: #000; }
  .btn-rte-link a::after {
    content: "";
    display: inline-block;
    margin: 0 0 -1px 10px;
    position: relative;
    width: 14px;
    height: 14px;
    background-color: currentColor;
    -webkit-mask-image: url("/assets/img/svg/icons/chevron-right-grey.svg");
            mask-image: url("/assets/img/svg/icons/chevron-right-grey.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain; }

a .btn-rte-link {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 0.625rem 1.875rem 0.625rem 2.5rem;
  border-radius: 1.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 2px solid transparent;
  text-decoration: none; }
  a .btn-rte-link:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    border-color: #000; }
  a .btn-rte-link::after {
    content: "";
    display: inline-block;
    margin: 0 0 -1px 10px;
    position: relative;
    width: 14px;
    height: 14px;
    background-color: currentColor;
    -webkit-mask-image: url("/assets/img/svg/icons/chevron-right-grey.svg");
            mask-image: url("/assets/img/svg/icons/chevron-right-grey.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain; }

@media (max-width: 599.98px) {
  .btn-xs-full {
    width: 100%; } }

/* ==========================================================================
   Global header class
   ========================================================================== */
.lock-scroll {
  overflow: hidden; }

.site-header {
  width: 100%;
  color: #fff;
  font-weight: 600;
  height: 60px;
  position: fixed;
  z-index: 18;
  top: 0;
  left: 0; }
  .has-prompt .site-header {
    top: var(--prompt-height); }
  .site-header.js-nav-up {
    top: 0;
    transform: none; }
  .site-header.js-absolute-header {
    position: absolute;
    transform: none; }
  .page-home .site-header {
    background-color: #000; }
  .site-header::after, .site-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
    transition: opacity 200ms ease-in; }
  .site-header::before {
    background: #000;
    opacity: 1; }
  .site-header::after {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    opacity: 0; }
  .site-header.js-absolute-header::before {
    opacity: 0; }
  .site-header.js-absolute-header::after {
    opacity: 1; }
  .site-header.js-black-header::before {
    opacity: 1; }
  .site-header.js-black-header::after {
    opacity: 0; }
  .site-header .header-max-width {
    height: 60px;
    padding: 0.625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .site-header a {
    text-decoration: none; }

.logo {
  width: 2.6875rem;
  height: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: left; }
  .logo svg {
    max-width: 100%;
    max-height: 100%;
    width: 2.6875rem; }
  .xs-lock-scroll .logo {
    position: relative;
    z-index: 1001;
    pointer-events: none; }

.search-btn {
  display: inline-block; }

.btn-menu {
  height: 34px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-radius: 50%;
  position: relative;
  width: 34px;
  font-size: 1.125rem;
  min-height: 34px;
  padding: 0;
  text-transform: none;
  font-weight: 600;
  border: 0; }
  .muted .btn-menu {
    opacity: 0.5; }
  .btn-menu .lines {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    .btn-menu .lines, .btn-menu .lines::before, .btn-menu .lines::after {
      background-color: #000;
      width: 18px;
      height: 2px;
      border-radius: 2px;
      transition: width 100ms ease, background-color 200ms ease, transform 100ms ease; }
    .btn-menu .lines::before, .btn-menu .lines::after {
      content: "";
      left: 0;
      transform-origin: 50% 50%;
      display: inline-block;
      position: absolute; }
    .btn-menu .lines::before {
      top: -6px; }
    .btn-menu .lines::after {
      top: 6px; }
  .btn-menu:hover .lines, .btn-menu:hover .lines::before, .btn-menu:hover .lines::after, .btn-menu:focus .lines, .btn-menu:focus .lines::before, .btn-menu:focus .lines::after, .btn-menu:active .lines, .btn-menu:active .lines::before, .btn-menu:active .lines::after {
    background-color: #fff; }
  .btn-menu[aria-expanded="true"] .lines {
    background: transparent; }
    .btn-menu[aria-expanded="true"] .lines::before {
      transform: rotate(45deg);
      top: 0; }
    .btn-menu[aria-expanded="true"] .lines::after {
      transform: rotate(-45deg);
      top: 0; }

.nav-utils {
  margin-right: 0.625rem; }
  .nav-utils.muted [class*="link-"] {
    opacity: 0;
    visibility: hidden; }
  .nav-utils a,
  .nav-utils .site-search {
    margin-left: 0.625rem; }
    @media (min-width: 600px) {
      .nav-utils a,
      .nav-utils .site-search {
        margin-left: 0.9375rem; } }
    @media (min-width: 768px) {
      .nav-utils a,
      .nav-utils .site-search {
        margin-left: 1.25rem; } }
  .nav-utils .link-subscribe,
  .nav-utils .link-favourites,
  .nav-utils .link-profile,
  .nav-utils .link-cart {
    transition: opacity 200ms; }
  .nav-utils.muted .link-subscribe,
  .nav-utils.muted .link-favourites,
  .nav-utils.muted .link-profile,
  .nav-utils.muted .link-cart {
    opacity: 0.5; }

.link-favourites {
  position: relative; }

.fav-events-count {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #eb5c5c;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1rem;
  top: -5px;
  right: -10px;
  font-size: 0.75rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: scale(0);
  transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 200ms;
  visibility: hidden; }
  .fav-events-count.active {
    opacity: 1;
    transform: scale(1);
    visibility: visible; }

@media (max-width: 599.98px) {
  .xs-lock-scroll {
    overflow: hidden; } }

@media (max-width: 767.98px) {
  .sm-lock-scroll {
    overflow: hidden; }
  .show .search-btn::after {
    content: "";
    position: fixed;
    z-index: 100000;
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(100vh - 60px); } }

@media (min-width: 1024px) {
  .desktop-main-links {
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .desktop-main-links .main-links-list {
      display: -ms-flexbox;
      display: flex; }
      .desktop-main-links .main-links-list li {
        margin: 0 0.9375rem; }
        .desktop-main-links .main-links-list li:first-child {
          margin-left: 1.875rem; }
      .desktop-main-links .main-links-list a {
        color: #fff;
        text-decoration: none;
        position: relative; }
        .desktop-main-links .main-links-list a:hover, .desktop-main-links .main-links-list a:focus {
          color: #ffc107; }
        .desktop-main-links .main-links-list a.active::before {
          content: "";
          position: absolute;
          border: 1.5px solid #ffc107;
          width: 100%;
          left: 0;
          bottom: -0.75rem; }
      .desktop-main-links .main-links-list .arrow {
        display: none; }
  .mobile-main-links {
    display: none; } }

@media (min-width: 1040px) {
  .main-links-list li {
    margin: 0 1.5625rem; }
    .main-links-list li:first-child {
      margin-left: 3.125rem; } }

@media (min-width: 1240px) {
  .logo {
    -ms-flex-positive: 0;
        flex-grow: 0;
    width: 4.5625rem;
    margin-right: 20px; }
    .logo svg {
      width: 4.5625rem; }
  .site-header {
    transition: transform 200ms linear;
    height: 114px;
    transform: none; }
    .site-header.js-absolute-header {
      position: absolute;
      transform: translateY(0);
      transition: none !important;
      left: 0; }
    .site-header.js-nav-up {
      transform: translateY(-114px); }
    .site-header .header-max-width {
      max-width: 100rem;
      margin-left: auto;
      margin-right: auto;
      height: 114px;
      padding: 1.25rem; }
  .search-btn {
    width: 2.6875rem;
    height: 2.6875rem;
    background: #fff;
    border-radius: 50%; }
    .search-btn path {
      fill: #000; }
  .header-logo img {
    height: 2.8125rem; }
  .nav-utils {
    -ms-flex-order: 2;
        order: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0; }
  .btn-menu {
    display: none; } }

.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }
  .skip-main:active, .skip-main:focus {
    left: auto;
    top: auto;
    width: 300px;
    margin: 90px 35%;
    height: 55px;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 1rem;
    border: 2px solid #000;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 999;
    text-transform: uppercase; }

.site-footer .footer-logo {
  margin-bottom: 1.0625rem; }

.site-footer img {
  max-width: 100%; }

.footer-subscribe {
  background-color: #222;
  text-align: center;
  overflow: hidden;
  color: #fff;
  padding: 2.5rem 0; }
  .footer-subscribe .h1,
  .footer-subscribe p {
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto; }
  .footer-subscribe .btn-wide {
    width: 100%; }
  .footer-subscribe .h1 {
    line-height: 1.08;
    margin-top: 0;
    letter-spacing: -0.1px; }
  .footer-subscribe p {
    margin-bottom: 1.875rem; }

.footer-follow {
  background-color: #000;
  color: #fff;
  padding: 2.5rem 0; }
  @media (min-width: 1024px) {
    .footer-follow {
      position: relative;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      overflow: hidden;
      padding: 6.25rem 0; } }
  .footer-follow .h1 {
    font-weight: 400;
    margin: 0; }
  .footer-follow a {
    color: #fff; }

.footer-misc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  column-gap: 40px; }
  @media (min-width: 768px) {
    .footer-misc {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; } }
  @media (min-width: 1024px) {
    .footer-misc {
      column-gap: 60px; } }
  @media (min-width: 1440px) {
    .footer-misc {
      column-gap: 107px; } }

.footer {
  background-color: #000;
  padding-bottom: 5rem;
  color: #fff; }

.footer-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff; }
  @media (min-width: 768px) {
    .footer-links {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; } }
  @media (min-width: 1024px) {
    .footer-links {
      width: 240px; } }
  .footer-links a {
    color: #fff;
    font-weight: 500; }

@media (min-width: 768px) {
  .footer-partners {
    max-width: 240px; } }

.footer-partners .cos,
.footer-partners .access {
  margin-bottom: 1.25rem; }

.footer-partners .cos {
  width: 158px; }
  .footer-partners .cos svg {
    max-width: 100%; }

.footer-partners p {
  margin-bottom: 20px;
  font-weight: 500; }
  .footer-partners p.footer-acknowledgement {
    font-weight: 300; }

.footer-copyright {
  margin-top: 1.75rem; }
  .footer-copyright p {
    font-size: 0.875rem;
    margin-bottom: 0; }

.footer-bottom {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
  padding-top: 60px;
  column-gap: 40px; }
  @media (min-width: 768px) {
    .footer-bottom {
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .footer-bottom .crh-logo svg {
    max-width: 6rem;
    max-height: 5.6875rem; }
    @media (min-width: 1024px) {
      .footer-bottom .crh-logo svg {
        max-width: 14.25rem;
        max-height: 13.5rem; } }

.list-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 1.875rem;
  row-gap: 30px; }
  @media (min-width: 1024px) {
    .list-social {
      column-gap: 80px;
      margin-top: 3.125rem; } }
  .list-social li {
    width: 50%; }
    @media (min-width: 1024px) {
      .list-social li {
        width: auto; } }
    .list-social li a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-align: center;
          align-items: center;
      column-gap: 12px;
      text-decoration: none; }
      @media (min-width: 1024px) {
        .list-social li a {
          column-gap: 20px; } }
      .list-social li a svg {
        width: 1.5rem;
        height: 1.5rem; }

@media (min-width: 350px) {
  .footer-subscribe .btn-wide {
    width: 18.4375rem; } }

@media (min-width: 768px) {
  .footer-subscribe {
    padding: 3.75rem 0; }
    .footer-subscribe .h1,
    .footer-subscribe p {
      max-width: 26.0625rem; } }

@media (min-width: 1024px) {
  .footer-subscribe {
    min-height: 43.25rem;
    position: relative; }
    .footer-subscribe::before, .footer-subscribe::after {
      content: "";
      position: absolute;
      background: url("../img/svg/white-dots.svg") no-repeat center center;
      height: 51.25rem;
      width: 51.25rem;
      pointer-events: none; }
    .footer-subscribe::before {
      left: 50%;
      top: 0;
      transform: translate(15rem, -50%); }
    .footer-subscribe::after {
      right: 50%;
      bottom: 0;
      z-index: 1;
      transform: translate(-23rem, 50%); }
    .footer-subscribe .btn-wide {
      width: 15.0625rem; }
    .footer-subscribe .container {
      text-align: left; }
    .footer-subscribe .h1 {
      max-width: 39.875rem;
      margin: 0 0 1.875rem;
      position: relative;
      padding-bottom: 0.3125rem; }
      .footer-subscribe .h1::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 76%;
        height: 3px;
        background: #fff; }
      .footer-subscribe .h1::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 3.75rem;
        transform: translateY(50%);
        background: #fff url("../img/svg/icons/email.svg") no-repeat center center;
        border-radius: 50%;
        width: 4.1875rem;
        height: 4.1875rem; }
    .footer-subscribe .newsletter-p {
      font-size: 1.25rem; }
      .footer-subscribe .newsletter-p span {
        font-weight: bold; }
    .footer-subscribe .btn, .footer-subscribe .tab-button {
      font-weight: bold; }
    .footer-subscribe p {
      max-width: 29.0625rem;
      margin: 0 0 1.875rem; }
  .follow-us-desc {
    font-size: 1.125rem;
    color: #949494;
    margin-left: 2.25rem;
    font-weight: 600; } }

@media (min-width: 1440px) {
  .footer-subscribe {
    padding-top: 6.25rem; }
    .footer-subscribe .h1::before {
      width: 90%; }
    .footer-subscribe .h1::after {
      right: -1.25rem; } }

.generic-accordion {
  border-bottom: 1px solid #444; }
  .generic-accordion button {
    margin: 0;
    padding: 0.75rem 1.25rem;
    position: relative;
    width: 100%;
    font-weight: 500;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #000; }
    @media (min-width: 600px) {
      .generic-accordion button {
        padding: 1.25rem 0; } }
  .generic-accordion .content-button {
    padding-left: 0; }
    .generic-accordion .content-button .header-title {
      font-size: 26px;
      font-weight: bold; }
  .generic-accordion [aria-expanded="true"] .toggle {
    background: #000;
    border-color: #000; }
  .generic-accordion [aria-expanded="true"] path {
    stroke: #fff; }
  .generic-accordion [aria-expanded="true"] svg {
    transform: rotate(180deg) translate(-50%, -50%);
    top: 46%; }
  .generic-accordion [aria-expanded="true"] .subtext {
    height: 0; }
  .generic-accordion .toggle {
    width: 1.375rem;
    height: 1.375rem;
    position: absolute;
    top: 53%;
    text-align: center;
    border: 1.5px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    right: 0.9375rem;
    transform: translateY(-50%);
    transition: background 200ms ease-in-out; }
  .generic-accordion .subtext {
    font-size: 1rem;
    color: #ccc;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    height: 20px;
    overflow: hidden;
    transition: height 0.35s;
    display: block; }
  .generic-accordion svg {
    transition: transform 200ms ease-in-out;
    transform-origin: 0 0;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .generic-accordion path {
    transition: stroke 200ms ease-in-out;
    stroke: #000; }
  .generic-accordion .generic-collapse {
    padding: 0.75rem 1.25rem; }
    @media (min-width: 600px) {
      .generic-accordion .generic-collapse {
        padding: 0.75rem 0; } }
  .generic-accordion .inner-collapse {
    padding: 0.5rem 1.25rem; }

.event-content-accordion {
  margin-top: 1.875rem; }
  @media (min-width: 1024px) {
    .event-content-accordion {
      margin-top: 2.5rem; } }
  .event-content-accordion .toggle {
    right: 0; }
  .event-content-accordion .inner-collapse {
    padding: 1.875rem 0 1px; }
    .event-content-accordion .inner-collapse:empty {
      display: none; }

@media (max-width: 1023.98px) {
  .event-info-accordion {
    border: 0;
    margin-top: 1.25rem;
    margin-bottom: 1.875rem; }
    .event-info-accordion li {
      background: #000;
      color: #fff;
      border-bottom: 1px solid #fff; }
      .event-info-accordion li a {
        color: #fff; }
    .event-info-accordion button {
      color: #fff;
      background-color: #000;
      padding: 1rem 1.25rem 0.6875rem;
      border: 0; }
    .event-info-accordion h3 {
      margin: 0;
      font-weight: 700;
      line-height: 1.3;
      padding-bottom: 3px; }
    .event-info-accordion .toggle {
      border-color: rgba(255, 255, 255, 0.4);
      top: 26px; }
    .event-info-accordion path {
      stroke: #fff; }
    .event-info-accordion [aria-expanded="true"] .toggle {
      border-color: rgba(255, 255, 255, 0.4); }
  .event-aside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (min-width: 1024px) {
  .event-info-accordion {
    border: 0; }
    .event-info-accordion li {
      margin-bottom: 20px;
      background: #fff; }
    .event-info-accordion button {
      padding: 0.9375rem 1.25rem;
      border: 0; }
    .event-info-accordion h3 {
      margin: 0;
      font-size: 1.5rem;
      font-weight: 700;
      padding-bottom: 3px; }
    .event-info-accordion .subtext {
      color: #444; } }

@media (min-width: 1024px) {
  .generic-accordion .inner-collapse {
    padding-left: 0;
    padding-right: 0; }
  .event-info-accordion {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }
    .event-info-accordion li {
      background: #fff; }
    .event-info-accordion .inner-collapse {
      padding: 0 1.25rem 5px; }
    .event-info-accordion .toggle {
      top: 30px; } }

.accordion-section,
.tabs-section {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .accordion-section .heading,
  .tabs-section .heading {
    font-weight: bold;
    margin: 1.5rem 0;
    font-size: 26px;
    text-decoration: none;
    text-align: left;
    text-transform: capitalize; }
  .accordion-section .sub-heading,
  .tabs-section .sub-heading {
    font-size: 1rem;
    margin: 1.5rem 0; }

.tab-button {
  color: #949494; }

.nav-tabs {
  margin: 1.5rem 0;
  border-bottom: 0; }
  .nav-tabs .nav-link.tab-button {
    margin-right: 10px;
    margin-bottom: 10px; }

.tab-pane {
  margin-top: 10px; }

.event-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%; }
  .event-card .card-title {
    font-weight: 500;
    margin-bottom: 0; }
  .event-card .button-container {
    margin-top: auto; }
  .event-card p {
    margin-bottom: 8px; }

.nav-dropdown .dropdown-menu-main {
  margin-top: 0;
  bottom: 0;
  overflow: scroll;
  padding: 0;
  border: 0;
  box-shadow: none;
  position: fixed;
  transition: transform 0.3s;
  display: block;
  right: 0;
  top: 60px;
  width: 100%;
  background: #000;
  transform: translateX(100%); }

.nav-dropdown.show .dropdown-menu-main {
  transform: translateX(0%); }

.nav-dropdown.muted .btn-menu {
  opacity: 0;
  visibility: hidden; }

.top-level-nav a,
.top-level-nav button {
  color: #fff;
  font-weight: 500; }

.top-menu-item {
  display: block;
  font-size: 1.125rem;
  text-align: left;
  position: relative;
  transition: background 200ms ease-in-out; }
  .top-menu-item .toggle {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    text-align: center;
    right: 0.9375rem;
    transform: translateY(-50%); }
  .top-menu-item svg {
    transition: transform 200ms ease-in-out;
    transform-origin: center; }
  .top-menu-item path {
    transition: stroke 200ms ease-in-out; }
  .expanded .top-menu-item path {
    stroke: #fff; }
  .expanded .top-menu-item svg {
    transform: rotate(180deg); }

@media (max-width: 767.98px) {
  .top-level-nav {
    border-bottom: 1px solid #444; }
    .show .top-level-nav .dropdown-menu-secondary,
    .collapsing .top-level-nav .dropdown-menu-secondary {
      display: initial;
      position: static;
      float: none;
      padding: 0;
      margin: 0;
      border: 0; }
  .top-level-nav > li {
    transition: background 200ms ease-in-out; }
    .top-level-nav > li.expanded {
      background: #222; }
  .top-menu-item {
    padding: 0.75rem 0.9375rem;
    width: 100%;
    border-top: 1px solid #444; }
    .top-menu-item.active .nav-title {
      position: relative; }
      .top-menu-item.active .nav-title::after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        height: 0.125rem;
        background: #fff;
        bottom: 0; }
    .top-menu-item svg {
      width: 10px;
      height: 8px; }
    .expanded .top-menu-item svg {
      position: relative;
      top: -2px; }
  .second-level-nav {
    padding: 0.3125rem 1.875rem 1.25rem; }
    .second-level-nav a {
      font-size: 1.25rem;
      margin: 7px 0;
      display: inline-block; } }

@media (min-width: 768px) {
  .nav-dropdown .dropdown-menu-main {
    transform: none;
    overflow: visible;
    background: transparent;
    top: 0;
    height: 60px;
    z-index: -1;
    opacity: 0;
    transition: opacity 200ms, top 200ms; }
    .nav-dropdown .dropdown-menu-main.show {
      top: 60px;
      z-index: 1;
      opacity: 1; }
  .nav-dropdown .header-max-width {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .nav-dropdown .show,
  .nav-dropdown .collapsing {
    display: block;
    position: fixed;
    background: #000;
    left: 0; }
  .top-level-nav {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 3.75rem;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .top-level-nav button {
      overflow: hidden; }
    .top-level-nav > li {
      position: relative; }
      .top-level-nav > li .second-level-collapse {
        height: auto;
        overflow: visible;
        position: absolute;
        opacity: 0;
        pointer-events: none;
        left: 50%;
        margin-top: 1.25rem;
        transition: opacity 200ms;
        transform: translateX(-50%); }
        .top-level-nav > li .second-level-collapse::before {
          position: absolute;
          content: "";
          border-width: 8px;
          top: -16px;
          border-style: solid;
          border-color: transparent transparent #222;
          width: 0;
          height: 0;
          display: block;
          left: 50%;
          transform: translateX(-50%); }
      .top-level-nav > li:first-child .second-level-collapse {
        left: 0;
        transform: translateX(0); }
        .top-level-nav > li:first-child .second-level-collapse::before {
          left: 43%; }
      .top-level-nav > li.expanded .second-level-collapse {
        opacity: 1;
        pointer-events: all; }
  .top-menu-item {
    margin: 0 0.5rem;
    font-size: 0.875rem; }
    .top-menu-item::after {
      position: absolute;
      content: "";
      left: 50%;
      right: 50%;
      height: 0.125rem;
      background: #fff;
      bottom: 0;
      transition: left 200ms, right 200ms, opacity 200ms;
      opacity: 0; }
    .top-menu-item:hover::after, .top-menu-item:focus::after, .top-menu-item:active::after, .top-menu-item.active::after {
      text-decoration: none;
      left: 0;
      right: 1.5rem;
      opacity: 1; }
    .top-menu-item[data-toggle="collapse"] {
      padding-right: 1.5625rem; }
    .top-menu-item .toggle {
      width: 1.25rem;
      height: 1.25rem;
      right: 0;
      top: 49%; }
    .top-menu-item svg {
      position: relative;
      top: -0.1875rem; }
    .top-menu-item.expanded svg {
      top: -0.25rem; }
  a.top-menu-item:hover::after, a.top-menu-item:focus::after, a.top-menu-item:active::after, a.top-menu-item.active::after {
    right: 0; }
  .second-level-nav {
    padding: 0.9375rem 1.25rem;
    background: #222;
    width: 16.875rem;
    box-shadow: 0 22px 53px -30px rgba(0, 0, 0, 0.5); }
    .second-level-nav a {
      font-size: 1rem;
      margin: 0.25rem 0;
      display: inline-block; }
      .second-level-nav a:hover {
        text-decoration: underline; } }

@media (min-width: 1024px) {
  .top-menu-item {
    margin: 0 0.75rem;
    font-size: 1rem; }
    .top-menu-item:hover::after, .top-menu-item:focus::after, .top-menu-item:active::after, .top-menu-item.active::after {
      right: 1.875rem; }
    .top-menu-item[data-toggle="collapse"] {
      padding-right: 1.875rem; }
    .top-menu-item .toggle {
      width: 1.375rem;
      height: 1.375rem; }
    .top-menu-item svg {
      top: -0.0625rem; }
  .expanded svg {
    top: -0.1875rem; }
  .second-level-nav a {
    font-size: 1.125rem; } }

@media (min-width: 1240px) {
  .top-level-nav {
    -ms-flex-pack: center;
        justify-content: center; }
    .top-level-nav > li:first-child .second-level-collapse {
      left: 50%;
      transform: translateX(-50%); }
      .top-level-nav > li:first-child .second-level-collapse::before {
        left: 50%;
        transform: translateX(-50%); }
  .nav-dropdown {
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .nav-dropdown .dropdown-menu-main {
      position: static;
      transform: none;
      overflow: visible;
      background: transparent;
      opacity: 1; } }

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.home-acknowledgement.modal.fade .modal-dialog {
  transition: none;
  transform: none; }

.home-acknowledgement .modal-content {
  background-color: #000;
  color: #fff; }

.home-acknowledgement .modal-body {
  padding: 2.75rem;
  text-align: center; }

.home-acknowledgement .acknowledgement-text .text {
  margin: 0; }
  .home-acknowledgement .acknowledgement-text .text p:last-child {
    margin: 0; }

.home-acknowledgement .acknowledgement-text .btn, .home-acknowledgement .acknowledgement-text .tab-button {
  margin-top: 1.875rem;
  margin-inline: auto; }

.tile-img {
  height: 0;
  width: 100%; }
  .tile-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .tile-img img {
    max-width: 100%; }

.comment-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: url(../img/svg/icons/comment.svg) 0 2px no-repeat;
  padding-left: 1.6875rem;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
  padding-right: 0.625rem; }

.tile-presenter {
  box-shadow: 0 33px 30px -30px rgba(0, 0, 0, 0.5);
  transition: transform 300ms, box-shadow 300ms;
  overflow: hidden;
  width: 8.875rem; }
  @media (min-width: 768px) {
    .tile-presenter {
      width: 12rem; } }
  @media (min-width: 1024px) {
    .tile-presenter {
      width: 19.625rem; } }
  .tile-presenter:hover, .tile-presenter:focus {
    transform: translateY(-5px);
    box-shadow: 0 43px 50px -30px rgba(0, 0, 0, 0.5); }
  .tile-presenter .tile-img {
    padding-bottom: 100%;
    overflow: hidden; }
    @media (min-width: 1440px) {
      .tile-presenter .tile-img {
        padding-bottom: 111.464968153%; } }
    .tile-presenter .tile-img::after {
      background: linear-gradient(to bottom, rgba(88, 88, 88, 0), rgba(0, 0, 0, 0.68)); }

.tile-description {
  position: absolute;
  bottom: 0;
  padding: 10px; }
  @media (min-width: 1024px) {
    .tile-description {
      padding: 20px; } }
  .tile-description h3 {
    color: #fff; }

.event-tile {
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 100%;
  margin-bottom: 0.625rem;
  border-radius: 2px; }
  @media (min-width: 768px) {
    .event-tile:hover .tile-img::after {
      background: rgba(0, 0, 0, 0.6); }
    .event-tile:hover .hidden-content {
      transform: translateY(0);
      position: relative; }
    .event-tile:hover .tohide-content {
      opacity: 0;
      position: absolute; }
    .event-tile:hover .show-hide-content {
      max-height: 12.5rem; } }
  .event-tile h3,
  .event-tile p {
    color: #fff; }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .event-tile .tile-content {
      padding: 0.9375rem; } }
  .event-tile .tile-img {
    padding-bottom: 111.549295775%; }
    @media (min-width: 768px) {
      .event-tile .tile-img {
        padding-bottom: 111.549295775%; } }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .event-tile .tile-img {
        padding-bottom: 132%; } }
    .event-tile .tile-img::after {
      background: rgba(0, 0, 0, 0.5);
      transition: background-color 200ms; }
  .event-tile h3 {
    margin: 0; }
  .event-tile p {
    margin-bottom: 0.625rem; }
  .event-tile .presenter {
    padding-top: 0.625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .event-tile .genre {
    font-size: 0.6875rem;
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 5px 10px;
    margin: 0;
    font-weight: 500; }
  .event-tile .btn-secondary {
    margin-top: 20px; }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .event-tile .btn-secondary {
        font-size: 0.875rem;
        margin-top: 0.625rem; } }
  .event-tile .btn-toggle-favourite {
    position: absolute;
    z-index: 0;
    top: 0.625rem;
    right: 0.625rem; }
  @media (min-width: 768px) {
    .event-tile .tohide-content {
      transition: opacity 200ms, height 200ms;
      height: 6rem; } }
  @media (min-width: 768px) {
    .event-tile .show-hide-content {
      transition: max-height 200ms;
      min-height: 6rem;
      max-height: 6rem; } }

.tile-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem;
  transition: height 200ms; }

.show-hide-content {
  position: relative; }

.tohide-content {
  position: relative; }

.hidden-content {
  padding-top: 0.625rem;
  position: absolute;
  transform: translateY(15%);
  transition: transform 200ms; }

.btn-toggle-favourite {
  width: 2.3125rem;
  height: 2.3125rem;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: 2;
  padding: 0;
  text-align: center;
  position: relative; }
  .btn-toggle-favourite path {
    transition: fill 200ms;
    fill: transparent; }
  .btn-toggle-favourite .btn-remove,
  .btn-toggle-favourite .btn-add {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .btn-toggle-favourite .btn-remove {
    opacity: 0;
    top: -1px; }
  .btn-toggle-favourite:hover {
    border-color: #fff; }
    .btn-toggle-favourite:hover path {
      fill: #fff; }
    .btn-toggle-favourite:hover .tooltip {
      opacity: 1; }
  .btn-toggle-favourite.active {
    background: #fff;
    border-color: #fff; }
    .btn-toggle-favourite.active:hover .btn-remove {
      opacity: 1; }
    .btn-toggle-favourite.active:hover .btn-add {
      opacity: 0; }
    .btn-toggle-favourite.active path {
      fill: #eb5c5c;
      stroke: #eb5c5c; }

.genre-tile {
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 0;
  width: 6.875rem;
  height: 6.875rem; }

.form-check-label {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 2px;
  overflow: hidden; }
  .form-check-label:hover .tick, .form-check-label:focus .tick, .form-check-label:active .tick {
    border-style: solid;
    background: transparent; }
  .form-check-label::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0; }
  .form-check-label .tick {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 37px;
    height: 37px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border: dashed 1px #fff;
    z-index: 1;
    text-align: center; }
  .form-check-label svg {
    margin-top: 0.6875rem; }
  .form-check-label span {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 5px;
    right: 5px;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.13; }

@media (max-width: 599.98px) {
  .genre-swiper-container {
    margin-right: -1.25rem; } }

.form-check-input {
  position: absolute;
  opacity: 0; }
  .form-check-input:focus + label .tick {
    border-color: #fff; }
  .form-check-input:checked + label .tick, .form-check-input:checked:focus + label .tick {
    border-color: #fff;
    background: #fff; }
  .form-check-input:checked + label path, .form-check-input:checked:focus + label path {
    stroke: #000; }

.tile-membership {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1.875rem 0.9375rem;
  margin-bottom: 3.75rem; }
  .tile-membership span {
    background: #fff;
    border-radius: 50%;
    height: 5.125rem;
    width: 5.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-left: auto;
    margin-right: auto; }
  .tile-membership .btn, .tile-membership .tab-button {
    margin-top: 0.9375rem; }
  .tile-membership h3 {
    text-transform: uppercase; }

@media (min-width: 1024px) {
  .tile-membership {
    margin-bottom: 6.25rem;
    padding: 1.875rem 2.5rem; } }

@media (min-width: 1440px) {
  .tile-membership {
    padding: 1.875rem 3.125rem; } }

.cta-package {
  padding: 1.25rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  position: relative;
  background-size: cover;
  background-position: center; }
  @media (min-width: 1024px) {
    .cta-package {
      padding: 2.5rem;
      overflow: hidden; } }
  .cta-package::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 0;
    display: block; }
  .cta-package * {
    position: relative;
    z-index: 1; }
  .cta-package svg {
    width: 48px;
    height: 48px; }
  .cta-package h3 {
    margin: 0; }
  .cta-package p {
    margin: 0; }

.cta-package--light {
  background: #fff;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #000; }
  .cta-package--light::after {
    display: none; }
  .cta-package--light p {
    margin: 0; }

.package-panel {
  position: relative;
  display: inline-block;
  margin-bottom: 0.625rem;
  width: 100%; }
  .package-panel .presenter {
    font-size: 0.875rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; }
  .package-panel .package-image {
    height: 250px;
    overflow: hidden; }
    .package-panel .package-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -1;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%; }

.package-image {
  position: relative;
  border-radius: 2px 2px 0 0; }
  .package-image::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none; }
  .package-image img {
    max-width: 100%; }

.package-title .h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.07;
  letter-spacing: -0.1px;
  margin: 0 0 0.625rem; }

.package-description {
  background: #000;
  color: #fff;
  padding: 1.25rem; }

.package-panel--small,
.content-tile {
  max-width: 20.9375rem; }
  .package-panel--small .presenter,
  .content-tile .presenter {
    font-size: 0.875rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; }
  .package-panel--small a,
  .content-tile a {
    display: block; }
  .package-panel--small .h3,
  .content-tile .h3 {
    font-size: 2.25rem; }
  .package-panel--small .package-title,
  .content-tile .package-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.25rem; }

.content-tile {
  max-width: 16.875rem;
  margin: 0 0 1.25rem; }

@media (max-width: 599.98px) {
  .package-description .btn, .package-description .tab-button {
    width: 100%; } }

@media (max-width: 1023.98px) {
  .package-title {
    position: absolute;
    bottom: 0;
    padding: 1.25rem; } }

@media (min-width: 768px) {
  .content-tile-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .content-tile-grid .content-tile {
      margin-left: 0;
      margin-right: 0; } }

@media (min-width: 1024px) {
  .package-panel {
    display: -ms-flexbox;
    display: flex; }
    .package-panel .presenter {
      margin-bottom: 1.875rem; }
    .package-panel .package-image {
      -ms-flex-preferred-size: 40.0390625%;
          flex-basis: 40.0390625%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 28.5625rem; }
      .package-panel .package-image .comment-label {
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.375rem;
        padding: 3.125rem 1.25rem 0;
        left: 0;
        width: 100%;
        background-position: center top;
        background-size: 38px auto;
        text-transform: none;
        letter-spacing: 0.1px;
        line-height: 1.1; }
  .package-description {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 1.25rem 3.125rem; }
    .package-description .h3 {
      font-size: 2rem;
      margin: 0 0 0.875rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: -0.1px; }
    .package-description .btn, .package-description .tab-button {
      margin-top: 2.5rem;
      width: 18.75rem; } }

@media (min-width: 1440px) {
  .package-description .h3 {
    font-size: 2.75rem; } }

.favourites-panel {
  position: relative;
  display: inline-block;
  margin-bottom: 0.625rem;
  color: #fff; }
  .favourites-panel .venue,
  .favourites-panel .presenter {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0; }
  .favourites-panel .presenter {
    font-size: 0.875rem; }
  .favourites-panel p {
    margin-bottom: 0.625rem; }
  .favourites-panel .note {
    color: #ccc;
    margin: 0; }
  .favourites-panel .h4 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: 0.1px;
    margin: 0 0 0.625rem; }
  .favourites-panel .h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.1px;
    margin: 0 0 0.625rem; }
  .favourites-panel .tag {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    letter-spacing: 0.2px;
    padding: 0 7px;
    border-radius: 11px;
    display: inline-block;
    width: auto;
    margin: 0.3125rem 0.3125rem 1.25rem 0; }
  .favourites-panel .btn, .favourites-panel .tab-button {
    margin-top: 1.375rem; }
  .favourites-panel .btn-toggle-favourite {
    position: absolute;
    z-index: 10;
    top: 0.625rem;
    right: 0.625rem; }

.favourites-content {
  position: absolute;
  bottom: 0;
  padding: 1.25rem; }

.favourites-image {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 2px 2px 0 0; }
  .favourites-image::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none; }
  .favourites-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%; }

.favourites-description {
  background: #000;
  padding: 1.25rem; }

@media (max-width: 599.98px) {
  .favourites-description .btn, .favourites-description .tab-button {
    width: 100%; } }

@media (min-width: 1024px) {
  .favourites-panel {
    display: -ms-flexbox;
    display: flex; }
    .favourites-panel .presenter {
      margin-bottom: 1.875rem;
      font-size: 0.9375rem;
      text-transform: uppercase; }
    .favourites-panel .name {
      display: inline-block;
      margin-bottom: 0.625rem; }
    .favourites-panel .tag {
      margin: 0 0.625rem 0 0;
      position: relative;
      top: -1px; }
    .favourites-panel .h4 {
      font-size: 1.5rem;
      text-transform: none;
      margin-bottom: 1.25rem; }
    .favourites-panel p {
      font-size: 1.25rem;
      height: 60px;
      overflow: hidden; }
    .favourites-panel .btn-toggle-favourite {
      top: 1.25rem;
      right: 1.25rem; }
  .favourites-image {
    -ms-flex-preferred-size: 40.0390625%;
        flex-basis: 40.0390625%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 28.5625rem; }
  .favourites-description {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 3.125rem; }
    .favourites-description .h3 {
      font-size: 2.75rem;
      margin: 0 0 0.875rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: -0.1px; }
    .favourites-description .long-title {
      font-size: 2.125rem; }
    .favourites-description .btn, .favourites-description .tab-button {
      width: 18.75rem; }
  .favourites-content {
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    .favourites-content p {
      font-size: 1.25rem;
      font-weight: 600; }
    .favourites-content .venue {
      font-weight: 600; }
    .favourites-content .note {
      position: absolute;
      bottom: 1.25rem;
      width: 100%;
      left: 0;
      font-size: 0.875rem; } }

.explore-section {
  margin-bottom: 1.875rem; }
  @media (min-width: 1024px) {
    .explore-section {
      margin-bottom: 3.75rem;
      position: relative; } }
  @media (min-width: 1440px) {
    .explore-section {
      margin-bottom: 7.3125rem; } }
  .explore-section > .container {
    position: relative; }
  @media (min-width: 1440px) {
    .explore-section .h1 {
      margin-bottom: 4.25rem; } }

.tile-swiper-overflow {
  overflow: visible;
  min-height: 10.75rem; }
  @media (min-width: 1024px) {
    .tile-swiper-overflow {
      min-height: 25.625rem; } }

.see-all-presenters {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center; }

@media (min-width: 600px) {
  .see-all-presenters .btn, .see-all-presenters .tab-button {
    width: 20.9375rem; } }

@media (min-width: 1024px) {
  .see-all-presenters {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .dark-pattern--left {
    position: relative; }
    .dark-pattern--left::after {
      content: "";
      position: absolute;
      right: 50%;
      top: 0;
      width: 51.25rem;
      height: 51.25rem;
      transform: translate(-23rem, -7.8125rem);
      background: url(../img/svg/black-dots.svg) no-repeat bottom right;
      pointer-events: none; } }

.carousel-swiper-container,
.single-img {
  padding-bottom: 33px;
  overflow: visible;
  margin-bottom: 30px; }
  .carousel-swiper-container .caption,
  .single-img .caption {
    font-weight: 600;
    text-align: center;
    padding-top: 0.625rem;
    margin: 0;
    font-size: 0.875rem; }
  .carousel-swiper-container .play-video,
  .single-img .play-video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    height: 100%;
    background: none;
    border: 0;
    padding: 0; }
    .carousel-swiper-container .play-video:hover::after, .carousel-swiper-container .play-video:focus::after,
    .single-img .play-video:hover::after,
    .single-img .play-video:focus::after {
      background-color: #444; }
    .carousel-swiper-container .play-video:hover::before, .carousel-swiper-container .play-video:focus::before,
    .single-img .play-video:hover::before,
    .single-img .play-video:focus::before {
      transform: scale(1.03) translate(-50%, -50%); }
    .carousel-swiper-container .play-video img,
    .single-img .play-video img {
      position: relative;
      z-index: 1; }
    .carousel-swiper-container .play-video::after, .carousel-swiper-container .play-video::before,
    .single-img .play-video::after,
    .single-img .play-video::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none; }
    .carousel-swiper-container .play-video::after,
    .single-img .play-video::after {
      width: 5.625rem;
      height: 5.625rem;
      background: #000;
      border-radius: 50%;
      z-index: 1;
      transition: background-color 200ms; }
    .carousel-swiper-container .play-video::before,
    .single-img .play-video::before {
      width: 1.875rem;
      height: 1.875rem;
      background: url(../img/svg/icons/triangle.svg) 0 0 no-repeat;
      background-size: 30px auto;
      z-index: 2;
      transition: transform 200ms;
      transform-origin: 0 0;
      margin-left: 2px; }

.single-img {
  padding-bottom: 0; }

.carousel-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .carousel-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px; }
  .carousel-pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #000; }

.mini-tile-swiper-container {
  overflow: visible;
  cursor: move;
  cursor: -webkit-grab; }
  @media (min-width: 600px) {
    .mini-tile-swiper-container {
      margin-left: calc(50% - 290px); } }
  @media (min-width: 768px) {
    .mini-tile-swiper-container {
      margin-left: calc(50% - 296px); } }
  @media (min-width: 1024px) {
    .mini-tile-swiper-container {
      margin-left: calc(50% - 425px); } }
  @media (min-width: 1440px) {
    .mini-tile-swiper-container {
      width: calc(100% + 250px);
      margin-left: calc(50% - 611px); } }
  .mini-tile-swiper-container .swiper-buttons {
    position: absolute;
    top: -1rem;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
    transform: translate(0%, -100%); }
    @media (min-width: 768px) {
      .mini-tile-swiper-container .swiper-buttons {
        transform: translate(50%, -100%); } }
    @media (min-width: 1440px) {
      .mini-tile-swiper-container .swiper-buttons {
        column-gap: 70px;
        transform: translate(0%, -100%);
        top: -4.25rem; } }
    .mini-tile-swiper-container .swiper-buttons .swiper-button-prev,
    .mini-tile-swiper-container .swiper-buttons .swiper-button-next {
      position: static;
      margin: 0;
      background-size: 10px auto; }
      @media (min-width: 1024px) {
        .mini-tile-swiper-container .swiper-buttons .swiper-button-prev,
        .mini-tile-swiper-container .swiper-buttons .swiper-button-next {
          background-size: 15px auto; } }
    .mini-tile-swiper-container .swiper-buttons .swiper-button-prev {
      background-image: url(../img/svg/icons/black-arrow.svg);
      transform: rotate(180deg); }
    .mini-tile-swiper-container .swiper-buttons .swiper-button-next {
      background-image: url(../img/svg/icons/black-arrow.svg); }

.carousel-ymbii-container {
  margin: 2.5rem 0 0; }

@media (max-width: 767.98px) {
  .carousel-swiper-container .carousel-btn-prev,
  .carousel-swiper-container .carousel-btn-next {
    bottom: 7px;
    top: auto;
    width: 10px;
    height: 14px;
    background: url(../img/svg/icons/chevron-left-dark.svg) 0 0 no-repeat; }
    .carousel-swiper-container .carousel-btn-prev::after,
    .carousel-swiper-container .carousel-btn-next::after {
      position: absolute;
      content: "";
      top: -10px;
      bottom: -10px;
      left: -10px;
      right: 0; }
  .carousel-swiper-container .carousel-btn-next {
    transform: rotate(180deg); }
  .carousel-swiper-container .swiper-pagination {
    padding: 0 40px; } }

@media (min-width: 600px) {
  .carousel-ymbii .swiper-pagination {
    display: none; } }

@media (max-width: 599.98px) {
  .carousel-ymbii {
    max-width: 22.1875rem;
    padding-bottom: 1.25rem; } }

@media (min-width: 768px) {
  .carousel-container {
    position: relative; }
  .carousel-swiper-container,
  .single-img {
    overflow: hidden;
    position: static;
    padding-bottom: 2.8125rem; }
    .carousel-swiper-container .caption,
    .single-img .caption {
      font-size: 1.25rem;
      padding-top: 1.25rem; }
    .carousel-swiper-container .play-video::after,
    .single-img .play-video::after {
      width: 7.5rem;
      height: 7.5rem; }
    .carousel-swiper-container .play-video::before,
    .single-img .play-video::before {
      width: 3.5rem;
      height: 3.5rem;
      background-size: 56px auto;
      margin-left: 3px; }
    .carousel-swiper-container .carousel-btn-next,
    .carousel-swiper-container .carousel-btn-prev,
    .single-img .carousel-btn-next,
    .single-img .carousel-btn-prev {
      top: 11rem;
      width: 77px;
      height: 77px;
      background: #000 url(../img/svg/icons/nextarrow.svg) no-repeat 27px center;
      border-radius: 50%;
      transition: background 200ms; }
      .carousel-swiper-container .carousel-btn-next:hover, .carousel-swiper-container .carousel-btn-next:focus,
      .carousel-swiper-container .carousel-btn-prev:hover,
      .carousel-swiper-container .carousel-btn-prev:focus,
      .single-img .carousel-btn-next:hover,
      .single-img .carousel-btn-next:focus,
      .single-img .carousel-btn-prev:hover,
      .single-img .carousel-btn-prev:focus {
        background-color: #222;
        background-position: 30px center; }
    .carousel-swiper-container .carousel-btn-next,
    .single-img .carousel-btn-next {
      right: -1.5625rem; }
    .carousel-swiper-container .carousel-btn-prev,
    .single-img .carousel-btn-prev {
      left: -1.5625rem;
      transform: rotate(180deg); }
  .carousel-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px; }
  .carousel-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px; } }

@media (min-width: 1024px) {
  .carousel-swiper-container .carousel-btn-next,
  .carousel-swiper-container .carousel-btn-prev {
    top: 14rem; }
  .carousel-ymbii-container {
    margin: 2.5rem 0 0; } }

@media (min-width: 1440px) {
  .carousel-swiper-container .carousel-btn-next,
  .carousel-swiper-container .carousel-btn-prev {
    top: 18rem; } }

.page-header {
  position: relative;
  background-color: #000;
  color: #fff;
  margin-bottom: 3.75rem;
  padding-top: 5.625rem;
  padding-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .page-header {
      margin-bottom: 5.625rem;
      padding-top: calc(60px + 85px);
      padding-bottom: 1.875rem; } }
  @media (min-width: 1024px) {
    .page-header {
      min-height: 31.6875rem;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 3.75rem;
      padding-top: calc(114px + 85px);
      position: relative;
      -ms-flex-align: center;
          align-items: center;
      margin-left: auto;
      margin-right: auto; } }
  .page-header.page-header--crh-presents {
    margin-bottom: 3.125rem; }
  @media (min-width: 768px) {
    .page-header > .container {
      position: relative;
      padding-top: 35px;
      padding-left: 40px;
      max-width: 652px; } }
  @media (min-width: 1024px) {
    .page-header > .container {
      max-width: 910px; } }
  @media (min-width: 1440px) {
    .page-header > .container {
      max-width: 1084px; } }
  @media (min-width: 768px) {
    .page-header > .container::before {
      content: "";
      position: absolute;
      top: -85px;
      left: -50vw;
      width: calc(50vw + 100%);
      height: calc(100% + 85px);
      background-image: url("/assets/img/white-line-bg.png"); } }
  .page-header > .container::after {
    content: "";
    position: absolute;
    background: #000;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  .page-header > .container > .row {
    position: relative;
    z-index: 1; }
  @media (min-width: 1024px) {
    .page-header .long-heading {
      font-size: 2.625rem; } }
  .page-header a {
    color: #fff; }
  @media (max-width: 767.98px) {
    .page-header .col-md-7 {
      -ms-flex-order: 2;
          order: 2; } }

.page-header--event,
.page-header--contact,
.page-header--venue {
  background-color: #000; }

.page-header--offset {
  padding-bottom: 4.0625rem; }
  @media (min-width: 768px) {
    .page-header--offset {
      padding-bottom: 5rem; } }

.offset-zindex {
  position: relative;
  z-index: 1; }

.undo-offset {
  padding-top: 5rem; }
  @media (min-width: 768px) {
    .undo-offset {
      padding-top: 6.25rem; } }
  @media (min-width: 1024px) {
    .undo-offset {
      padding-top: 8.75rem; } }

.page-header--image {
  overflow: hidden; }
  .page-header--image::after {
    position: absolute;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none; }
  .page-header--image img {
    position: absolute;
    z-index: -1;
    display: block;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; }
  @media (min-width: 1024px) {
    .page-header--image {
      min-height: 35.8125rem;
      overflow: visible; }
      .page-header--image img {
        top: 0;
        transform: translateX(-50%);
        height: 100%;
        min-width: 0; } }

.page-header--whatson {
  padding-top: calc(60px + 20px);
  padding-bottom: 1.875rem;
  background-color: #000;
  margin-bottom: 0;
  min-height: auto; }
  @media (min-width: 768px) {
    .page-header--whatson {
      padding-top: calc(60px + 85px); } }
  @media (min-width: 1024px) {
    .page-header--whatson {
      padding-bottom: 3.75rem;
      padding-top: calc(114px + 85px);
      position: relative; } }
  @media (min-width: 768px) {
    .page-header--whatson > .container {
      position: relative;
      padding-top: 35px;
      padding-left: 40px;
      max-width: 652px; } }
  @media (min-width: 1024px) {
    .page-header--whatson > .container {
      max-width: 910px; } }
  @media (min-width: 1440px) {
    .page-header--whatson > .container {
      max-width: 1084px; } }
  @media (min-width: 768px) {
    .page-header--whatson > .container::before {
      content: "";
      position: absolute;
      top: -85px;
      left: -50vw;
      width: calc(50vw + 100%);
      height: calc(100% + 85px);
      background-image: url("/assets/img/white-line-bg.png"); } }
  .page-header--whatson > .container::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  .page-header--whatson h1 {
    position: relative;
    margin: 0;
    z-index: 1; }
  @media (max-width: 767.98px) {
    .page-header--whatson .secondary-nav {
      margin-right: -20px; } }
  .page-header--whatson .secondary-nav .quick-filters {
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 30px 0; }
    @media (min-width: 1024px) {
      .page-header--whatson .secondary-nav .quick-filters {
        margin: 50px 0; } }
  .page-header--whatson .secondary-nav button {
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 15px;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    transition: text-decoration-color 200ms ease; }
    .page-header--whatson .secondary-nav button.active {
      -webkit-text-decoration-color: currentColor;
              text-decoration-color: currentColor; }
    .page-header--whatson .secondary-nav button:hover {
      -webkit-text-decoration-color: transparent;
              text-decoration-color: transparent; }
  .page-header--whatson + .page-whatson-events {
    background-color: #000; }

.secondary-nav a,
.secondary-nav button {
  color: #949494;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: inline-block;
  padding: 2px 8px 0;
  line-height: 29px; }
  .secondary-nav a:hover,
  .secondary-nav button:hover {
    color: #fff; }
  aside .secondary-nav a, aside
  .secondary-nav button {
    color: #ccc; }

.secondary-nav a,
.secondary-nav button {
  border: 2px solid transparent; }
  .secondary-nav a.active,
  .secondary-nav button.active {
    border-color: #fff;
    border-radius: 20px;
    color: #fff; }

.secondary-nav .active a {
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff; }

.secondary-nav .active:hover {
  text-decoration: none; }

@media (max-width: 1023.98px) {
  .secondary-nav li {
    width: auto; }
  .secondary-nav a {
    white-space: nowrap; } }

@media (min-width: 600px) and (max-width: 767.98px) {
  .secondary-nav {
    overflow: visible; } }

@media (min-width: 768px) {
  .secondary-nav {
    overflow: visible; }
    .secondary-nav .swiper-wrapper {
      display: block; }
    .secondary-nav .quick-filters {
      display: -ms-flexbox;
      display: flex; }
      .secondary-nav .quick-filters li {
        width: auto; } }

@media (max-width: 767.98px) {
  .secondary-nav-wrapper {
    margin-top: -20px;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .secondary-nav-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0 0 0.9375rem; } }

.addresses {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  gap: 20px;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .addresses {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-bottom: 40px; } }
  .addresses a {
    color: #fff;
    font-weight: 300; }
  @media (min-width: 1024px) {
    .addresses li {
      width: calc(50% - 10px); } }

@media (min-width: 1024px) {
  .page-header--contact {
    padding-top: 11.5rem;
    padding-bottom: 6.25rem; } }

.page-header--contact h1 {
  margin-bottom: 0.625rem; }
  @media (min-width: 1024px) {
    .page-header--contact h1 {
      margin-bottom: 1.875rem; } }

.page-header--contact .h4,
.page-header--contact p {
  margin-bottom: 0.625rem; }

.page-header--contact img {
  max-width: 100%;
  height: 100%;
  object-fit: cover; }
  @media (min-width: 1440px) {
    .page-header--contact img {
      max-width: none;
      width: 150%; } }

@media (min-width: 1024px) {
  .page-header--favourites {
    height: 25rem;
    min-height: 0; } }

.event-grid .row {
  margin-left: -5px;
  margin-right: -5px; }

.event-grid .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px; }

.events-grid-wrap {
  position: relative;
  min-height: 18.75rem; }

@media (max-width: 599.98px) {
  .event-grid {
    max-width: 22.1875rem; }
    .event-grid .no-events-found {
      margin-top: 3.75rem; } }

@media (min-width: 768px) {
  .event-grid,
  .carousel-ymbii {
    margin-left: -4rem;
    margin-right: -4rem; }
  .event-grid .row {
    min-height: 18.75rem; } }

@media (min-width: 1024px) {
  .event-grid,
  .carousel-ymbii {
    margin-left: -2rem;
    margin-right: -2rem; } }

@media (min-width: 1440px) {
  .event-grid,
  .carousel-ymbii {
    margin-left: -6.8125rem;
    margin-right: -6.8125rem; } }

.page-header--event {
  padding-top: calc(60px + 20px);
  padding-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .page-header--event {
      padding-top: calc(60px + 85px); } }
  @media (min-width: 1024px) {
    .page-header--event {
      padding-bottom: 3.75rem;
      padding-top: calc(114px + 85px);
      position: relative; } }
  @media (min-width: 768px) {
    .page-header--event > .container {
      position: relative;
      padding-top: 35px;
      padding-left: 40px;
      max-width: 652px; } }
  @media (min-width: 1024px) {
    .page-header--event > .container {
      max-width: 910px; } }
  @media (min-width: 1440px) {
    .page-header--event > .container {
      max-width: 1084px; } }
  @media (min-width: 768px) {
    .page-header--event > .container::before {
      content: "";
      position: absolute;
      top: -85px;
      left: -50vw;
      width: calc(50vw + 100%);
      height: calc(100% + 85px);
      background-image: url("/assets/img/white-line-bg.png"); } }
  .page-header--event > .container::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  .page-header--event > .container > .row {
    position: relative;
    z-index: 1; }
  @media (min-width: 1024px) {
    .page-header--event .btn-toggle-favourite {
      border-color: rgba(255, 255, 255, 0.4);
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .page-header--event .btn-toggle-favourite:hover {
        border-color: #fff; } }
  .page-header--event .carousel-container,
  .page-header--event .single-img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0; }
    @media (min-width: 1024px) {
      .page-header--event .carousel-container,
      .page-header--event .single-img {
        margin-top: 40px; } }
  .page-header--event .carousel-img:not(.carousel-embed-video) {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56%; }
    .page-header--event .carousel-img:not(.carousel-embed-video) img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.event-info a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: -0.02em; }
  @media (min-width: 1024px) {
    .event-info a {
      text-decoration: none;
      display: block;
      font-size: 1rem; } }

.event-info.mobile {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px; }
  .event-info.mobile .info-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    row-gap: 8px;
    margin-bottom: 20px; }
  .event-info.mobile .event-note {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

.event-info:not(.mobile) .event-note {
  display: block;
  margin-top: 20px; }

.event-info .event-note {
  font-weight: 300; }

.genre-list li {
  font-size: 0.6875rem;
  border: 1px solid #fff;
  border-radius: 50px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding: 5px 10px;
  margin: 0;
  font-weight: 500; }

.event-header-aside .btn-link {
  color: #fff;
  text-transform: none;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .event-header-aside .btn-link {
      margin-left: 2.5rem; } }

@media (min-width: 1024px) {
  .event-header-aside .dropdown-generic {
    position: relative; } }

@media (min-width: 1024px) {
  .event-header-aside .dropdown-generic::before {
    content: "";
    position: absolute;
    width: 2px;
    top: -0.375rem;
    bottom: -0.375rem;
    background: #444;
    left: 1.3125rem; } }

@media (min-width: 1024px) {
  .event-header-aside .dropdown-generic .toggle {
    border: 0; }
    .event-header-aside .dropdown-generic .toggle path {
      stroke: #fff; } }

@media (min-width: 1024px) {
  .event-header-aside .dropdown-menu {
    width: 17rem; } }

.event-header-aside .h3 {
  margin: 20px 0; }

.event-header-aside .note {
  color: #fff; }

.event-actions-xs {
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (min-width: 600px) {
    .event-actions-xs {
      -ms-flex-pack: start;
          justify-content: flex-start; } }
  @media (max-width: 1023.98px) {
    .event-actions-xs .btn-toggle-favourite {
      background: transparent;
      border-color: #ccc; }
      .event-actions-xs .btn-toggle-favourite path {
        stroke: #000; }
      .event-actions-xs .btn-toggle-favourite:hover, .event-actions-xs .btn-toggle-favourite:active, .event-actions-xs .btn-toggle-favourite:focus {
        border-color: rgba(0, 0, 0, 0.4); }
        .event-actions-xs .btn-toggle-favourite:hover path, .event-actions-xs .btn-toggle-favourite:active path, .event-actions-xs .btn-toggle-favourite:focus path {
          stroke: #000;
          fill: #000; }
      .event-actions-xs .btn-toggle-favourite.active {
        border-color: rgba(0, 0, 0, 0.4); }
        .event-actions-xs .btn-toggle-favourite.active:hover path, .event-actions-xs .btn-toggle-favourite.active:active path, .event-actions-xs .btn-toggle-favourite.active:focus path {
          fill: #eb5c5c; }
        .event-actions-xs .btn-toggle-favourite.active path {
          stroke: #eb5c5c; } }
  @media (min-width: 600px) {
    .event-actions-xs .btn-toggle-favourite {
      margin-left: 0.9375rem; } }

.defenition-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  column-gap: 12px; }
  .defenition-list dt {
    width: calc(40% - 6px);
    font-weight: 500; }
  .defenition-list dd {
    width: calc(60% - 6px);
    font-weight: 300; }

.section-event-detail .dropdown-menu {
  width: 18rem; }

.section-event-detail .event-expired-bar-wrapper {
  max-width: 650px;
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
  text-align: center; }
  .section-event-detail .event-expired-bar-wrapper .event-expired-bar {
    background: #fff;
    border: 2px solid #000;
    padding: 5px 10px;
    margin: 0 10px; }

@media (min-width: 1440px) {
  .section-event-detail .container::after {
    transform: translate(10.3125rem); }
  .section-event-detail .col-xl-8 {
    padding-right: 5.4375rem; } }

@media (min-width: 1024px) {
  .event-aside {
    margin-right: -5.3125rem;
    margin-left: 6.125rem;
    max-width: 18.875rem;
    -ms-flex-preferred-size: 18.875rem;
        flex-basis: 18.875rem;
    padding: 0; } }

@media (min-width: 1440px) {
  .event-aside {
    margin-left: 3.75rem;
    margin-right: -5.625rem;
    max-width: 23.4375rem;
    -ms-flex-preferred-size: 23.4375rem;
        flex-basis: 23.4375rem; } }

.event-where {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .event-where > div {
    max-width: 10.9375rem; }
  .event-where img {
    border-radius: 2px; }
  .event-where h4 {
    margin-top: 3px; }

.event-dates h4 {
  font-size: 0.875rem;
  margin: 0 0 2px; }

.event-dates p {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px; }

.event-dates .times {
  width: 100%;
  margin-bottom: 0.625rem;
  margin-top: 1.25rem; }
  .event-dates .times th,
  .event-dates .times td {
    padding: 3px 0; }
  .event-dates .times th {
    text-transform: uppercase; }
  .event-dates .times td {
    text-align: right; }

.event-pricing h4 {
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-size: 1rem; }
  .event-pricing h4:first-of-type {
    margin-top: 0; }

.event-pricing table {
  width: 100%; }
  .event-pricing table td {
    padding: 3px 0; }
    .event-pricing table td:last-child {
      text-align: right; }

.event-pricing .footnote {
  border-top: 2px solid #fff;
  padding-top: 1.25rem;
  margin-top: 1.25rem; }
  .event-pricing .footnote p {
    font-size: 0.8125rem;
    line-height: 1.46; }

@media (min-width: 1024px) {
  .event-dates p {
    border-bottom-color: #000; }
  .event-pricing h4 {
    border-bottom-color: #000; }
  .event-pricing .footnote {
    border-top-color: #000; } }

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000;
  position: relative;
  color: #fff;
  padding: 2.5rem 0; }
  @media (min-width: 768px) {
    .bg-image {
      padding: 5rem 0; } }
  .bg-image::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .bg-image .btn, .bg-image .tab-button {
    margin-top: 1.875rem; }
    @media (min-width: 768px) {
      .bg-image .btn, .bg-image .tab-button {
        margin-top: 2.5rem;
        min-width: 18.75rem; } }
  .bg-image a:not(.btn):not(.tab-button) {
    color: inherit; }
    .bg-image a:not(.btn):not(.tab-button):hover, .bg-image a:not(.btn):not(.tab-button):active, .bg-image a:not(.btn):not(.tab-button):focus {
      color: rgba(255, 255, 255, 0.5); }

.content-call-to-action {
  background-color: #000;
  color: #fff; }
  .content-call-to-action .wysiwyg {
    padding: 20px; }
    @media (min-width: 1024px) {
      .content-call-to-action .wysiwyg {
        padding: 40px; } }
  .content-call-to-action a:not(.btn):not(.tab-button) {
    color: inherit; }
    .content-call-to-action a:not(.btn):not(.tab-button):hover, .content-call-to-action a:not(.btn):not(.tab-button):active, .content-call-to-action a:not(.btn):not(.tab-button):focus {
      color: rgba(255, 255, 255, 0.5); }

.image-panel {
  position: relative;
  background: #000;
  padding-top: 30px;
  color: #fff; }
  @media (min-width: 1024px) {
    .image-panel {
      padding-top: 100px; } }
  @media (min-width: 1024px) {
    .image-panel::before {
      content: "";
      position: absolute;
      top: 0;
      left: -50vw;
      width: calc(50vw + 100%);
      height: 100%;
      background-image: url("/assets/img/white-line-bg.png"); } }
  .image-panel .image-panel-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%; }
    .image-panel .image-panel-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .image-panel .image-panel-description {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-align: start;
        align-items: flex-start;
    row-gap: 30px;
    padding: 20px;
    background-color: #000; }
    @media (min-width: 1024px) {
      .image-panel .image-panel-description {
        row-gap: 40px;
        padding: 40px; } }
    .image-panel .image-panel-description p:empty {
      display: none; }
    .image-panel .image-panel-description a:not(.btn):not(.tab-button) {
      color: inherit; }
      .image-panel .image-panel-description a:not(.btn):not(.tab-button):hover, .image-panel .image-panel-description a:not(.btn):not(.tab-button):active, .image-panel .image-panel-description a:not(.btn):not(.tab-button):focus {
        color: rgba(255, 255, 255, 0.5); }

.text-image {
  margin-bottom: 1.25rem; }
  .text-image img {
    border-radius: 50%; }
  .text-image h3 {
    font-weight: 700; }

@media (max-width: 1023.98px) {
  .text-image .col-lg-4 {
    text-align: center; } }

@media (min-width: 1024px) {
  .text-image h3 {
    margin-top: 0; }
  .text-image .col-lg-8 {
    -ms-flex-order: -1;
        order: -1; } }

.section-we-offer ul,
.section-auditorium ul,
.section-auditorium--light ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.section-we-offer li,
.section-auditorium li,
.section-auditorium--light li {
  border-bottom: 1px solid #000;
  width: 100%;
  padding: 0.9375rem 0; }

.section-auditorium {
  background: #000;
  padding: 1.875rem 0; }
  @media (min-width: 768px) {
    .section-auditorium {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media (min-width: 1024px) {
    .section-auditorium {
      padding-top: 6.875rem;
      padding-bottom: 6.25rem; } }
  .section-auditorium .auditoruim-capacity {
    color: #fff;
    padding-bottom: 60px; }
    @media (min-width: 1024px) {
      .section-auditorium .auditoruim-capacity {
        padding-bottom: 120px; } }
  .section-auditorium ul {
    margin-bottom: 0.9375rem; }
  .section-auditorium li {
    border-color: #fff; }
    .section-auditorium li:first-child {
      padding-top: 0; }
    .section-auditorium li:last-child {
      border: 0; }

@media (min-width: 1024px) {
  .hire-panel-wrapper {
    position: relative; } }

@media (min-width: 1024px) {
  .hire-panel-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    width: calc(50vw + 100%);
    height: 100%;
    background-image: url("/assets/img/white-line-bg.png"); } }

.hire-panel {
  background: #fff; }
  @media (min-width: 1024px) {
    .hire-panel .col-lg-6:first-child {
      padding: 0; } }
  .hire-panel img {
    max-width: 100%; }
  .hire-panel .hire-panel-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    row-gap: 20px;
    height: 100%;
    padding: 1.25rem; }
    @media (min-width: 1024px) {
      .hire-panel .hire-panel-inner {
        row-gap: 40px;
        padding: 2.5rem; } }
    .hire-panel .hire-panel-inner .wysiwyg {
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media (max-width: 1023.98px) {
  .section-we-offer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 1.25rem; } }

@media (min-width: 1024px) {
  .section-we-offer ul {
    margin-bottom: 3.75rem; }
  .section-we-offer li {
    width: 50%;
    padding-right: 2.5rem; }
    .section-we-offer li:nth-child(odd):last-child {
      width: 100%; } }

.filter-buttons {
  display: -ms-flexbox;
  display: flex;
  column-gap: 32px; }
  .filter-buttons .btn-collapse {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.03em; }
  .filter-buttons .btn-clear {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
    color: #949494;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.03em;
    transition: color 200ms; }
    .filter-buttons .btn-clear:hover {
      color: #fff; }

.filter-tags,
.filtered-genres {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .filter-tags *,
  .filtered-genres * {
    margin-bottom: 0; }

.filter-tags {
  margin-top: 20px;
  line-height: 24px; }

.filtered-dates {
  letter-spacing: 0.3px;
  color: #949494;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  font-size: 0.8125rem;
  margin-right: 0.625rem; }

.filtered-genres li {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 23px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  letter-spacing: 0.2px;
  padding: 0 7px;
  border-radius: 11px;
  margin-right: 0.625rem; }

input[type="checkbox"]:focus + label:after {
  border: 1px solid blue; }

input[type="checkbox"]:focus + label .tick {
  border-style: solid;
  background: transparent; }

@media (max-width: 599.98px) {
  .filter-dropdown .btn-collapse {
    font-size: 0.9375rem;
    padding: 0;
    color: rgba(255, 255, 255, 0.5); }
  .filter-buttons {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    row-gap: 10px; }
    .filter-buttons svg {
      width: 8px;
      height: 8px;
      margin-left: 8px;
      transition: transform 200ms;
      transform-origin: 50%; }
    .filter-buttons .btn-collapse[aria-expanded="true"] {
      color: #fff;
      text-decoration: none; }
      .filter-buttons .btn-collapse[aria-expanded="true"] path {
        opacity: 1; }
      .filter-buttons .btn-collapse[aria-expanded="true"] svg {
        transform: rotate(180deg);
        margin-top: -4px; }
    .filter-buttons .btn-clear {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      text-align: left; }
  .collapse-genres {
    margin-top: 1.875rem;
    margin-bottom: 0.625rem; } }

.filters {
  position: relative;
  z-index: 1; }

@media (min-width: 600px) {
  .filter-buttons {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .filter-buttons .btn-collapse {
      margin-right: 3.125rem;
      text-decoration: none;
      position: relative;
      text-align: left; }
      .filter-buttons .btn-collapse:hover::before, .filter-buttons .btn-collapse:focus::before, .filter-buttons .btn-collapse:active::before {
        left: 0;
        right: 0;
        opacity: 1; }
      .filter-buttons .btn-collapse path {
        opacity: 1; }
      .filter-buttons .btn-collapse svg {
        margin-left: 15px;
        transition: transform 200ms;
        z-index: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 1px; }
      .filter-buttons .btn-collapse[aria-expanded="true"]::after {
        background: #fff;
        border-color: #fff; }
      .filter-buttons .btn-collapse[aria-expanded="true"] svg {
        transform: translateY(-50%) rotate(180deg);
        margin-top: 0; }
  .dropdown-content {
    position: absolute;
    z-index: 30;
    height: 0; }
    .dropdown-content .collapse {
      transition: opacity 200ms; }
    .dropdown-content .collapsing {
      transition: none; }
    .dropdown-content .collapse {
      height: auto !important; }
      .dropdown-content .collapse:not(.show) {
        opacity: 0;
        display: block;
        height: auto !important;
        pointer-events: none; }
      .dropdown-content .collapse.show {
        height: auto !important; }
    .dropdown-content .collapsing {
      overflow: visible;
      height: auto; }
  .collapse-dates,
  .collapse-genres {
    position: absolute;
    color: #000; }
  .collapse-dates {
    width: 21.25rem;
    left: 0; }
  .collapse-genres {
    margin-top: 1.25rem;
    border-radius: 2px;
    background: #fff;
    padding: 1.25rem 1.25rem 0.9375rem;
    left: 0;
    width: 31.25rem;
    max-width: 54.0625rem;
    position: relative;
    box-shadow: 0 22px 53px -30px #000; }
    .collapse-genres .genre-tile {
      margin: 0 5px 5px 0; }
    .collapse-genres .swiper-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media (min-width: 1024px) {
  .collapse-genres {
    width: 100%; }
  .filter-tags {
    margin-top: 1.0625rem;
    margin-bottom: 1.25rem;
    height: 1.5625rem;
    overflow: hidden; } }

@media (min-width: 1440px) {
  .collapse-genres {
    padding: 1.875rem 1.875rem 1.5625rem; }
  .filter-tags {
    margin-top: 1.0625rem;
    margin-bottom: -2.5rem; } }

.datepicker {
  text-align: center;
  position: relative;
  margin-top: 20px;
  border-radius: 2px; }
  .datepicker .pmu-instance {
    width: 20rem;
    padding: 0;
    height: 19.5rem;
    overflow: hidden;
    padding-top: 20px; }
    .datepicker .pmu-instance .pmu-day-of-week *,
    .datepicker .pmu-instance .pmu-days * {
      width: 1.9375rem;
      height: 1.9375rem;
      border-radius: 50%;
      font-size: 0.8125rem;
      border: 2px solid transparent;
      font-weight: 500; }
    .datepicker .pmu-instance .pmu-day-of-week * {
      margin: 0 6px; }
    .datepicker .pmu-instance .pmu-days * {
      margin: 2px 6px; }
    .datepicker .pmu-instance .pmu-button {
      transition: background 200ms, color 200ms, border-color 200ms;
      background: transparent;
      padding: 0; }
      .datepicker .pmu-instance .pmu-button:hover {
        border-color: #fff; }
    .datepicker .pmu-instance .pmu-selected:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .datepicker .pmu-instance .pmu-disabled {
      color: #4a4a4a;
      font-weight: 400; }
      .datepicker .pmu-instance .pmu-disabled:hover {
        cursor: not-allowed;
        border-color: transparent; }
  .datepicker .navigation {
    border-bottom: 2px solid #fff;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 1.4375rem 1.25rem;
    padding: 0 0 0.3125rem;
    font-weight: 500; }
  .datepicker .pmu-next,
  .datepicker .pmu-prev {
    position: relative;
    border: none; }
    .datepicker .pmu-next::after,
    .datepicker .pmu-prev::after {
      position: absolute;
      content: "";
      left: -10px;
      right: -10px;
      top: 0;
      bottom: 0; }

@media (max-width: 767.98px) {
  .datepicker .pmu-instance .pmu-button:focus {
    border: 2px solid #fff;
    color: #fff; }
  .datepicker .pmu-instance .pmu-selected {
    background-color: #fff; } }

@media (min-width: 600px) {
  .datepicker {
    background: #fff;
    box-shadow: 0 22px 53px -30px #000; }
    .datepicker .pmu-instance {
      width: 21.25rem;
      height: 23rem;
      padding-top: 0.8125rem; }
      .datepicker .pmu-instance .pmu-button {
        color: #000; }
        .datepicker .pmu-instance .pmu-button:hover {
          border-color: #000;
          color: #000; }
      .datepicker .pmu-instance .pmu-today {
        background: #fff; }
      .datepicker .pmu-instance .pmu-day-of-week *,
      .datepicker .pmu-instance .pmu-days * {
        width: 2.1875rem;
        height: 2.1875rem;
        margin-left: 4px;
        margin-right: 4px; }
      .datepicker .pmu-instance .pmu-day-of-week {
        color: #949494;
        font-weight: 600; }
      .datepicker .pmu-instance .pmu-selected {
        background: #000;
        border-color: #000;
        color: #fff; }
        .datepicker .pmu-instance .pmu-selected:hover {
          background-color: rgba(0, 0, 0, 0.4); }
      .datepicker .pmu-instance .pmu-disabled,
      .datepicker .pmu-instance .pmu-not-in-month {
        color: #949494;
        font-weight: 400; }
    .datepicker .navigation {
      border-bottom-color: #000;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 0.75rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      .datepicker .navigation .pmu-month {
        font-size: 1.0625rem;
        letter-spacing: 0.3px;
        padding-top: 3px; }
      .datepicker .navigation path {
        stroke: #000; } }

.site-search {
  display: inline-block; }
  .site-search .dropdown-menu {
    color: #fff;
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #000;
    opacity: 0;
    transition: opacity 300ms, top 300ms;
    display: block;
    pointer-events: none;
    position: fixed;
    height: calc(100% - 60px);
    top: 90px; }
  .site-search.show .dropdown-menu {
    border: 0;
    top: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-top: 70px;
    text-align: center;
    pointer-events: all;
    opacity: 1; }
  .site-search.show .search-btn {
    position: relative; }
    .site-search.show .search-btn::before {
      position: absolute;
      content: "";
      width: 2.125rem;
      height: 2.125rem;
      border-radius: 50%;
      background: url("/assets/img/svg/icons/cancel-black.svg") center center no-repeat #fff;
      top: -0.25rem;
      right: -0.5625rem; }
  .site-search p {
    font-weight: 600;
    color: #949494;
    font-size: 1.25rem;
    margin-bottom: 2.0625rem; }
  .site-search .h2 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.1px;
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
    color: #fff; }

.search-results-top {
  background: #f8f8f8; }
  .search-results-top .page-header {
    padding-bottom: 47px; }
  .search-results-top .result-title {
    font-size: 2.5rem;
    margin-bottom: 28px; }
  .search-results-top .gsc-input-box {
    background: #f8f8f8; }

@media (min-width: 768px) {
  .site-search .dropdown-menu {
    background-color: transparent;
    top: 0;
    padding: 0 0 0 80px;
    height: auto; }
  .site-search.show .dropdown-menu {
    padding: 0 0 0 80px;
    top: 0; }
  .site-search.show .search-btn {
    z-index: 1001; }
  .site-search .search-button {
    display: none; } }

@media (min-width: 1240px) {
  .site-search.show .search-btn::before {
    width: 2.6875rem;
    height: 2.6875rem;
    top: 0;
    right: 0; } }

@media (min-width: 1600px) {
  .site-search .dropdown-menu {
    max-width: 100rem; }
  .site-search .custom-input {
    max-width: 81.25rem; } }

.custom-cse {
  width: 100%; }
  .custom-cse .custom-input-box {
    border: 0;
    box-shadow: none;
    border-radius: 2px;
    position: relative; }
  .custom-cse .gsst_a {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
    padding-right: 0; }
  .custom-cse .custom-input {
    background: #fff url("../img/svg/icons/search-black.svg") 15px center no-repeat !important;
    text-indent: 0 !important;
    height: 4rem !important;
    border: 0;
    box-shadow: none;
    border-radius: 2px;
    position: relative;
    padding: 1.25rem 2.5rem 1.25rem 3rem !important;
    outline: 0; }
  .custom-cse .gsib_b {
    position: absolute;
    right: 5px;
    top: 4px; }
  .custom-cse .custom-input {
    font-size: 1.625rem;
    width: 100%; }
  .custom-cse .search-button {
    padding: 0;
    border-color: #fff;
    transition: background-color 100ms;
    width: 100%;
    background: #fff;
    border-radius: 22px;
    height: 2.75rem;
    border: 0; }
    .custom-cse .search-button::after {
      content: "search for this";
      color: #000;
      display: block;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1rem; }
    .custom-cse .search-button svg {
      display: none; }
  .custom-cse .search-button-wrapper {
    margin: 0;
    padding: 2.5rem 1.875rem 0;
    width: 100%; }
  .custom-cse .gsc-orderby-container {
    display: none; }
  .custom-cse .gsc-search-box-tools .gsc-search-box tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .custom-cse .gsc-search-box-tools .gsc-search-box .custom-input {
    padding-right: 0; }
  .custom-cse .gsst_a .gscb_a {
    color: #aaa; }
  .custom-cse .gsst_a:hover .gscb_a, .custom-cse .gsst_a:focus .gscb_a {
    color: #444; }
  .custom-cse .gsc-control-cse {
    padding: 0; }

.input-wrapper {
  position: relative; }

.autocomplete {
  margin-top: 5px;
  background: #fff;
  color: #000;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(68, 68, 68, 0.2);
  width: 100%; }
  .autocomplete > button {
    font-weight: normal;
    text-align: left;
    width: 100%;
    background: none;
    border: 0;
    display: list-item;
    padding: 20px 15px; }
    .autocomplete > button:hover, .autocomplete > button:focus {
      background: #ccc;
      cursor: pointer; }
  .autocomplete.active {
    display: block; }
  .search-dropdown-menu .autocomplete {
    position: static; }

.search-dropdown-menu {
  overflow-y: scroll; }

#gsc-i-id1::-webkit-input-placeholder,
#gsc-i-id2::-webkit-input-placeholder {
  /* Chrome */
  color: #9b9b9b;
  font-size: 1.625rem; }

#gsc-i-id1:-ms-input-placeholder,
#gsc-i-id2:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b;
  font-size: 1.625rem; }

#gsc-i-id1::-moz-placeholder,
#gsc-i-id2::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
  font-size: 1.625rem; }

#gsc-i-id1:-moz-placeholder,
#gsc-i-id2:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9b9b9b;
  font-size: 1.625rem; }

@media (min-width: 768px) {
  .site-search .custom-input-box {
    background: none; }
  .site-search .search-dropdown-menu {
    width: auto; }
  .site-search .gsc-search-box-tools .gsc-search-box {
    display: block; }
  .site-search .custom-input {
    width: 66vw !important;
    font-size: 1.25rem; }
  .site-search .gsib_b {
    top: 0.125rem; }
  .site-search .input-wrapper {
    margin-top: 5px; }
    .site-search .input-wrapper .custom-input {
      background-color: #000 !important;
      background-image: url(../img/svg/icons/search.svg) !important;
      background-size: 23px auto !important;
      border: 1px solid #fff !important;
      border-radius: 2px;
      transition: background-color 200ms;
      height: 3.125rem !important;
      padding: 0.9375rem 2.5rem 0.9375rem 3rem !important;
      color: #fff; }
      .site-search .input-wrapper .custom-input:focus {
        color: #000;
        background-color: #fff !important;
        background-image: url(../img/svg/icons/search-black.svg) !important; }
  .site-search #gsc-i-id1::-webkit-input-placeholder {
    font-size: 1.25rem; }
  .site-search #gsc-i-id1:-ms-input-placeholder {
    font-size: 1.25rem; }
  .site-search #gsc-i-id1::-moz-placeholder {
    font-size: 1.25rem; }
  .site-search #gsc-i-id1:-moz-placeholder {
    font-size: 1.25rem; }
  .search-dropdown-menu {
    overflow-y: auto; } }

@media (min-width: 1024px) {
  .site-search .custom-input {
    width: 74vw !important; } }

@media (min-width: 1240px) {
  .site-search .input-wrapper {
    margin-top: 20px;
    display: block; }
    .site-search .input-wrapper .custom-input {
      background-size: 36px auto !important;
      background-position: 20px 20px !important;
      height: 4.625rem !important;
      padding: 1.25rem 2.5rem 1.25rem 4.75rem !important; }
  .site-search .search-dropdown-menu {
    left: 50%;
    transform: translateX(-50%); }
  .site-search .gsib_b {
    right: 0.625rem;
    top: 1.6875rem; }
  .site-search .custom-input {
    font-size: 1.875rem; }
  .site-search #gsc-i-id1::-webkit-input-placeholder {
    font-size: 1.875rem; }
  .site-search #gsc-i-id1:-ms-input-placeholder {
    font-size: 1.875rem; }
  .site-search #gsc-i-id1::-moz-placeholder {
    font-size: 1.875rem; }
  .site-search #gsc-i-id1:-moz-placeholder {
    font-size: 1.875rem; } }

.section-auditorium--light {
  padding: 2.5rem 0; }

.section-auditorium--light ul {
  margin-bottom: 0.9375rem; }

.section-auditorium--light li:last-child {
  border: 0; }

.section-faq-gift {
  position: relative;
  z-index: 1; }
  @media (min-width: 1024px) {
    .section-faq-gift {
      padding-top: 100px; } }
  @media (min-width: 1440px) {
    .section-faq-gift > .container {
      max-width: 1240px; } }
  .section-faq-gift > .container .col-lg-6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    @media (min-width: 1024px) {
      .section-faq-gift > .container .col-lg-6 {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1024px) {
    .section-faq-gift::before, .section-faq-gift::after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 50%;
      bottom: 0; } }
  @media (min-width: 1024px) {
    .section-faq-gift::before {
      background-color: #000;
      background-image: url("/assets/img/white-line-bg.png"); } }
  @media (min-width: 1024px) {
    .section-faq-gift::after {
      background-color: #fff;
      left: 50%;
      right: 0;
      background-image: url("/assets/img/black-line-bg.png"); } }

.section-gift,
.section-faq {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-positive: 1;
      flex-grow: 1;
  row-gap: 20px;
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .section-gift,
    .section-faq {
      row-gap: 50px;
      padding: 80px; } }
  @media (max-width: 1023.98px) {
    .section-gift::before,
    .section-faq::before {
      content: "";
      position: absolute;
      top: 0;
      left: -50%;
      width: 200%;
      height: 100%;
      z-index: -1; } }
  .section-gift h2,
  .section-faq h2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    column-gap: 20px;
    margin: 0; }
    .section-gift h2 span,
    .section-faq h2 span {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background-color: currentColor;
      width: 40px;
      height: 40px;
      border-radius: 50px; }
      @media (min-width: 1024px) {
        .section-gift h2 span,
        .section-faq h2 span {
          width: 48px;
          height: 48px; } }
      .section-gift h2 span svg,
      .section-faq h2 span svg {
        width: 24px;
        height: 24px; }
  .section-gift p,
  .section-faq p {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: 0; }

.section-gift {
  background: #000;
  color: #fff; }
  @media (max-width: 1023.98px) {
    .section-gift::before {
      background-color: #000; } }
  .section-gift svg path {
    stroke: #000; }

.section-faq {
  background: #fff; }
  @media (max-width: 1023.98px) {
    .section-faq::before {
      background-color: #fff; } }

.page-header--visit {
  background-color: #000; }
  .page-header--visit .hero-intro {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .page-header--visit .hero-intro {
        margin-bottom: 40px; } }
    .page-header--visit .hero-intro *:last-child {
      margin: 0; }
    @media (min-width: 1024px) {
      .page-header--visit .hero-intro:last-child {
        margin: 0; } }
    .page-header--visit .hero-intro h2 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      column-gap: 20px; }
      .page-header--visit .hero-intro h2 span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50px; }
        @media (min-width: 1024px) {
          .page-header--visit .hero-intro h2 span {
            width: 48px;
            height: 48px; } }
        .page-header--visit .hero-intro h2 span svg {
          width: 24px;
          height: 24px;
          -ms-flex-negative: 0;
              flex-shrink: 0; }

@media (min-width: 600px) {
  .section-auditorium--light .btn, .section-auditorium--light .tab-button {
    width: 18.75rem; } }

@media (min-width: 1024px) {
  .page-header--visit {
    padding-bottom: 3.75rem; }
    .page-header--visit .h1 {
      font-size: 2.5rem;
      margin-top: 3.4375rem; }
      .page-header--visit .h1 span {
        top: 1.375rem; } }

.site-content .smcx-embed,
.site-content .smcx-embed > .smcx-iframe-container {
  max-width: 100%; }

.site-content .smcx-embed {
  border: 0;
  height: 1100px;
  margin-top: -3.75rem; }
  @media (min-width: 768px) {
    .site-content .smcx-embed {
      margin-top: -5.625rem; } }
  .site-content .smcx-embed > .smcx-iframe-container {
    height: 97%; }

.prompt {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-100%);
  opacity: 0; }
  .has-prompt .prompt {
    display: block;
    transform: translateY(0);
    opacity: 1; }
  .prompt .prompt-details {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (min-width: 1024px) {
      .prompt .prompt-details {
        -ms-flex-align: center;
            align-items: center; } }
    .prompt .prompt-details .prompt-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex: 1;
          flex: 1; }
      @media (min-width: 1024px) {
        .prompt .prompt-details .prompt-content {
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; } }
      .prompt .prompt-details .prompt-content .text-content {
        -ms-flex: 1;
            flex: 1;
        color: #000;
        text-align: center;
        padding: 0 32px; }
        @media (min-width: 768px) {
          .prompt .prompt-details .prompt-content .text-content {
            padding: 0; } }
        @media (min-width: 1024px) {
          .prompt .prompt-details .prompt-content .text-content p {
            margin: 0; } }
      .prompt .prompt-details .prompt-content .btn, .prompt .prompt-details .prompt-content .tab-button {
        width: 100%; }
        @media (min-width: 1024px) {
          .prompt .prompt-details .prompt-content .btn, .prompt .prompt-details .prompt-content .tab-button {
            width: auto; } }
    .prompt .prompt-details .btn-close {
      --button-primary-bg-color: rgba(0, 0, 0, 0.25);
      --button-primary-hover-bg-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      right: 0;
      margin-left: 16px;
      color: #fff;
      width: 32px;
      height: 32px;
      min-height: auto;
      padding: 0;
      border: 0;
      border-radius: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .prompt .prompt-details .btn-close:hover, .prompt .prompt-details .btn-close:focus, .prompt .prompt-details .btn-close:active {
        background-color: #000; }
      @media (min-width: 768px) {
        .prompt .prompt-details .btn-close {
          width: 37px;
          height: 37px; } }
      @media (min-width: 1024px) {
        .prompt .prompt-details .btn-close {
          position: static; } }
      .prompt .prompt-details .btn-close::after {
        content: "";
        display: block;
        background-color: #fff;
        width: 16px;
        height: 16px;
        -webkit-mask-image: url(/assets/img/svg/close-white.svg);
                mask-image: url(/assets/img/svg/close-white.svg);
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center; }

#content {
  padding-top: var(--prompt-height); }

.video-wrapper iframe[src*="youtube.com"], .video-wrapper iframe[src*="vimeo.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; }

.homepage-banner {
  background: #000;
  margin-top: 60px; }
  @media (min-width: 1240px) {
    .homepage-banner {
      margin-top: 114px; } }
  .homepage-banner .carousel-container {
    position: relative; }
    @media (min-width: 768px) {
      .homepage-banner .carousel-container {
        width: calc(100% + ((100vw - 100%) / 2)); } }
    .homepage-banner .carousel-container::before {
      content: ""; }
      @media (min-width: 768px) {
        .homepage-banner .carousel-container::before {
          position: absolute;
          top: calc(60px * -1);
          left: -50vw;
          width: calc(50vw + 100%);
          height: 0;
          padding-top: calc(35% + 60px);
          background-image: url("/assets/img/white-line-bg.png"); } }
      @media (min-width: 1024px) {
        .homepage-banner .carousel-container::before {
          top: calc(114px * -1);
          padding-top: calc(35% + 114px); } }
  .homepage-banner > .container {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .homepage-banner > .container {
        padding-left: 10px;
        padding-right: 10px; } }
  .homepage-banner .banner-detail {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .homepage-banner .banner-detail {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - ((100vw - 100%) / 2)); } }
    .homepage-banner .banner-detail .btn-secondary {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .homepage-banner .banner-detail .btn-secondary {
          margin-top: 52px;
          width: 100%; } }
  .homepage-banner .carousel-img {
    position: relative;
    padding-bottom: 35%; }
    .homepage-banner .carousel-img img,
    .homepage-banner .carousel-img video {
      object-fit: cover;
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%; }
  .homepage-banner .swiper-pagination {
    left: 0;
    width: 100%;
    margin-top: calc(35% + 20px);
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (min-width: 768px) {
      .homepage-banner .swiper-pagination {
        width: calc(100% - ((100vw - 100%) / 2)); } }
  .homepage-banner .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    margin: 0 0.1875rem;
    width: 0.375rem;
    height: 0.375rem; }
    @media (min-width: 1024px) {
      .homepage-banner .swiper-pagination-bullet {
        width: 0.5rem;
        height: 0.5rem; } }
  .homepage-banner .swiper-pagination-bullet-active {
    background: #fff;
    width: 0.5rem;
    height: 0.5rem; }
    @media (min-width: 1024px) {
      .homepage-banner .swiper-pagination-bullet-active {
        width: 0.75rem;
        height: 0.75rem; } }
  .homepage-banner img,
  .homepage-banner video {
    width: 100%; }
  .homepage-banner .slide-title,
  .homepage-banner p {
    color: #fff; }
  .homepage-banner .h1 {
    margin-bottom: 0.9375rem; }
    @media (min-width: 1024px) {
      .homepage-banner .h1 {
        margin-bottom: 1.25rem; } }
  @media (min-width: 1024px) {
    .homepage-banner .swiper-button-prev,
    .homepage-banner .swiper-button-next {
      top: 45vw; } }
  @media (min-width: 1200px) {
    .homepage-banner .swiper-button-prev,
    .homepage-banner .swiper-button-next {
      top: 35.1875rem; } }
  @media (min-width: 1440px) {
    .homepage-banner .swiper-button-prev,
    .homepage-banner .swiper-button-next {
      top: 38.3125rem; } }
  @media (min-width: 1024px) {
    .homepage-banner .swiper-button-prev {
      right: 8.875rem;
      left: auto;
      background: url(../img/svg/icons/chevron-left-white.svg) 0 center no-repeat; } }
  @media (min-width: 1024px) {
    .homepage-banner .swiper-button-prev {
      background: url(../img/svg/icons/chevron-right-white.svg) 0 center no-repeat; } }

.alternate-title > * {
  margin: 0; }

.home-whatson-top {
  padding: 1.875rem 0; }
  @media (min-width: 768px) {
    .home-whatson-top {
      padding: 3.75rem 0; } }
  .home-whatson-top .swiper-container {
    overflow: visible; }
    @media (max-width: 767.98px) {
      .home-whatson-top .swiper-container {
        margin-right: -1.25rem; } }
  .home-whatson-top .quick-filters {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .home-whatson-top .secondary-nav a {
    border: 0;
    margin: 0;
    padding: 0;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 15px;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    transition: text-decoration-color 200ms ease; }
    .home-whatson-top .secondary-nav a.active {
      -webkit-text-decoration-color: currentColor;
              text-decoration-color: currentColor; }
    .home-whatson-top .secondary-nav a:hover {
      -webkit-text-decoration-color: transparent;
              text-decoration-color: transparent; }

.home-whatson {
  margin-bottom: 3.125rem;
  background: #000;
  color: #fff; }
  @media (min-width: 768px) {
    .home-whatson {
      margin-bottom: 3.75rem; } }
  @media (min-width: 1024px) {
    .home-whatson {
      margin-bottom: 7.0625rem; } }
  @media (min-width: 1440px) {
    .home-whatson .h1 {
      margin-bottom: 3.125rem; } }
  .home-whatson .button-wrapper {
    width: -webkit-fit-content;
    width: fit-content; }
  .home-whatson .btn-all-events {
    margin: 1.875rem 0 1.25rem; }
    @media (min-width: 1440px) {
      .home-whatson .btn-all-events {
        margin: 3.75rem 0; } }

.section-member-package {
  position: relative;
  z-index: 1; }
  @media (min-width: 1024px) {
    .section-member-package {
      padding-top: 100px; } }
  @media (min-width: 1440px) {
    .section-member-package > .container {
      max-width: 1240px; } }
  .section-member-package > .container .col-lg-6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    @media (min-width: 1024px) {
      .section-member-package > .container .col-lg-6 {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1024px) {
    .section-member-package::before, .section-member-package::after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 50%;
      bottom: 0; } }
  @media (min-width: 1024px) {
    .section-member-package::before {
      background-color: #000;
      background-image: url("/assets/img/white-line-bg.png"); } }
  @media (min-width: 1024px) {
    .section-member-package::after {
      background-color: #fff;
      left: 50%;
      right: 0;
      background-image: url("/assets/img/black-line-bg.png"); } }

.section-packages,
.section-member {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-positive: 1;
      flex-grow: 1;
  row-gap: 30px;
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .section-packages,
    .section-member {
      row-gap: 50px;
      padding: 80px; } }
  @media (max-width: 1023.98px) {
    .section-packages::before,
    .section-member::before {
      content: "";
      position: absolute;
      top: 0;
      left: -50%;
      width: 200%;
      height: 100%;
      z-index: -1; } }
  .section-packages .mp-content,
  .section-member .mp-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    row-gap: 30px; }
    @media (min-width: 1024px) {
      .section-packages .mp-content,
      .section-member .mp-content {
        row-gap: 50px; } }

.section-packages {
  background: #000;
  color: #fff; }
  @media (max-width: 1023.98px) {
    .section-packages::before {
      background-color: #000; } }

.section-member {
  background: #fff; }
  @media (max-width: 1023.98px) {
    .section-member::before {
      background-color: #fff; } }
  .section-member .features-icons li span {
    width: 48px;
    height: 48px;
    background-color: #000; }
    .section-member .features-icons li span svg {
      width: 24px;
      height: 24px; }

.custom-cse .pagination {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 20px;
  overflow: auto;
  min-height: 65px; }
  .custom-cse .pagination .cursor-page {
    font-family: "ABC Diatype", sans-serif;
    padding: 3px 10px;
    height: 26px;
    width: 26px;
    color: #000;
    font-size: 1rem;
    text-align: center;
    text-decoration: none; }
    .custom-cse .pagination .cursor-page:hover, .custom-cse .pagination .cursor-page:focus {
      text-decoration: underline; }
  .custom-cse .pagination .current {
    font-weight: 500;
    background: #000;
    color: #fff;
    border-radius: 50%; }
    .custom-cse .pagination .current:hover, .custom-cse .pagination .current:focus {
      color: #fff; }

.custom-cse .gsc-control-cse,
.custom-cse .gsc-control-cse .gsc-table-result {
  font-family: "ABC Diatype", sans-serif;
  font-size: 1rem; }

.custom-cse .gs-result .gs-title {
  font-family: "ABC Diatype", sans-serif;
  font-weight: normal; }
  .custom-cse .gs-result .gs-title b {
    font-weight: 600; }

.custom-cse .gsc-result-info {
  font-size: 1.125rem;
  padding: 0;
  color: #000; }

.custom-cse .gsc-adBlock {
  display: none; }

.custom-cse .gsc-above-wrapper-area {
  border-color: #ccc;
  padding-bottom: 30px; }

.custom-cse .gsc-orderby,
.custom-cse .gsc-url-top {
  display: none; }

.custom-cse .gsc-results {
  padding: 0;
  width: 100%; }
  .custom-cse .gsc-results strong {
    text-decoration: underline; }
  .custom-cse .gsc-results .gsc-result {
    padding: 0;
    border: 0; }
    .custom-cse .gsc-results .gsc-result:hover {
      border: 0; }
    .custom-cse .gsc-results .gsc-result .gsc-table-cell-thumbnail {
      padding-top: 0; }
  .custom-cse .gsc-results .gs-result {
    padding: 25px 0 20px; }
    .custom-cse .gsc-results .gs-result:first-child {
      border-top: 1px solid #ccc; }
    .custom-cse .gsc-results .gs-result .gs-title {
      font-size: 1.75rem;
      text-decoration: none;
      font-weight: 500;
      color: #000 !important;
      height: auto;
      margin-bottom: 10px; }
      .custom-cse .gsc-results .gs-result .gs-title b {
        font-size: 1em;
        color: #000 !important; }
  .custom-cse .gsc-results div.gs-per-result-labels a.gs-label {
    text-decoration: none;
    font-weight: 500; }

.custom-cse .gsc-resultsHeader td.gsc-twiddleRegionCell,
.custom-cse .gsc-table-cell-snippet-close {
  padding: 0; }

.custom-cse .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  width: 80px; }

.custom-cse .gs-web-image-box-landscape img.gs-image,
.custom-cse .gs-web-image-box-portrait img.gs-image {
  max-width: 100%; }

.custom-cse .gs-bidi-start-align b {
  text-decoration: underline; }

.custom-cse .gs-per-result-labels {
  padding-top: 10px; }

.custom-cse .gsc-thumbnail-inside {
  display: none; }

.custom-cse .gsc-thumbnail-left {
  display: block; }

.custom-cse .gs-no-results-result .gs-snippet {
  background: none;
  border: 0;
  padding-left: 0;
  margin-left: 0; }

.custom-cse .gcsc-branding {
  padding-right: 0;
  display: none; }

.custom-cse .gsc-tabsArea {
  border-color: #949494;
  border: 0; }

.custom-cse .gsc-tabHeader.gsc-tabhActive {
  border-color: #949494; }

.custom-cse .gsc-tabHeader.gsc-tabhInactive {
  border-width: 1px;
  border-style: solid; }

.gsc-adBlock {
  display: none; }

.custom-cse-results .gsc-search-box {
  vertical-align: middle; }

.custom-cse-results .custom-input {
  background: #fff url("../img/svg/icons/search-black.svg") 15px center no-repeat;
  text-indent: 0;
  width: 100%;
  border: 0;
  height: 4rem;
  line-height: 64px;
  padding: 0 2.5rem 0 3rem;
  font-size: 1.625rem; }

.custom-cse-results .input-wrapper {
  margin-right: 12px;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.custom-cse-results .gscb_a {
  color: #ccc !important; }

.custom-cse-results .search-btn {
  background: url("../img/svg/icons/search-black.svg") 20px center no-repeat #fff !important;
  border: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%; }
  .custom-cse-results .search-btn svg {
    display: none; }

.custom-cse-results .gsst_b {
  padding-top: 0.25rem; }

.custom-cse-results .search-checkbox-label {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: -0.02rem; }

.custom-cse-results .search-checkbox {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  accent-color: #fff; }

.gsc-table-result > tbody > tr {
  display: block; }
  .gsc-table-result > tbody > tr > td {
    display: block;
    width: 100%; }

.gsc-table-result .gs-web-image-box {
  float: none; }

.gsc-table-result .gs-image-box.gs-web-image-box.gs-web-image-box-landscape,
.gsc-table-result .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  width: auto;
  height: auto; }
  .gsc-table-result .gs-image-box.gs-web-image-box.gs-web-image-box-landscape img,
  .gsc-table-result .gs-image-box.gs-web-image-box.gs-web-image-box-portrait img {
    max-width: 100%;
    max-height: none; }

@media (min-width: 768px) {
  .custom-cse .gsc-table-cell-thumbnail {
    padding-right: 20px;
    padding-top: 0; }
  .custom-cse .gs-image-box.gs-web-image-box.gs-web-image-box-landscape,
  .custom-cse .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    width: 197px; }
  .custom-cse .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    height: 177px; }
  .custom-cse .gs-web-image-box-landscape img.gs-image,
  .custom-cse .gs-web-image-box-portrait img.gs-image {
    max-width: 100%;
    max-height: none; }
  .custom-cse .gs-per-result-labels {
    padding-top: 10px; }
  .custom-cse .gsc-tabsArea {
    float: right;
    margin-bottom: 0; }
  .custom-cse .gsc-above-wrapper-area {
    float: left;
    border-color: transparent; }
  .custom-cse .gsc-tabHeader {
    font-size: 22px; }
  .gsc-table-result > tbody > tr > td {
    display: table-cell;
    width: auto; } }

@media (max-width: 599.98px) {
  .block-xs {
    display: block; } }

@media (max-width: 1023.98px) {
  .md-hide {
    display: none; } }
/*# sourceMappingURL=style.css.map */