@charset "UTF-8";

/*
$colors: (
	white: #FFFFFF,
	black: #090909,
	purple: #865FCC,
	grey: #202020,
);
*/

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #1c81c6;
  --indigo: #6610f2;
  --purple: #865FCC;
  --pink: #e83e8c;
  --red: #d03d42;
  --orange: #fd7e14;
  --yellow: #feb41d;
  --green: #17ae47;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1c81c6;
  --secondary: #6c757d;
  --success: #17ae47;
  --info: #17a2b8;
  --warning: #feb41d;
  --danger: #d03d42;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xxxxs: 0;
  --breakpoint-xxxs: 375px;
  --breakpoint-xxs: 414px;
  --breakpoint-xs: 480px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1240px;
  --breakpoint-xxl: 1540px;
  --breakpoint-xxxl: 1800px;
  --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(9, 9, 9, 0);
}

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

body {
  margin: 0;
  font-family: -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1c81c6;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #135583;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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: 0.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(9, 9, 9, 0.1);
}

small,
.small {
  font-size: 80%;
  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\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}

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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1540px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1540px;
  }
}

.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container-xxs,
  .container-xxxs,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1240px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container-xxs,
  .container-xxxs,
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1540px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container-xxs,
  .container-xxxs,
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1800px) {
  .container-xxxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container-xxs,
  .container-xxxs,
  .container {
    max-width: 1540px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-xxxs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 414px) {
  .col-xxs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1240px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1540px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1800px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-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(9, 9, 9, 0.05);
}

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

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

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

.table-hover .table-primary:hover {
  background-color: #abd1ea;
}

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

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

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

.table-hover .table-success:hover {
  background-color: #abe1bc;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeac0;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fed889;
}

.table-hover .table-warning:hover {
  background-color: #ffe2a7;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe2a7;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2c9ca;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e79a9d;
}

.table-hover .table-danger:hover {
  background-color: #edb4b6;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #edb4b6;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(9, 9, 9, 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: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}

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

.table-dark {
  color: #ffffff;
  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: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 374.98px) {
  .table-responsive-xxxs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxxs > .table-bordered {
    border: 0;
  }
}

@media (max-width: 413.98px) {
  .table-responsive-xxs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxs > .table-bordered {
    border: 0;
  }
}

@media (max-width: 479.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}

@media (max-width: 575.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: 991.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: 1239.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1539.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1799.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}

.table-responsive,
.wp-block-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered,
.wp-block-table > .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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #76bcec;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 129, 198, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.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: #ffffff;
}

.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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  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;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

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

.form-row {
  display: flex;
  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,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  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: #17ae47;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(23, 174, 71, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #17ae47;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2317ae47' 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: right calc(0.375em + 0.1875rem) center;
  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: #17ae47;
  box-shadow: 0 0 0 0.2rem rgba(23, 174, 71, 0.25);
}

.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: #17ae47;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2317ae47' 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") #ffffff 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: #17ae47;
  box-shadow: 0 0 0 0.2rem rgba(23, 174, 71, 0.25);
}

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

.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: #17ae47;
}

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

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

.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(23, 174, 71, 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: #17ae47;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #17ae47;
  box-shadow: 0 0 0 0.2rem rgba(23, 174, 71, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(208, 61, 66, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #d03d42;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d03d42' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d03d42' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  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: #d03d42;
  box-shadow: 0 0 0 0.2rem rgba(208, 61, 66, 0.25);
}

.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: #d03d42;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='12' height='12' fill='none' stroke='%23d03d42' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d03d42' stroke='none'/%3e%3c/svg%3e") #ffffff 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: #d03d42;
  box-shadow: 0 0 0 0.2rem rgba(208, 61, 66, 0.25);
}

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

.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: #d03d42;
}

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

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

.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(208, 61, 66, 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: #d03d42;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d03d42;
  box-shadow: 0 0 0 0.2rem rgba(208, 61, 66, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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 {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 129, 198, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #ffffff;
  background-color: #1c81c6;
  border-color: #1c81c6;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #176ba4;
  border-color: #166499;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #176ba4;
  border-color: #166499;
  box-shadow: 0 0 0 0.2rem rgba(62, 148, 207, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #1c81c6;
  border-color: #1c81c6;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #166499;
  border-color: #145d8e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 148, 207, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}

.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(130, 138, 145, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #17ae47;
  border-color: #17ae47;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #138c39;
  border-color: #118135;
}

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #138c39;
  border-color: #118135;
  box-shadow: 0 0 0 0.2rem rgba(58, 186, 99, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #17ae47;
  border-color: #17ae47;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #118135;
  border-color: #107630;
}

.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(58, 186, 99, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #feb41d;
  border-color: #feb41d;
}

.btn-warning:hover {
  color: #212529;
  background-color: #f4a401;
  border-color: #e79b01;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #f4a401;
  border-color: #e79b01;
  box-shadow: 0 0 0 0.2rem rgba(221, 159, 31, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #feb41d;
  border-color: #feb41d;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #e79b01;
  border-color: #da9301;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 159, 31, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #d03d42;
  border-color: #d03d42;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #ba2d32;
  border-color: #af2b2f;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #ba2d32;
  border-color: #af2b2f;
  box-shadow: 0 0 0 0.2rem rgba(215, 90, 94, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #d03d42;
  border-color: #d03d42;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #af2b2f;
  border-color: #a5282c;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 90, 94, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #1c81c6;
  border-color: #1c81c6;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #1c81c6;
  border-color: #1c81c6;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 129, 198, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #1c81c6;
  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: #ffffff;
  background-color: #1c81c6;
  border-color: #1c81c6;
}

.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(28, 129, 198, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  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: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.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(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #17ae47;
  border-color: #17ae47;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #17ae47;
  border-color: #17ae47;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 174, 71, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #17ae47;
  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: #ffffff;
  background-color: #17ae47;
  border-color: #17ae47;
}

.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(23, 174, 71, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #feb41d;
  border-color: #feb41d;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #feb41d;
  border-color: #feb41d;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 180, 29, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #feb41d;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #feb41d;
  border-color: #feb41d;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 180, 29, 0.5);
}

.btn-outline-danger {
  color: #d03d42;
  border-color: #d03d42;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #d03d42;
  border-color: #d03d42;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 61, 66, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #d03d42;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #d03d42;
  border-color: #d03d42;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 61, 66, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1c81c6;
  text-decoration: none;
}

.btn-link:hover {
  color: #135583;
  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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(9, 9, 9, 0.15);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .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: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

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

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

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

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

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

  .dropdown-menu-xxxl-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: #ffffff;
  text-decoration: none;
  background-color: #1c81c6;
}

.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: 0.875rem;
  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: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

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

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.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 {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #1c81c6;
  background-color: #1c81c6;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(28, 129, 198, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #76bcec;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #a3d2f2;
  border-color: #a3d2f2;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.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: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

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

.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' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 129, 198, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(28, 129, 198, 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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 129, 198, 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(0.25rem + 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: #ffffff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 129, 198, 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: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #76bcec;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 129, 198, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.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: #76bcec;
  box-shadow: 0 0 0 0.2rem rgba(28, 129, 198, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.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: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.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;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.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 #ffffff, 0 0 0 0.2rem rgba(28, 129, 198, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(28, 129, 198, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(28, 129, 198, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1c81c6;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #a3d2f2;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1c81c6;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #a3d2f2;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #1c81c6;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #a3d2f2;
}

.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;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.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: flex;
  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;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.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: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #1c81c6;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl,
.navbar .container-xxxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 374.98px) {
  .navbar-expand-xxxs > .container,
  .navbar-expand-xxxs > .container-fluid,
  .navbar-expand-xxxs > .container-lg,
  .navbar-expand-xxxs > .container-xl,
  .navbar-expand-xxxs > .container-xxl,
  .navbar-expand-xxxs > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 375px) {
  .navbar-expand-xxxs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxxs .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxxs .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxxs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxxs > .container,
  .navbar-expand-xxxs > .container-fluid,
  .navbar-expand-xxxs > .container-lg,
  .navbar-expand-xxxs > .container-xl,
  .navbar-expand-xxxs > .container-xxl,
  .navbar-expand-xxxs > .container-xxxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxxs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxxs .navbar-toggler {
    display: none;
  }
}

@media (max-width: 413.98px) {
  .navbar-expand-xxs > .container,
  .navbar-expand-xxs > .container-fluid,
  .navbar-expand-xxs > .container-lg,
  .navbar-expand-xxs > .container-xl,
  .navbar-expand-xxs > .container-xxl,
  .navbar-expand-xxs > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 414px) {
  .navbar-expand-xxs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxs .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxs .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxs > .container,
  .navbar-expand-xxs > .container-fluid,
  .navbar-expand-xxs > .container-lg,
  .navbar-expand-xxs > .container-xl,
  .navbar-expand-xxs > .container-xxl,
  .navbar-expand-xxs > .container-xxxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxs .navbar-toggler {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid,
  .navbar-expand-xs > .container-lg,
  .navbar-expand-xs > .container-xl,
  .navbar-expand-xs > .container-xxl,
  .navbar-expand-xs > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 480px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid,
  .navbar-expand-xs > .container-lg,
  .navbar-expand-xs > .container-xl,
  .navbar-expand-xs > .container-xxl,
  .navbar-expand-xs > .container-xxxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl,
  .navbar-expand-sm > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl,
  .navbar-expand-sm > .container-xxxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl,
  .navbar-expand-md > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl,
  .navbar-expand-md > .container-xxxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl,
  .navbar-expand-lg > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl,
  .navbar-expand-lg > .container-xxxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1239.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl,
  .navbar-expand-xl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1240px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl,
  .navbar-expand-xl > .container-xxxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1539.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl,
  .navbar-expand-xxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1540px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl,
  .navbar-expand-xxl > .container-xxxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1799.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl,
  .navbar-expand-xxxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1800px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl,
  .navbar-expand-xxxl > .container-xxxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(9, 9, 9, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(9, 9, 9, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(9, 9, 9, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(9, 9, 9, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(9, 9, 9, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(9, 9, 9, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(9, 9, 9, 0.5);
  border-color: rgba(9, 9, 9, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(9, 9, 9, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(9, 9, 9, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(9, 9, 9, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(9, 9, 9, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(9, 9, 9, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(9, 9, 9, 0.03);
  border-bottom: 1px solid rgba(9, 9, 9, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(9, 9, 9, 0.03);
  border-top: 1px solid rgba(9, 9, 9, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1c81c6;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #135583;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 129, 198, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #1c81c6;
  border-color: #1c81c6;
}

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

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

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #1c81c6;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #ffffff;
  background-color: #166499;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 129, 198, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #ffffff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #17ae47;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #ffffff;
  background-color: #118135;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 174, 71, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #ffffff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #feb41d;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #e79b01;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 180, 29, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #d03d42;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #ffffff;
  background-color: #af2b2f;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 61, 66, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #ffffff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #13476b;
  background-color: #d2e6f4;
  border-color: #bfdcef;
}

.alert-primary hr {
  border-top-color: #abd1ea;
}

.alert-primary .alert-link {
  color: #0b2a40;
}

.alert-secondary {
  color: #3c4145;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #24272a;
}

.alert-success {
  color: #105f29;
  background-color: #d1efda;
  border-color: #bee8cb;
}

.alert-success hr {
  border-top-color: #abe1bc;
}

.alert-success .alert-link {
  color: #093316;
}

.alert-info {
  color: #105964;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #093238;
}

.alert-warning {
  color: #886213;
  background-color: #fff0d2;
  border-color: #ffeac0;
}

.alert-warning hr {
  border-top-color: #ffe2a7;
}

.alert-warning .alert-link {
  color: #5b420d;
}

.alert-danger {
  color: #702427;
  background-color: #f6d8d9;
  border-color: #f2c9ca;
}

.alert-danger hr {
  border-top-color: #edb4b6;
}

.alert-danger .alert-link {
  color: #49181a;
}

.alert-light {
  color: #858686;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #6c6c6c;
}

.alert-dark {
  color: #1f2226;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #08090a;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #1c81c6;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

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

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(9, 9, 9, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #1c81c6;
  border-color: #1c81c6;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 375px) {
  .list-group-horizontal-xxxs {
    flex-direction: row;
  }

  .list-group-horizontal-xxxs .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxxs .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxxs .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxxs .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxxs .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 414px) {
  .list-group-horizontal-xxs {
    flex-direction: row;
  }

  .list-group-horizontal-xxs .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxs .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxs .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxs .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxs .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 480px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }

  .list-group-horizontal-xs .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xs .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xs .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xs .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xs .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1240px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1540px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1800px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxxl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxxl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxxl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxxl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxxl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #13476b;
  background-color: #bfdcef;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #13476b;
  background-color: #abd1ea;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #13476b;
  border-color: #13476b;
}

.list-group-item-secondary {
  color: #3c4145;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #3c4145;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #3c4145;
  border-color: #3c4145;
}

.list-group-item-success {
  color: #105f29;
  background-color: #bee8cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #105f29;
  background-color: #abe1bc;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #105f29;
  border-color: #105f29;
}

.list-group-item-info {
  color: #105964;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #105964;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #105964;
  border-color: #105964;
}

.list-group-item-warning {
  color: #886213;
  background-color: #ffeac0;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #886213;
  background-color: #ffe2a7;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #886213;
  border-color: #886213;
}

.list-group-item-danger {
  color: #702427;
  background-color: #f2c9ca;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #702427;
  background-color: #edb4b6;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #702427;
  border-color: #702427;
}

.list-group-item-light {
  color: #858686;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #858686;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #858686;
  border-color: #858686;
}

.list-group-item-dark {
  color: #1f2226;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1f2226;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1f2226;
  border-color: #1f2226;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #090909;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}

.close:hover {
  color: #090909;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(9, 9, 9, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.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.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  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 {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  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 {
  flex-direction: column;
  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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(9, 9, 9, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .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: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -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-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: #090909;
}

.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: #090909;
}

.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: #090909;
}

.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: #090909;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #090909;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -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-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;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(9, 9, 9, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(9, 9, 9, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(9, 9, 9, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(9, 9, 9, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(9, 9, 9, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  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%;
  -webkit-backface-visibility: hidden;
          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: opacity 0s 0.6s;
}

@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: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  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: #ffffff;
  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='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.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: #ffffff;
  text-align: center;
}

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

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #1c81c6 !important;
}

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

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

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

.bg-success {
  background-color: #17ae47 !important;
}

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

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

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #feb41d !important;
}

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

.bg-danger {
  background-color: #d03d42 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !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: #1c81c6 !important;
}

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

.border-success {
  border-color: #17ae47 !important;
}

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

.border-warning {
  border-color: #feb41d !important;
}

.border-danger {
  border-color: #d03d42 !important;
}

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

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

.border-white {
  border-color: #ffffff !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: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive,
.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before,
.wp-block-embed .wp-block-embed__wrapper::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive .wp-block-embed iframe,
.wp-block-embed .embed-responsive iframe,
.wp-block-embed .wp-block-embed__wrapper .embed-responsive-item,
.wp-block-embed .wp-block-embed__wrapper iframe,
.embed-responsive iframe,
.embed-responsive embed,
.wp-block-embed .wp-block-embed__wrapper embed,
.embed-responsive object,
.wp-block-embed .wp-block-embed__wrapper object,
.embed-responsive video,
.wp-block-embed .wp-block-embed__wrapper video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before,
.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before,
.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before,
.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xxxs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxs-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1240px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1540px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1800px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 375px) {
  .float-xxxs-left {
    float: left !important;
  }

  .float-xxxs-right {
    float: right !important;
  }

  .float-xxxs-none {
    float: none !important;
  }
}

@media (min-width: 414px) {
  .float-xxs-left {
    float: left !important;
  }

  .float-xxs-right {
    float: right !important;
  }

  .float-xxs-none {
    float: none !important;
  }
}

@media (min-width: 480px) {
  .float-xs-left {
    float: left !important;
  }

  .float-xs-right {
    float: right !important;
  }

  .float-xs-none {
    float: none !important;
  }
}

@media (min-width: 576px) {
  .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: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1240px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1540px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}

@media (min-width: 1800px) {
  .float-xxxl-left {
    float: left !important;
  }

  .float-xxxl-right {
    float: right !important;
  }

  .float-xxxl-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;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(9, 9, 9, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(9, 9, 9, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(9, 9, 9, 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: 375px) {
  .m-xxxs-0 {
    margin: 0 !important;
  }

  .mt-xxxs-0,
  .my-xxxs-0 {
    margin-top: 0 !important;
  }

  .mr-xxxs-0,
  .mx-xxxs-0 {
    margin-right: 0 !important;
  }

  .mb-xxxs-0,
  .my-xxxs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxxs-0,
  .mx-xxxs-0 {
    margin-left: 0 !important;
  }

  .m-xxxs-1 {
    margin: 0.25rem !important;
  }

  .mt-xxxs-1,
  .my-xxxs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxxs-1,
  .mx-xxxs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxxs-1,
  .my-xxxs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxxs-1,
  .mx-xxxs-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxxs-2 {
    margin: 0.5rem !important;
  }

  .mt-xxxs-2,
  .my-xxxs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxxs-2,
  .mx-xxxs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxxs-2,
  .my-xxxs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxxs-2,
  .mx-xxxs-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxxs-3 {
    margin: 1rem !important;
  }

  .mt-xxxs-3,
  .my-xxxs-3 {
    margin-top: 1rem !important;
  }

  .mr-xxxs-3,
  .mx-xxxs-3 {
    margin-right: 1rem !important;
  }

  .mb-xxxs-3,
  .my-xxxs-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxxs-3,
  .mx-xxxs-3 {
    margin-left: 1rem !important;
  }

  .m-xxxs-4 {
    margin: 1.5rem !important;
  }

  .mt-xxxs-4,
  .my-xxxs-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxxs-4,
  .mx-xxxs-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxxs-4,
  .my-xxxs-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxxs-4,
  .mx-xxxs-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxxs-5 {
    margin: 3rem !important;
  }

  .mt-xxxs-5,
  .my-xxxs-5 {
    margin-top: 3rem !important;
  }

  .mr-xxxs-5,
  .mx-xxxs-5 {
    margin-right: 3rem !important;
  }

  .mb-xxxs-5,
  .my-xxxs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxxs-5,
  .mx-xxxs-5 {
    margin-left: 3rem !important;
  }

  .p-xxxs-0 {
    padding: 0 !important;
  }

  .pt-xxxs-0,
  .py-xxxs-0 {
    padding-top: 0 !important;
  }

  .pr-xxxs-0,
  .px-xxxs-0 {
    padding-right: 0 !important;
  }

  .pb-xxxs-0,
  .py-xxxs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxxs-0,
  .px-xxxs-0 {
    padding-left: 0 !important;
  }

  .p-xxxs-1 {
    padding: 0.25rem !important;
  }

  .pt-xxxs-1,
  .py-xxxs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxxs-1,
  .px-xxxs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxxs-1,
  .py-xxxs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxxs-1,
  .px-xxxs-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxxs-2 {
    padding: 0.5rem !important;
  }

  .pt-xxxs-2,
  .py-xxxs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxxs-2,
  .px-xxxs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxxs-2,
  .py-xxxs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxxs-2,
  .px-xxxs-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxxs-3 {
    padding: 1rem !important;
  }

  .pt-xxxs-3,
  .py-xxxs-3 {
    padding-top: 1rem !important;
  }

  .pr-xxxs-3,
  .px-xxxs-3 {
    padding-right: 1rem !important;
  }

  .pb-xxxs-3,
  .py-xxxs-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxxs-3,
  .px-xxxs-3 {
    padding-left: 1rem !important;
  }

  .p-xxxs-4 {
    padding: 1.5rem !important;
  }

  .pt-xxxs-4,
  .py-xxxs-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxxs-4,
  .px-xxxs-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxxs-4,
  .py-xxxs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxxs-4,
  .px-xxxs-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxxs-5 {
    padding: 3rem !important;
  }

  .pt-xxxs-5,
  .py-xxxs-5 {
    padding-top: 3rem !important;
  }

  .pr-xxxs-5,
  .px-xxxs-5 {
    padding-right: 3rem !important;
  }

  .pb-xxxs-5,
  .py-xxxs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxxs-5,
  .px-xxxs-5 {
    padding-left: 3rem !important;
  }

  .m-xxxs-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxxs-n1,
  .my-xxxs-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxxs-n1,
  .mx-xxxs-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxxs-n1,
  .my-xxxs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxxs-n1,
  .mx-xxxs-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxxs-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxxs-n2,
  .my-xxxs-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxxs-n2,
  .mx-xxxs-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxxs-n2,
  .my-xxxs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxxs-n2,
  .mx-xxxs-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxxs-n3 {
    margin: -1rem !important;
  }

  .mt-xxxs-n3,
  .my-xxxs-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxxs-n3,
  .mx-xxxs-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxxs-n3,
  .my-xxxs-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxxs-n3,
  .mx-xxxs-n3 {
    margin-left: -1rem !important;
  }

  .m-xxxs-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxxs-n4,
  .my-xxxs-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxxs-n4,
  .mx-xxxs-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxxs-n4,
  .my-xxxs-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxxs-n4,
  .mx-xxxs-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxxs-n5 {
    margin: -3rem !important;
  }

  .mt-xxxs-n5,
  .my-xxxs-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxxs-n5,
  .mx-xxxs-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxxs-n5,
  .my-xxxs-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxxs-n5,
  .mx-xxxs-n5 {
    margin-left: -3rem !important;
  }

  .m-xxxs-auto {
    margin: auto !important;
  }

  .mt-xxxs-auto,
  .my-xxxs-auto {
    margin-top: auto !important;
  }

  .mr-xxxs-auto,
  .mx-xxxs-auto {
    margin-right: auto !important;
  }

  .mb-xxxs-auto,
  .my-xxxs-auto {
    margin-bottom: auto !important;
  }

  .ml-xxxs-auto,
  .mx-xxxs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 414px) {
  .m-xxs-0 {
    margin: 0 !important;
  }

  .mt-xxs-0,
  .my-xxs-0 {
    margin-top: 0 !important;
  }

  .mr-xxs-0,
  .mx-xxs-0 {
    margin-right: 0 !important;
  }

  .mb-xxs-0,
  .my-xxs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxs-0,
  .mx-xxs-0 {
    margin-left: 0 !important;
  }

  .m-xxs-1 {
    margin: 0.25rem !important;
  }

  .mt-xxs-1,
  .my-xxs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxs-1,
  .mx-xxs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxs-1,
  .my-xxs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxs-1,
  .mx-xxs-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxs-2 {
    margin: 0.5rem !important;
  }

  .mt-xxs-2,
  .my-xxs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxs-2,
  .mx-xxs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxs-2,
  .my-xxs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxs-2,
  .mx-xxs-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxs-3 {
    margin: 1rem !important;
  }

  .mt-xxs-3,
  .my-xxs-3 {
    margin-top: 1rem !important;
  }

  .mr-xxs-3,
  .mx-xxs-3 {
    margin-right: 1rem !important;
  }

  .mb-xxs-3,
  .my-xxs-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxs-3,
  .mx-xxs-3 {
    margin-left: 1rem !important;
  }

  .m-xxs-4 {
    margin: 1.5rem !important;
  }

  .mt-xxs-4,
  .my-xxs-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxs-4,
  .mx-xxs-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxs-4,
  .my-xxs-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxs-4,
  .mx-xxs-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxs-5 {
    margin: 3rem !important;
  }

  .mt-xxs-5,
  .my-xxs-5 {
    margin-top: 3rem !important;
  }

  .mr-xxs-5,
  .mx-xxs-5 {
    margin-right: 3rem !important;
  }

  .mb-xxs-5,
  .my-xxs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxs-5,
  .mx-xxs-5 {
    margin-left: 3rem !important;
  }

  .p-xxs-0 {
    padding: 0 !important;
  }

  .pt-xxs-0,
  .py-xxs-0 {
    padding-top: 0 !important;
  }

  .pr-xxs-0,
  .px-xxs-0 {
    padding-right: 0 !important;
  }

  .pb-xxs-0,
  .py-xxs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxs-0,
  .px-xxs-0 {
    padding-left: 0 !important;
  }

  .p-xxs-1 {
    padding: 0.25rem !important;
  }

  .pt-xxs-1,
  .py-xxs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxs-1,
  .px-xxs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxs-1,
  .py-xxs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxs-1,
  .px-xxs-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxs-2 {
    padding: 0.5rem !important;
  }

  .pt-xxs-2,
  .py-xxs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxs-2,
  .px-xxs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxs-2,
  .py-xxs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxs-2,
  .px-xxs-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxs-3 {
    padding: 1rem !important;
  }

  .pt-xxs-3,
  .py-xxs-3 {
    padding-top: 1rem !important;
  }

  .pr-xxs-3,
  .px-xxs-3 {
    padding-right: 1rem !important;
  }

  .pb-xxs-3,
  .py-xxs-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxs-3,
  .px-xxs-3 {
    padding-left: 1rem !important;
  }

  .p-xxs-4 {
    padding: 1.5rem !important;
  }

  .pt-xxs-4,
  .py-xxs-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxs-4,
  .px-xxs-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxs-4,
  .py-xxs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxs-4,
  .px-xxs-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxs-5 {
    padding: 3rem !important;
  }

  .pt-xxs-5,
  .py-xxs-5 {
    padding-top: 3rem !important;
  }

  .pr-xxs-5,
  .px-xxs-5 {
    padding-right: 3rem !important;
  }

  .pb-xxs-5,
  .py-xxs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxs-5,
  .px-xxs-5 {
    padding-left: 3rem !important;
  }

  .m-xxs-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxs-n1,
  .my-xxs-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxs-n1,
  .mx-xxs-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxs-n1,
  .my-xxs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxs-n1,
  .mx-xxs-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxs-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxs-n2,
  .my-xxs-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxs-n2,
  .mx-xxs-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxs-n2,
  .my-xxs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxs-n2,
  .mx-xxs-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxs-n3 {
    margin: -1rem !important;
  }

  .mt-xxs-n3,
  .my-xxs-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxs-n3,
  .mx-xxs-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxs-n3,
  .my-xxs-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxs-n3,
  .mx-xxs-n3 {
    margin-left: -1rem !important;
  }

  .m-xxs-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxs-n4,
  .my-xxs-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxs-n4,
  .mx-xxs-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxs-n4,
  .my-xxs-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxs-n4,
  .mx-xxs-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxs-n5 {
    margin: -3rem !important;
  }

  .mt-xxs-n5,
  .my-xxs-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxs-n5,
  .mx-xxs-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxs-n5,
  .my-xxs-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxs-n5,
  .mx-xxs-n5 {
    margin-left: -3rem !important;
  }

  .m-xxs-auto {
    margin: auto !important;
  }

  .mt-xxs-auto,
  .my-xxs-auto {
    margin-top: auto !important;
  }

  .mr-xxs-auto,
  .mx-xxs-auto {
    margin-right: auto !important;
  }

  .mb-xxs-auto,
  .my-xxs-auto {
    margin-bottom: auto !important;
  }

  .ml-xxs-auto,
  .mx-xxs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 480px) {
  .m-xs-0 {
    margin: 0 !important;
  }

  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }

  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }

  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }

  .m-xs-1 {
    margin: 0.25rem !important;
  }

  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }

  .m-xs-2 {
    margin: 0.5rem !important;
  }

  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }

  .m-xs-3 {
    margin: 1rem !important;
  }

  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }

  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }

  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }

  .m-xs-4 {
    margin: 1.5rem !important;
  }

  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }

  .m-xs-5 {
    margin: 3rem !important;
  }

  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }

  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }

  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }

  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }

  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }

  .p-xs-1 {
    padding: 0.25rem !important;
  }

  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }

  .p-xs-2 {
    padding: 0.5rem !important;
  }

  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }

  .p-xs-3 {
    padding: 1rem !important;
  }

  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }

  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }

  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }

  .p-xs-4 {
    padding: 1.5rem !important;
  }

  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }

  .p-xs-5 {
    padding: 3rem !important;
  }

  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }

  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }

  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }

  .m-xs-n1 {
    margin: -0.25rem !important;
  }

  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xs-n2 {
    margin: -0.5rem !important;
  }

  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xs-n3 {
    margin: -1rem !important;
  }

  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }

  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }

  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }

  .m-xs-n4 {
    margin: -1.5rem !important;
  }

  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xs-n5 {
    margin: -3rem !important;
  }

  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }

  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }

  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1240px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1540px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1800px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }

  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }

  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }

  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 375px) {
  .text-xxxs-left {
    text-align: left !important;
  }

  .text-xxxs-right {
    text-align: right !important;
  }

  .text-xxxs-center {
    text-align: center !important;
  }
}

@media (min-width: 414px) {
  .text-xxs-left {
    text-align: left !important;
  }

  .text-xxs-right {
    text-align: right !important;
  }

  .text-xxs-center {
    text-align: center !important;
  }
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .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: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1240px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1540px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1800px) {
  .text-xxxl-left {
    text-align: left !important;
  }

  .text-xxxl-right {
    text-align: right !important;
  }

  .text-xxxl-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: #ffffff !important;
}

.text-primary {
  color: #1c81c6 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #135583 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #17ae47 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #0e6a2b !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #feb41d !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ce8a01 !important;
}

.text-danger {
  color: #d03d42 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #9b262a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(9, 9, 9, 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) {
    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 #090909;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #ffffff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !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;
  }
}

/*
Fout Fighters
 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
span,
li,
nav,
.date,
.month,
button > span,
.btn > span,
.venue_name,
.link {
  visibility: hidden !important;
}

.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active p,
.wf-active input,
.wf-active select,
.wf-active span,
.wf-active li,
.wf-active nav,
.wf-active .date,
.wf-active .month,
.wf-active button > span,
.wf-active .btn > span,
.wf-active .venue_name,
.wf-active .link,
.wf-inactive h1,
.wf-inactive h2,
.wf-inactive h3,
.wf-inactive h4,
.wf-inactive h5,
.wf-inactive h6,
.wf-inactive p,
.wf-inactive input,
.wf-inactive select,
.wf-inactive span,
.wf-inactive li,
.wf-inactive nav,
.wf-inactive .date,
.wf-inactive .month,
.wf-inactive button > span,
.wf-inactive .btn > span,
.wf-inactive .venue_name,
.wf-inactive .link {
  visibility: visible !important;
}

body {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  font-size: 85%;
  opacity: 0.65;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  transition: all 250ms ease-out;
  color: #ffffff;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
  text-shadow: 3px 3px 0 #090909, 6px 6px 0 #865FCC;
  color: #ffffff;
}

.pc h1,
.pc h2,
.pc h3,
.pc h4,
.pc h5,
.pc h6 {
  position: relative;
  top: 0.12em;
}

h1 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 5px 5px rgba(9, 9, 9, 0.65);
  margin-bottom: 15px;
  line-height: 1.05;
}

h1:first-child {
  margin-top: 0;
}

h1:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h1 {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 23.6px;
  }
}

@media (min-width: 375px) {
  h1 {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 27.2px;
  }
}

@media (min-width: 414px) {
  h1 {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 30.8px;
  }
}

@media (min-width: 480px) {
  h1 {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 34.4px;
  }
}

@media (min-width: 576px) {
  h1 {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  h1 {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 41.6px;
  }
}

@media (min-width: 992px) {
  h1 {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 45.2px;
  }
}

@media (min-width: 1240px) {
  h1 {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 48.8px;
  }
}

@media (min-width: 1540px) {
  h1 {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 52.4px;
  }
}

@media (min-width: 1800px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 56px;
  }
}

h1.sm {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 18px;
}

h1.sm:first-child {
  margin-top: 0;
}

h1.sm:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h1.sm {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 20.7px;
  }
}

@media (min-width: 375px) {
  h1.sm {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 23.4px;
  }
}

@media (min-width: 414px) {
  h1.sm {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 26.1px;
  }
}

@media (min-width: 480px) {
  h1.sm {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 28.8px;
  }
}

@media (min-width: 576px) {
  h1.sm {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 31.5px;
  }
}

@media (min-width: 768px) {
  h1.sm {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 34.2px;
  }
}

@media (min-width: 992px) {
  h1.sm {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 36.9px;
  }
}

@media (min-width: 1240px) {
  h1.sm {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 39.6px;
  }
}

@media (min-width: 1540px) {
  h1.sm {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 42.3px;
  }
}

@media (min-width: 1800px) {
  h1.sm {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 45px;
  }
}

h1.lg {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 22px;
}

h1.lg:first-child {
  margin-top: 0;
}

h1.lg:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h1.lg {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 27.3px;
  }
}

@media (min-width: 375px) {
  h1.lg {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 32.6px;
  }
}

@media (min-width: 414px) {
  h1.lg {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 37.9px;
  }
}

@media (min-width: 480px) {
  h1.lg {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 43.2px;
  }
}

@media (min-width: 576px) {
  h1.lg {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 48.5px;
  }
}

@media (min-width: 768px) {
  h1.lg {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 53.8px;
  }
}

@media (min-width: 992px) {
  h1.lg {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 59.1px;
  }
}

@media (min-width: 1240px) {
  h1.lg {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 64.4px;
  }
}

@media (min-width: 1540px) {
  h1.lg {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 69.7px;
  }
}

@media (min-width: 1800px) {
  h1.lg {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 75px;
  }
}

h1 em {
  font-size: 75%;
  text-shadow: 4px 4px #090909;
}

h2 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 19px;
  color: #ffffff;
  text-shadow: 4px 4px rgba(9, 9, 9, 0.75);
  margin-bottom: 10px;
  line-height: 1.15;
}

h2:first-child {
  margin-top: 0;
}

h2:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h2 {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 21.1px;
  }
}

@media (min-width: 375px) {
  h2 {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 23.2px;
  }
}

@media (min-width: 414px) {
  h2 {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 25.3px;
  }
}

@media (min-width: 480px) {
  h2 {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 27.4px;
  }
}

@media (min-width: 576px) {
  h2 {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 29.5px;
  }
}

@media (min-width: 768px) {
  h2 {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 31.6px;
  }
}

@media (min-width: 992px) {
  h2 {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 33.7px;
  }
}

@media (min-width: 1240px) {
  h2 {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 35.8px;
  }
}

@media (min-width: 1540px) {
  h2 {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 37.9px;
  }
}

@media (min-width: 1800px) {
  h2 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 40px;
  }
}

h2.lg {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 20px;
}

h2.lg:first-child {
  margin-top: 0;
}

h2.lg:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h2.lg {
    margin-top: 5.5px;
    margin-bottom: 11.5px;
    font-size: 23.6px;
  }
}

@media (min-width: 375px) {
  h2.lg {
    margin-top: 6px;
    margin-bottom: 13px;
    font-size: 27.2px;
  }
}

@media (min-width: 414px) {
  h2.lg {
    margin-top: 6.5px;
    margin-bottom: 14.5px;
    font-size: 30.8px;
  }
}

@media (min-width: 480px) {
  h2.lg {
    margin-top: 7px;
    margin-bottom: 16px;
    font-size: 34.4px;
  }
}

@media (min-width: 576px) {
  h2.lg {
    margin-top: 7.5px;
    margin-bottom: 17.5px;
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  h2.lg {
    margin-top: 8px;
    margin-bottom: 19px;
    font-size: 41.6px;
  }
}

@media (min-width: 992px) {
  h2.lg {
    margin-top: 8.5px;
    margin-bottom: 20.5px;
    font-size: 45.2px;
  }
}

@media (min-width: 1240px) {
  h2.lg {
    margin-top: 9px;
    margin-bottom: 22px;
    font-size: 48.8px;
  }
}

@media (min-width: 1540px) {
  h2.lg {
    margin-top: 9.5px;
    margin-bottom: 23.5px;
    font-size: 52.4px;
  }
}

@media (min-width: 1800px) {
  h2.lg {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 56px;
  }
}

h2 em {
  text-shadow: 3px 3px #090909;
}

h3 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #777777;
  text-shadow: 2px 2px rgba(9, 9, 9, 0.65);
}

h3:first-child {
  margin-top: 0;
}

h3:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h3 {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 24.8px;
    letter-spacing: 2.2px;
  }
}

@media (min-width: 375px) {
  h3 {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 27.6px;
    letter-spacing: 2.4px;
  }
}

@media (min-width: 414px) {
  h3 {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 30.4px;
    letter-spacing: 2.6px;
  }
}

@media (min-width: 480px) {
  h3 {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 33.2px;
    letter-spacing: 2.8px;
  }
}

@media (min-width: 576px) {
  h3 {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 36px;
    letter-spacing: 3px;
  }
}

@media (min-width: 768px) {
  h3 {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 38.8px;
    letter-spacing: 3.2px;
  }
}

@media (min-width: 992px) {
  h3 {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 41.6px;
    letter-spacing: 3.4px;
  }
}

@media (min-width: 1240px) {
  h3 {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 44.4px;
    letter-spacing: 3.6px;
  }
}

@media (min-width: 1540px) {
  h3 {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 47.2px;
    letter-spacing: 3.8px;
  }
}

@media (min-width: 1800px) {
  h3 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 50px;
    letter-spacing: 4px;
  }
}

h3.sm {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 19px;
  letter-spacing: 2px;
}

h3.sm:first-child {
  margin-top: 0;
}

h3.sm:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h3.sm {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 21.1px;
    letter-spacing: 2.2px;
  }
}

@media (min-width: 375px) {
  h3.sm {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 23.2px;
    letter-spacing: 2.4px;
  }
}

@media (min-width: 414px) {
  h3.sm {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 25.3px;
    letter-spacing: 2.6px;
  }
}

@media (min-width: 480px) {
  h3.sm {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 27.4px;
    letter-spacing: 2.8px;
  }
}

@media (min-width: 576px) {
  h3.sm {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 29.5px;
    letter-spacing: 3px;
  }
}

@media (min-width: 768px) {
  h3.sm {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 31.6px;
    letter-spacing: 3.2px;
  }
}

@media (min-width: 992px) {
  h3.sm {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 33.7px;
    letter-spacing: 3.4px;
  }
}

@media (min-width: 1240px) {
  h3.sm {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 35.8px;
    letter-spacing: 3.6px;
  }
}

@media (min-width: 1540px) {
  h3.sm {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 37.9px;
    letter-spacing: 3.8px;
  }
}

@media (min-width: 1800px) {
  h3.sm {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 40px;
    letter-spacing: 4px;
  }
}

h4 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 3px 3px rgba(9, 9, 9, 0.65);
}

h4:first-child {
  margin-top: 0;
}

h4:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h4 {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 18px;
  }
}

@media (min-width: 375px) {
  h4 {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 19px;
  }
}

@media (min-width: 414px) {
  h4 {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 20px;
  }
}

@media (min-width: 480px) {
  h4 {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 21px;
  }
}

@media (min-width: 576px) {
  h4 {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  h4 {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 23px;
  }
}

@media (min-width: 992px) {
  h4 {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 24px;
  }
}

@media (min-width: 1240px) {
  h4 {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 25px;
  }
}

@media (min-width: 1540px) {
  h4 {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 26px;
  }
}

@media (min-width: 1800px) {
  h4 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 27px;
  }
}

h4 em {
  text-shadow: 3px 3px #090909;
  font-size: 75%;
}

h4.xs {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 14px;
}

h4.xs:first-child {
  margin-top: 0;
}

h4.xs:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h4.xs {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 14.6px;
  }
}

@media (min-width: 375px) {
  h4.xs {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 15.2px;
  }
}

@media (min-width: 414px) {
  h4.xs {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 15.8px;
  }
}

@media (min-width: 480px) {
  h4.xs {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 16.4px;
  }
}

@media (min-width: 576px) {
  h4.xs {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  h4.xs {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 17.6px;
  }
}

@media (min-width: 992px) {
  h4.xs {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 18.2px;
  }
}

@media (min-width: 1240px) {
  h4.xs {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 18.8px;
  }
}

@media (min-width: 1540px) {
  h4.xs {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 19.4px;
  }
}

@media (min-width: 1800px) {
  h4.xs {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 20px;
  }
}

h4.sm {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 15px;
}

h4.sm:first-child {
  margin-top: 0;
}

h4.sm:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h4.sm {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 15.7px;
  }
}

@media (min-width: 375px) {
  h4.sm {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 16.4px;
  }
}

@media (min-width: 414px) {
  h4.sm {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 17.1px;
  }
}

@media (min-width: 480px) {
  h4.sm {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 17.8px;
  }
}

@media (min-width: 576px) {
  h4.sm {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 18.5px;
  }
}

@media (min-width: 768px) {
  h4.sm {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 19.2px;
  }
}

@media (min-width: 992px) {
  h4.sm {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 19.9px;
  }
}

@media (min-width: 1240px) {
  h4.sm {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 20.6px;
  }
}

@media (min-width: 1540px) {
  h4.sm {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 21.3px;
  }
}

@media (min-width: 1800px) {
  h4.sm {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 22px;
  }
}

h4.lg {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 19px;
}

h4.lg:first-child {
  margin-top: 0;
}

h4.lg:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h4.lg {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 20.3px;
  }
}

@media (min-width: 375px) {
  h4.lg {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 21.6px;
  }
}

@media (min-width: 414px) {
  h4.lg {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 22.9px;
  }
}

@media (min-width: 480px) {
  h4.lg {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 24.2px;
  }
}

@media (min-width: 576px) {
  h4.lg {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 25.5px;
  }
}

@media (min-width: 768px) {
  h4.lg {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 26.8px;
  }
}

@media (min-width: 992px) {
  h4.lg {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 28.1px;
  }
}

@media (min-width: 1240px) {
  h4.lg {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 29.4px;
  }
}

@media (min-width: 1540px) {
  h4.lg {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 30.7px;
  }
}

@media (min-width: 1800px) {
  h4.lg {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 32px;
  }
}

h4.xl {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 24px;
}

h4.xl:first-child {
  margin-top: 0;
}

h4.xl:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h4.xl {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 25.6px;
  }
}

@media (min-width: 375px) {
  h4.xl {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 27.2px;
  }
}

@media (min-width: 414px) {
  h4.xl {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 28.8px;
  }
}

@media (min-width: 480px) {
  h4.xl {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 30.4px;
  }
}

@media (min-width: 576px) {
  h4.xl {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  h4.xl {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 33.6px;
  }
}

@media (min-width: 992px) {
  h4.xl {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 35.2px;
  }
}

@media (min-width: 1240px) {
  h4.xl {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 36.8px;
  }
}

@media (min-width: 1540px) {
  h4.xl {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 38.4px;
  }
}

@media (min-width: 1800px) {
  h4.xl {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 40px;
  }
}

h4 a {
  text-decoration: none;
  color: #ffffff;
}

h5 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.35;
  text-shadow: 2px 2px rgba(9, 9, 9, 0.65);
}

h5:first-child {
  margin-top: 0;
}

h5:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h5 {
    margin-top: 5.3px;
    margin-bottom: 5.3px;
    font-size: 12.7px;
  }
}

@media (min-width: 375px) {
  h5 {
    margin-top: 5.6px;
    margin-bottom: 5.6px;
    font-size: 13.4px;
  }
}

@media (min-width: 414px) {
  h5 {
    margin-top: 5.9px;
    margin-bottom: 5.9px;
    font-size: 14.1px;
  }
}

@media (min-width: 480px) {
  h5 {
    margin-top: 6.2px;
    margin-bottom: 6.2px;
    font-size: 14.8px;
  }
}

@media (min-width: 576px) {
  h5 {
    margin-top: 6.5px;
    margin-bottom: 6.5px;
    font-size: 15.5px;
  }
}

@media (min-width: 768px) {
  h5 {
    margin-top: 6.8px;
    margin-bottom: 6.8px;
    font-size: 16.2px;
  }
}

@media (min-width: 992px) {
  h5 {
    margin-top: 7.1px;
    margin-bottom: 7.1px;
    font-size: 16.9px;
  }
}

@media (min-width: 1240px) {
  h5 {
    margin-top: 7.4px;
    margin-bottom: 7.4px;
    font-size: 17.6px;
  }
}

@media (min-width: 1540px) {
  h5 {
    margin-top: 7.7px;
    margin-bottom: 7.7px;
    font-size: 18.3px;
  }
}

@media (min-width: 1800px) {
  h5 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 19px;
  }
}

h5.sm {
  margin-top: 2px;
  margin-bottom: 3px;
  font-size: 11px;
}

h5.sm:first-child {
  margin-top: 0;
}

h5.sm:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h5.sm {
    margin-top: 2.2px;
    margin-bottom: 3.3px;
    font-size: 11.5px;
  }
}

@media (min-width: 375px) {
  h5.sm {
    margin-top: 2.4px;
    margin-bottom: 3.6px;
    font-size: 12px;
  }
}

@media (min-width: 414px) {
  h5.sm {
    margin-top: 2.6px;
    margin-bottom: 3.9px;
    font-size: 12.5px;
  }
}

@media (min-width: 480px) {
  h5.sm {
    margin-top: 2.8px;
    margin-bottom: 4.2px;
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  h5.sm {
    margin-top: 3px;
    margin-bottom: 4.5px;
    font-size: 13.5px;
  }
}

@media (min-width: 768px) {
  h5.sm {
    margin-top: 3.2px;
    margin-bottom: 4.8px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  h5.sm {
    margin-top: 3.4px;
    margin-bottom: 5.1px;
    font-size: 14.5px;
  }
}

@media (min-width: 1240px) {
  h5.sm {
    margin-top: 3.6px;
    margin-bottom: 5.4px;
    font-size: 15px;
  }
}

@media (min-width: 1540px) {
  h5.sm {
    margin-top: 3.8px;
    margin-bottom: 5.7px;
    font-size: 15.5px;
  }
}

@media (min-width: 1800px) {
  h5.sm {
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 16px;
  }
}

h5.lg {
  margin-top: 3px;
  margin-bottom: 6px;
  font-size: 17px;
}

h5.lg:first-child {
  margin-top: 0;
}

h5.lg:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h5.lg {
    margin-top: 3.3px;
    margin-bottom: 6.6px;
    font-size: 17.7px;
  }
}

@media (min-width: 375px) {
  h5.lg {
    margin-top: 3.6px;
    margin-bottom: 7.2px;
    font-size: 18.4px;
  }
}

@media (min-width: 414px) {
  h5.lg {
    margin-top: 3.9px;
    margin-bottom: 7.8px;
    font-size: 19.1px;
  }
}

@media (min-width: 480px) {
  h5.lg {
    margin-top: 4.2px;
    margin-bottom: 8.4px;
    font-size: 19.8px;
  }
}

@media (min-width: 576px) {
  h5.lg {
    margin-top: 4.5px;
    margin-bottom: 9px;
    font-size: 20.5px;
  }
}

@media (min-width: 768px) {
  h5.lg {
    margin-top: 4.8px;
    margin-bottom: 9.6px;
    font-size: 21.2px;
  }
}

@media (min-width: 992px) {
  h5.lg {
    margin-top: 5.1px;
    margin-bottom: 10.2px;
    font-size: 21.9px;
  }
}

@media (min-width: 1240px) {
  h5.lg {
    margin-top: 5.4px;
    margin-bottom: 10.8px;
    font-size: 22.6px;
  }
}

@media (min-width: 1540px) {
  h5.lg {
    margin-top: 5.7px;
    margin-bottom: 11.4px;
    font-size: 23.3px;
  }
}

@media (min-width: 1800px) {
  h5.lg {
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 24px;
  }
}

h5 em {
  text-shadow: 2px 2px #090909;
}

h6 {
  color: #ffffff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 3px;
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
  text-shadow: 2px 2px #090909;
  opacity: 0.6;
}

h6:first-child {
  margin-top: 0;
}

h6:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h6 {
    margin-top: 3.3px;
    margin-bottom: 4.4px;
    font-size: 11.3px;
    letter-spacing: 1.1px;
  }
}

@media (min-width: 375px) {
  h6 {
    margin-top: 3.6px;
    margin-bottom: 4.8px;
    font-size: 11.6px;
    letter-spacing: 1.2px;
  }
}

@media (min-width: 414px) {
  h6 {
    margin-top: 3.9px;
    margin-bottom: 5.2px;
    font-size: 11.9px;
    letter-spacing: 1.3px;
  }
}

@media (min-width: 480px) {
  h6 {
    margin-top: 4.2px;
    margin-bottom: 5.6px;
    font-size: 12.2px;
    letter-spacing: 1.4px;
  }
}

@media (min-width: 576px) {
  h6 {
    margin-top: 4.5px;
    margin-bottom: 6px;
    font-size: 12.5px;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 768px) {
  h6 {
    margin-top: 4.8px;
    margin-bottom: 6.4px;
    font-size: 12.8px;
    letter-spacing: 1.6px;
  }
}

@media (min-width: 992px) {
  h6 {
    margin-top: 5.1px;
    margin-bottom: 6.8px;
    font-size: 13.1px;
    letter-spacing: 1.7px;
  }
}

@media (min-width: 1240px) {
  h6 {
    margin-top: 5.4px;
    margin-bottom: 7.2px;
    font-size: 13.4px;
    letter-spacing: 1.8px;
  }
}

@media (min-width: 1540px) {
  h6 {
    margin-top: 5.7px;
    margin-bottom: 7.6px;
    font-size: 13.7px;
    letter-spacing: 1.9px;
  }
}

@media (min-width: 1800px) {
  h6 {
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 14px;
    letter-spacing: 2px;
  }
}

h6.lg {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 2px;
  text-shadow: 2px 3px #090909;
}

h6.lg:first-child {
  margin-top: 0;
}

h6.lg:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  h6.lg {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 13.4px;
    letter-spacing: 2.2px;
  }
}

@media (min-width: 375px) {
  h6.lg {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 13.8px;
    letter-spacing: 2.4px;
  }
}

@media (min-width: 414px) {
  h6.lg {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 14.2px;
    letter-spacing: 2.6px;
  }
}

@media (min-width: 480px) {
  h6.lg {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 14.6px;
    letter-spacing: 2.8px;
  }
}

@media (min-width: 576px) {
  h6.lg {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 15px;
    letter-spacing: 3px;
  }
}

@media (min-width: 768px) {
  h6.lg {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 15.4px;
    letter-spacing: 3.2px;
  }
}

@media (min-width: 992px) {
  h6.lg {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 15.8px;
    letter-spacing: 3.4px;
  }
}

@media (min-width: 1240px) {
  h6.lg {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 16.2px;
    letter-spacing: 3.6px;
  }
}

@media (min-width: 1540px) {
  h6.lg {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 16.6px;
    letter-spacing: 3.8px;
  }
}

@media (min-width: 1800px) {
  h6.lg {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 17px;
    letter-spacing: 4px;
  }
}

p,
.p {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #dddddd;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px rgba(9, 9, 9, 0.65);
}

p:first-child,
.p:first-child {
  margin-top: 0;
}

p:last-child,
.p:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  p,
  .p {
    margin-top: 5.7px;
    margin-bottom: 16.5px;
    font-size: 14.6px;
  }
}

@media (min-width: 375px) {
  p,
  .p {
    margin-top: 6.4px;
    margin-bottom: 18px;
    font-size: 15.2px;
  }
}

@media (min-width: 414px) {
  p,
  .p {
    margin-top: 7.1px;
    margin-bottom: 19.5px;
    font-size: 15.8px;
  }
}

@media (min-width: 480px) {
  p,
  .p {
    margin-top: 7.8px;
    margin-bottom: 21px;
    font-size: 16.4px;
  }
}

@media (min-width: 576px) {
  p,
  .p {
    margin-top: 8.5px;
    margin-bottom: 22.5px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  p,
  .p {
    margin-top: 9.2px;
    margin-bottom: 24px;
    font-size: 17.6px;
  }
}

@media (min-width: 992px) {
  p,
  .p {
    margin-top: 9.9px;
    margin-bottom: 25.5px;
    font-size: 18.2px;
  }
}

@media (min-width: 1240px) {
  p,
  .p {
    margin-top: 10.6px;
    margin-bottom: 27px;
    font-size: 18.8px;
  }
}

@media (min-width: 1540px) {
  p,
  .p {
    margin-top: 11.3px;
    margin-bottom: 28.5px;
    font-size: 19.4px;
  }
}

@media (min-width: 1800px) {
  p,
  .p {
    margin-top: 12px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

p b,
p strong,
.p b,
.p strong {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 700;
  text-shadow: 1px 0 0 currentColor;
  letter-spacing: 1.5px;
}

p.alt,
.p.alt {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
}

.pc p.alt,
.pc .p.alt {
  position: relative;
  top: 0.12em;
}

p a,
.p a {
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

p a:after,
.p a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A600E4;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 0;
  transform: scaleX(0);
  transition: all 250ms ease-out;
  transform-origin: center left;
}

p a:hover,
.p a:hover {
  text-decoration: none;
}

p a:hover:after,
.p a:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

p a:after,
.p a:after {
  background-color: #865FCC;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 1;
  transform: scaleX(1);
}

@-webkit-keyframes hoverUnderline {
  0% {
    transform: scaleX(1);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1);
    transform-origin: center left;
  }
}

@keyframes hoverUnderline {
  0% {
    transform: scaleX(1);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1);
    transform-origin: center left;
  }
}

@-webkit-keyframes hoverUnderlineCenter {
  0% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center left;
  }
}

@keyframes hoverUnderlineCenter {
  0% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center left;
  }
}

p a:hover:after,
.p a:hover:after {
  transform: scaleX(1);
  opacity: 1;
  -webkit-animation: hoverUnderline 800ms;
          animation: hoverUnderline 800ms;
}

p a:hover,
.p a:hover {
  color: #ffffff;
}

p.sm,
.p.sm {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #dddddd;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px rgba(9, 9, 9, 0.65);
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
}

p.sm:first-child,
.p.sm:first-child {
  margin-top: 0;
}

p.sm:last-child,
.p.sm:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  p.sm,
  .p.sm {
    margin-top: 5.7px;
    margin-bottom: 16.5px;
    font-size: 14.6px;
  }
}

@media (min-width: 375px) {
  p.sm,
  .p.sm {
    margin-top: 6.4px;
    margin-bottom: 18px;
    font-size: 15.2px;
  }
}

@media (min-width: 414px) {
  p.sm,
  .p.sm {
    margin-top: 7.1px;
    margin-bottom: 19.5px;
    font-size: 15.8px;
  }
}

@media (min-width: 480px) {
  p.sm,
  .p.sm {
    margin-top: 7.8px;
    margin-bottom: 21px;
    font-size: 16.4px;
  }
}

@media (min-width: 576px) {
  p.sm,
  .p.sm {
    margin-top: 8.5px;
    margin-bottom: 22.5px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  p.sm,
  .p.sm {
    margin-top: 9.2px;
    margin-bottom: 24px;
    font-size: 17.6px;
  }
}

@media (min-width: 992px) {
  p.sm,
  .p.sm {
    margin-top: 9.9px;
    margin-bottom: 25.5px;
    font-size: 18.2px;
  }
}

@media (min-width: 1240px) {
  p.sm,
  .p.sm {
    margin-top: 10.6px;
    margin-bottom: 27px;
    font-size: 18.8px;
  }
}

@media (min-width: 1540px) {
  p.sm,
  .p.sm {
    margin-top: 11.3px;
    margin-bottom: 28.5px;
    font-size: 19.4px;
  }
}

@media (min-width: 1800px) {
  p.sm,
  .p.sm {
    margin-top: 12px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

p.sm b,
p.sm strong,
.p.sm b,
.p.sm strong {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 700;
  text-shadow: 1px 0 0 currentColor;
  letter-spacing: 1.5px;
}

p.sm.alt,
.p.sm.alt {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
}

.pc p.sm.alt,
.pc .p.sm.alt {
  position: relative;
  top: 0.12em;
}

p.sm a,
.p.sm a {
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

p.sm a:after,
.p.sm a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A600E4;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 0;
  transform: scaleX(0);
  transition: all 250ms ease-out;
  transform-origin: center left;
}

p.sm a:hover,
.p.sm a:hover {
  text-decoration: none;
}

p.sm a:hover:after,
.p.sm a:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

p.sm a:after,
.p.sm a:after {
  background-color: #865FCC;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 1;
  transform: scaleX(1);
}

@keyframes hoverUnderline {
  0% {
    transform: scaleX(1);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1);
    transform-origin: center left;
  }
}

@keyframes hoverUnderlineCenter {
  0% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center left;
  }
}

p.sm a:hover:after,
.p.sm a:hover:after {
  transform: scaleX(1);
  opacity: 1;
  -webkit-animation: hoverUnderline 800ms;
          animation: hoverUnderline 800ms;
}

p.sm a:hover,
.p.sm a:hover {
  color: #ffffff;
}

p.sm:first-child,
.p.sm:first-child {
  margin-top: 0;
}

p.sm:last-child,
.p.sm:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  p.sm,
  .p.sm {
    margin-top: 5.5px;
    margin-bottom: 11px;
    font-size: 12.3px;
  }
}

@media (min-width: 375px) {
  p.sm,
  .p.sm {
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 12.6px;
  }
}

@media (min-width: 414px) {
  p.sm,
  .p.sm {
    margin-top: 6.5px;
    margin-bottom: 13px;
    font-size: 12.9px;
  }
}

@media (min-width: 480px) {
  p.sm,
  .p.sm {
    margin-top: 7px;
    margin-bottom: 14px;
    font-size: 13.2px;
  }
}

@media (min-width: 576px) {
  p.sm,
  .p.sm {
    margin-top: 7.5px;
    margin-bottom: 15px;
    font-size: 13.5px;
  }
}

@media (min-width: 768px) {
  p.sm,
  .p.sm {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 13.8px;
  }
}

@media (min-width: 992px) {
  p.sm,
  .p.sm {
    margin-top: 8.5px;
    margin-bottom: 17px;
    font-size: 14.1px;
  }
}

@media (min-width: 1240px) {
  p.sm,
  .p.sm {
    margin-top: 9px;
    margin-bottom: 18px;
    font-size: 14.4px;
  }
}

@media (min-width: 1540px) {
  p.sm,
  .p.sm {
    margin-top: 9.5px;
    margin-bottom: 19px;
    font-size: 14.7px;
  }
}

@media (min-width: 1800px) {
  p.sm,
  .p.sm {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
  }
}

p.lg,
.p.lg {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #dddddd;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px rgba(9, 9, 9, 0.65);
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 15px;
}

p.lg:first-child,
.p.lg:first-child {
  margin-top: 0;
}

p.lg:last-child,
.p.lg:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  p.lg,
  .p.lg {
    margin-top: 5.7px;
    margin-bottom: 16.5px;
    font-size: 14.6px;
  }
}

@media (min-width: 375px) {
  p.lg,
  .p.lg {
    margin-top: 6.4px;
    margin-bottom: 18px;
    font-size: 15.2px;
  }
}

@media (min-width: 414px) {
  p.lg,
  .p.lg {
    margin-top: 7.1px;
    margin-bottom: 19.5px;
    font-size: 15.8px;
  }
}

@media (min-width: 480px) {
  p.lg,
  .p.lg {
    margin-top: 7.8px;
    margin-bottom: 21px;
    font-size: 16.4px;
  }
}

@media (min-width: 576px) {
  p.lg,
  .p.lg {
    margin-top: 8.5px;
    margin-bottom: 22.5px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  p.lg,
  .p.lg {
    margin-top: 9.2px;
    margin-bottom: 24px;
    font-size: 17.6px;
  }
}

@media (min-width: 992px) {
  p.lg,
  .p.lg {
    margin-top: 9.9px;
    margin-bottom: 25.5px;
    font-size: 18.2px;
  }
}

@media (min-width: 1240px) {
  p.lg,
  .p.lg {
    margin-top: 10.6px;
    margin-bottom: 27px;
    font-size: 18.8px;
  }
}

@media (min-width: 1540px) {
  p.lg,
  .p.lg {
    margin-top: 11.3px;
    margin-bottom: 28.5px;
    font-size: 19.4px;
  }
}

@media (min-width: 1800px) {
  p.lg,
  .p.lg {
    margin-top: 12px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

p.lg b,
p.lg strong,
.p.lg b,
.p.lg strong {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 700;
  text-shadow: 1px 0 0 currentColor;
  letter-spacing: 1.5px;
}

p.lg.alt,
.p.lg.alt {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
}

.pc p.lg.alt,
.pc .p.lg.alt {
  position: relative;
  top: 0.12em;
}

p.lg a,
.p.lg a {
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

p.lg a:after,
.p.lg a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A600E4;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 0;
  transform: scaleX(0);
  transition: all 250ms ease-out;
  transform-origin: center left;
}

p.lg a:hover,
.p.lg a:hover {
  text-decoration: none;
}

p.lg a:hover:after,
.p.lg a:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

p.lg a:after,
.p.lg a:after {
  background-color: #865FCC;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 1;
  transform: scaleX(1);
}

@keyframes hoverUnderline {
  0% {
    transform: scaleX(1);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1);
    transform-origin: center left;
  }
}

@keyframes hoverUnderlineCenter {
  0% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center left;
  }
}

p.lg a:hover:after,
.p.lg a:hover:after {
  transform: scaleX(1);
  opacity: 1;
  -webkit-animation: hoverUnderline 800ms;
          animation: hoverUnderline 800ms;
}

p.lg a:hover,
.p.lg a:hover {
  color: #ffffff;
}

p.lg:first-child,
.p.lg:first-child {
  margin-top: 0;
}

p.lg:last-child,
.p.lg:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  p.lg,
  .p.lg {
    margin-top: 5.5px;
    margin-bottom: 16.5px;
    font-size: 15.8px;
  }
}

@media (min-width: 375px) {
  p.lg,
  .p.lg {
    margin-top: 6px;
    margin-bottom: 18px;
    font-size: 16.6px;
  }
}

@media (min-width: 414px) {
  p.lg,
  .p.lg {
    margin-top: 6.5px;
    margin-bottom: 19.5px;
    font-size: 17.4px;
  }
}

@media (min-width: 480px) {
  p.lg,
  .p.lg {
    margin-top: 7px;
    margin-bottom: 21px;
    font-size: 18.2px;
  }
}

@media (min-width: 576px) {
  p.lg,
  .p.lg {
    margin-top: 7.5px;
    margin-bottom: 22.5px;
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  p.lg,
  .p.lg {
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 19.8px;
  }
}

@media (min-width: 992px) {
  p.lg,
  .p.lg {
    margin-top: 8.5px;
    margin-bottom: 25.5px;
    font-size: 20.6px;
  }
}

@media (min-width: 1240px) {
  p.lg,
  .p.lg {
    margin-top: 9px;
    margin-bottom: 27px;
    font-size: 21.4px;
  }
}

@media (min-width: 1540px) {
  p.lg,
  .p.lg {
    margin-top: 9.5px;
    margin-bottom: 28.5px;
    font-size: 22.2px;
  }
}

@media (min-width: 1800px) {
  p.lg,
  .p.lg {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 23px;
  }
}

small {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #777777;
  display: block;
  line-height: 1.6;
}

.pc small {
  position: relative;
  top: 0.12em;
}

small:first-child {
  margin-top: 0;
}

small:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  small {
    margin-top: 10.5px;
    margin-bottom: 11px;
    font-size: 12.2px;
  }
}

@media (min-width: 375px) {
  small {
    margin-top: 11px;
    margin-bottom: 12px;
    font-size: 12.4px;
  }
}

@media (min-width: 414px) {
  small {
    margin-top: 11.5px;
    margin-bottom: 13px;
    font-size: 12.6px;
  }
}

@media (min-width: 480px) {
  small {
    margin-top: 12px;
    margin-bottom: 14px;
    font-size: 12.8px;
  }
}

@media (min-width: 576px) {
  small {
    margin-top: 12.5px;
    margin-bottom: 15px;
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  small {
    margin-top: 13px;
    margin-bottom: 16px;
    font-size: 13.2px;
  }
}

@media (min-width: 992px) {
  small {
    margin-top: 13.5px;
    margin-bottom: 17px;
    font-size: 13.4px;
  }
}

@media (min-width: 1240px) {
  small {
    margin-top: 14px;
    margin-bottom: 18px;
    font-size: 13.6px;
  }
}

@media (min-width: 1540px) {
  small {
    margin-top: 14.5px;
    margin-bottom: 19px;
    font-size: 13.8px;
  }
}

@media (min-width: 1800px) {
  small {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

figcaption {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #777777;
  display: block;
  line-height: 1.6;
}

.pc figcaption {
  position: relative;
  top: 0.12em;
}

figcaption:first-child {
  margin-top: 0;
}

figcaption:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  figcaption {
    margin-top: 10.5px;
    margin-bottom: 11px;
    font-size: 12.2px;
  }
}

@media (min-width: 375px) {
  figcaption {
    margin-top: 11px;
    margin-bottom: 12px;
    font-size: 12.4px;
  }
}

@media (min-width: 414px) {
  figcaption {
    margin-top: 11.5px;
    margin-bottom: 13px;
    font-size: 12.6px;
  }
}

@media (min-width: 480px) {
  figcaption {
    margin-top: 12px;
    margin-bottom: 14px;
    font-size: 12.8px;
  }
}

@media (min-width: 576px) {
  figcaption {
    margin-top: 12.5px;
    margin-bottom: 15px;
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  figcaption {
    margin-top: 13px;
    margin-bottom: 16px;
    font-size: 13.2px;
  }
}

@media (min-width: 992px) {
  figcaption {
    margin-top: 13.5px;
    margin-bottom: 17px;
    font-size: 13.4px;
  }
}

@media (min-width: 1240px) {
  figcaption {
    margin-top: 14px;
    margin-bottom: 18px;
    font-size: 13.6px;
  }
}

@media (min-width: 1540px) {
  figcaption {
    margin-top: 14.5px;
    margin-bottom: 19px;
    font-size: 13.8px;
  }
}

@media (min-width: 1800px) {
  figcaption {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

pre {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
  line-height: 1.85;
  margin: 25px 0;
  padding: 20px;
  font-size: 13px;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  color: #ffffff;
  white-space: normal;
}

pre:first-child {
  margin-top: 0;
}

pre:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  pre {
    margin: 26.5px 0;
    padding: 22px;
    font-size: 13.7px;
  }
}

@media (min-width: 375px) {
  pre {
    margin: 28px 0;
    padding: 24px;
    font-size: 14.4px;
  }
}

@media (min-width: 414px) {
  pre {
    margin: 29.5px 0;
    padding: 26px;
    font-size: 15.1px;
  }
}

@media (min-width: 480px) {
  pre {
    margin: 31px 0;
    padding: 28px;
    font-size: 15.8px;
  }
}

@media (min-width: 576px) {
  pre {
    margin: 32.5px 0;
    padding: 30px;
    font-size: 16.5px;
  }
}

@media (min-width: 768px) {
  pre {
    margin: 34px 0;
    padding: 32px;
    font-size: 17.2px;
  }
}

@media (min-width: 992px) {
  pre {
    margin: 35.5px 0;
    padding: 34px;
    font-size: 17.9px;
  }
}

@media (min-width: 1240px) {
  pre {
    margin: 37px 0;
    padding: 36px;
    font-size: 18.6px;
  }
}

@media (min-width: 1540px) {
  pre {
    margin: 38.5px 0;
    padding: 38px;
    font-size: 19.3px;
  }
}

@media (min-width: 1800px) {
  pre {
    margin: 40px 0;
    padding: 40px;
    font-size: 20px;
  }
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid),
.content ol:not(.gform_fields):not(.blocks-gallery-grid) {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 25px;
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid):first-child,
.content ol:not(.gform_fields):not(.blocks-gallery-grid):first-child {
  margin-top: 0;
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid):last-child,
.content ol:not(.gform_fields):not(.blocks-gallery-grid):last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid),
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) {
    margin-top: 16.5px;
    margin-bottom: 21.5px;
    padding-left: 27.5px;
  }
}

@media (min-width: 375px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid),
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) {
    margin-top: 18px;
    margin-bottom: 23px;
    padding-left: 30px;
  }
}

@media (min-width: 414px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid),
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) {
    margin-top: 19.5px;
    margin-bottom: 24.5px;
    padding-left: 32.5px;
  }
}

@media (min-width: 480px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid),
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) {
    margin-top: 21px;
    margin-bottom: 26px;
    padding-left: 35px;
  }
}

@media (min-width: 576px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid),
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) {
    margin-top: 22.5px;
    margin-bottom: 27.5px;
    padding-left: 37.5px;
  }
}

@media (min-width: 768px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid),
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) {
    margin-top: 24px;
    margin-bottom: 29px;
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid),
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) {
    margin-top: 25.5px;
    margin-bottom: 30.5px;
    padding-left: 42.5px;
  }
}

@media (min-width: 1240px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid),
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) {
    margin-top: 27px;
    margin-bottom: 32px;
    padding-left: 45px;
  }
}

@media (min-width: 1540px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid),
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) {
    margin-top: 28.5px;
    margin-bottom: 33.5px;
    padding-left: 47.5px;
  }
}

@media (min-width: 1800px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid),
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) {
    margin-top: 30px;
    margin-bottom: 35px;
    padding-left: 50px;
  }
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid) li,
.content ol:not(.gform_fields):not(.blocks-gallery-grid) li {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
  margin: 15px 0;
  font-size: 13px;
  line-height: 1.85;
  color: #ffffff;
}

.pc .content ul:not(.gform_fields):not(.blocks-gallery-grid) li,
.pc .content ol:not(.gform_fields):not(.blocks-gallery-grid) li {
  position: relative;
  top: 0.12em;
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid) li:first-child,
.content ol:not(.gform_fields):not(.blocks-gallery-grid) li:first-child {
  margin-top: 0;
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid) li:last-child,
.content ol:not(.gform_fields):not(.blocks-gallery-grid) li:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid) li,
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) li {
    margin: 15.5px 0;
    font-size: 13.7px;
  }
}

@media (min-width: 375px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid) li,
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) li {
    margin: 16px 0;
    font-size: 14.4px;
  }
}

@media (min-width: 414px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid) li,
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) li {
    margin: 16.5px 0;
    font-size: 15.1px;
  }
}

@media (min-width: 480px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid) li,
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) li {
    margin: 17px 0;
    font-size: 15.8px;
  }
}

@media (min-width: 576px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid) li,
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) li {
    margin: 17.5px 0;
    font-size: 16.5px;
  }
}

@media (min-width: 768px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid) li,
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) li {
    margin: 18px 0;
    font-size: 17.2px;
  }
}

@media (min-width: 992px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid) li,
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) li {
    margin: 18.5px 0;
    font-size: 17.9px;
  }
}

@media (min-width: 1240px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid) li,
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) li {
    margin: 19px 0;
    font-size: 18.6px;
  }
}

@media (min-width: 1540px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid) li,
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) li {
    margin: 19.5px 0;
    font-size: 19.3px;
  }
}

@media (min-width: 1800px) {
  .content ul:not(.gform_fields):not(.blocks-gallery-grid) li,
  .content ol:not(.gform_fields):not(.blocks-gallery-grid) li {
    margin: 20px 0;
    font-size: 20px;
  }
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid) li a,
.content ol:not(.gform_fields):not(.blocks-gallery-grid) li a {
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid) li a:after,
.content ol:not(.gform_fields):not(.blocks-gallery-grid) li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A600E4;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 0;
  transform: scaleX(0);
  transition: all 250ms ease-out;
  transform-origin: center left;
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid) li a:hover,
.content ol:not(.gform_fields):not(.blocks-gallery-grid) li a:hover {
  text-decoration: none;
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid) li a:hover:after,
.content ol:not(.gform_fields):not(.blocks-gallery-grid) li a:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid) li a:after,
.content ol:not(.gform_fields):not(.blocks-gallery-grid) li a:after {
  background-color: #865FCC;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 1;
  transform: scaleX(1);
}

@keyframes hoverUnderline {
  0% {
    transform: scaleX(1);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1);
    transform-origin: center left;
  }
}

@keyframes hoverUnderlineCenter {
  0% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center left;
  }
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid) li a:hover:after,
.content ol:not(.gform_fields):not(.blocks-gallery-grid) li a:hover:after {
  transform: scaleX(1);
  opacity: 1;
  -webkit-animation: hoverUnderline 800ms;
          animation: hoverUnderline 800ms;
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid) li a:hover,
.content ol:not(.gform_fields):not(.blocks-gallery-grid) li a:hover {
  color: #ffffff;
}

.content ul:not(.gform_fields):not(.blocks-gallery-grid) li:before {
  content: "\2022";
  color: #A600E4;
  font-weight: bold;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}

.content ol {
  counter-reset: item;
}

.content ol:not(.gform_fields):not(.blocks-gallery-grid) li {
  list-style-type: none;
  counter-increment: item;
  position: relative;
}

.content ol:not(.gform_fields):not(.blocks-gallery-grid) li:before {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  font-size: 130%;
  content: counter(item) ".";
  color: #A600E4;
  left: -40px;
  position: absolute;
  text-align: right;
  width: 30px;
  transform: translateY(-7%);
}

.content ol:not(.gform_fields):not(.blocks-gallery-grid) li li:before {
  content: counter(item, lower-alpha) ". ";
}

.content ol:not(.gform_fields):not(.blocks-gallery-grid) li li li:before {
  content: counter(item, lower-roman) ". ";
}

label {
  color: #ffffff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 7px;
  font-size: 15px;
}

.pc label {
  position: relative;
  top: 0.12em;
}

label:first-child {
  margin-top: 0;
}

label:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  label {
    margin-bottom: 7.3px;
    font-size: 15.5px;
  }
}

@media (min-width: 375px) {
  label {
    margin-bottom: 7.6px;
    font-size: 16px;
  }
}

@media (min-width: 414px) {
  label {
    margin-bottom: 7.9px;
    font-size: 16.5px;
  }
}

@media (min-width: 480px) {
  label {
    margin-bottom: 8.2px;
    font-size: 17px;
  }
}

@media (min-width: 576px) {
  label {
    margin-bottom: 8.5px;
    font-size: 17.5px;
  }
}

@media (min-width: 768px) {
  label {
    margin-bottom: 8.8px;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  label {
    margin-bottom: 9.1px;
    font-size: 18.5px;
  }
}

@media (min-width: 1240px) {
  label {
    margin-bottom: 9.4px;
    font-size: 19px;
  }
}

@media (min-width: 1540px) {
  label {
    margin-bottom: 9.7px;
    font-size: 19.5px;
  }
}

@media (min-width: 1800px) {
  label {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

cite {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.35;
  text-shadow: 2px 2px rgba(9, 9, 9, 0.65);
}

cite:first-child {
  margin-top: 0;
}

cite:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  cite {
    margin-top: 5.3px;
    margin-bottom: 5.3px;
    font-size: 12.7px;
  }
}

@media (min-width: 375px) {
  cite {
    margin-top: 5.6px;
    margin-bottom: 5.6px;
    font-size: 13.4px;
  }
}

@media (min-width: 414px) {
  cite {
    margin-top: 5.9px;
    margin-bottom: 5.9px;
    font-size: 14.1px;
  }
}

@media (min-width: 480px) {
  cite {
    margin-top: 6.2px;
    margin-bottom: 6.2px;
    font-size: 14.8px;
  }
}

@media (min-width: 576px) {
  cite {
    margin-top: 6.5px;
    margin-bottom: 6.5px;
    font-size: 15.5px;
  }
}

@media (min-width: 768px) {
  cite {
    margin-top: 6.8px;
    margin-bottom: 6.8px;
    font-size: 16.2px;
  }
}

@media (min-width: 992px) {
  cite {
    margin-top: 7.1px;
    margin-bottom: 7.1px;
    font-size: 16.9px;
  }
}

@media (min-width: 1240px) {
  cite {
    margin-top: 7.4px;
    margin-bottom: 7.4px;
    font-size: 17.6px;
  }
}

@media (min-width: 1540px) {
  cite {
    margin-top: 7.7px;
    margin-bottom: 7.7px;
    font-size: 18.3px;
  }
}

@media (min-width: 1800px) {
  cite {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 19px;
  }
}

cite.sm {
  margin-top: 2px;
  margin-bottom: 3px;
  font-size: 11px;
}

cite.sm:first-child {
  margin-top: 0;
}

cite.sm:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  cite.sm {
    margin-top: 2.2px;
    margin-bottom: 3.3px;
    font-size: 11.5px;
  }
}

@media (min-width: 375px) {
  cite.sm {
    margin-top: 2.4px;
    margin-bottom: 3.6px;
    font-size: 12px;
  }
}

@media (min-width: 414px) {
  cite.sm {
    margin-top: 2.6px;
    margin-bottom: 3.9px;
    font-size: 12.5px;
  }
}

@media (min-width: 480px) {
  cite.sm {
    margin-top: 2.8px;
    margin-bottom: 4.2px;
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  cite.sm {
    margin-top: 3px;
    margin-bottom: 4.5px;
    font-size: 13.5px;
  }
}

@media (min-width: 768px) {
  cite.sm {
    margin-top: 3.2px;
    margin-bottom: 4.8px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  cite.sm {
    margin-top: 3.4px;
    margin-bottom: 5.1px;
    font-size: 14.5px;
  }
}

@media (min-width: 1240px) {
  cite.sm {
    margin-top: 3.6px;
    margin-bottom: 5.4px;
    font-size: 15px;
  }
}

@media (min-width: 1540px) {
  cite.sm {
    margin-top: 3.8px;
    margin-bottom: 5.7px;
    font-size: 15.5px;
  }
}

@media (min-width: 1800px) {
  cite.sm {
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 16px;
  }
}

cite.lg {
  margin-top: 3px;
  margin-bottom: 6px;
  font-size: 17px;
}

cite.lg:first-child {
  margin-top: 0;
}

cite.lg:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  cite.lg {
    margin-top: 3.3px;
    margin-bottom: 6.6px;
    font-size: 17.7px;
  }
}

@media (min-width: 375px) {
  cite.lg {
    margin-top: 3.6px;
    margin-bottom: 7.2px;
    font-size: 18.4px;
  }
}

@media (min-width: 414px) {
  cite.lg {
    margin-top: 3.9px;
    margin-bottom: 7.8px;
    font-size: 19.1px;
  }
}

@media (min-width: 480px) {
  cite.lg {
    margin-top: 4.2px;
    margin-bottom: 8.4px;
    font-size: 19.8px;
  }
}

@media (min-width: 576px) {
  cite.lg {
    margin-top: 4.5px;
    margin-bottom: 9px;
    font-size: 20.5px;
  }
}

@media (min-width: 768px) {
  cite.lg {
    margin-top: 4.8px;
    margin-bottom: 9.6px;
    font-size: 21.2px;
  }
}

@media (min-width: 992px) {
  cite.lg {
    margin-top: 5.1px;
    margin-bottom: 10.2px;
    font-size: 21.9px;
  }
}

@media (min-width: 1240px) {
  cite.lg {
    margin-top: 5.4px;
    margin-bottom: 10.8px;
    font-size: 22.6px;
  }
}

@media (min-width: 1540px) {
  cite.lg {
    margin-top: 5.7px;
    margin-bottom: 11.4px;
    font-size: 23.3px;
  }
}

@media (min-width: 1800px) {
  cite.lg {
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 24px;
  }
}

cite em {
  text-shadow: 2px 2px #090909;
}

.date .month,
.date .year,
.date .time {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  font-size: 11px;
  margin: 0 5px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.15;
  text-shadow: 3px 3px rgba(9, 9, 9, 0.65);
}

.pc .date .month,
.pc .date .year,
.pc .date .time {
  position: relative;
  top: 0.12em;
}

.date .month:first-child,
.date .year:first-child,
.date .time:first-child {
  margin-top: 0;
}

.date .month:last-child,
.date .year:last-child,
.date .time:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .date .month,
  .date .year,
  .date .time {
    font-size: 11.4px;
  }
}

@media (min-width: 375px) {
  .date .month,
  .date .year,
  .date .time {
    font-size: 11.8px;
  }
}

@media (min-width: 414px) {
  .date .month,
  .date .year,
  .date .time {
    font-size: 12.2px;
  }
}

@media (min-width: 480px) {
  .date .month,
  .date .year,
  .date .time {
    font-size: 12.6px;
  }
}

@media (min-width: 576px) {
  .date .month,
  .date .year,
  .date .time {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .date .month,
  .date .year,
  .date .time {
    font-size: 13.4px;
  }
}

@media (min-width: 992px) {
  .date .month,
  .date .year,
  .date .time {
    font-size: 13.8px;
  }
}

@media (min-width: 1240px) {
  .date .month,
  .date .year,
  .date .time {
    font-size: 14.2px;
  }
}

@media (min-width: 1540px) {
  .date .month,
  .date .year,
  .date .time {
    font-size: 14.6px;
  }
}

@media (min-width: 1800px) {
  .date .month,
  .date .year,
  .date .time {
    font-size: 15px;
  }
}

@media (min-width: 1240px) {
  .date .month,
  .date .year,
  .date .time {
    letter-spacing: 2px;
  }
}

.date .year {
  margin-left: 7px;
}

.date .time {
  letter-spacing: 2px;
  text-transform: none;
}

.date .day {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  font-size: 22px;
  margin: 0;
  color: #ffffff;
  text-shadow: 4px 4px rgba(9, 9, 9, 0.65);
}

.pc .date .day {
  position: relative;
  top: 0.12em;
}

.date .day:first-child {
  margin-top: 0;
}

.date .day:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .date .day {
    font-size: 23.2px;
  }
}

@media (min-width: 375px) {
  .date .day {
    font-size: 24.4px;
  }
}

@media (min-width: 414px) {
  .date .day {
    font-size: 25.6px;
  }
}

@media (min-width: 480px) {
  .date .day {
    font-size: 26.8px;
  }
}

@media (min-width: 576px) {
  .date .day {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .date .day {
    font-size: 29.2px;
  }
}

@media (min-width: 992px) {
  .date .day {
    font-size: 30.4px;
  }
}

@media (min-width: 1240px) {
  .date .day {
    font-size: 31.6px;
  }
}

@media (min-width: 1540px) {
  .date .day {
    font-size: 32.8px;
  }
}

@media (min-width: 1800px) {
  .date .day {
    font-size: 34px;
  }
}

.date .ordinal {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  margin: 0 5px;
  color: #ffffff;
  position: relative;
  top: -1px;
  margin-left: 9px;
  text-shadow: 3px 3px #090909;
}

.date .ordinal:first-child {
  margin-top: 0;
}

.date .ordinal:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .date .ordinal {
    font-size: 14.4px;
  }
}

@media (min-width: 375px) {
  .date .ordinal {
    font-size: 14.8px;
  }
}

@media (min-width: 414px) {
  .date .ordinal {
    font-size: 15.2px;
  }
}

@media (min-width: 480px) {
  .date .ordinal {
    font-size: 15.6px;
  }
}

@media (min-width: 576px) {
  .date .ordinal {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .date .ordinal {
    font-size: 16.4px;
  }
}

@media (min-width: 992px) {
  .date .ordinal {
    font-size: 16.8px;
  }
}

@media (min-width: 1240px) {
  .date .ordinal {
    font-size: 17.2px;
  }
}

@media (min-width: 1540px) {
  .date .ordinal {
    font-size: 17.6px;
  }
}

@media (min-width: 1800px) {
  .date .ordinal {
    font-size: 18px;
  }
}

.day {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 21px;
  text-shadow: 2px 2px #231f20;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.price {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 2px 2px #231f20;
  display: block;
}

.price:first-child {
  margin-top: 0;
}

.price:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .price {
    font-size: 20.8px;
  }
}

@media (min-width: 375px) {
  .price {
    font-size: 21.6px;
  }
}

@media (min-width: 414px) {
  .price {
    font-size: 22.4px;
  }
}

@media (min-width: 480px) {
  .price {
    font-size: 23.2px;
  }
}

@media (min-width: 576px) {
  .price {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .price {
    font-size: 24.8px;
  }
}

@media (min-width: 992px) {
  .price {
    font-size: 25.6px;
  }
}

@media (min-width: 1240px) {
  .price {
    font-size: 26.4px;
  }
}

@media (min-width: 1540px) {
  .price {
    font-size: 27.2px;
  }
}

@media (min-width: 1800px) {
  .price {
    font-size: 28px;
  }
}

button,
.btn,
.button,
.wp-block-button__link {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
  margin: 5px 0;
  padding: 8px 12px;
  font-size: 14px;
  letter-spacing: 0;
  background-color: #865FCC;
  color: white;
  position: relative;
  overflow: hidden;
  text-shadow: 2px 2px #090909;
  text-align: center;
  border-radius: 0;
  z-index: 1;
  transition: background-color 250ms ease-out;
  display: inline-block;
  text-decoration: none;
  border: none;
}

button:first-child,
.btn:first-child,
.button:first-child,
.wp-block-button__link:first-child {
  margin-top: 0;
}

button:last-child,
.btn:last-child,
.button:last-child,
.wp-block-button__link:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  button,
  .btn,
  .button,
  .wp-block-button__link {
    margin: 5.5px 0;
    padding: 8.6px 13.3px;
    font-size: 14.3px;
    letter-spacing: 0.1px;
  }
}

@media (min-width: 375px) {
  button,
  .btn,
  .button,
  .wp-block-button__link {
    margin: 6px 0;
    padding: 9.2px 14.6px;
    font-size: 14.6px;
    letter-spacing: 0.2px;
  }
}

@media (min-width: 414px) {
  button,
  .btn,
  .button,
  .wp-block-button__link {
    margin: 6.5px 0;
    padding: 9.8px 15.9px;
    font-size: 14.9px;
    letter-spacing: 0.3px;
  }
}

@media (min-width: 480px) {
  button,
  .btn,
  .button,
  .wp-block-button__link {
    margin: 7px 0;
    padding: 10.4px 17.2px;
    font-size: 15.2px;
    letter-spacing: 0.4px;
  }
}

@media (min-width: 576px) {
  button,
  .btn,
  .button,
  .wp-block-button__link {
    margin: 7.5px 0;
    padding: 11px 18.5px;
    font-size: 15.5px;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) {
  button,
  .btn,
  .button,
  .wp-block-button__link {
    margin: 8px 0;
    padding: 11.6px 19.8px;
    font-size: 15.8px;
    letter-spacing: 0.6px;
  }
}

@media (min-width: 992px) {
  button,
  .btn,
  .button,
  .wp-block-button__link {
    margin: 8.5px 0;
    padding: 12.2px 21.1px;
    font-size: 16.1px;
    letter-spacing: 0.7px;
  }
}

@media (min-width: 1240px) {
  button,
  .btn,
  .button,
  .wp-block-button__link {
    margin: 9px 0;
    padding: 12.8px 22.4px;
    font-size: 16.4px;
    letter-spacing: 0.8px;
  }
}

@media (min-width: 1540px) {
  button,
  .btn,
  .button,
  .wp-block-button__link {
    margin: 9.5px 0;
    padding: 13.4px 23.7px;
    font-size: 16.7px;
    letter-spacing: 0.9px;
  }
}

@media (min-width: 1800px) {
  button,
  .btn,
  .button,
  .wp-block-button__link {
    margin: 10px 0;
    padding: 14px 25px;
    font-size: 17px;
    letter-spacing: 1px;
  }
}

button span,
.btn span,
.button span,
.wp-block-button__link span {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  display: block;
  transition: all 200ms ease-out;
}

.pc button span,
.pc .btn span,
.pc .button span,
.pc .wp-block-button__link span {
  position: relative;
  top: 0.12em;
}

button:focus,
.btn:focus,
.button:focus,
.wp-block-button__link:focus {
  outline: none;
}

button:hover,
.btn:hover,
.button:hover,
.wp-block-button__link:hover {
  cursor: pointer;
  color: white;
  background-color: #A600E4;
  border-color: #A600E4;
  text-decoration: none;
}

button.btn-lg,
button.wp-block-button__link,
.btn.btn-lg,
.btn-group-lg > .btn,
.btn.wp-block-button__link,
.button.btn-lg,
.button.wp-block-button__link,
.wp-block-button__link.btn-lg,
.wp-block-button__link.wp-block-button__link {
  padding: 12px 16px;
  font-size: 16px;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

button.btn-lg:first-child,
button.wp-block-button__link:first-child,
.btn.btn-lg:first-child,
.btn-group-lg > .btn:first-child,
.btn.wp-block-button__link:first-child,
.button.btn-lg:first-child,
.button.wp-block-button__link:first-child,
.wp-block-button__link.btn-lg:first-child,
.wp-block-button__link.wp-block-button__link:first-child {
  margin-top: 0;
}

button.btn-lg:last-child,
button.wp-block-button__link:last-child,
.btn.btn-lg:last-child,
.btn-group-lg > .btn:last-child,
.btn.wp-block-button__link:last-child,
.button.btn-lg:last-child,
.button.wp-block-button__link:last-child,
.wp-block-button__link.btn-lg:last-child,
.wp-block-button__link.wp-block-button__link:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    padding: 12.4px 17.4px;
    font-size: 16.4px;
  }
}

@media (min-width: 375px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    padding: 12.8px 18.8px;
    font-size: 16.8px;
  }
}

@media (min-width: 414px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    padding: 13.2px 20.2px;
    font-size: 17.2px;
  }
}

@media (min-width: 480px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    padding: 13.6px 21.6px;
    font-size: 17.6px;
  }
}

@media (min-width: 576px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    padding: 14px 23px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    padding: 14.4px 24.4px;
    font-size: 18.4px;
  }
}

@media (min-width: 992px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    padding: 14.8px 25.8px;
    font-size: 18.8px;
  }
}

@media (min-width: 1240px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    padding: 15.2px 27.2px;
    font-size: 19.2px;
  }
}

@media (min-width: 1540px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    padding: 15.6px 28.6px;
    font-size: 19.6px;
  }
}

@media (min-width: 1800px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    padding: 16px 30px;
    font-size: 20px;
  }
}

button.btn-lg:first-child,
button.wp-block-button__link:first-child,
.btn.btn-lg:first-child,
.btn-group-lg > .btn:first-child,
.btn.wp-block-button__link:first-child,
.button.btn-lg:first-child,
.button.wp-block-button__link:first-child,
.wp-block-button__link.btn-lg:first-child,
.wp-block-button__link.wp-block-button__link:first-child {
  margin-top: 0;
}

button.btn-lg:last-child,
button.wp-block-button__link:last-child,
.btn.btn-lg:last-child,
.btn-group-lg > .btn:last-child,
.btn.wp-block-button__link:last-child,
.button.btn-lg:last-child,
.button.wp-block-button__link:last-child,
.wp-block-button__link.btn-lg:last-child,
.wp-block-button__link.wp-block-button__link:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    margin-top: 8.75px;
    margin-bottom: 8.75px;
  }
}

@media (min-width: 375px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 414px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    margin-top: 11.25px;
    margin-bottom: 11.25px;
  }
}

@media (min-width: 480px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
  }
}

@media (min-width: 576px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    margin-top: 13.75px;
    margin-bottom: 13.75px;
  }
}

@media (min-width: 768px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    margin-top: 16.25px;
    margin-bottom: 16.25px;
  }
}

@media (min-width: 1240px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 1540px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    margin-top: 18.75px;
    margin-bottom: 18.75px;
  }
}

@media (min-width: 1800px) {
  button.btn-lg,
  button.wp-block-button__link,
  .btn.btn-lg,
  .btn-group-lg > .btn,
  .btn.wp-block-button__link,
  .button.btn-lg,
  .button.wp-block-button__link,
  .wp-block-button__link.btn-lg,
  .wp-block-button__link.wp-block-button__link {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

button.btn-sm,
.btn.btn-sm,
.btn-group-sm > .btn,
.button.btn-sm,
.wp-block-button__link.btn-sm {
  padding: 8px 10px;
  font-size: 13px;
  margin-top: 3.75px;
  margin-bottom: 3.75px;
}

button.btn-sm:first-child,
.btn.btn-sm:first-child,
.btn-group-sm > .btn:first-child,
.button.btn-sm:first-child,
.wp-block-button__link.btn-sm:first-child {
  margin-top: 0;
}

button.btn-sm:last-child,
.btn.btn-sm:last-child,
.btn-group-sm > .btn:last-child,
.button.btn-sm:last-child,
.wp-block-button__link.btn-sm:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    padding: 8.3px 11.2px;
    font-size: 13.3px;
  }
}

@media (min-width: 375px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    padding: 8.6px 12.4px;
    font-size: 13.6px;
  }
}

@media (min-width: 414px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    padding: 8.9px 13.6px;
    font-size: 13.9px;
  }
}

@media (min-width: 480px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    padding: 9.2px 14.8px;
    font-size: 14.2px;
  }
}

@media (min-width: 576px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    padding: 9.5px 16px;
    font-size: 14.5px;
  }
}

@media (min-width: 768px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    padding: 9.8px 17.2px;
    font-size: 14.8px;
  }
}

@media (min-width: 992px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    padding: 10.1px 18.4px;
    font-size: 15.1px;
  }
}

@media (min-width: 1240px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    padding: 10.4px 19.6px;
    font-size: 15.4px;
  }
}

@media (min-width: 1540px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    padding: 10.7px 20.8px;
    font-size: 15.7px;
  }
}

@media (min-width: 1800px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    padding: 11px 22px;
    font-size: 16px;
  }
}

button.btn-sm:first-child,
.btn.btn-sm:first-child,
.btn-group-sm > .btn:first-child,
.button.btn-sm:first-child,
.wp-block-button__link.btn-sm:first-child {
  margin-top: 0;
}

button.btn-sm:last-child,
.btn.btn-sm:last-child,
.btn-group-sm > .btn:last-child,
.button.btn-sm:last-child,
.wp-block-button__link.btn-sm:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    margin-top: 4.375px;
    margin-bottom: 4.375px;
  }
}

@media (min-width: 375px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (min-width: 414px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    margin-top: 5.625px;
    margin-bottom: 5.625px;
  }
}

@media (min-width: 480px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    margin-top: 6.25px;
    margin-bottom: 6.25px;
  }
}

@media (min-width: 576px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    margin-top: 6.875px;
    margin-bottom: 6.875px;
  }
}

@media (min-width: 768px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
}

@media (min-width: 992px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    margin-top: 8.125px;
    margin-bottom: 8.125px;
  }
}

@media (min-width: 1240px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    margin-top: 8.75px;
    margin-bottom: 8.75px;
  }
}

@media (min-width: 1540px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    margin-top: 9.375px;
    margin-bottom: 9.375px;
  }
}

@media (min-width: 1800px) {
  button.btn-sm,
  .btn.btn-sm,
  .btn-group-sm > .btn,
  .button.btn-sm,
  .wp-block-button__link.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

button:before,
button:after,
.btn:before,
.btn:after,
.button:before,
.button:after,
.wp-block-button__link:before,
.wp-block-button__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

button.colors,
.btn.colors,
.button.colors,
.wp-block-button__link.colors {
  background-color: transparent;
}

button.colors:after,
.btn.colors:after,
.button.colors:after,
.wp-block-button__link.colors:after {
  background: radial-gradient(ellipse at center, rgba(186, 13, 255, 0.7) 0%, rgba(11, 236, 26, 0) 100%);
  -webkit-animation: hueSpinMove 3s ease infinite;
          animation: hueSpinMove 3s ease infinite;
  animation-direction: alternate-reverse;
  width: 200%;
  height: 200%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: opacity 200ms ease-out;
}

button.colors:before,
.btn.colors:before,
.button.colors:before,
.wp-block-button__link.colors:before {
  background-image: linear-gradient(to bottom right, #693fff, #0bec1a);
  -webkit-animation: hueSpin 30s ease infinite;
          animation: hueSpin 30s ease infinite;
}

button.colors:hover,
.btn.colors:hover,
.button.colors:hover,
.wp-block-button__link.colors:hover {
  color: #ffffff;
}

button.colors:hover:after,
.btn.colors:hover:after,
.button.colors:hover:after,
.wp-block-button__link.colors:hover:after {
  opacity: 1;
}

button.grunge,
.btn.grunge,
.button.grunge,
.wp-block-button__link.grunge {
  background-color: transparent;
}

button.grunge:before,
.btn.grunge:before,
.button.grunge:before,
.wp-block-button__link.grunge:before {
  background-image: url(/images/grunge.jpg);
  background-size: 800px 800px;
  background-position: 100% 25%;
  z-index: -1;
  -webkit-filter: invert(1) contrast(25%) brightness(0.35);
          filter: invert(1) contrast(25%) brightness(0.35);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  button.grunge:before,
  .btn.grunge:before,
  .button.grunge:before,
  .wp-block-button__link.grunge:before {
    opacity: 0.1;
  }
}

@supports (-ms-accelerator: true) {
  button.grunge:before,
  .btn.grunge:before,
  .button.grunge:before,
  .wp-block-button__link.grunge:before {
    opacity: 0.1;
  }
}

@supports (-ms-ime-align: auto) {
  button.grunge:before,
  .btn.grunge:before,
  .button.grunge:before,
  .wp-block-button__link.grunge:before {
    opacity: 0.1;
  }
}

button.grunge:after,
.btn.grunge:after,
.button.grunge:after,
.wp-block-button__link.grunge:after {
  border: 2px solid white;
}

button.grunge:hover,
.btn.grunge:hover,
.button.grunge:hover,
.wp-block-button__link.grunge:hover {
  color: #ffffff;
  background-color: transparent;
}

button.grunge:hover:before,
.btn.grunge:hover:before,
.button.grunge:hover:before,
.wp-block-button__link.grunge:hover:before {
  -webkit-filter: invert(1) contrast(35%) brightness(0.4);
          filter: invert(1) contrast(35%) brightness(0.4);
  -webkit-animation: backgroundShift 3000ms steps(2) infinite;
          animation: backgroundShift 3000ms steps(2) infinite;
}

button.grunge.active,
.btn.grunge.active,
.button.grunge.active,
.wp-block-button__link.grunge.active {
  color: #ffffff;
  background-color: #865FCC;
}

button.grunge.active:before,
.btn.grunge.active:before,
.button.grunge.active:before,
.wp-block-button__link.grunge.active:before {
  opacity: 0;
}

button.grunge.grunge-reversed,
.btn.grunge.grunge-reversed,
.button.grunge.grunge-reversed,
.wp-block-button__link.grunge.grunge-reversed {
  background-color: #ffffff;
  color: #090909;
  text-shadow: 2px 2px #ffffff;
}

button.grunge.grunge-reversed:before,
.btn.grunge.grunge-reversed:before,
.button.grunge.grunge-reversed:before,
.wp-block-button__link.grunge.grunge-reversed:before {
  -webkit-filter: contrast(25%) brightness(1.5);
          filter: contrast(25%) brightness(1.5);
  opacity: 0.5;
}

button.grunge.grunge-reversed:after,
.btn.grunge.grunge-reversed:after,
.button.grunge.grunge-reversed:after,
.wp-block-button__link.grunge.grunge-reversed:after {
  border: 2px solid white;
}

button.grunge.grunge-reversed:hover,
.btn.grunge.grunge-reversed:hover,
.button.grunge.grunge-reversed:hover,
.wp-block-button__link.grunge.grunge-reversed:hover {
  color: #090909;
}

button.grunge.grunge-reversed:hover:before,
.btn.grunge.grunge-reversed:hover:before,
.button.grunge.grunge-reversed:hover:before,
.wp-block-button__link.grunge.grunge-reversed:hover:before {
  -webkit-filter: contrast(35%) brightness(1.5);
          filter: contrast(35%) brightness(1.5);
  -webkit-animation: backgroundShift 3000ms steps(2) infinite;
          animation: backgroundShift 3000ms steps(2) infinite;
}

button.color_grunge:before,
.btn.color_grunge:before,
.button.color_grunge:before,
.wp-block-button__link.color_grunge:before {
  background-image: url(/images/grunge.png);
  background-size: 800px 800px;
  background-position: 100% 25%;
  z-index: -1;
  background-blend-mode: screen;
  opacity: 0.2;
}

button.color_grunge:hover:before,
.btn.color_grunge:hover:before,
.button.color_grunge:hover:before,
.wp-block-button__link.color_grunge:hover:before {
  -webkit-animation: backgroundShift 3000ms steps(2) infinite;
          animation: backgroundShift 3000ms steps(2) infinite;
}

button.facebook,
.btn.facebook,
.button.facebook,
.wp-block-button__link.facebook {
  background-color: #4267b2;
}

button.facebook:hover,
.btn.facebook:hover,
.button.facebook:hover,
.wp-block-button__link.facebook:hover {
  background-color: #34518d;
}

button.venue-first-avenue,
.venue-first-avenue button,
.btn.venue-first-avenue,
.venue-first-avenue .btn,
.button.venue-first-avenue,
.venue-first-avenue .button,
.wp-block-button__link.venue-first-avenue,
.venue-first-avenue .wp-block-button__link {
  background-color: #865FCC !important;
}

button.venue-mainroom,
.venue-mainroom button,
.btn.venue-mainroom,
.venue-mainroom .btn,
.button.venue-mainroom,
.venue-mainroom .button,
.wp-block-button__link.venue-mainroom,
.venue-mainroom .wp-block-button__link {
  background-color: #865FCC !important;
}

button.venue-7th-st-entry,
.venue-7th-st-entry button,
.btn.venue-7th-st-entry,
.venue-7th-st-entry .btn,
.button.venue-7th-st-entry,
.venue-7th-st-entry .button,
.wp-block-button__link.venue-7th-st-entry,
.venue-7th-st-entry .wp-block-button__link {
  background-color: #A600E4 !important;
}

button.venue-turf-club,
.venue-turf-club button,
.btn.venue-turf-club,
.venue-turf-club .btn,
.button.venue-turf-club,
.venue-turf-club .button,
.wp-block-button__link.venue-turf-club,
.venue-turf-club .wp-block-button__link {
  background-color: #17ae47 !important;
}

button.venue-fine-line,
.venue-fine-line button,
.btn.venue-fine-line,
.venue-fine-line .btn,
.button.venue-fine-line,
.venue-fine-line .button,
.wp-block-button__link.venue-fine-line,
.venue-fine-line .wp-block-button__link {
  background-color: #1c81c6 !important;
}

button.venue-palace-theatre,
.venue-palace-theatre button,
.btn.venue-palace-theatre,
.venue-palace-theatre .btn,
.button.venue-palace-theatre,
.venue-palace-theatre .button,
.wp-block-button__link.venue-palace-theatre,
.venue-palace-theatre .wp-block-button__link {
  background-color: #feb41d !important;
}

button.venue-fitzgerald-theater,
.venue-fitzgerald-theater button,
.btn.venue-fitzgerald-theater,
.venue-fitzgerald-theater .btn,
.button.venue-fitzgerald-theater,
.venue-fitzgerald-theater .button,
.wp-block-button__link.venue-fitzgerald-theater,
.venue-fitzgerald-theater .wp-block-button__link {
  background-color: #d03d42 !important;
}

button.venue-the-fitzgerald-theater,
.venue-the-fitzgerald-theater button,
.btn.venue-the-fitzgerald-theater,
.venue-the-fitzgerald-theater .btn,
.button.venue-the-fitzgerald-theater,
.venue-the-fitzgerald-theater .button,
.wp-block-button__link.venue-the-fitzgerald-theater,
.venue-the-fitzgerald-theater .wp-block-button__link {
  background-color: #d03d42 !important;
}

button.venue-palace-theatre,
.btn.venue-palace-theatre,
.button.venue-palace-theatre,
.wp-block-button__link.venue-palace-theatre {
  color: #090909;
  text-shadow: 2px 2px rgba(255, 255, 255, 0.75);
}

button.link,
.btn.link,
.button.link,
.wp-block-button__link.link {
  padding: 0;
  background-color: transparent;
  color: #282828;
  font-size: 15px;
}

button.link:after,
.btn.link:after,
.button.link:after,
.wp-block-button__link.link:after {
  display: none;
}

button.play,
.btn.play,
.button.play,
.wp-block-button__link.play {
  padding: 0;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70px;
  margin: 0;
  transition: all 250ms ease-out;
  overflow: hidden;
  width: 50px;
}

button.play:first-child,
.btn.play:first-child,
.button.play:first-child,
.wp-block-button__link.play:first-child {
  margin-top: 0;
}

button.play:last-child,
.btn.play:last-child,
.button.play:last-child,
.wp-block-button__link.play:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  button.play,
  .btn.play,
  .button.play,
  .wp-block-button__link.play {
    width: 52px;
  }
}

@media (min-width: 375px) {
  button.play,
  .btn.play,
  .button.play,
  .wp-block-button__link.play {
    width: 54px;
  }
}

@media (min-width: 414px) {
  button.play,
  .btn.play,
  .button.play,
  .wp-block-button__link.play {
    width: 56px;
  }
}

@media (min-width: 480px) {
  button.play,
  .btn.play,
  .button.play,
  .wp-block-button__link.play {
    width: 58px;
  }
}

@media (min-width: 576px) {
  button.play,
  .btn.play,
  .button.play,
  .wp-block-button__link.play {
    width: 60px;
  }
}

@media (min-width: 768px) {
  button.play,
  .btn.play,
  .button.play,
  .wp-block-button__link.play {
    width: 62px;
  }
}

@media (min-width: 992px) {
  button.play,
  .btn.play,
  .button.play,
  .wp-block-button__link.play {
    width: 64px;
  }
}

@media (min-width: 1240px) {
  button.play,
  .btn.play,
  .button.play,
  .wp-block-button__link.play {
    width: 66px;
  }
}

@media (min-width: 1540px) {
  button.play,
  .btn.play,
  .button.play,
  .wp-block-button__link.play {
    width: 68px;
  }
}

@media (min-width: 1800px) {
  button.play,
  .btn.play,
  .button.play,
  .wp-block-button__link.play {
    width: 70px;
  }
}

button.play:before,
.btn.play:before,
.button.play:before,
.wp-block-button__link.play:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: auto;
  position: relative;
  background-image: url(/images/grunge.jpg);
  background-size: 800px 800px;
  background-position: 100% 25%;
  -webkit-filter: invert(1) contrast(65%) brightness(0.75);
          filter: invert(1) contrast(65%) brightness(0.75);
  opacity: 0.5;
}

button.play:after,
.btn.play:after,
.button.play:after,
.wp-block-button__link.play:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-35%) translateY(-50%);
  border-left: 20px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: auto;
  height: auto;
}

@media (min-width: 768px) {
  button.play:after,
  .btn.play:after,
  .button.play:after,
  .wp-block-button__link.play:after {
    border-left-width: 26px;
    border-top-width: 13px;
    border-bottom-width: 13px;
  }
}

button.play:hover,
.btn.play:hover,
.button.play:hover,
.wp-block-button__link.play:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}

button.play:hover:before,
.btn.play:hover:before,
.button.play:hover:before,
.wp-block-button__link.play:hover:before {
  -webkit-filter: invert(1) contrast(35%) brightness(0.4);
          filter: invert(1) contrast(35%) brightness(0.4);
  -webkit-animation: backgroundShift 3000ms steps(2) infinite;
          animation: backgroundShift 3000ms steps(2) infinite;
}

.btn-row {
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-row:first-child {
  margin-top: 0;
}

.btn-row:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .btn-row {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  .btn-row {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  .btn-row {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  .btn-row {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .btn-row {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  .btn-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .btn-row {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  .btn-row {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  .btn-row {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  .btn-row {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.btn-row:first-child {
  margin-top: 0;
}

.btn-row:last-child {
  margin-bottom: 0;
}

.btn-row button,
.btn-row .btn {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-row button:first-child,
.btn-row .btn:first-child {
  margin-left: 0;
}

.btn-row button:last-child,
.btn-row .btn:last-child {
  margin-right: 0;
}

.link {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  margin: 3px 4px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 3px 6px 3px 8px;
  transition: all 250ms ease-out;
  position: relative;
  overflow: hidden;
  display: inline-block;
  top: 4px;
  z-index: 10;
  margin: 0 -6px 0 -8px;
}

.link:first-child {
  margin-top: 0;
}

.link:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .link {
    margin: 3.3px 4.4px;
    font-size: 11.3px;
    letter-spacing: 1.1px;
  }
}

@media (min-width: 375px) {
  .link {
    margin: 3.6px 4.8px;
    font-size: 11.6px;
    letter-spacing: 1.2px;
  }
}

@media (min-width: 414px) {
  .link {
    margin: 3.9px 5.2px;
    font-size: 11.9px;
    letter-spacing: 1.3px;
  }
}

@media (min-width: 480px) {
  .link {
    margin: 4.2px 5.6px;
    font-size: 12.2px;
    letter-spacing: 1.4px;
  }
}

@media (min-width: 576px) {
  .link {
    margin: 4.5px 6px;
    font-size: 12.5px;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 768px) {
  .link {
    margin: 4.8px 6.4px;
    font-size: 12.8px;
    letter-spacing: 1.6px;
  }
}

@media (min-width: 992px) {
  .link {
    margin: 5.1px 6.8px;
    font-size: 13.1px;
    letter-spacing: 1.7px;
  }
}

@media (min-width: 1240px) {
  .link {
    margin: 5.4px 7.2px;
    font-size: 13.4px;
    letter-spacing: 1.8px;
  }
}

@media (min-width: 1540px) {
  .link {
    margin: 5.7px 7.6px;
    font-size: 13.7px;
    letter-spacing: 1.9px;
  }
}

@media (min-width: 1800px) {
  .link {
    margin: 6px 8px;
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.pc .link {
  top: 6px;
}

.link.lg {
  margin: 5px 6px;
  font-size: 13px;
  letter-spacing: 2px;
}

.link.lg:first-child {
  margin-top: 0;
}

.link.lg:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .link.lg {
    margin: 5.5px 6.6px;
    font-size: 13.4px;
    letter-spacing: 2.2px;
  }
}

@media (min-width: 375px) {
  .link.lg {
    margin: 6px 7.2px;
    font-size: 13.8px;
    letter-spacing: 2.4px;
  }
}

@media (min-width: 414px) {
  .link.lg {
    margin: 6.5px 7.8px;
    font-size: 14.2px;
    letter-spacing: 2.6px;
  }
}

@media (min-width: 480px) {
  .link.lg {
    margin: 7px 8.4px;
    font-size: 14.6px;
    letter-spacing: 2.8px;
  }
}

@media (min-width: 576px) {
  .link.lg {
    margin: 7.5px 9px;
    font-size: 15px;
    letter-spacing: 3px;
  }
}

@media (min-width: 768px) {
  .link.lg {
    margin: 8px 9.6px;
    font-size: 15.4px;
    letter-spacing: 3.2px;
  }
}

@media (min-width: 992px) {
  .link.lg {
    margin: 8.5px 10.2px;
    font-size: 15.8px;
    letter-spacing: 3.4px;
  }
}

@media (min-width: 1240px) {
  .link.lg {
    margin: 9px 10.8px;
    font-size: 16.2px;
    letter-spacing: 3.6px;
  }
}

@media (min-width: 1540px) {
  .link.lg {
    margin: 9.5px 11.4px;
    font-size: 16.6px;
    letter-spacing: 3.8px;
  }
}

@media (min-width: 1800px) {
  .link.lg {
    margin: 10px 12px;
    font-size: 17px;
    letter-spacing: 4px;
  }
}

.link:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
  background-image: url(/images/grunge.jpg);
  background-size: 800px 800px;
  background-position: 100% 25%;
  -webkit-filter: invert(1) contrast(65%) brightness(0.75);
          filter: invert(1) contrast(65%) brightness(0.75);
  transition: transform 250ms ease-out;
}

.link:after {
  content: "\27F6";
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  display: inline-block;
  transition: all 250ms ease-out;
}

.link:hover {
  text-decoration: none;
  color: #ffffff;
  text-shadow: -2px -2px rgba(9, 9, 9, 0.75);
}

.link:hover:after {
  transform: translateX(5px);
}

.link:hover:before {
  -webkit-animation: backgroundShift 3000ms steps(2) infinite;
          animation: backgroundShift 3000ms steps(2) infinite;
  transform: translateY(-100%);
}

.pc .link:hover:before {
  transform: translateY(-120%);
}

.close_button {
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  z-index: 600000;
  transform: rotate(-90deg);
  cursor: pointer;
  opacity: 0;
  transform: scale(0.5) rotate(-270deg);
  position: relative;
  background: transparent;
  transition-delay: 80ms;
  border: none;
}

@media (min-width: 576px) {
  .close_button {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 992px) {
  .close_button {
    width: 38px;
    height: 38px;
  }
}

.close_button:hover {
  background: transparent;
  transform: scale(1.2) rotate(0deg) !important;
}

.close_button:hover::before,
.close_button:hover::after {
  opacity: 0.75;
}

.close_button::before,
.close_button::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #ffffff;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.close_button::before {
  transform: rotate(45deg);
}

.close_button::after {
  transform: rotate(-45deg);
}

.search_open .close_button {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.container-fluid,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  padding: 0;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row .col,
.row .col-1,
.row .col-10,
.row .col-11,
.row .col-12,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-auto,
.row .col-lg,
.row .col-lg-1,
.row .col-lg-10,
.row .col-lg-11,
.row .col-lg-12,
.row .col-lg-2,
.row .col-lg-3,
.row .col-lg-4,
.row .col-lg-5,
.row .col-lg-6,
.row .col-lg-7,
.row .col-lg-8,
.row .col-lg-9,
.row .col-lg-auto,
.row .col-md,
.row .col-md-1,
.row .col-md-10,
.row .col-md-11,
.row .col-md-12,
.row .col-md-2,
.row .col-md-3,
.row .col-md-4,
.row .col-md-5,
.row .col-md-6,
.row .col-md-7,
.row .col-md-8,
.row .col-md-9,
.row .col-md-auto,
.row .col-sm,
.row .col-sm-1,
.row .col-sm-10,
.row .col-sm-11,
.row .col-sm-12,
.row .col-sm-2,
.row .col-sm-3,
.row .col-sm-4,
.row .col-sm-5,
.row .col-sm-6,
.row .col-sm-7,
.row .col-sm-8,
.row .col-sm-9,
.row .col-sm-auto,
.row .col-xl,
.row .col-xl-1,
.row .col-xl-10,
.row .col-xl-11,
.row .col-xl-12,
.row .col-xl-2,
.row .col-xl-3,
.row .col-xl-4,
.row .col-xl-5,
.row .col-xl-6,
.row .col-xl-7,
.row .col-xl-8,
.row .col-xl-9,
.row .col-xl-auto {
  padding: 10px;
}

.row .col.no_padding,
.row .col-1.no_padding,
.row .col-10.no_padding,
.row .col-11.no_padding,
.row .col-12.no_padding,
.row .col-2.no_padding,
.row .col-3.no_padding,
.row .col-4.no_padding,
.row .col-5.no_padding,
.row .col-6.no_padding,
.row .col-7.no_padding,
.row .col-8.no_padding,
.row .col-9.no_padding,
.row .col-auto.no_padding,
.row .col-lg.no_padding,
.row .col-lg-1.no_padding,
.row .col-lg-10.no_padding,
.row .col-lg-11.no_padding,
.row .col-lg-12.no_padding,
.row .col-lg-2.no_padding,
.row .col-lg-3.no_padding,
.row .col-lg-4.no_padding,
.row .col-lg-5.no_padding,
.row .col-lg-6.no_padding,
.row .col-lg-7.no_padding,
.row .col-lg-8.no_padding,
.row .col-lg-9.no_padding,
.row .col-lg-auto.no_padding,
.row .col-md.no_padding,
.row .col-md-1.no_padding,
.row .col-md-10.no_padding,
.row .col-md-11.no_padding,
.row .col-md-12.no_padding,
.row .col-md-2.no_padding,
.row .col-md-3.no_padding,
.row .col-md-4.no_padding,
.row .col-md-5.no_padding,
.row .col-md-6.no_padding,
.row .col-md-7.no_padding,
.row .col-md-8.no_padding,
.row .col-md-9.no_padding,
.row .col-md-auto.no_padding,
.row .col-sm.no_padding,
.row .col-sm-1.no_padding,
.row .col-sm-10.no_padding,
.row .col-sm-11.no_padding,
.row .col-sm-12.no_padding,
.row .col-sm-2.no_padding,
.row .col-sm-3.no_padding,
.row .col-sm-4.no_padding,
.row .col-sm-5.no_padding,
.row .col-sm-6.no_padding,
.row .col-sm-7.no_padding,
.row .col-sm-8.no_padding,
.row .col-sm-9.no_padding,
.row .col-sm-auto.no_padding,
.row .col-xl.no_padding,
.row .col-xl-1.no_padding,
.row .col-xl-10.no_padding,
.row .col-xl-11.no_padding,
.row .col-xl-12.no_padding,
.row .col-xl-2.no_padding,
.row .col-xl-3.no_padding,
.row .col-xl-4.no_padding,
.row .col-xl-5.no_padding,
.row .col-xl-6.no_padding,
.row .col-xl-7.no_padding,
.row .col-xl-8.no_padding,
.row .col-xl-9.no_padding,
.row .col-xl-auto.no_padding {
  padding: 0;
}

.row .col.no_vertical_padding,
.row .col-1.no_vertical_padding,
.row .col-10.no_vertical_padding,
.row .col-11.no_vertical_padding,
.row .col-12.no_vertical_padding,
.row .col-2.no_vertical_padding,
.row .col-3.no_vertical_padding,
.row .col-4.no_vertical_padding,
.row .col-5.no_vertical_padding,
.row .col-6.no_vertical_padding,
.row .col-7.no_vertical_padding,
.row .col-8.no_vertical_padding,
.row .col-9.no_vertical_padding,
.row .col-auto.no_vertical_padding,
.row .col-lg.no_vertical_padding,
.row .col-lg-1.no_vertical_padding,
.row .col-lg-10.no_vertical_padding,
.row .col-lg-11.no_vertical_padding,
.row .col-lg-12.no_vertical_padding,
.row .col-lg-2.no_vertical_padding,
.row .col-lg-3.no_vertical_padding,
.row .col-lg-4.no_vertical_padding,
.row .col-lg-5.no_vertical_padding,
.row .col-lg-6.no_vertical_padding,
.row .col-lg-7.no_vertical_padding,
.row .col-lg-8.no_vertical_padding,
.row .col-lg-9.no_vertical_padding,
.row .col-lg-auto.no_vertical_padding,
.row .col-md.no_vertical_padding,
.row .col-md-1.no_vertical_padding,
.row .col-md-10.no_vertical_padding,
.row .col-md-11.no_vertical_padding,
.row .col-md-12.no_vertical_padding,
.row .col-md-2.no_vertical_padding,
.row .col-md-3.no_vertical_padding,
.row .col-md-4.no_vertical_padding,
.row .col-md-5.no_vertical_padding,
.row .col-md-6.no_vertical_padding,
.row .col-md-7.no_vertical_padding,
.row .col-md-8.no_vertical_padding,
.row .col-md-9.no_vertical_padding,
.row .col-md-auto.no_vertical_padding,
.row .col-sm.no_vertical_padding,
.row .col-sm-1.no_vertical_padding,
.row .col-sm-10.no_vertical_padding,
.row .col-sm-11.no_vertical_padding,
.row .col-sm-12.no_vertical_padding,
.row .col-sm-2.no_vertical_padding,
.row .col-sm-3.no_vertical_padding,
.row .col-sm-4.no_vertical_padding,
.row .col-sm-5.no_vertical_padding,
.row .col-sm-6.no_vertical_padding,
.row .col-sm-7.no_vertical_padding,
.row .col-sm-8.no_vertical_padding,
.row .col-sm-9.no_vertical_padding,
.row .col-sm-auto.no_vertical_padding,
.row .col-xl.no_vertical_padding,
.row .col-xl-1.no_vertical_padding,
.row .col-xl-10.no_vertical_padding,
.row .col-xl-11.no_vertical_padding,
.row .col-xl-12.no_vertical_padding,
.row .col-xl-2.no_vertical_padding,
.row .col-xl-3.no_vertical_padding,
.row .col-xl-4.no_vertical_padding,
.row .col-xl-5.no_vertical_padding,
.row .col-xl-6.no_vertical_padding,
.row .col-xl-7.no_vertical_padding,
.row .col-xl-8.no_vertical_padding,
.row .col-xl-9.no_vertical_padding,
.row .col-xl-auto.no_vertical_padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.row.no_vertical_padding > .col,
.row.no_vertical_padding > .col-1,
.row.no_vertical_padding > .col-10,
.row.no_vertical_padding > .col-11,
.row.no_vertical_padding > .col-12,
.row.no_vertical_padding > .col-2,
.row.no_vertical_padding > .col-3,
.row.no_vertical_padding > .col-4,
.row.no_vertical_padding > .col-5,
.row.no_vertical_padding > .col-6,
.row.no_vertical_padding > .col-7,
.row.no_vertical_padding > .col-8,
.row.no_vertical_padding > .col-9,
.row.no_vertical_padding > .col-auto,
.row.no_vertical_padding > .col-lg,
.row.no_vertical_padding > .col-lg-1,
.row.no_vertical_padding > .col-lg-10,
.row.no_vertical_padding > .col-lg-11,
.row.no_vertical_padding > .col-lg-12,
.row.no_vertical_padding > .col-lg-2,
.row.no_vertical_padding > .col-lg-3,
.row.no_vertical_padding > .col-lg-4,
.row.no_vertical_padding > .col-lg-5,
.row.no_vertical_padding > .col-lg-6,
.row.no_vertical_padding > .col-lg-7,
.row.no_vertical_padding > .col-lg-8,
.row.no_vertical_padding > .col-lg-9,
.row.no_vertical_padding > .col-lg-auto,
.row.no_vertical_padding > .col-md,
.row.no_vertical_padding > .col-md-1,
.row.no_vertical_padding > .col-md-10,
.row.no_vertical_padding > .col-md-11,
.row.no_vertical_padding > .col-md-12,
.row.no_vertical_padding > .col-md-2,
.row.no_vertical_padding > .col-md-3,
.row.no_vertical_padding > .col-md-4,
.row.no_vertical_padding > .col-md-5,
.row.no_vertical_padding > .col-md-6,
.row.no_vertical_padding > .col-md-7,
.row.no_vertical_padding > .col-md-8,
.row.no_vertical_padding > .col-md-9,
.row.no_vertical_padding > .col-md-auto,
.row.no_vertical_padding > .col-sm,
.row.no_vertical_padding > .col-sm-1,
.row.no_vertical_padding > .col-sm-10,
.row.no_vertical_padding > .col-sm-11,
.row.no_vertical_padding > .col-sm-12,
.row.no_vertical_padding > .col-sm-2,
.row.no_vertical_padding > .col-sm-3,
.row.no_vertical_padding > .col-sm-4,
.row.no_vertical_padding > .col-sm-5,
.row.no_vertical_padding > .col-sm-6,
.row.no_vertical_padding > .col-sm-7,
.row.no_vertical_padding > .col-sm-8,
.row.no_vertical_padding > .col-sm-9,
.row.no_vertical_padding > .col-sm-auto,
.row.no_vertical_padding > .col-xl,
.row.no_vertical_padding > .col-xl-1,
.row.no_vertical_padding > .col-xl-10,
.row.no_vertical_padding > .col-xl-11,
.row.no_vertical_padding > .col-xl-12,
.row.no_vertical_padding > .col-xl-2,
.row.no_vertical_padding > .col-xl-3,
.row.no_vertical_padding > .col-xl-4,
.row.no_vertical_padding > .col-xl-5,
.row.no_vertical_padding > .col-xl-6,
.row.no_vertical_padding > .col-xl-7,
.row.no_vertical_padding > .col-xl-8,
.row.no_vertical_padding > .col-xl-9,
.row.no_vertical_padding > .col-xl-auto {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.row.no_bottom_padding > .col,
.row.no_bottom_padding > .col-1,
.row.no_bottom_padding > .col-10,
.row.no_bottom_padding > .col-11,
.row.no_bottom_padding > .col-12,
.row.no_bottom_padding > .col-2,
.row.no_bottom_padding > .col-3,
.row.no_bottom_padding > .col-4,
.row.no_bottom_padding > .col-5,
.row.no_bottom_padding > .col-6,
.row.no_bottom_padding > .col-7,
.row.no_bottom_padding > .col-8,
.row.no_bottom_padding > .col-9,
.row.no_bottom_padding > .col-auto,
.row.no_bottom_padding > .col-lg,
.row.no_bottom_padding > .col-lg-1,
.row.no_bottom_padding > .col-lg-10,
.row.no_bottom_padding > .col-lg-11,
.row.no_bottom_padding > .col-lg-12,
.row.no_bottom_padding > .col-lg-2,
.row.no_bottom_padding > .col-lg-3,
.row.no_bottom_padding > .col-lg-4,
.row.no_bottom_padding > .col-lg-5,
.row.no_bottom_padding > .col-lg-6,
.row.no_bottom_padding > .col-lg-7,
.row.no_bottom_padding > .col-lg-8,
.row.no_bottom_padding > .col-lg-9,
.row.no_bottom_padding > .col-lg-auto,
.row.no_bottom_padding > .col-md,
.row.no_bottom_padding > .col-md-1,
.row.no_bottom_padding > .col-md-10,
.row.no_bottom_padding > .col-md-11,
.row.no_bottom_padding > .col-md-12,
.row.no_bottom_padding > .col-md-2,
.row.no_bottom_padding > .col-md-3,
.row.no_bottom_padding > .col-md-4,
.row.no_bottom_padding > .col-md-5,
.row.no_bottom_padding > .col-md-6,
.row.no_bottom_padding > .col-md-7,
.row.no_bottom_padding > .col-md-8,
.row.no_bottom_padding > .col-md-9,
.row.no_bottom_padding > .col-md-auto,
.row.no_bottom_padding > .col-sm,
.row.no_bottom_padding > .col-sm-1,
.row.no_bottom_padding > .col-sm-10,
.row.no_bottom_padding > .col-sm-11,
.row.no_bottom_padding > .col-sm-12,
.row.no_bottom_padding > .col-sm-2,
.row.no_bottom_padding > .col-sm-3,
.row.no_bottom_padding > .col-sm-4,
.row.no_bottom_padding > .col-sm-5,
.row.no_bottom_padding > .col-sm-6,
.row.no_bottom_padding > .col-sm-7,
.row.no_bottom_padding > .col-sm-8,
.row.no_bottom_padding > .col-sm-9,
.row.no_bottom_padding > .col-sm-auto,
.row.no_bottom_padding > .col-xl,
.row.no_bottom_padding > .col-xl-1,
.row.no_bottom_padding > .col-xl-10,
.row.no_bottom_padding > .col-xl-11,
.row.no_bottom_padding > .col-xl-12,
.row.no_bottom_padding > .col-xl-2,
.row.no_bottom_padding > .col-xl-3,
.row.no_bottom_padding > .col-xl-4,
.row.no_bottom_padding > .col-xl-5,
.row.no_bottom_padding > .col-xl-6,
.row.no_bottom_padding > .col-xl-7,
.row.no_bottom_padding > .col-xl-8,
.row.no_bottom_padding > .col-xl-9,
.row.no_bottom_padding > .col-xl-auto {
  padding-bottom: 0 !important;
}

.row.no_top_padding > .col,
.row.no_top_padding > .col-1,
.row.no_top_padding > .col-10,
.row.no_top_padding > .col-11,
.row.no_top_padding > .col-12,
.row.no_top_padding > .col-2,
.row.no_top_padding > .col-3,
.row.no_top_padding > .col-4,
.row.no_top_padding > .col-5,
.row.no_top_padding > .col-6,
.row.no_top_padding > .col-7,
.row.no_top_padding > .col-8,
.row.no_top_padding > .col-9,
.row.no_top_padding > .col-auto,
.row.no_top_padding > .col-lg,
.row.no_top_padding > .col-lg-1,
.row.no_top_padding > .col-lg-10,
.row.no_top_padding > .col-lg-11,
.row.no_top_padding > .col-lg-12,
.row.no_top_padding > .col-lg-2,
.row.no_top_padding > .col-lg-3,
.row.no_top_padding > .col-lg-4,
.row.no_top_padding > .col-lg-5,
.row.no_top_padding > .col-lg-6,
.row.no_top_padding > .col-lg-7,
.row.no_top_padding > .col-lg-8,
.row.no_top_padding > .col-lg-9,
.row.no_top_padding > .col-lg-auto,
.row.no_top_padding > .col-md,
.row.no_top_padding > .col-md-1,
.row.no_top_padding > .col-md-10,
.row.no_top_padding > .col-md-11,
.row.no_top_padding > .col-md-12,
.row.no_top_padding > .col-md-2,
.row.no_top_padding > .col-md-3,
.row.no_top_padding > .col-md-4,
.row.no_top_padding > .col-md-5,
.row.no_top_padding > .col-md-6,
.row.no_top_padding > .col-md-7,
.row.no_top_padding > .col-md-8,
.row.no_top_padding > .col-md-9,
.row.no_top_padding > .col-md-auto,
.row.no_top_padding > .col-sm,
.row.no_top_padding > .col-sm-1,
.row.no_top_padding > .col-sm-10,
.row.no_top_padding > .col-sm-11,
.row.no_top_padding > .col-sm-12,
.row.no_top_padding > .col-sm-2,
.row.no_top_padding > .col-sm-3,
.row.no_top_padding > .col-sm-4,
.row.no_top_padding > .col-sm-5,
.row.no_top_padding > .col-sm-6,
.row.no_top_padding > .col-sm-7,
.row.no_top_padding > .col-sm-8,
.row.no_top_padding > .col-sm-9,
.row.no_top_padding > .col-sm-auto,
.row.no_top_padding > .col-xl,
.row.no_top_padding > .col-xl-1,
.row.no_top_padding > .col-xl-10,
.row.no_top_padding > .col-xl-11,
.row.no_top_padding > .col-xl-12,
.row.no_top_padding > .col-xl-2,
.row.no_top_padding > .col-xl-3,
.row.no_top_padding > .col-xl-4,
.row.no_top_padding > .col-xl-5,
.row.no_top_padding > .col-xl-6,
.row.no_top_padding > .col-xl-7,
.row.no_top_padding > .col-xl-8,
.row.no_top_padding > .col-xl-9,
.row.no_top_padding > .col-xl-auto {
  padding-top: 0 !important;
}

@media (min-width: 480px) {
  .row {
    margin-left: -13px;
    margin-right: -13px;
  }

  .row .col,
  .row .col-1,
  .row .col-10,
  .row .col-11,
  .row .col-12,
  .row .col-2,
  .row .col-3,
  .row .col-4,
  .row .col-5,
  .row .col-6,
  .row .col-7,
  .row .col-8,
  .row .col-9,
  .row .col-auto,
  .row .col-lg,
  .row .col-lg-1,
  .row .col-lg-10,
  .row .col-lg-11,
  .row .col-lg-12,
  .row .col-lg-2,
  .row .col-lg-3,
  .row .col-lg-4,
  .row .col-lg-5,
  .row .col-lg-6,
  .row .col-lg-7,
  .row .col-lg-8,
  .row .col-lg-9,
  .row .col-lg-auto,
  .row .col-md,
  .row .col-md-1,
  .row .col-md-10,
  .row .col-md-11,
  .row .col-md-12,
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-md-auto,
  .row .col-sm,
  .row .col-sm-1,
  .row .col-sm-10,
  .row .col-sm-11,
  .row .col-sm-12,
  .row .col-sm-2,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-5,
  .row .col-sm-6,
  .row .col-sm-7,
  .row .col-sm-8,
  .row .col-sm-9,
  .row .col-sm-auto,
  .row .col-xl,
  .row .col-xl-1,
  .row .col-xl-10,
  .row .col-xl-11,
  .row .col-xl-12,
  .row .col-xl-2,
  .row .col-xl-3,
  .row .col-xl-4,
  .row .col-xl-5,
  .row .col-xl-6,
  .row .col-xl-7,
  .row .col-xl-8,
  .row .col-xl-9,
  .row .col-xl-auto {
    padding: 13px;
  }
}

@media (min-width: 576px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row .col,
  .row .col-1,
  .row .col-10,
  .row .col-11,
  .row .col-12,
  .row .col-2,
  .row .col-3,
  .row .col-4,
  .row .col-5,
  .row .col-6,
  .row .col-7,
  .row .col-8,
  .row .col-9,
  .row .col-auto,
  .row .col-lg,
  .row .col-lg-1,
  .row .col-lg-10,
  .row .col-lg-11,
  .row .col-lg-12,
  .row .col-lg-2,
  .row .col-lg-3,
  .row .col-lg-4,
  .row .col-lg-5,
  .row .col-lg-6,
  .row .col-lg-7,
  .row .col-lg-8,
  .row .col-lg-9,
  .row .col-lg-auto,
  .row .col-md,
  .row .col-md-1,
  .row .col-md-10,
  .row .col-md-11,
  .row .col-md-12,
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-md-auto,
  .row .col-sm,
  .row .col-sm-1,
  .row .col-sm-10,
  .row .col-sm-11,
  .row .col-sm-12,
  .row .col-sm-2,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-5,
  .row .col-sm-6,
  .row .col-sm-7,
  .row .col-sm-8,
  .row .col-sm-9,
  .row .col-sm-auto,
  .row .col-xl,
  .row .col-xl-1,
  .row .col-xl-10,
  .row .col-xl-11,
  .row .col-xl-12,
  .row .col-xl-2,
  .row .col-xl-3,
  .row .col-xl-4,
  .row .col-xl-5,
  .row .col-xl-6,
  .row .col-xl-7,
  .row .col-xl-8,
  .row .col-xl-9,
  .row .col-xl-auto {
    padding: 15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row .col,
  .row .col-1,
  .row .col-10,
  .row .col-11,
  .row .col-12,
  .row .col-2,
  .row .col-3,
  .row .col-4,
  .row .col-5,
  .row .col-6,
  .row .col-7,
  .row .col-8,
  .row .col-9,
  .row .col-auto,
  .row .col-lg,
  .row .col-lg-1,
  .row .col-lg-10,
  .row .col-lg-11,
  .row .col-lg-12,
  .row .col-lg-2,
  .row .col-lg-3,
  .row .col-lg-4,
  .row .col-lg-5,
  .row .col-lg-6,
  .row .col-lg-7,
  .row .col-lg-8,
  .row .col-lg-9,
  .row .col-lg-auto,
  .row .col-md,
  .row .col-md-1,
  .row .col-md-10,
  .row .col-md-11,
  .row .col-md-12,
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-md-auto,
  .row .col-sm,
  .row .col-sm-1,
  .row .col-sm-10,
  .row .col-sm-11,
  .row .col-sm-12,
  .row .col-sm-2,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-5,
  .row .col-sm-6,
  .row .col-sm-7,
  .row .col-sm-8,
  .row .col-sm-9,
  .row .col-sm-auto,
  .row .col-xl,
  .row .col-xl-1,
  .row .col-xl-10,
  .row .col-xl-11,
  .row .col-xl-12,
  .row .col-xl-2,
  .row .col-xl-3,
  .row .col-xl-4,
  .row .col-xl-5,
  .row .col-xl-6,
  .row .col-xl-7,
  .row .col-xl-8,
  .row .col-xl-9,
  .row .col-xl-auto {
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row .col,
  .row .col-1,
  .row .col-10,
  .row .col-11,
  .row .col-12,
  .row .col-2,
  .row .col-3,
  .row .col-4,
  .row .col-5,
  .row .col-6,
  .row .col-7,
  .row .col-8,
  .row .col-9,
  .row .col-auto,
  .row .col-lg,
  .row .col-lg-1,
  .row .col-lg-10,
  .row .col-lg-11,
  .row .col-lg-12,
  .row .col-lg-2,
  .row .col-lg-3,
  .row .col-lg-4,
  .row .col-lg-5,
  .row .col-lg-6,
  .row .col-lg-7,
  .row .col-lg-8,
  .row .col-lg-9,
  .row .col-lg-auto,
  .row .col-md,
  .row .col-md-1,
  .row .col-md-10,
  .row .col-md-11,
  .row .col-md-12,
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-md-auto,
  .row .col-sm,
  .row .col-sm-1,
  .row .col-sm-10,
  .row .col-sm-11,
  .row .col-sm-12,
  .row .col-sm-2,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-5,
  .row .col-sm-6,
  .row .col-sm-7,
  .row .col-sm-8,
  .row .col-sm-9,
  .row .col-sm-auto,
  .row .col-xl,
  .row .col-xl-1,
  .row .col-xl-10,
  .row .col-xl-11,
  .row .col-xl-12,
  .row .col-xl-2,
  .row .col-xl-3,
  .row .col-xl-4,
  .row .col-xl-5,
  .row .col-xl-6,
  .row .col-xl-7,
  .row .col-xl-8,
  .row .col-xl-9,
  .row .col-xl-auto {
    padding: 15px;
  }
}

@media (min-width: 1240px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row .col,
  .row .col-1,
  .row .col-10,
  .row .col-11,
  .row .col-12,
  .row .col-2,
  .row .col-3,
  .row .col-4,
  .row .col-5,
  .row .col-6,
  .row .col-7,
  .row .col-8,
  .row .col-9,
  .row .col-auto,
  .row .col-lg,
  .row .col-lg-1,
  .row .col-lg-10,
  .row .col-lg-11,
  .row .col-lg-12,
  .row .col-lg-2,
  .row .col-lg-3,
  .row .col-lg-4,
  .row .col-lg-5,
  .row .col-lg-6,
  .row .col-lg-7,
  .row .col-lg-8,
  .row .col-lg-9,
  .row .col-lg-auto,
  .row .col-md,
  .row .col-md-1,
  .row .col-md-10,
  .row .col-md-11,
  .row .col-md-12,
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-md-auto,
  .row .col-sm,
  .row .col-sm-1,
  .row .col-sm-10,
  .row .col-sm-11,
  .row .col-sm-12,
  .row .col-sm-2,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-5,
  .row .col-sm-6,
  .row .col-sm-7,
  .row .col-sm-8,
  .row .col-sm-9,
  .row .col-sm-auto,
  .row .col-xl,
  .row .col-xl-1,
  .row .col-xl-10,
  .row .col-xl-11,
  .row .col-xl-12,
  .row .col-xl-2,
  .row .col-xl-3,
  .row .col-xl-4,
  .row .col-xl-5,
  .row .col-xl-6,
  .row .col-xl-7,
  .row .col-xl-8,
  .row .col-xl-9,
  .row .col-xl-auto {
    padding: 20px;
  }
}

@media (min-width: 1540px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row .col,
  .row .col-1,
  .row .col-10,
  .row .col-11,
  .row .col-12,
  .row .col-2,
  .row .col-3,
  .row .col-4,
  .row .col-5,
  .row .col-6,
  .row .col-7,
  .row .col-8,
  .row .col-9,
  .row .col-auto,
  .row .col-lg,
  .row .col-lg-1,
  .row .col-lg-10,
  .row .col-lg-11,
  .row .col-lg-12,
  .row .col-lg-2,
  .row .col-lg-3,
  .row .col-lg-4,
  .row .col-lg-5,
  .row .col-lg-6,
  .row .col-lg-7,
  .row .col-lg-8,
  .row .col-lg-9,
  .row .col-lg-auto,
  .row .col-md,
  .row .col-md-1,
  .row .col-md-10,
  .row .col-md-11,
  .row .col-md-12,
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-md-auto,
  .row .col-sm,
  .row .col-sm-1,
  .row .col-sm-10,
  .row .col-sm-11,
  .row .col-sm-12,
  .row .col-sm-2,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-5,
  .row .col-sm-6,
  .row .col-sm-7,
  .row .col-sm-8,
  .row .col-sm-9,
  .row .col-sm-auto,
  .row .col-xl,
  .row .col-xl-1,
  .row .col-xl-10,
  .row .col-xl-11,
  .row .col-xl-12,
  .row .col-xl-2,
  .row .col-xl-3,
  .row .col-xl-4,
  .row .col-xl-5,
  .row .col-xl-6,
  .row .col-xl-7,
  .row .col-xl-8,
  .row .col-xl-9,
  .row .col-xl-auto {
    padding: 20px;
  }
}

@media (min-width: 1800px) {
  .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .row .col,
  .row .col-1,
  .row .col-10,
  .row .col-11,
  .row .col-12,
  .row .col-2,
  .row .col-3,
  .row .col-4,
  .row .col-5,
  .row .col-6,
  .row .col-7,
  .row .col-8,
  .row .col-9,
  .row .col-auto,
  .row .col-lg,
  .row .col-lg-1,
  .row .col-lg-10,
  .row .col-lg-11,
  .row .col-lg-12,
  .row .col-lg-2,
  .row .col-lg-3,
  .row .col-lg-4,
  .row .col-lg-5,
  .row .col-lg-6,
  .row .col-lg-7,
  .row .col-lg-8,
  .row .col-lg-9,
  .row .col-lg-auto,
  .row .col-md,
  .row .col-md-1,
  .row .col-md-10,
  .row .col-md-11,
  .row .col-md-12,
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-md-auto,
  .row .col-sm,
  .row .col-sm-1,
  .row .col-sm-10,
  .row .col-sm-11,
  .row .col-sm-12,
  .row .col-sm-2,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-5,
  .row .col-sm-6,
  .row .col-sm-7,
  .row .col-sm-8,
  .row .col-sm-9,
  .row .col-sm-auto,
  .row .col-xl,
  .row .col-xl-1,
  .row .col-xl-10,
  .row .col-xl-11,
  .row .col-xl-12,
  .row .col-xl-2,
  .row .col-xl-3,
  .row .col-xl-4,
  .row .col-xl-5,
  .row .col-xl-6,
  .row .col-xl-7,
  .row .col-xl-8,
  .row .col-xl-9,
  .row .col-xl-auto {
    padding: 25px;
  }
}

.row.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row.no-gutters > .col,
.row.no-gutters > .col-1,
.row.no-gutters > .col-10,
.row.no-gutters > .col-11,
.row.no-gutters > .col-12,
.row.no-gutters > .col-2,
.row.no-gutters > .col-3,
.row.no-gutters > .col-4,
.row.no-gutters > .col-5,
.row.no-gutters > .col-6,
.row.no-gutters > .col-7,
.row.no-gutters > .col-8,
.row.no-gutters > .col-9,
.row.no-gutters > .col-auto,
.row.no-gutters > .col-lg,
.row.no-gutters > .col-lg-1,
.row.no-gutters > .col-lg-10,
.row.no-gutters > .col-lg-11,
.row.no-gutters > .col-lg-12,
.row.no-gutters > .col-lg-2,
.row.no-gutters > .col-lg-3,
.row.no-gutters > .col-lg-4,
.row.no-gutters > .col-lg-5,
.row.no-gutters > .col-lg-6,
.row.no-gutters > .col-lg-7,
.row.no-gutters > .col-lg-8,
.row.no-gutters > .col-lg-9,
.row.no-gutters > .col-lg-auto,
.row.no-gutters > .col-md,
.row.no-gutters > .col-md-1,
.row.no-gutters > .col-md-10,
.row.no-gutters > .col-md-11,
.row.no-gutters > .col-md-12,
.row.no-gutters > .col-md-2,
.row.no-gutters > .col-md-3,
.row.no-gutters > .col-md-4,
.row.no-gutters > .col-md-5,
.row.no-gutters > .col-md-6,
.row.no-gutters > .col-md-7,
.row.no-gutters > .col-md-8,
.row.no-gutters > .col-md-9,
.row.no-gutters > .col-md-auto,
.row.no-gutters > .col-sm,
.row.no-gutters > .col-sm-1,
.row.no-gutters > .col-sm-10,
.row.no-gutters > .col-sm-11,
.row.no-gutters > .col-sm-12,
.row.no-gutters > .col-sm-2,
.row.no-gutters > .col-sm-3,
.row.no-gutters > .col-sm-4,
.row.no-gutters > .col-sm-5,
.row.no-gutters > .col-sm-6,
.row.no-gutters > .col-sm-7,
.row.no-gutters > .col-sm-8,
.row.no-gutters > .col-sm-9,
.row.no-gutters > .col-sm-auto,
.row.no-gutters > .col-xl,
.row.no-gutters > .col-xl-1,
.row.no-gutters > .col-xl-10,
.row.no-gutters > .col-xl-11,
.row.no-gutters > .col-xl-12,
.row.no-gutters > .col-xl-2,
.row.no-gutters > .col-xl-3,
.row.no-gutters > .col-xl-4,
.row.no-gutters > .col-xl-5,
.row.no-gutters > .col-xl-6,
.row.no-gutters > .col-xl-7,
.row.no-gutters > .col-xl-8,
.row.no-gutters > .col-xl-9,
.row.no-gutters > .col-xl-auto {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row.less_gutter {
  margin-left: -10px;
  margin-right: -10px;
}

.row.less_gutter > .col,
.row.less_gutter > .col-1,
.row.less_gutter > .col-10,
.row.less_gutter > .col-11,
.row.less_gutter > .col-12,
.row.less_gutter > .col-2,
.row.less_gutter > .col-3,
.row.less_gutter > .col-4,
.row.less_gutter > .col-5,
.row.less_gutter > .col-6,
.row.less_gutter > .col-7,
.row.less_gutter > .col-8,
.row.less_gutter > .col-9,
.row.less_gutter > .col-auto,
.row.less_gutter > .col-lg,
.row.less_gutter > .col-lg-1,
.row.less_gutter > .col-lg-10,
.row.less_gutter > .col-lg-11,
.row.less_gutter > .col-lg-12,
.row.less_gutter > .col-lg-2,
.row.less_gutter > .col-lg-3,
.row.less_gutter > .col-lg-4,
.row.less_gutter > .col-lg-5,
.row.less_gutter > .col-lg-6,
.row.less_gutter > .col-lg-7,
.row.less_gutter > .col-lg-8,
.row.less_gutter > .col-lg-9,
.row.less_gutter > .col-lg-auto,
.row.less_gutter > .col-md,
.row.less_gutter > .col-md-1,
.row.less_gutter > .col-md-10,
.row.less_gutter > .col-md-11,
.row.less_gutter > .col-md-12,
.row.less_gutter > .col-md-2,
.row.less_gutter > .col-md-3,
.row.less_gutter > .col-md-4,
.row.less_gutter > .col-md-5,
.row.less_gutter > .col-md-6,
.row.less_gutter > .col-md-7,
.row.less_gutter > .col-md-8,
.row.less_gutter > .col-md-9,
.row.less_gutter > .col-md-auto,
.row.less_gutter > .col-sm,
.row.less_gutter > .col-sm-1,
.row.less_gutter > .col-sm-10,
.row.less_gutter > .col-sm-11,
.row.less_gutter > .col-sm-12,
.row.less_gutter > .col-sm-2,
.row.less_gutter > .col-sm-3,
.row.less_gutter > .col-sm-4,
.row.less_gutter > .col-sm-5,
.row.less_gutter > .col-sm-6,
.row.less_gutter > .col-sm-7,
.row.less_gutter > .col-sm-8,
.row.less_gutter > .col-sm-9,
.row.less_gutter > .col-sm-auto,
.row.less_gutter > .col-xl,
.row.less_gutter > .col-xl-1,
.row.less_gutter > .col-xl-10,
.row.less_gutter > .col-xl-11,
.row.less_gutter > .col-xl-12,
.row.less_gutter > .col-xl-2,
.row.less_gutter > .col-xl-3,
.row.less_gutter > .col-xl-4,
.row.less_gutter > .col-xl-5,
.row.less_gutter > .col-xl-6,
.row.less_gutter > .col-xl-7,
.row.less_gutter > .col-xl-8,
.row.less_gutter > .col-xl-9,
.row.less_gutter > .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1240px) {
  .row.less_gutter {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row.less_gutter > .col,
  .row.less_gutter > .col-1,
  .row.less_gutter > .col-10,
  .row.less_gutter > .col-11,
  .row.less_gutter > .col-12,
  .row.less_gutter > .col-2,
  .row.less_gutter > .col-3,
  .row.less_gutter > .col-4,
  .row.less_gutter > .col-5,
  .row.less_gutter > .col-6,
  .row.less_gutter > .col-7,
  .row.less_gutter > .col-8,
  .row.less_gutter > .col-9,
  .row.less_gutter > .col-auto,
  .row.less_gutter > .col-lg,
  .row.less_gutter > .col-lg-1,
  .row.less_gutter > .col-lg-10,
  .row.less_gutter > .col-lg-11,
  .row.less_gutter > .col-lg-12,
  .row.less_gutter > .col-lg-2,
  .row.less_gutter > .col-lg-3,
  .row.less_gutter > .col-lg-4,
  .row.less_gutter > .col-lg-5,
  .row.less_gutter > .col-lg-6,
  .row.less_gutter > .col-lg-7,
  .row.less_gutter > .col-lg-8,
  .row.less_gutter > .col-lg-9,
  .row.less_gutter > .col-lg-auto,
  .row.less_gutter > .col-md,
  .row.less_gutter > .col-md-1,
  .row.less_gutter > .col-md-10,
  .row.less_gutter > .col-md-11,
  .row.less_gutter > .col-md-12,
  .row.less_gutter > .col-md-2,
  .row.less_gutter > .col-md-3,
  .row.less_gutter > .col-md-4,
  .row.less_gutter > .col-md-5,
  .row.less_gutter > .col-md-6,
  .row.less_gutter > .col-md-7,
  .row.less_gutter > .col-md-8,
  .row.less_gutter > .col-md-9,
  .row.less_gutter > .col-md-auto,
  .row.less_gutter > .col-sm,
  .row.less_gutter > .col-sm-1,
  .row.less_gutter > .col-sm-10,
  .row.less_gutter > .col-sm-11,
  .row.less_gutter > .col-sm-12,
  .row.less_gutter > .col-sm-2,
  .row.less_gutter > .col-sm-3,
  .row.less_gutter > .col-sm-4,
  .row.less_gutter > .col-sm-5,
  .row.less_gutter > .col-sm-6,
  .row.less_gutter > .col-sm-7,
  .row.less_gutter > .col-sm-8,
  .row.less_gutter > .col-sm-9,
  .row.less_gutter > .col-sm-auto,
  .row.less_gutter > .col-xl,
  .row.less_gutter > .col-xl-1,
  .row.less_gutter > .col-xl-10,
  .row.less_gutter > .col-xl-11,
  .row.less_gutter > .col-xl-12,
  .row.less_gutter > .col-xl-2,
  .row.less_gutter > .col-xl-3,
  .row.less_gutter > .col-xl-4,
  .row.less_gutter > .col-xl-5,
  .row.less_gutter > .col-xl-6,
  .row.less_gutter > .col-xl-7,
  .row.less_gutter > .col-xl-8,
  .row.less_gutter > .col-xl-9,
  .row.less_gutter > .col-xl-auto {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 1800px) {
  .row.less_gutter {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row.less_gutter > .col,
  .row.less_gutter > .col-1,
  .row.less_gutter > .col-10,
  .row.less_gutter > .col-11,
  .row.less_gutter > .col-12,
  .row.less_gutter > .col-2,
  .row.less_gutter > .col-3,
  .row.less_gutter > .col-4,
  .row.less_gutter > .col-5,
  .row.less_gutter > .col-6,
  .row.less_gutter > .col-7,
  .row.less_gutter > .col-8,
  .row.less_gutter > .col-9,
  .row.less_gutter > .col-auto,
  .row.less_gutter > .col-lg,
  .row.less_gutter > .col-lg-1,
  .row.less_gutter > .col-lg-10,
  .row.less_gutter > .col-lg-11,
  .row.less_gutter > .col-lg-12,
  .row.less_gutter > .col-lg-2,
  .row.less_gutter > .col-lg-3,
  .row.less_gutter > .col-lg-4,
  .row.less_gutter > .col-lg-5,
  .row.less_gutter > .col-lg-6,
  .row.less_gutter > .col-lg-7,
  .row.less_gutter > .col-lg-8,
  .row.less_gutter > .col-lg-9,
  .row.less_gutter > .col-lg-auto,
  .row.less_gutter > .col-md,
  .row.less_gutter > .col-md-1,
  .row.less_gutter > .col-md-10,
  .row.less_gutter > .col-md-11,
  .row.less_gutter > .col-md-12,
  .row.less_gutter > .col-md-2,
  .row.less_gutter > .col-md-3,
  .row.less_gutter > .col-md-4,
  .row.less_gutter > .col-md-5,
  .row.less_gutter > .col-md-6,
  .row.less_gutter > .col-md-7,
  .row.less_gutter > .col-md-8,
  .row.less_gutter > .col-md-9,
  .row.less_gutter > .col-md-auto,
  .row.less_gutter > .col-sm,
  .row.less_gutter > .col-sm-1,
  .row.less_gutter > .col-sm-10,
  .row.less_gutter > .col-sm-11,
  .row.less_gutter > .col-sm-12,
  .row.less_gutter > .col-sm-2,
  .row.less_gutter > .col-sm-3,
  .row.less_gutter > .col-sm-4,
  .row.less_gutter > .col-sm-5,
  .row.less_gutter > .col-sm-6,
  .row.less_gutter > .col-sm-7,
  .row.less_gutter > .col-sm-8,
  .row.less_gutter > .col-sm-9,
  .row.less_gutter > .col-sm-auto,
  .row.less_gutter > .col-xl,
  .row.less_gutter > .col-xl-1,
  .row.less_gutter > .col-xl-10,
  .row.less_gutter > .col-xl-11,
  .row.less_gutter > .col-xl-12,
  .row.less_gutter > .col-xl-2,
  .row.less_gutter > .col-xl-3,
  .row.less_gutter > .col-xl-4,
  .row.less_gutter > .col-xl-5,
  .row.less_gutter > .col-xl-6,
  .row.less_gutter > .col-xl-7,
  .row.less_gutter > .col-xl-8,
  .row.less_gutter > .col-xl-9,
  .row.less_gutter > .col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.row.row_spacing {
  margin-top: 0px;
  margin-bottom: 15px;
}

.row.row_spacing:first-child {
  margin-top: 0;
}

.row.row_spacing:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .row.row_spacing {
    margin-top: 0px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  .row.row_spacing {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  .row.row_spacing {
    margin-top: 0px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  .row.row_spacing {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .row.row_spacing {
    margin-top: 0px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  .row.row_spacing {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .row.row_spacing {
    margin-top: 0px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  .row.row_spacing {
    margin-top: 0px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  .row.row_spacing {
    margin-top: 0px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  .row.row_spacing {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

.row.row_spacing:first-child {
  margin-top: 0;
}

.row.row_spacing:last-child {
  margin-bottom: 0;
}

.row.row_spacing:last-child {
  margin-bottom: 0;
}

.row.col_spacing > .col,
.row.col_spacing > .col-1,
.row.col_spacing > .col-10,
.row.col_spacing > .col-11,
.row.col_spacing > .col-12,
.row.col_spacing > .col-2,
.row.col_spacing > .col-3,
.row.col_spacing > .col-4,
.row.col_spacing > .col-5,
.row.col_spacing > .col-6,
.row.col_spacing > .col-7,
.row.col_spacing > .col-8,
.row.col_spacing > .col-9,
.row.col_spacing > .col-auto,
.row.col_spacing > .col-lg,
.row.col_spacing > .col-lg-1,
.row.col_spacing > .col-lg-10,
.row.col_spacing > .col-lg-11,
.row.col_spacing > .col-lg-12,
.row.col_spacing > .col-lg-2,
.row.col_spacing > .col-lg-3,
.row.col_spacing > .col-lg-4,
.row.col_spacing > .col-lg-5,
.row.col_spacing > .col-lg-6,
.row.col_spacing > .col-lg-7,
.row.col_spacing > .col-lg-8,
.row.col_spacing > .col-lg-9,
.row.col_spacing > .col-lg-auto,
.row.col_spacing > .col-md,
.row.col_spacing > .col-md-1,
.row.col_spacing > .col-md-10,
.row.col_spacing > .col-md-11,
.row.col_spacing > .col-md-12,
.row.col_spacing > .col-md-2,
.row.col_spacing > .col-md-3,
.row.col_spacing > .col-md-4,
.row.col_spacing > .col-md-5,
.row.col_spacing > .col-md-6,
.row.col_spacing > .col-md-7,
.row.col_spacing > .col-md-8,
.row.col_spacing > .col-md-9,
.row.col_spacing > .col-md-auto,
.row.col_spacing > .col-sm,
.row.col_spacing > .col-sm-1,
.row.col_spacing > .col-sm-10,
.row.col_spacing > .col-sm-11,
.row.col_spacing > .col-sm-12,
.row.col_spacing > .col-sm-2,
.row.col_spacing > .col-sm-3,
.row.col_spacing > .col-sm-4,
.row.col_spacing > .col-sm-5,
.row.col_spacing > .col-sm-6,
.row.col_spacing > .col-sm-7,
.row.col_spacing > .col-sm-8,
.row.col_spacing > .col-sm-9,
.row.col_spacing > .col-sm-auto,
.row.col_spacing > .col-xl,
.row.col_spacing > .col-xl-1,
.row.col_spacing > .col-xl-10,
.row.col_spacing > .col-xl-11,
.row.col_spacing > .col-xl-12,
.row.col_spacing > .col-xl-2,
.row.col_spacing > .col-xl-3,
.row.col_spacing > .col-xl-4,
.row.col_spacing > .col-xl-5,
.row.col_spacing > .col-xl-6,
.row.col_spacing > .col-xl-7,
.row.col_spacing > .col-xl-8,
.row.col_spacing > .col-xl-9,
.row.col_spacing > .col-xl-auto {
  margin-top: 15px;
  margin-bottom: 15px;
}

.row.col_spacing > .col:first-child,
.row.col_spacing > .col-1:first-child,
.row.col_spacing > .col-10:first-child,
.row.col_spacing > .col-11:first-child,
.row.col_spacing > .col-12:first-child,
.row.col_spacing > .col-2:first-child,
.row.col_spacing > .col-3:first-child,
.row.col_spacing > .col-4:first-child,
.row.col_spacing > .col-5:first-child,
.row.col_spacing > .col-6:first-child,
.row.col_spacing > .col-7:first-child,
.row.col_spacing > .col-8:first-child,
.row.col_spacing > .col-9:first-child,
.row.col_spacing > .col-auto:first-child,
.row.col_spacing > .col-lg:first-child,
.row.col_spacing > .col-lg-1:first-child,
.row.col_spacing > .col-lg-10:first-child,
.row.col_spacing > .col-lg-11:first-child,
.row.col_spacing > .col-lg-12:first-child,
.row.col_spacing > .col-lg-2:first-child,
.row.col_spacing > .col-lg-3:first-child,
.row.col_spacing > .col-lg-4:first-child,
.row.col_spacing > .col-lg-5:first-child,
.row.col_spacing > .col-lg-6:first-child,
.row.col_spacing > .col-lg-7:first-child,
.row.col_spacing > .col-lg-8:first-child,
.row.col_spacing > .col-lg-9:first-child,
.row.col_spacing > .col-lg-auto:first-child,
.row.col_spacing > .col-md:first-child,
.row.col_spacing > .col-md-1:first-child,
.row.col_spacing > .col-md-10:first-child,
.row.col_spacing > .col-md-11:first-child,
.row.col_spacing > .col-md-12:first-child,
.row.col_spacing > .col-md-2:first-child,
.row.col_spacing > .col-md-3:first-child,
.row.col_spacing > .col-md-4:first-child,
.row.col_spacing > .col-md-5:first-child,
.row.col_spacing > .col-md-6:first-child,
.row.col_spacing > .col-md-7:first-child,
.row.col_spacing > .col-md-8:first-child,
.row.col_spacing > .col-md-9:first-child,
.row.col_spacing > .col-md-auto:first-child,
.row.col_spacing > .col-sm:first-child,
.row.col_spacing > .col-sm-1:first-child,
.row.col_spacing > .col-sm-10:first-child,
.row.col_spacing > .col-sm-11:first-child,
.row.col_spacing > .col-sm-12:first-child,
.row.col_spacing > .col-sm-2:first-child,
.row.col_spacing > .col-sm-3:first-child,
.row.col_spacing > .col-sm-4:first-child,
.row.col_spacing > .col-sm-5:first-child,
.row.col_spacing > .col-sm-6:first-child,
.row.col_spacing > .col-sm-7:first-child,
.row.col_spacing > .col-sm-8:first-child,
.row.col_spacing > .col-sm-9:first-child,
.row.col_spacing > .col-sm-auto:first-child,
.row.col_spacing > .col-xl:first-child,
.row.col_spacing > .col-xl-1:first-child,
.row.col_spacing > .col-xl-10:first-child,
.row.col_spacing > .col-xl-11:first-child,
.row.col_spacing > .col-xl-12:first-child,
.row.col_spacing > .col-xl-2:first-child,
.row.col_spacing > .col-xl-3:first-child,
.row.col_spacing > .col-xl-4:first-child,
.row.col_spacing > .col-xl-5:first-child,
.row.col_spacing > .col-xl-6:first-child,
.row.col_spacing > .col-xl-7:first-child,
.row.col_spacing > .col-xl-8:first-child,
.row.col_spacing > .col-xl-9:first-child,
.row.col_spacing > .col-xl-auto:first-child {
  margin-top: 0;
}

.row.col_spacing > .col:last-child,
.row.col_spacing > .col-1:last-child,
.row.col_spacing > .col-10:last-child,
.row.col_spacing > .col-11:last-child,
.row.col_spacing > .col-12:last-child,
.row.col_spacing > .col-2:last-child,
.row.col_spacing > .col-3:last-child,
.row.col_spacing > .col-4:last-child,
.row.col_spacing > .col-5:last-child,
.row.col_spacing > .col-6:last-child,
.row.col_spacing > .col-7:last-child,
.row.col_spacing > .col-8:last-child,
.row.col_spacing > .col-9:last-child,
.row.col_spacing > .col-auto:last-child,
.row.col_spacing > .col-lg:last-child,
.row.col_spacing > .col-lg-1:last-child,
.row.col_spacing > .col-lg-10:last-child,
.row.col_spacing > .col-lg-11:last-child,
.row.col_spacing > .col-lg-12:last-child,
.row.col_spacing > .col-lg-2:last-child,
.row.col_spacing > .col-lg-3:last-child,
.row.col_spacing > .col-lg-4:last-child,
.row.col_spacing > .col-lg-5:last-child,
.row.col_spacing > .col-lg-6:last-child,
.row.col_spacing > .col-lg-7:last-child,
.row.col_spacing > .col-lg-8:last-child,
.row.col_spacing > .col-lg-9:last-child,
.row.col_spacing > .col-lg-auto:last-child,
.row.col_spacing > .col-md:last-child,
.row.col_spacing > .col-md-1:last-child,
.row.col_spacing > .col-md-10:last-child,
.row.col_spacing > .col-md-11:last-child,
.row.col_spacing > .col-md-12:last-child,
.row.col_spacing > .col-md-2:last-child,
.row.col_spacing > .col-md-3:last-child,
.row.col_spacing > .col-md-4:last-child,
.row.col_spacing > .col-md-5:last-child,
.row.col_spacing > .col-md-6:last-child,
.row.col_spacing > .col-md-7:last-child,
.row.col_spacing > .col-md-8:last-child,
.row.col_spacing > .col-md-9:last-child,
.row.col_spacing > .col-md-auto:last-child,
.row.col_spacing > .col-sm:last-child,
.row.col_spacing > .col-sm-1:last-child,
.row.col_spacing > .col-sm-10:last-child,
.row.col_spacing > .col-sm-11:last-child,
.row.col_spacing > .col-sm-12:last-child,
.row.col_spacing > .col-sm-2:last-child,
.row.col_spacing > .col-sm-3:last-child,
.row.col_spacing > .col-sm-4:last-child,
.row.col_spacing > .col-sm-5:last-child,
.row.col_spacing > .col-sm-6:last-child,
.row.col_spacing > .col-sm-7:last-child,
.row.col_spacing > .col-sm-8:last-child,
.row.col_spacing > .col-sm-9:last-child,
.row.col_spacing > .col-sm-auto:last-child,
.row.col_spacing > .col-xl:last-child,
.row.col_spacing > .col-xl-1:last-child,
.row.col_spacing > .col-xl-10:last-child,
.row.col_spacing > .col-xl-11:last-child,
.row.col_spacing > .col-xl-12:last-child,
.row.col_spacing > .col-xl-2:last-child,
.row.col_spacing > .col-xl-3:last-child,
.row.col_spacing > .col-xl-4:last-child,
.row.col_spacing > .col-xl-5:last-child,
.row.col_spacing > .col-xl-6:last-child,
.row.col_spacing > .col-xl-7:last-child,
.row.col_spacing > .col-xl-8:last-child,
.row.col_spacing > .col-xl-9:last-child,
.row.col_spacing > .col-xl-auto:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .row.col_spacing > .col,
  .row.col_spacing > .col-1,
  .row.col_spacing > .col-10,
  .row.col_spacing > .col-11,
  .row.col_spacing > .col-12,
  .row.col_spacing > .col-2,
  .row.col_spacing > .col-3,
  .row.col_spacing > .col-4,
  .row.col_spacing > .col-5,
  .row.col_spacing > .col-6,
  .row.col_spacing > .col-7,
  .row.col_spacing > .col-8,
  .row.col_spacing > .col-9,
  .row.col_spacing > .col-auto,
  .row.col_spacing > .col-lg,
  .row.col_spacing > .col-lg-1,
  .row.col_spacing > .col-lg-10,
  .row.col_spacing > .col-lg-11,
  .row.col_spacing > .col-lg-12,
  .row.col_spacing > .col-lg-2,
  .row.col_spacing > .col-lg-3,
  .row.col_spacing > .col-lg-4,
  .row.col_spacing > .col-lg-5,
  .row.col_spacing > .col-lg-6,
  .row.col_spacing > .col-lg-7,
  .row.col_spacing > .col-lg-8,
  .row.col_spacing > .col-lg-9,
  .row.col_spacing > .col-lg-auto,
  .row.col_spacing > .col-md,
  .row.col_spacing > .col-md-1,
  .row.col_spacing > .col-md-10,
  .row.col_spacing > .col-md-11,
  .row.col_spacing > .col-md-12,
  .row.col_spacing > .col-md-2,
  .row.col_spacing > .col-md-3,
  .row.col_spacing > .col-md-4,
  .row.col_spacing > .col-md-5,
  .row.col_spacing > .col-md-6,
  .row.col_spacing > .col-md-7,
  .row.col_spacing > .col-md-8,
  .row.col_spacing > .col-md-9,
  .row.col_spacing > .col-md-auto,
  .row.col_spacing > .col-sm,
  .row.col_spacing > .col-sm-1,
  .row.col_spacing > .col-sm-10,
  .row.col_spacing > .col-sm-11,
  .row.col_spacing > .col-sm-12,
  .row.col_spacing > .col-sm-2,
  .row.col_spacing > .col-sm-3,
  .row.col_spacing > .col-sm-4,
  .row.col_spacing > .col-sm-5,
  .row.col_spacing > .col-sm-6,
  .row.col_spacing > .col-sm-7,
  .row.col_spacing > .col-sm-8,
  .row.col_spacing > .col-sm-9,
  .row.col_spacing > .col-sm-auto,
  .row.col_spacing > .col-xl,
  .row.col_spacing > .col-xl-1,
  .row.col_spacing > .col-xl-10,
  .row.col_spacing > .col-xl-11,
  .row.col_spacing > .col-xl-12,
  .row.col_spacing > .col-xl-2,
  .row.col_spacing > .col-xl-3,
  .row.col_spacing > .col-xl-4,
  .row.col_spacing > .col-xl-5,
  .row.col_spacing > .col-xl-6,
  .row.col_spacing > .col-xl-7,
  .row.col_spacing > .col-xl-8,
  .row.col_spacing > .col-xl-9,
  .row.col_spacing > .col-xl-auto {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  .row.col_spacing > .col,
  .row.col_spacing > .col-1,
  .row.col_spacing > .col-10,
  .row.col_spacing > .col-11,
  .row.col_spacing > .col-12,
  .row.col_spacing > .col-2,
  .row.col_spacing > .col-3,
  .row.col_spacing > .col-4,
  .row.col_spacing > .col-5,
  .row.col_spacing > .col-6,
  .row.col_spacing > .col-7,
  .row.col_spacing > .col-8,
  .row.col_spacing > .col-9,
  .row.col_spacing > .col-auto,
  .row.col_spacing > .col-lg,
  .row.col_spacing > .col-lg-1,
  .row.col_spacing > .col-lg-10,
  .row.col_spacing > .col-lg-11,
  .row.col_spacing > .col-lg-12,
  .row.col_spacing > .col-lg-2,
  .row.col_spacing > .col-lg-3,
  .row.col_spacing > .col-lg-4,
  .row.col_spacing > .col-lg-5,
  .row.col_spacing > .col-lg-6,
  .row.col_spacing > .col-lg-7,
  .row.col_spacing > .col-lg-8,
  .row.col_spacing > .col-lg-9,
  .row.col_spacing > .col-lg-auto,
  .row.col_spacing > .col-md,
  .row.col_spacing > .col-md-1,
  .row.col_spacing > .col-md-10,
  .row.col_spacing > .col-md-11,
  .row.col_spacing > .col-md-12,
  .row.col_spacing > .col-md-2,
  .row.col_spacing > .col-md-3,
  .row.col_spacing > .col-md-4,
  .row.col_spacing > .col-md-5,
  .row.col_spacing > .col-md-6,
  .row.col_spacing > .col-md-7,
  .row.col_spacing > .col-md-8,
  .row.col_spacing > .col-md-9,
  .row.col_spacing > .col-md-auto,
  .row.col_spacing > .col-sm,
  .row.col_spacing > .col-sm-1,
  .row.col_spacing > .col-sm-10,
  .row.col_spacing > .col-sm-11,
  .row.col_spacing > .col-sm-12,
  .row.col_spacing > .col-sm-2,
  .row.col_spacing > .col-sm-3,
  .row.col_spacing > .col-sm-4,
  .row.col_spacing > .col-sm-5,
  .row.col_spacing > .col-sm-6,
  .row.col_spacing > .col-sm-7,
  .row.col_spacing > .col-sm-8,
  .row.col_spacing > .col-sm-9,
  .row.col_spacing > .col-sm-auto,
  .row.col_spacing > .col-xl,
  .row.col_spacing > .col-xl-1,
  .row.col_spacing > .col-xl-10,
  .row.col_spacing > .col-xl-11,
  .row.col_spacing > .col-xl-12,
  .row.col_spacing > .col-xl-2,
  .row.col_spacing > .col-xl-3,
  .row.col_spacing > .col-xl-4,
  .row.col_spacing > .col-xl-5,
  .row.col_spacing > .col-xl-6,
  .row.col_spacing > .col-xl-7,
  .row.col_spacing > .col-xl-8,
  .row.col_spacing > .col-xl-9,
  .row.col_spacing > .col-xl-auto {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  .row.col_spacing > .col,
  .row.col_spacing > .col-1,
  .row.col_spacing > .col-10,
  .row.col_spacing > .col-11,
  .row.col_spacing > .col-12,
  .row.col_spacing > .col-2,
  .row.col_spacing > .col-3,
  .row.col_spacing > .col-4,
  .row.col_spacing > .col-5,
  .row.col_spacing > .col-6,
  .row.col_spacing > .col-7,
  .row.col_spacing > .col-8,
  .row.col_spacing > .col-9,
  .row.col_spacing > .col-auto,
  .row.col_spacing > .col-lg,
  .row.col_spacing > .col-lg-1,
  .row.col_spacing > .col-lg-10,
  .row.col_spacing > .col-lg-11,
  .row.col_spacing > .col-lg-12,
  .row.col_spacing > .col-lg-2,
  .row.col_spacing > .col-lg-3,
  .row.col_spacing > .col-lg-4,
  .row.col_spacing > .col-lg-5,
  .row.col_spacing > .col-lg-6,
  .row.col_spacing > .col-lg-7,
  .row.col_spacing > .col-lg-8,
  .row.col_spacing > .col-lg-9,
  .row.col_spacing > .col-lg-auto,
  .row.col_spacing > .col-md,
  .row.col_spacing > .col-md-1,
  .row.col_spacing > .col-md-10,
  .row.col_spacing > .col-md-11,
  .row.col_spacing > .col-md-12,
  .row.col_spacing > .col-md-2,
  .row.col_spacing > .col-md-3,
  .row.col_spacing > .col-md-4,
  .row.col_spacing > .col-md-5,
  .row.col_spacing > .col-md-6,
  .row.col_spacing > .col-md-7,
  .row.col_spacing > .col-md-8,
  .row.col_spacing > .col-md-9,
  .row.col_spacing > .col-md-auto,
  .row.col_spacing > .col-sm,
  .row.col_spacing > .col-sm-1,
  .row.col_spacing > .col-sm-10,
  .row.col_spacing > .col-sm-11,
  .row.col_spacing > .col-sm-12,
  .row.col_spacing > .col-sm-2,
  .row.col_spacing > .col-sm-3,
  .row.col_spacing > .col-sm-4,
  .row.col_spacing > .col-sm-5,
  .row.col_spacing > .col-sm-6,
  .row.col_spacing > .col-sm-7,
  .row.col_spacing > .col-sm-8,
  .row.col_spacing > .col-sm-9,
  .row.col_spacing > .col-sm-auto,
  .row.col_spacing > .col-xl,
  .row.col_spacing > .col-xl-1,
  .row.col_spacing > .col-xl-10,
  .row.col_spacing > .col-xl-11,
  .row.col_spacing > .col-xl-12,
  .row.col_spacing > .col-xl-2,
  .row.col_spacing > .col-xl-3,
  .row.col_spacing > .col-xl-4,
  .row.col_spacing > .col-xl-5,
  .row.col_spacing > .col-xl-6,
  .row.col_spacing > .col-xl-7,
  .row.col_spacing > .col-xl-8,
  .row.col_spacing > .col-xl-9,
  .row.col_spacing > .col-xl-auto {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  .row.col_spacing > .col,
  .row.col_spacing > .col-1,
  .row.col_spacing > .col-10,
  .row.col_spacing > .col-11,
  .row.col_spacing > .col-12,
  .row.col_spacing > .col-2,
  .row.col_spacing > .col-3,
  .row.col_spacing > .col-4,
  .row.col_spacing > .col-5,
  .row.col_spacing > .col-6,
  .row.col_spacing > .col-7,
  .row.col_spacing > .col-8,
  .row.col_spacing > .col-9,
  .row.col_spacing > .col-auto,
  .row.col_spacing > .col-lg,
  .row.col_spacing > .col-lg-1,
  .row.col_spacing > .col-lg-10,
  .row.col_spacing > .col-lg-11,
  .row.col_spacing > .col-lg-12,
  .row.col_spacing > .col-lg-2,
  .row.col_spacing > .col-lg-3,
  .row.col_spacing > .col-lg-4,
  .row.col_spacing > .col-lg-5,
  .row.col_spacing > .col-lg-6,
  .row.col_spacing > .col-lg-7,
  .row.col_spacing > .col-lg-8,
  .row.col_spacing > .col-lg-9,
  .row.col_spacing > .col-lg-auto,
  .row.col_spacing > .col-md,
  .row.col_spacing > .col-md-1,
  .row.col_spacing > .col-md-10,
  .row.col_spacing > .col-md-11,
  .row.col_spacing > .col-md-12,
  .row.col_spacing > .col-md-2,
  .row.col_spacing > .col-md-3,
  .row.col_spacing > .col-md-4,
  .row.col_spacing > .col-md-5,
  .row.col_spacing > .col-md-6,
  .row.col_spacing > .col-md-7,
  .row.col_spacing > .col-md-8,
  .row.col_spacing > .col-md-9,
  .row.col_spacing > .col-md-auto,
  .row.col_spacing > .col-sm,
  .row.col_spacing > .col-sm-1,
  .row.col_spacing > .col-sm-10,
  .row.col_spacing > .col-sm-11,
  .row.col_spacing > .col-sm-12,
  .row.col_spacing > .col-sm-2,
  .row.col_spacing > .col-sm-3,
  .row.col_spacing > .col-sm-4,
  .row.col_spacing > .col-sm-5,
  .row.col_spacing > .col-sm-6,
  .row.col_spacing > .col-sm-7,
  .row.col_spacing > .col-sm-8,
  .row.col_spacing > .col-sm-9,
  .row.col_spacing > .col-sm-auto,
  .row.col_spacing > .col-xl,
  .row.col_spacing > .col-xl-1,
  .row.col_spacing > .col-xl-10,
  .row.col_spacing > .col-xl-11,
  .row.col_spacing > .col-xl-12,
  .row.col_spacing > .col-xl-2,
  .row.col_spacing > .col-xl-3,
  .row.col_spacing > .col-xl-4,
  .row.col_spacing > .col-xl-5,
  .row.col_spacing > .col-xl-6,
  .row.col_spacing > .col-xl-7,
  .row.col_spacing > .col-xl-8,
  .row.col_spacing > .col-xl-9,
  .row.col_spacing > .col-xl-auto {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .row.col_spacing > .col,
  .row.col_spacing > .col-1,
  .row.col_spacing > .col-10,
  .row.col_spacing > .col-11,
  .row.col_spacing > .col-12,
  .row.col_spacing > .col-2,
  .row.col_spacing > .col-3,
  .row.col_spacing > .col-4,
  .row.col_spacing > .col-5,
  .row.col_spacing > .col-6,
  .row.col_spacing > .col-7,
  .row.col_spacing > .col-8,
  .row.col_spacing > .col-9,
  .row.col_spacing > .col-auto,
  .row.col_spacing > .col-lg,
  .row.col_spacing > .col-lg-1,
  .row.col_spacing > .col-lg-10,
  .row.col_spacing > .col-lg-11,
  .row.col_spacing > .col-lg-12,
  .row.col_spacing > .col-lg-2,
  .row.col_spacing > .col-lg-3,
  .row.col_spacing > .col-lg-4,
  .row.col_spacing > .col-lg-5,
  .row.col_spacing > .col-lg-6,
  .row.col_spacing > .col-lg-7,
  .row.col_spacing > .col-lg-8,
  .row.col_spacing > .col-lg-9,
  .row.col_spacing > .col-lg-auto,
  .row.col_spacing > .col-md,
  .row.col_spacing > .col-md-1,
  .row.col_spacing > .col-md-10,
  .row.col_spacing > .col-md-11,
  .row.col_spacing > .col-md-12,
  .row.col_spacing > .col-md-2,
  .row.col_spacing > .col-md-3,
  .row.col_spacing > .col-md-4,
  .row.col_spacing > .col-md-5,
  .row.col_spacing > .col-md-6,
  .row.col_spacing > .col-md-7,
  .row.col_spacing > .col-md-8,
  .row.col_spacing > .col-md-9,
  .row.col_spacing > .col-md-auto,
  .row.col_spacing > .col-sm,
  .row.col_spacing > .col-sm-1,
  .row.col_spacing > .col-sm-10,
  .row.col_spacing > .col-sm-11,
  .row.col_spacing > .col-sm-12,
  .row.col_spacing > .col-sm-2,
  .row.col_spacing > .col-sm-3,
  .row.col_spacing > .col-sm-4,
  .row.col_spacing > .col-sm-5,
  .row.col_spacing > .col-sm-6,
  .row.col_spacing > .col-sm-7,
  .row.col_spacing > .col-sm-8,
  .row.col_spacing > .col-sm-9,
  .row.col_spacing > .col-sm-auto,
  .row.col_spacing > .col-xl,
  .row.col_spacing > .col-xl-1,
  .row.col_spacing > .col-xl-10,
  .row.col_spacing > .col-xl-11,
  .row.col_spacing > .col-xl-12,
  .row.col_spacing > .col-xl-2,
  .row.col_spacing > .col-xl-3,
  .row.col_spacing > .col-xl-4,
  .row.col_spacing > .col-xl-5,
  .row.col_spacing > .col-xl-6,
  .row.col_spacing > .col-xl-7,
  .row.col_spacing > .col-xl-8,
  .row.col_spacing > .col-xl-9,
  .row.col_spacing > .col-xl-auto {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  .row.col_spacing > .col,
  .row.col_spacing > .col-1,
  .row.col_spacing > .col-10,
  .row.col_spacing > .col-11,
  .row.col_spacing > .col-12,
  .row.col_spacing > .col-2,
  .row.col_spacing > .col-3,
  .row.col_spacing > .col-4,
  .row.col_spacing > .col-5,
  .row.col_spacing > .col-6,
  .row.col_spacing > .col-7,
  .row.col_spacing > .col-8,
  .row.col_spacing > .col-9,
  .row.col_spacing > .col-auto,
  .row.col_spacing > .col-lg,
  .row.col_spacing > .col-lg-1,
  .row.col_spacing > .col-lg-10,
  .row.col_spacing > .col-lg-11,
  .row.col_spacing > .col-lg-12,
  .row.col_spacing > .col-lg-2,
  .row.col_spacing > .col-lg-3,
  .row.col_spacing > .col-lg-4,
  .row.col_spacing > .col-lg-5,
  .row.col_spacing > .col-lg-6,
  .row.col_spacing > .col-lg-7,
  .row.col_spacing > .col-lg-8,
  .row.col_spacing > .col-lg-9,
  .row.col_spacing > .col-lg-auto,
  .row.col_spacing > .col-md,
  .row.col_spacing > .col-md-1,
  .row.col_spacing > .col-md-10,
  .row.col_spacing > .col-md-11,
  .row.col_spacing > .col-md-12,
  .row.col_spacing > .col-md-2,
  .row.col_spacing > .col-md-3,
  .row.col_spacing > .col-md-4,
  .row.col_spacing > .col-md-5,
  .row.col_spacing > .col-md-6,
  .row.col_spacing > .col-md-7,
  .row.col_spacing > .col-md-8,
  .row.col_spacing > .col-md-9,
  .row.col_spacing > .col-md-auto,
  .row.col_spacing > .col-sm,
  .row.col_spacing > .col-sm-1,
  .row.col_spacing > .col-sm-10,
  .row.col_spacing > .col-sm-11,
  .row.col_spacing > .col-sm-12,
  .row.col_spacing > .col-sm-2,
  .row.col_spacing > .col-sm-3,
  .row.col_spacing > .col-sm-4,
  .row.col_spacing > .col-sm-5,
  .row.col_spacing > .col-sm-6,
  .row.col_spacing > .col-sm-7,
  .row.col_spacing > .col-sm-8,
  .row.col_spacing > .col-sm-9,
  .row.col_spacing > .col-sm-auto,
  .row.col_spacing > .col-xl,
  .row.col_spacing > .col-xl-1,
  .row.col_spacing > .col-xl-10,
  .row.col_spacing > .col-xl-11,
  .row.col_spacing > .col-xl-12,
  .row.col_spacing > .col-xl-2,
  .row.col_spacing > .col-xl-3,
  .row.col_spacing > .col-xl-4,
  .row.col_spacing > .col-xl-5,
  .row.col_spacing > .col-xl-6,
  .row.col_spacing > .col-xl-7,
  .row.col_spacing > .col-xl-8,
  .row.col_spacing > .col-xl-9,
  .row.col_spacing > .col-xl-auto {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .row.col_spacing > .col,
  .row.col_spacing > .col-1,
  .row.col_spacing > .col-10,
  .row.col_spacing > .col-11,
  .row.col_spacing > .col-12,
  .row.col_spacing > .col-2,
  .row.col_spacing > .col-3,
  .row.col_spacing > .col-4,
  .row.col_spacing > .col-5,
  .row.col_spacing > .col-6,
  .row.col_spacing > .col-7,
  .row.col_spacing > .col-8,
  .row.col_spacing > .col-9,
  .row.col_spacing > .col-auto,
  .row.col_spacing > .col-lg,
  .row.col_spacing > .col-lg-1,
  .row.col_spacing > .col-lg-10,
  .row.col_spacing > .col-lg-11,
  .row.col_spacing > .col-lg-12,
  .row.col_spacing > .col-lg-2,
  .row.col_spacing > .col-lg-3,
  .row.col_spacing > .col-lg-4,
  .row.col_spacing > .col-lg-5,
  .row.col_spacing > .col-lg-6,
  .row.col_spacing > .col-lg-7,
  .row.col_spacing > .col-lg-8,
  .row.col_spacing > .col-lg-9,
  .row.col_spacing > .col-lg-auto,
  .row.col_spacing > .col-md,
  .row.col_spacing > .col-md-1,
  .row.col_spacing > .col-md-10,
  .row.col_spacing > .col-md-11,
  .row.col_spacing > .col-md-12,
  .row.col_spacing > .col-md-2,
  .row.col_spacing > .col-md-3,
  .row.col_spacing > .col-md-4,
  .row.col_spacing > .col-md-5,
  .row.col_spacing > .col-md-6,
  .row.col_spacing > .col-md-7,
  .row.col_spacing > .col-md-8,
  .row.col_spacing > .col-md-9,
  .row.col_spacing > .col-md-auto,
  .row.col_spacing > .col-sm,
  .row.col_spacing > .col-sm-1,
  .row.col_spacing > .col-sm-10,
  .row.col_spacing > .col-sm-11,
  .row.col_spacing > .col-sm-12,
  .row.col_spacing > .col-sm-2,
  .row.col_spacing > .col-sm-3,
  .row.col_spacing > .col-sm-4,
  .row.col_spacing > .col-sm-5,
  .row.col_spacing > .col-sm-6,
  .row.col_spacing > .col-sm-7,
  .row.col_spacing > .col-sm-8,
  .row.col_spacing > .col-sm-9,
  .row.col_spacing > .col-sm-auto,
  .row.col_spacing > .col-xl,
  .row.col_spacing > .col-xl-1,
  .row.col_spacing > .col-xl-10,
  .row.col_spacing > .col-xl-11,
  .row.col_spacing > .col-xl-12,
  .row.col_spacing > .col-xl-2,
  .row.col_spacing > .col-xl-3,
  .row.col_spacing > .col-xl-4,
  .row.col_spacing > .col-xl-5,
  .row.col_spacing > .col-xl-6,
  .row.col_spacing > .col-xl-7,
  .row.col_spacing > .col-xl-8,
  .row.col_spacing > .col-xl-9,
  .row.col_spacing > .col-xl-auto {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  .row.col_spacing > .col,
  .row.col_spacing > .col-1,
  .row.col_spacing > .col-10,
  .row.col_spacing > .col-11,
  .row.col_spacing > .col-12,
  .row.col_spacing > .col-2,
  .row.col_spacing > .col-3,
  .row.col_spacing > .col-4,
  .row.col_spacing > .col-5,
  .row.col_spacing > .col-6,
  .row.col_spacing > .col-7,
  .row.col_spacing > .col-8,
  .row.col_spacing > .col-9,
  .row.col_spacing > .col-auto,
  .row.col_spacing > .col-lg,
  .row.col_spacing > .col-lg-1,
  .row.col_spacing > .col-lg-10,
  .row.col_spacing > .col-lg-11,
  .row.col_spacing > .col-lg-12,
  .row.col_spacing > .col-lg-2,
  .row.col_spacing > .col-lg-3,
  .row.col_spacing > .col-lg-4,
  .row.col_spacing > .col-lg-5,
  .row.col_spacing > .col-lg-6,
  .row.col_spacing > .col-lg-7,
  .row.col_spacing > .col-lg-8,
  .row.col_spacing > .col-lg-9,
  .row.col_spacing > .col-lg-auto,
  .row.col_spacing > .col-md,
  .row.col_spacing > .col-md-1,
  .row.col_spacing > .col-md-10,
  .row.col_spacing > .col-md-11,
  .row.col_spacing > .col-md-12,
  .row.col_spacing > .col-md-2,
  .row.col_spacing > .col-md-3,
  .row.col_spacing > .col-md-4,
  .row.col_spacing > .col-md-5,
  .row.col_spacing > .col-md-6,
  .row.col_spacing > .col-md-7,
  .row.col_spacing > .col-md-8,
  .row.col_spacing > .col-md-9,
  .row.col_spacing > .col-md-auto,
  .row.col_spacing > .col-sm,
  .row.col_spacing > .col-sm-1,
  .row.col_spacing > .col-sm-10,
  .row.col_spacing > .col-sm-11,
  .row.col_spacing > .col-sm-12,
  .row.col_spacing > .col-sm-2,
  .row.col_spacing > .col-sm-3,
  .row.col_spacing > .col-sm-4,
  .row.col_spacing > .col-sm-5,
  .row.col_spacing > .col-sm-6,
  .row.col_spacing > .col-sm-7,
  .row.col_spacing > .col-sm-8,
  .row.col_spacing > .col-sm-9,
  .row.col_spacing > .col-sm-auto,
  .row.col_spacing > .col-xl,
  .row.col_spacing > .col-xl-1,
  .row.col_spacing > .col-xl-10,
  .row.col_spacing > .col-xl-11,
  .row.col_spacing > .col-xl-12,
  .row.col_spacing > .col-xl-2,
  .row.col_spacing > .col-xl-3,
  .row.col_spacing > .col-xl-4,
  .row.col_spacing > .col-xl-5,
  .row.col_spacing > .col-xl-6,
  .row.col_spacing > .col-xl-7,
  .row.col_spacing > .col-xl-8,
  .row.col_spacing > .col-xl-9,
  .row.col_spacing > .col-xl-auto {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  .row.col_spacing > .col,
  .row.col_spacing > .col-1,
  .row.col_spacing > .col-10,
  .row.col_spacing > .col-11,
  .row.col_spacing > .col-12,
  .row.col_spacing > .col-2,
  .row.col_spacing > .col-3,
  .row.col_spacing > .col-4,
  .row.col_spacing > .col-5,
  .row.col_spacing > .col-6,
  .row.col_spacing > .col-7,
  .row.col_spacing > .col-8,
  .row.col_spacing > .col-9,
  .row.col_spacing > .col-auto,
  .row.col_spacing > .col-lg,
  .row.col_spacing > .col-lg-1,
  .row.col_spacing > .col-lg-10,
  .row.col_spacing > .col-lg-11,
  .row.col_spacing > .col-lg-12,
  .row.col_spacing > .col-lg-2,
  .row.col_spacing > .col-lg-3,
  .row.col_spacing > .col-lg-4,
  .row.col_spacing > .col-lg-5,
  .row.col_spacing > .col-lg-6,
  .row.col_spacing > .col-lg-7,
  .row.col_spacing > .col-lg-8,
  .row.col_spacing > .col-lg-9,
  .row.col_spacing > .col-lg-auto,
  .row.col_spacing > .col-md,
  .row.col_spacing > .col-md-1,
  .row.col_spacing > .col-md-10,
  .row.col_spacing > .col-md-11,
  .row.col_spacing > .col-md-12,
  .row.col_spacing > .col-md-2,
  .row.col_spacing > .col-md-3,
  .row.col_spacing > .col-md-4,
  .row.col_spacing > .col-md-5,
  .row.col_spacing > .col-md-6,
  .row.col_spacing > .col-md-7,
  .row.col_spacing > .col-md-8,
  .row.col_spacing > .col-md-9,
  .row.col_spacing > .col-md-auto,
  .row.col_spacing > .col-sm,
  .row.col_spacing > .col-sm-1,
  .row.col_spacing > .col-sm-10,
  .row.col_spacing > .col-sm-11,
  .row.col_spacing > .col-sm-12,
  .row.col_spacing > .col-sm-2,
  .row.col_spacing > .col-sm-3,
  .row.col_spacing > .col-sm-4,
  .row.col_spacing > .col-sm-5,
  .row.col_spacing > .col-sm-6,
  .row.col_spacing > .col-sm-7,
  .row.col_spacing > .col-sm-8,
  .row.col_spacing > .col-sm-9,
  .row.col_spacing > .col-sm-auto,
  .row.col_spacing > .col-xl,
  .row.col_spacing > .col-xl-1,
  .row.col_spacing > .col-xl-10,
  .row.col_spacing > .col-xl-11,
  .row.col_spacing > .col-xl-12,
  .row.col_spacing > .col-xl-2,
  .row.col_spacing > .col-xl-3,
  .row.col_spacing > .col-xl-4,
  .row.col_spacing > .col-xl-5,
  .row.col_spacing > .col-xl-6,
  .row.col_spacing > .col-xl-7,
  .row.col_spacing > .col-xl-8,
  .row.col_spacing > .col-xl-9,
  .row.col_spacing > .col-xl-auto {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  .row.col_spacing > .col,
  .row.col_spacing > .col-1,
  .row.col_spacing > .col-10,
  .row.col_spacing > .col-11,
  .row.col_spacing > .col-12,
  .row.col_spacing > .col-2,
  .row.col_spacing > .col-3,
  .row.col_spacing > .col-4,
  .row.col_spacing > .col-5,
  .row.col_spacing > .col-6,
  .row.col_spacing > .col-7,
  .row.col_spacing > .col-8,
  .row.col_spacing > .col-9,
  .row.col_spacing > .col-auto,
  .row.col_spacing > .col-lg,
  .row.col_spacing > .col-lg-1,
  .row.col_spacing > .col-lg-10,
  .row.col_spacing > .col-lg-11,
  .row.col_spacing > .col-lg-12,
  .row.col_spacing > .col-lg-2,
  .row.col_spacing > .col-lg-3,
  .row.col_spacing > .col-lg-4,
  .row.col_spacing > .col-lg-5,
  .row.col_spacing > .col-lg-6,
  .row.col_spacing > .col-lg-7,
  .row.col_spacing > .col-lg-8,
  .row.col_spacing > .col-lg-9,
  .row.col_spacing > .col-lg-auto,
  .row.col_spacing > .col-md,
  .row.col_spacing > .col-md-1,
  .row.col_spacing > .col-md-10,
  .row.col_spacing > .col-md-11,
  .row.col_spacing > .col-md-12,
  .row.col_spacing > .col-md-2,
  .row.col_spacing > .col-md-3,
  .row.col_spacing > .col-md-4,
  .row.col_spacing > .col-md-5,
  .row.col_spacing > .col-md-6,
  .row.col_spacing > .col-md-7,
  .row.col_spacing > .col-md-8,
  .row.col_spacing > .col-md-9,
  .row.col_spacing > .col-md-auto,
  .row.col_spacing > .col-sm,
  .row.col_spacing > .col-sm-1,
  .row.col_spacing > .col-sm-10,
  .row.col_spacing > .col-sm-11,
  .row.col_spacing > .col-sm-12,
  .row.col_spacing > .col-sm-2,
  .row.col_spacing > .col-sm-3,
  .row.col_spacing > .col-sm-4,
  .row.col_spacing > .col-sm-5,
  .row.col_spacing > .col-sm-6,
  .row.col_spacing > .col-sm-7,
  .row.col_spacing > .col-sm-8,
  .row.col_spacing > .col-sm-9,
  .row.col_spacing > .col-sm-auto,
  .row.col_spacing > .col-xl,
  .row.col_spacing > .col-xl-1,
  .row.col_spacing > .col-xl-10,
  .row.col_spacing > .col-xl-11,
  .row.col_spacing > .col-xl-12,
  .row.col_spacing > .col-xl-2,
  .row.col_spacing > .col-xl-3,
  .row.col_spacing > .col-xl-4,
  .row.col_spacing > .col-xl-5,
  .row.col_spacing > .col-xl-6,
  .row.col_spacing > .col-xl-7,
  .row.col_spacing > .col-xl-8,
  .row.col_spacing > .col-xl-9,
  .row.col_spacing > .col-xl-auto {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.row.col_spacing > .col:first-child,
.row.col_spacing > .col-1:first-child,
.row.col_spacing > .col-10:first-child,
.row.col_spacing > .col-11:first-child,
.row.col_spacing > .col-12:first-child,
.row.col_spacing > .col-2:first-child,
.row.col_spacing > .col-3:first-child,
.row.col_spacing > .col-4:first-child,
.row.col_spacing > .col-5:first-child,
.row.col_spacing > .col-6:first-child,
.row.col_spacing > .col-7:first-child,
.row.col_spacing > .col-8:first-child,
.row.col_spacing > .col-9:first-child,
.row.col_spacing > .col-auto:first-child,
.row.col_spacing > .col-lg:first-child,
.row.col_spacing > .col-lg-1:first-child,
.row.col_spacing > .col-lg-10:first-child,
.row.col_spacing > .col-lg-11:first-child,
.row.col_spacing > .col-lg-12:first-child,
.row.col_spacing > .col-lg-2:first-child,
.row.col_spacing > .col-lg-3:first-child,
.row.col_spacing > .col-lg-4:first-child,
.row.col_spacing > .col-lg-5:first-child,
.row.col_spacing > .col-lg-6:first-child,
.row.col_spacing > .col-lg-7:first-child,
.row.col_spacing > .col-lg-8:first-child,
.row.col_spacing > .col-lg-9:first-child,
.row.col_spacing > .col-lg-auto:first-child,
.row.col_spacing > .col-md:first-child,
.row.col_spacing > .col-md-1:first-child,
.row.col_spacing > .col-md-10:first-child,
.row.col_spacing > .col-md-11:first-child,
.row.col_spacing > .col-md-12:first-child,
.row.col_spacing > .col-md-2:first-child,
.row.col_spacing > .col-md-3:first-child,
.row.col_spacing > .col-md-4:first-child,
.row.col_spacing > .col-md-5:first-child,
.row.col_spacing > .col-md-6:first-child,
.row.col_spacing > .col-md-7:first-child,
.row.col_spacing > .col-md-8:first-child,
.row.col_spacing > .col-md-9:first-child,
.row.col_spacing > .col-md-auto:first-child,
.row.col_spacing > .col-sm:first-child,
.row.col_spacing > .col-sm-1:first-child,
.row.col_spacing > .col-sm-10:first-child,
.row.col_spacing > .col-sm-11:first-child,
.row.col_spacing > .col-sm-12:first-child,
.row.col_spacing > .col-sm-2:first-child,
.row.col_spacing > .col-sm-3:first-child,
.row.col_spacing > .col-sm-4:first-child,
.row.col_spacing > .col-sm-5:first-child,
.row.col_spacing > .col-sm-6:first-child,
.row.col_spacing > .col-sm-7:first-child,
.row.col_spacing > .col-sm-8:first-child,
.row.col_spacing > .col-sm-9:first-child,
.row.col_spacing > .col-sm-auto:first-child,
.row.col_spacing > .col-xl:first-child,
.row.col_spacing > .col-xl-1:first-child,
.row.col_spacing > .col-xl-10:first-child,
.row.col_spacing > .col-xl-11:first-child,
.row.col_spacing > .col-xl-12:first-child,
.row.col_spacing > .col-xl-2:first-child,
.row.col_spacing > .col-xl-3:first-child,
.row.col_spacing > .col-xl-4:first-child,
.row.col_spacing > .col-xl-5:first-child,
.row.col_spacing > .col-xl-6:first-child,
.row.col_spacing > .col-xl-7:first-child,
.row.col_spacing > .col-xl-8:first-child,
.row.col_spacing > .col-xl-9:first-child,
.row.col_spacing > .col-xl-auto:first-child {
  margin-top: 0;
}

.row.col_spacing > .col:last-child,
.row.col_spacing > .col-1:last-child,
.row.col_spacing > .col-10:last-child,
.row.col_spacing > .col-11:last-child,
.row.col_spacing > .col-12:last-child,
.row.col_spacing > .col-2:last-child,
.row.col_spacing > .col-3:last-child,
.row.col_spacing > .col-4:last-child,
.row.col_spacing > .col-5:last-child,
.row.col_spacing > .col-6:last-child,
.row.col_spacing > .col-7:last-child,
.row.col_spacing > .col-8:last-child,
.row.col_spacing > .col-9:last-child,
.row.col_spacing > .col-auto:last-child,
.row.col_spacing > .col-lg:last-child,
.row.col_spacing > .col-lg-1:last-child,
.row.col_spacing > .col-lg-10:last-child,
.row.col_spacing > .col-lg-11:last-child,
.row.col_spacing > .col-lg-12:last-child,
.row.col_spacing > .col-lg-2:last-child,
.row.col_spacing > .col-lg-3:last-child,
.row.col_spacing > .col-lg-4:last-child,
.row.col_spacing > .col-lg-5:last-child,
.row.col_spacing > .col-lg-6:last-child,
.row.col_spacing > .col-lg-7:last-child,
.row.col_spacing > .col-lg-8:last-child,
.row.col_spacing > .col-lg-9:last-child,
.row.col_spacing > .col-lg-auto:last-child,
.row.col_spacing > .col-md:last-child,
.row.col_spacing > .col-md-1:last-child,
.row.col_spacing > .col-md-10:last-child,
.row.col_spacing > .col-md-11:last-child,
.row.col_spacing > .col-md-12:last-child,
.row.col_spacing > .col-md-2:last-child,
.row.col_spacing > .col-md-3:last-child,
.row.col_spacing > .col-md-4:last-child,
.row.col_spacing > .col-md-5:last-child,
.row.col_spacing > .col-md-6:last-child,
.row.col_spacing > .col-md-7:last-child,
.row.col_spacing > .col-md-8:last-child,
.row.col_spacing > .col-md-9:last-child,
.row.col_spacing > .col-md-auto:last-child,
.row.col_spacing > .col-sm:last-child,
.row.col_spacing > .col-sm-1:last-child,
.row.col_spacing > .col-sm-10:last-child,
.row.col_spacing > .col-sm-11:last-child,
.row.col_spacing > .col-sm-12:last-child,
.row.col_spacing > .col-sm-2:last-child,
.row.col_spacing > .col-sm-3:last-child,
.row.col_spacing > .col-sm-4:last-child,
.row.col_spacing > .col-sm-5:last-child,
.row.col_spacing > .col-sm-6:last-child,
.row.col_spacing > .col-sm-7:last-child,
.row.col_spacing > .col-sm-8:last-child,
.row.col_spacing > .col-sm-9:last-child,
.row.col_spacing > .col-sm-auto:last-child,
.row.col_spacing > .col-xl:last-child,
.row.col_spacing > .col-xl-1:last-child,
.row.col_spacing > .col-xl-10:last-child,
.row.col_spacing > .col-xl-11:last-child,
.row.col_spacing > .col-xl-12:last-child,
.row.col_spacing > .col-xl-2:last-child,
.row.col_spacing > .col-xl-3:last-child,
.row.col_spacing > .col-xl-4:last-child,
.row.col_spacing > .col-xl-5:last-child,
.row.col_spacing > .col-xl-6:last-child,
.row.col_spacing > .col-xl-7:last-child,
.row.col_spacing > .col-xl-8:last-child,
.row.col_spacing > .col-xl-9:last-child,
.row.col_spacing > .col-xl-auto:last-child {
  margin-bottom: 0;
}

hr {
  border-top: 1px solid #282828;
  margin-top: 15px;
  margin-bottom: 15px;
}

hr:first-child {
  margin-top: 0;
}

hr:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  hr {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  hr {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  hr {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  hr {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  hr {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  hr {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

hr:first-child {
  margin-top: 0;
}

hr:last-child {
  margin-bottom: 0;
}

blockquote {
  border-left: 1px solid #865FCC;
  margin: 15px 0;
  padding: 10px 20px;
}

blockquote:first-child {
  margin-top: 0;
}

blockquote:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  blockquote {
    margin: 17.5px 0;
    padding: 11px 22px;
  }
}

@media (min-width: 375px) {
  blockquote {
    margin: 20px 0;
    padding: 12px 24px;
  }
}

@media (min-width: 414px) {
  blockquote {
    margin: 22.5px 0;
    padding: 13px 26px;
  }
}

@media (min-width: 480px) {
  blockquote {
    margin: 25px 0;
    padding: 14px 28px;
  }
}

@media (min-width: 576px) {
  blockquote {
    margin: 27.5px 0;
    padding: 15px 30px;
  }
}

@media (min-width: 768px) {
  blockquote {
    margin: 30px 0;
    padding: 16px 32px;
  }
}

@media (min-width: 992px) {
  blockquote {
    margin: 32.5px 0;
    padding: 17px 34px;
  }
}

@media (min-width: 1240px) {
  blockquote {
    margin: 35px 0;
    padding: 18px 36px;
  }
}

@media (min-width: 1540px) {
  blockquote {
    margin: 37.5px 0;
    padding: 19px 38px;
  }
}

@media (min-width: 1800px) {
  blockquote {
    margin: 40px 0;
    padding: 20px 40px;
  }
}

blockquote p {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px;
}

blockquote p:first-child {
  margin-top: 0;
}

blockquote p:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  blockquote p {
    margin-top: 5.5px;
    margin-bottom: 10.5px;
    font-size: 16px;
  }
}

@media (min-width: 375px) {
  blockquote p {
    margin-top: 6px;
    margin-bottom: 11px;
    font-size: 17px;
  }
}

@media (min-width: 414px) {
  blockquote p {
    margin-top: 6.5px;
    margin-bottom: 11.5px;
    font-size: 18px;
  }
}

@media (min-width: 480px) {
  blockquote p {
    margin-top: 7px;
    margin-bottom: 12px;
    font-size: 19px;
  }
}

@media (min-width: 576px) {
  blockquote p {
    margin-top: 7.5px;
    margin-bottom: 12.5px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  blockquote p {
    margin-top: 8px;
    margin-bottom: 13px;
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  blockquote p {
    margin-top: 8.5px;
    margin-bottom: 13.5px;
    font-size: 22px;
  }
}

@media (min-width: 1240px) {
  blockquote p {
    margin-top: 9px;
    margin-bottom: 14px;
    font-size: 23px;
  }
}

@media (min-width: 1540px) {
  blockquote p {
    margin-top: 9.5px;
    margin-bottom: 14.5px;
    font-size: 24px;
  }
}

@media (min-width: 1800px) {
  blockquote p {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 25px;
  }
}

.logo_icon {
  width: 200px;
  margin-bottom: 20px;
}

.fluid_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.fluid_video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://morsekode.com/img/textures/black-orchid.png);
  opacity: 0.7;
}

.fluid_video video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  height: auto !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fluid_video .mejs__controls,
.fluid_video .mejs__offscreen,
.fluid_video .mejs__layers {
  display: none;
}

.fluid_video .mejs__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100% !important;
  height: 100% !important;
  background: transparent;
}

.intro video {
  -webkit-filter: grayscale(75%) brightness(30%);
          filter: grayscale(75%) brightness(30%);
}

.photo {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 100%;
  overflow: hidden;
  border: 1px solid #282828;
  background-color: #777777;
}

.photo.photo_21by9 {
  padding-top: 42.857143%;
}

.photo.photo_16by9 {
  padding-top: 56.25%;
}

.photo.photo_4by3 {
  padding-top: 75%;
}

.photo.photo_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.performer .photo {
  background-position: center 35%;
}

.photo .photo_fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 85%);
          mask-image: linear-gradient(to bottom, transparent 0%, black 85%);
  opacity: 0.5;
}

.photo .photo_blurred {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  transform: scale(1.7);
}

.photo.purple_shadow {
  overflow: visible;
}

.photo.purple_shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A600E4;
  background: linear-gradient(to top, #c018ff 0%, #A600E4 50%, #8100b1 100%);
  z-index: -1;
}

.photo.purple_shadow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/_25A0747.jpg);
  opacity: 1;
  z-index: -1;
  opacity: 0.2;
}

.photo.purple_shadow.purple_shadow_right:before,
.photo.purple_shadow.purple_shadow_right:after {
  transform: translateX(30px) translateY(-30px);
}

@media (min-width: 480px) {
  .photo.purple_shadow.purple_shadow_right:before,
  .photo.purple_shadow.purple_shadow_right:after {
    transform: translateX(30px) translateY(-30px);
  }
}

@media (min-width: 576px) {
  .photo.purple_shadow.purple_shadow_right:before,
  .photo.purple_shadow.purple_shadow_right:after {
    transform: translateX(35px) translateY(-35px);
  }
}

@media (min-width: 768px) {
  .photo.purple_shadow.purple_shadow_right:before,
  .photo.purple_shadow.purple_shadow_right:after {
    transform: translateX(40px) translateY(-40px);
  }
}

@media (min-width: 992px) {
  .photo.purple_shadow.purple_shadow_right:before,
  .photo.purple_shadow.purple_shadow_right:after {
    transform: translateX(45px) translateY(-45px);
  }
}

@media (min-width: 1240px) {
  .photo.purple_shadow.purple_shadow_right:before,
  .photo.purple_shadow.purple_shadow_right:after {
    transform: translateX(55px) translateY(-55px);
  }
}

@media (min-width: 1540px) {
  .photo.purple_shadow.purple_shadow_right:before,
  .photo.purple_shadow.purple_shadow_right:after {
    transform: translateX(65px) translateY(-65px);
  }
}

@media (min-width: 1800px) {
  .photo.purple_shadow.purple_shadow_right:before,
  .photo.purple_shadow.purple_shadow_right:after {
    transform: translateX(70px) translateY(-70px);
  }
}

.photo.purple_shadow.purple_shadow_right.purple_shadow_less:before,
.photo.purple_shadow.purple_shadow_right.purple_shadow_less:after {
  transform: translateX(15px) translateY(-15px);
}

@media (min-width: 480px) {
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:after {
    transform: translateX(15px) translateY(-15px);
  }
}

@media (min-width: 576px) {
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:after {
    transform: translateX(17.5px) translateY(-17.5px);
  }
}

@media (min-width: 768px) {
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:after {
    transform: translateX(20px) translateY(-20px);
  }
}

@media (min-width: 992px) {
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:after {
    transform: translateX(22.5px) translateY(-22.5px);
  }
}

@media (min-width: 1240px) {
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:after {
    transform: translateX(27.5px) translateY(-27.5px);
  }
}

@media (min-width: 1540px) {
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:after {
    transform: translateX(32.5px) translateY(-32.5px);
  }
}

@media (min-width: 1800px) {
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_right.purple_shadow_less:after {
    transform: translateX(35px) translateY(-35px);
  }
}

.photo.purple_shadow.purple_shadow_left:before,
.photo.purple_shadow.purple_shadow_left:after {
  transform: translateX(-30px) translateY(-30px);
}

@media (min-width: 480px) {
  .photo.purple_shadow.purple_shadow_left:before,
  .photo.purple_shadow.purple_shadow_left:after {
    transform: translateX(-30px) translateY(-30px);
  }
}

@media (min-width: 576px) {
  .photo.purple_shadow.purple_shadow_left:before,
  .photo.purple_shadow.purple_shadow_left:after {
    transform: translateX(-35px) translateY(-35px);
  }
}

@media (min-width: 768px) {
  .photo.purple_shadow.purple_shadow_left:before,
  .photo.purple_shadow.purple_shadow_left:after {
    transform: translateX(-40px) translateY(-40px);
  }
}

@media (min-width: 992px) {
  .photo.purple_shadow.purple_shadow_left:before,
  .photo.purple_shadow.purple_shadow_left:after {
    transform: translateX(-45px) translateY(-45px);
  }
}

@media (min-width: 1240px) {
  .photo.purple_shadow.purple_shadow_left:before,
  .photo.purple_shadow.purple_shadow_left:after {
    transform: translateX(-55px) translateY(-55px);
  }
}

@media (min-width: 1540px) {
  .photo.purple_shadow.purple_shadow_left:before,
  .photo.purple_shadow.purple_shadow_left:after {
    transform: translateX(-65px) translateY(-65px);
  }
}

@media (min-width: 1800px) {
  .photo.purple_shadow.purple_shadow_left:before,
  .photo.purple_shadow.purple_shadow_left:after {
    transform: translateX(-70px) translateY(-70px);
  }
}

.photo.purple_shadow.purple_shadow_left.purple_shadow_less:before,
.photo.purple_shadow.purple_shadow_left.purple_shadow_less:after {
  transform: translateX(-15px) translateY(-15px);
}

@media (min-width: 480px) {
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:after {
    transform: translateX(-15px) translateY(-15px);
  }
}

@media (min-width: 576px) {
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:after {
    transform: translateX(-17.5px) translateY(-17.5px);
  }
}

@media (min-width: 768px) {
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:after {
    transform: translateX(-20px) translateY(-20px);
  }
}

@media (min-width: 992px) {
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:after {
    transform: translateX(-22.5px) translateY(-22.5px);
  }
}

@media (min-width: 1240px) {
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:after {
    transform: translateX(-27.5px) translateY(-27.5px);
  }
}

@media (min-width: 1540px) {
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:after {
    transform: translateX(-32.5px) translateY(-32.5px);
  }
}

@media (min-width: 1800px) {
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:before,
  .photo.purple_shadow.purple_shadow_left.purple_shadow_less:after {
    transform: translateX(-35px) translateY(-35px);
  }
}

.photo img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.profile_photo {
  margin-left: auto;
  margin-right: auto;
  margin: 15px 0;
  width: 200px;
}

.profile_photo:first-child {
  margin-top: 0;
}

.profile_photo:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .profile_photo {
    margin: 17.5px 0;
    width: 205px;
  }
}

@media (min-width: 375px) {
  .profile_photo {
    margin: 20px 0;
    width: 210px;
  }
}

@media (min-width: 414px) {
  .profile_photo {
    margin: 22.5px 0;
    width: 215px;
  }
}

@media (min-width: 480px) {
  .profile_photo {
    margin: 25px 0;
    width: 220px;
  }
}

@media (min-width: 576px) {
  .profile_photo {
    margin: 27.5px 0;
    width: 225px;
  }
}

@media (min-width: 768px) {
  .profile_photo {
    margin: 30px 0;
    width: 230px;
  }
}

@media (min-width: 992px) {
  .profile_photo {
    margin: 32.5px 0;
    width: 235px;
  }
}

@media (min-width: 1240px) {
  .profile_photo {
    margin: 35px 0;
    width: 240px;
  }
}

@media (min-width: 1540px) {
  .profile_photo {
    margin: 37.5px 0;
    width: 245px;
  }
}

@media (min-width: 1800px) {
  .profile_photo {
    margin: 40px 0;
    width: 250px;
  }
}

.profile_photo .photo {
  border-radius: 100%;
  border: 1px solid #777777;
}

.profile_photo.sm {
  width: 140px;
}

.profile_photo.sm:first-child {
  margin-top: 0;
}

.profile_photo.sm:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .profile_photo.sm {
    width: 143.5px;
  }
}

@media (min-width: 375px) {
  .profile_photo.sm {
    width: 147px;
  }
}

@media (min-width: 414px) {
  .profile_photo.sm {
    width: 150.5px;
  }
}

@media (min-width: 480px) {
  .profile_photo.sm {
    width: 154px;
  }
}

@media (min-width: 576px) {
  .profile_photo.sm {
    width: 157.5px;
  }
}

@media (min-width: 768px) {
  .profile_photo.sm {
    width: 161px;
  }
}

@media (min-width: 992px) {
  .profile_photo.sm {
    width: 164.5px;
  }
}

@media (min-width: 1240px) {
  .profile_photo.sm {
    width: 168px;
  }
}

@media (min-width: 1540px) {
  .profile_photo.sm {
    width: 171.5px;
  }
}

@media (min-width: 1800px) {
  .profile_photo.sm {
    width: 175px;
  }
}

.author {
  margin-top: 30px;
  padding-top: 15px;
}

.author:first-child {
  margin-top: 0;
}

.author:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .author {
    margin-top: 35px;
    padding-top: 17.5px;
  }
}

@media (min-width: 375px) {
  .author {
    margin-top: 40px;
    padding-top: 20px;
  }
}

@media (min-width: 414px) {
  .author {
    margin-top: 45px;
    padding-top: 22.5px;
  }
}

@media (min-width: 480px) {
  .author {
    margin-top: 50px;
    padding-top: 25px;
  }
}

@media (min-width: 576px) {
  .author {
    margin-top: 55px;
    padding-top: 27.5px;
  }
}

@media (min-width: 768px) {
  .author {
    margin-top: 60px;
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .author {
    margin-top: 65px;
    padding-top: 32.5px;
  }
}

@media (min-width: 1240px) {
  .author {
    margin-top: 70px;
    padding-top: 35px;
  }
}

@media (min-width: 1540px) {
  .author {
    margin-top: 75px;
    padding-top: 37.5px;
  }
}

@media (min-width: 1800px) {
  .author {
    margin-top: 80px;
    padding-top: 40px;
  }
}

.border_top {
  border-top: 2px solid #ffffff;
}

.border_bottom {
  border-bottom: 2px solid #ffffff;
}

.border_top_light {
  border-top: 1px solid #282828;
}

.border_bottom_light {
  border-bottom: 1px solid #282828;
}

.lines_content {
  text-align: left;
}

@media (min-width: 1240px) {
  .lines_content {
    padding: 0 5px;
  }
}

.lines_content [class^=col]:first-child,
.lines_content [class*=col]:first-child {
  border-right: 2px solid #ffffff;
}

.lines_content [class^=col]:first-child:last-child,
.lines_content [class*=col]:first-child:last-child {
  border-right: none;
}

.lines_content .content {
  padding: 8px 10px;
}

.lines_content .content:first-child {
  margin-top: 0;
}

.lines_content .content:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .lines_content .content {
    padding: 8.2px 11.5px;
  }
}

@media (min-width: 375px) {
  .lines_content .content {
    padding: 8.4px 13px;
  }
}

@media (min-width: 414px) {
  .lines_content .content {
    padding: 8.6px 14.5px;
  }
}

@media (min-width: 480px) {
  .lines_content .content {
    padding: 8.8px 16px;
  }
}

@media (min-width: 576px) {
  .lines_content .content {
    padding: 9px 17.5px;
  }
}

@media (min-width: 768px) {
  .lines_content .content {
    padding: 9.2px 19px;
  }
}

@media (min-width: 992px) {
  .lines_content .content {
    padding: 9.4px 20.5px;
  }
}

@media (min-width: 1240px) {
  .lines_content .content {
    padding: 9.6px 22px;
  }
}

@media (min-width: 1540px) {
  .lines_content .content {
    padding: 9.8px 23.5px;
  }
}

@media (min-width: 1800px) {
  .lines_content .content {
    padding: 10px 25px;
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .lines_content .content {
    padding: 10px 18px;
  }
}

.lines_content .content a.link {
  padding: 0;
  display: block;
}

@media (min-width: 768px) {
  .lines_content .content a.link {
    padding: 3px;
  }
}

@media (min-width: 992px) {
  .lines_content .content a.link {
    padding: 5px;
  }
}

@media (min-width: 1240px) {
  .lines_content .content a.link {
    padding: 7px;
  }
}

.lines_content.border_top .content,
.border_top .lines_content .content {
  padding-bottom: 4px;
}

.lines_content.border_top .content:first-child,
.border_top .lines_content .content:first-child {
  margin-top: 0;
}

.lines_content.border_top .content:last-child,
.border_top .lines_content .content:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .lines_content.border_top .content,
  .border_top .lines_content .content {
    padding-bottom: 4.4px;
  }
}

@media (min-width: 375px) {
  .lines_content.border_top .content,
  .border_top .lines_content .content {
    padding-bottom: 4.8px;
  }
}

@media (min-width: 414px) {
  .lines_content.border_top .content,
  .border_top .lines_content .content {
    padding-bottom: 5.2px;
  }
}

@media (min-width: 480px) {
  .lines_content.border_top .content,
  .border_top .lines_content .content {
    padding-bottom: 5.6px;
  }
}

@media (min-width: 576px) {
  .lines_content.border_top .content,
  .border_top .lines_content .content {
    padding-bottom: 6px;
  }
}

@media (min-width: 768px) {
  .lines_content.border_top .content,
  .border_top .lines_content .content {
    padding-bottom: 6.4px;
  }
}

@media (min-width: 992px) {
  .lines_content.border_top .content,
  .border_top .lines_content .content {
    padding-bottom: 6.8px;
  }
}

@media (min-width: 1240px) {
  .lines_content.border_top .content,
  .border_top .lines_content .content {
    padding-bottom: 7.2px;
  }
}

@media (min-width: 1540px) {
  .lines_content.border_top .content,
  .border_top .lines_content .content {
    padding-bottom: 7.6px;
  }
}

@media (min-width: 1800px) {
  .lines_content.border_top .content,
  .border_top .lines_content .content {
    padding-bottom: 8px;
  }
}

.lines_content.border_bottom .content,
.border_bottom .lines_content .content {
  padding-top: 4px;
}

.lines_content.border_bottom .content:first-child,
.border_bottom .lines_content .content:first-child {
  margin-top: 0;
}

.lines_content.border_bottom .content:last-child,
.border_bottom .lines_content .content:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .lines_content.border_bottom .content,
  .border_bottom .lines_content .content {
    padding-top: 4.4px;
  }
}

@media (min-width: 375px) {
  .lines_content.border_bottom .content,
  .border_bottom .lines_content .content {
    padding-top: 4.8px;
  }
}

@media (min-width: 414px) {
  .lines_content.border_bottom .content,
  .border_bottom .lines_content .content {
    padding-top: 5.2px;
  }
}

@media (min-width: 480px) {
  .lines_content.border_bottom .content,
  .border_bottom .lines_content .content {
    padding-top: 5.6px;
  }
}

@media (min-width: 576px) {
  .lines_content.border_bottom .content,
  .border_bottom .lines_content .content {
    padding-top: 6px;
  }
}

@media (min-width: 768px) {
  .lines_content.border_bottom .content,
  .border_bottom .lines_content .content {
    padding-top: 6.4px;
  }
}

@media (min-width: 992px) {
  .lines_content.border_bottom .content,
  .border_bottom .lines_content .content {
    padding-top: 6.8px;
  }
}

@media (min-width: 1240px) {
  .lines_content.border_bottom .content,
  .border_bottom .lines_content .content {
    padding-top: 7.2px;
  }
}

@media (min-width: 1540px) {
  .lines_content.border_bottom .content,
  .border_bottom .lines_content .content {
    padding-top: 7.6px;
  }
}

@media (min-width: 1800px) {
  .lines_content.border_bottom .content,
  .border_bottom .lines_content .content {
    padding-top: 8px;
  }
}

.card {
  background-color: #050505;
  position: relative;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #282828;
}

@media (min-width: 480px) {
  .card {
    padding: 15px;
  }
}

@media (min-width: 768px) {
  .card {
    padding: 20px;
  }
}

.card .photo {
  opacity: 0.85;
  transition: all 600ms ease-out;
}

.card .link_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card .card-header {
  padding: 0;
  border: none;
  background: transparent;
}

.card .card-body {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.card .card-body .photo {
  border: none;
}

.card .card-body > .content .content_inner {
  padding: 17px;
  width: 100%;
}

@media (min-width: 414px) {
  .card .card-body > .content .content_inner {
    padding: 18px;
  }
}

@media (min-width: 480px) {
  .card .card-body > .content .content_inner {
    padding: 19px;
  }
}

@media (min-width: 576px) {
  .card .card-body > .content .content_inner {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .card .card-body > .content .content_inner {
    padding: 22px;
  }
}

@media (min-width: 992px) {
  .card .card-body > .content .content_inner {
    padding: 25px;
  }
}

@media (min-width: 1540px) {
  .card .card-body > .content .content_inner {
    padding: 35px;
  }
}

.card .card-body > .content .content_inner .btn-row {
  z-index: 100;
  margin-top: 15px;
}

.card .card-footer {
  padding: 0;
  padding-top: 20px;
}

.card.show .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.75) 50%, rgba(40, 40, 40, 0) 100%);
  opacity: 0.85;
}

.card.show .photo.venue-first-avenue:after,
.venue-first-avenue .card.show .photo:after {
  background: linear-gradient(to top, #3e236f 0%, rgba(62, 35, 111, 0.75) 50%, rgba(134, 95, 204, 0) 100%);
}

.card.show .photo.venue-first-avenue svg,
.venue-first-avenue .card.show .photo svg {
  fill: #865FCC;
}

.card.show .photo.venue-mainroom:after,
.venue-mainroom .card.show .photo:after {
  background: linear-gradient(to top, #3e236f 0%, rgba(62, 35, 111, 0.75) 50%, rgba(134, 95, 204, 0) 100%);
}

.card.show .photo.venue-mainroom svg,
.venue-mainroom .card.show .photo svg {
  fill: #865FCC;
}

.card.show .photo.venue-7th-st-entry:after,
.venue-7th-st-entry .card.show .photo:after {
  background: linear-gradient(to top, #37004b 0%, rgba(55, 0, 75, 0.75) 50%, rgba(166, 0, 228, 0) 100%);
}

.card.show .photo.venue-7th-st-entry svg,
.venue-7th-st-entry .card.show .photo svg {
  fill: #A600E4;
}

.card.show .photo.venue-turf-club:after,
.venue-turf-club .card.show .photo:after {
  background: linear-gradient(to top, #052710 0%, rgba(5, 39, 16, 0.75) 50%, rgba(23, 174, 71, 0) 100%);
}

.card.show .photo.venue-turf-club svg,
.venue-turf-club .card.show .photo svg {
  fill: #17ae47;
}

.card.show .photo.venue-fine-line:after,
.venue-fine-line .card.show .photo:after {
  background: linear-gradient(to top, #092a40 0%, rgba(9, 42, 64, 0.75) 50%, rgba(28, 129, 198, 0) 100%);
}

.card.show .photo.venue-fine-line svg,
.venue-fine-line .card.show .photo svg {
  fill: #1c81c6;
}

.card.show .photo.venue-palace-theatre:after,
.venue-palace-theatre .card.show .photo:after {
  background: linear-gradient(to top, #815701 0%, rgba(129, 87, 1, 0.75) 50%, rgba(254, 180, 29, 0) 100%);
}

.card.show .photo.venue-palace-theatre svg,
.venue-palace-theatre .card.show .photo svg {
  fill: #feb41d;
}

.card.show .photo.venue-fitzgerald-theater:after,
.venue-fitzgerald-theater .card.show .photo:after {
  background: linear-gradient(to top, #5d1719 0%, rgba(93, 23, 25, 0.75) 50%, rgba(208, 61, 66, 0) 100%);
}

.card.show .photo.venue-fitzgerald-theater svg,
.venue-fitzgerald-theater .card.show .photo svg {
  fill: #d03d42;
}

.card.show .photo.venue-the-fitzgerald-theater:after,
.venue-the-fitzgerald-theater .card.show .photo:after {
  background: linear-gradient(to top, #5d1719 0%, rgba(93, 23, 25, 0.75) 50%, rgba(208, 61, 66, 0) 100%);
}

.card.show .photo.venue-the-fitzgerald-theater svg,
.venue-the-fitzgerald-theater .card.show .photo svg {
  fill: #d03d42;
}

.card.show .badge {
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 100;
}

@media (min-width: 414px) {
  .card.show .badge {
    top: 18px;
  }
}

@media (min-width: 480px) {
  .card.show .badge {
    top: 19px;
  }
}

@media (min-width: 576px) {
  .card.show .badge {
    top: 20px;
  }
}

@media (min-width: 768px) {
  .card.show .badge {
    top: 22px;
  }
}

@media (min-width: 992px) {
  .card.show .badge {
    top: 25px;
  }
}

.card.show .card-header .border_bottom {
  border-bottom: none;
}

.card.show .card-header .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

@media (min-width: 480px) {
  .card.show .card-header .row {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}

@media (min-width: 768px) {
  .card.show .card-header .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

.card.show .card-body {
  padding-bottom: 120%;
}

.card.show .card-body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  transition: all 250ms ease-out;
}

@media (min-width: 375px) {
  .card.show .card-body {
    padding-bottom: 110%;
  }
}

@media (min-width: 414px) {
  .card.show .card-body {
    padding-bottom: 100%;
  }
}

.card.show .card-body > .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card.product .card-img {
  width: 100%;
  height: auto;
}

.card.product .card-body > .content {
  padding: 17px 0 0 0;
}

@media (min-width: 414px) {
  .card.product .card-body > .content {
    padding: 18px 0 0 0;
  }
}

@media (min-width: 480px) {
  .card.product .card-body > .content {
    padding: 19px 0 0 0;
  }
}

@media (min-width: 576px) {
  .card.product .card-body > .content {
    padding: 20px 0 0 0;
  }
}

@media (min-width: 768px) {
  .card.product .card-body > .content {
    padding: 22px 0 0 0;
  }
}

@media (min-width: 992px) {
  .card.product .card-body > .content {
    padding: 25px 0 0 0;
  }
}

@media (min-width: 1540px) {
  .card.product .card-body > .content {
    padding: 35px 0 0 0;
  }
}

@media (min-width: 1540px) {
  .card.product .card-body > .content .content_inner {
    padding: 25px;
  }
}

.card.venue_card,
.card.venue_card2 {
  border: none;
}

.card.venue_card:hover .card-body .spotlights,
.card.venue_card2:hover .card-body .spotlights {
  opacity: 1;
}

.card.venue_card .card-body,
.card.venue_card2 .card-body {
  padding-bottom: 80%;
}

@media (min-width: 375px) {
  .card.venue_card .card-body,
  .card.venue_card2 .card-body {
    padding-bottom: 75%;
  }
}

@media (min-width: 414px) {
  .card.venue_card .card-body,
  .card.venue_card2 .card-body {
    padding-bottom: 70%;
  }
}

@media (min-width: 480px) {
  .card.venue_card .card-body,
  .card.venue_card2 .card-body {
    padding-bottom: 55%;
  }
}

@media (min-width: 576px) {
  .card.venue_card .card-body,
  .card.venue_card2 .card-body {
    padding-bottom: 55%;
  }
}

@media (min-width: 768px) {
  .card.venue_card .card-body,
  .card.venue_card2 .card-body {
    padding-bottom: 65%;
  }
}

@media (min-width: 992px) {
  .card.venue_card .card-body,
  .card.venue_card2 .card-body {
    padding-bottom: 50%;
  }
}

.card.venue_card .card-body > .content,
.card.venue_card2 .card-body > .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card.venue_card .card-body .spotlights,
.card.venue_card2 .card-body .spotlights {
  opacity: 0;
  transition: all 1s ease-out;
}

.card.venue_card .card-body .spotlights .spotlight_mount,
.card.venue_card2 .card-body .spotlights .spotlight_mount {
  opacity: 1;
}

.card.venue_card .card-body .spotlights .spotlight_mount .sizer,
.card.venue_card2 .card-body .spotlights .spotlight_mount .sizer {
  width: 300px;
  height: 170px;
}

.card.venue_card .card-body .spotlights .spotlight_mount .sizer .lamp,
.card.venue_card2 .card-body .spotlights .spotlight_mount .sizer .lamp {
  background-image: radial-gradient(ellipse, rgba(119, 119, 119, 0.6), rgba(119, 119, 119, 0.25) 25%, rgba(119, 119, 119, 0) 50%);
  position: relative;
}

.card.venue_card .card-body .spotlights .spotlight_mount .sizer .lamp:after,
.card.venue_card2 .card-body .spotlights .spotlight_mount .sizer .lamp:after {
  content: "";
  position: absolute;
  width: 5%;
  height: 40%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-filter: blur(1px);
          filter: blur(1px);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}

.card.venue_card {
  margin: 0;
  padding: 0;
}

.card.venue_card .card-body:after {
  display: none;
}

.card.venue_card .card-body .photo {
  opacity: 0.85;
}

.card.venue_card .card-body .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0.9;
}

.card.venue_card .card-body .content .content_inner {
  border-left: 15px solid #777777;
}

@media (min-width: 576px) {
  .card.venue_card .card-body .content .content_inner {
    border-left: 20px solid #777777;
  }
}

@media (min-width: 768px) {
  .card.venue_card .card-body .content .content_inner {
    border-left: 25px solid #777777;
  }
}

@media (min-width: 992px) {
  .card.venue_card .card-body .content .content_inner {
    border-left: 30px solid #777777;
  }
}

.card.venue_card .card-body .content .content_inner .lines_content {
  margin-top: 30px;
}

.card.venue_card .card-body .content .content_inner .lines_content .row {
  position: relative;
  z-index: 100;
  margin-left: -5px !important;
  margin-right: -5px !important;
}

@media (min-width: 480px) {
  .card.venue_card .card-body .content .content_inner .lines_content .row {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}

@media (min-width: 768px) {
  .card.venue_card .card-body .content .content_inner .lines_content .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

.card.venue_card .card-body .content .content_inner .lines_content .row .content .link:before {
  opacity: 0.35;
}

.card.venue_card2 {
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.35);
}

.card.venue_card2 .card-body .photo {
  opacity: 0.85;
}

.card.venue_card2 .card-body .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0.9;
}

.card.venue_card2 .card-body .content .content_inner {
  padding-top: 0;
  padding-bottom: 0;
}

.card.venue_card2 .card-footer .btn-row {
  display: flex;
}

.card.venue_card2 .card-footer .btn-row .btn {
  width: 100%;
  margin: 5px 12px;
}

.card.venue_card2 .card-footer .btn-row .btn:first-child {
  margin-left: 0;
}

.card.venue_card2 .card-footer .btn-row .btn:last-child {
  margin-right: 0;
}

.card.venue_list_card {
  margin-top: 15px;
  margin-bottom: 15px;
}

.card.venue_list_card:first-child {
  margin-top: 0;
}

.card.venue_list_card:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .card.venue_list_card {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  .card.venue_list_card {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  .card.venue_list_card {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  .card.venue_list_card {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .card.venue_list_card {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  .card.venue_list_card {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .card.venue_list_card {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  .card.venue_list_card {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  .card.venue_list_card {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  .card.venue_list_card {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.card.venue_list_card:first-child {
  margin-top: 0;
}

.card.venue_list_card:last-child {
  margin-bottom: 0;
}

@media (min-width: 1240px) {
  .card.venue_list_card .card-body {
    padding-bottom: 40%;
  }
}

@media (min-width: 1540px) {
  .card.venue_list_card .card-body {
    padding-bottom: 35%;
  }
}

.card.venue_list_card .card-body .photo:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.85) 60%, black 100%);
}

.card:hover .card-body:after {
  border: 6px solid #ffffff;
}

.card:hover .photo {
  transform: scale(1.1);
}

.card.venue_card .card-body {
  background-color: #777777;
}

.card.venue_card.venue-first-avenue .card-body {
  background-color: #865FCC;
}

.card.venue_card.venue-first-avenue .card-body .content_inner {
  border-left-color: #865FCC;
}

.card.venue_card.venue-first-avenue .lamp {
  background-image: radial-gradient(ellipse, rgba(134, 95, 204, 0.6), rgba(134, 95, 204, 0.25) 25%, rgba(134, 95, 204, 0) 50%) !important;
}

.card.venue_card.venue-mainroom .card-body {
  background-color: #865FCC;
}

.card.venue_card.venue-mainroom .card-body .content_inner {
  border-left-color: #865FCC;
}

.card.venue_card.venue-mainroom .lamp {
  background-image: radial-gradient(ellipse, rgba(134, 95, 204, 0.6), rgba(134, 95, 204, 0.25) 25%, rgba(134, 95, 204, 0) 50%) !important;
}

.card.venue_card.venue-7th-st-entry .card-body {
  background-color: #A600E4;
}

.card.venue_card.venue-7th-st-entry .card-body .content_inner {
  border-left-color: #A600E4;
}

.card.venue_card.venue-7th-st-entry .lamp {
  background-image: radial-gradient(ellipse, rgba(166, 0, 228, 0.6), rgba(166, 0, 228, 0.25) 25%, rgba(166, 0, 228, 0) 50%) !important;
}

.card.venue_card.venue-turf-club .card-body {
  background-color: #17ae47;
}

.card.venue_card.venue-turf-club .card-body .content_inner {
  border-left-color: #17ae47;
}

.card.venue_card.venue-turf-club .lamp {
  background-image: radial-gradient(ellipse, rgba(23, 174, 71, 0.6), rgba(23, 174, 71, 0.25) 25%, rgba(23, 174, 71, 0) 50%) !important;
}

.card.venue_card.venue-fine-line .card-body {
  background-color: #1c81c6;
}

.card.venue_card.venue-fine-line .card-body .content_inner {
  border-left-color: #1c81c6;
}

.card.venue_card.venue-fine-line .lamp {
  background-image: radial-gradient(ellipse, rgba(28, 129, 198, 0.6), rgba(28, 129, 198, 0.25) 25%, rgba(28, 129, 198, 0) 50%) !important;
}

.card.venue_card.venue-palace-theatre .card-body {
  background-color: #feb41d;
}

.card.venue_card.venue-palace-theatre .card-body .content_inner {
  border-left-color: #feb41d;
}

.card.venue_card.venue-palace-theatre .lamp {
  background-image: radial-gradient(ellipse, rgba(254, 180, 29, 0.6), rgba(254, 180, 29, 0.25) 25%, rgba(254, 180, 29, 0) 50%) !important;
}

.card.venue_card.venue-fitzgerald-theater .card-body {
  background-color: #d03d42;
}

.card.venue_card.venue-fitzgerald-theater .card-body .content_inner {
  border-left-color: #d03d42;
}

.card.venue_card.venue-fitzgerald-theater .lamp {
  background-image: radial-gradient(ellipse, rgba(208, 61, 66, 0.6), rgba(208, 61, 66, 0.25) 25%, rgba(208, 61, 66, 0) 50%) !important;
}

.card.venue_card.venue-the-fitzgerald-theater .card-body {
  background-color: #d03d42;
}

.card.venue_card.venue-the-fitzgerald-theater .card-body .content_inner {
  border-left-color: #d03d42;
}

.card.venue_card.venue-the-fitzgerald-theater .lamp {
  background-image: radial-gradient(ellipse, rgba(208, 61, 66, 0.6), rgba(208, 61, 66, 0.25) 25%, rgba(208, 61, 66, 0) 50%) !important;
}

@media (min-width: 992px) {
  .show_calendar {
    flex: 0 0 240px;
  }
}

@media (min-width: 1240px) {
  .show_calendar {
    flex: 0 0 280px;
  }
}

@media (min-width: 1540px) {
  .show_calendar {
    flex: 0 0 320px;
  }
}

.show_list_item2 {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #282828;
  background-color: #050505;
  padding: 10px;
  height: 100%;
}

.show_list_item2:first-child {
  margin-top: 0;
}

.show_list_item2:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .show_list_item2 {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  .show_list_item2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  .show_list_item2 {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  .show_list_item2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .show_list_item2 {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  .show_list_item2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .show_list_item2 {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  .show_list_item2 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  .show_list_item2 {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  .show_list_item2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.show_list_item2:first-child {
  margin-top: 0;
}

.show_list_item2:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .show_list_item2 {
    padding: 15px;
  }
}

@media (min-width: 768px) {
  .show_list_item2 {
    padding: 20px;
  }
}

.show_list_item2 .show_name {
  padding: 20px;
}

@media (min-width: 768px) {
  .show_list_item2 .show_name {
    padding: 25px 25px 15px 35px;
  }
}

@media (min-width: 992px) {
  .show_list_item2 .show_name {
    padding: 30px 30px 20px 35px;
  }
}

@media (min-width: 768px) {
  .past_show .show_list_item2 .show_name {
    padding: 25px 25px 25px 35px;
  }
}

@media (min-width: 992px) {
  .past_show .show_list_item2 .show_name {
    padding: 30px 30px 30px 35px;
  }
}

.show_list_item2 .gig_poster,
.show_list_item2 .photo {
  display: block;
  width: 100%;
  border: 2px solid #ffffff;
}

.show_list_item2 .photo {
  position: relative;
}

.show_list_item2 .gig_poster_col {
  flex: 0 0 80px;
}

.show_list_item2 .gig_poster_col:first-child {
  margin-top: 0;
}

.show_list_item2 .gig_poster_col:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .show_list_item2 .gig_poster_col {
    flex: 0 0 93px;
  }
}

@media (min-width: 375px) {
  .show_list_item2 .gig_poster_col {
    flex: 0 0 106px;
  }
}

@media (min-width: 414px) {
  .show_list_item2 .gig_poster_col {
    flex: 0 0 119px;
  }
}

@media (min-width: 480px) {
  .show_list_item2 .gig_poster_col {
    flex: 0 0 132px;
  }
}

@media (min-width: 576px) {
  .show_list_item2 .gig_poster_col {
    flex: 0 0 145px;
  }
}

@media (min-width: 768px) {
  .show_list_item2 .gig_poster_col {
    flex: 0 0 158px;
  }
}

@media (min-width: 992px) {
  .show_list_item2 .gig_poster_col {
    flex: 0 0 171px;
  }
}

@media (min-width: 1240px) {
  .show_list_item2 .gig_poster_col {
    flex: 0 0 184px;
  }
}

@media (min-width: 1540px) {
  .show_list_item2 .gig_poster_col {
    flex: 0 0 197px;
  }
}

@media (min-width: 1800px) {
  .show_list_item2 .gig_poster_col {
    flex: 0 0 210px;
  }
}

@media (min-width: 1240px) and (max-width: 1539px) {
  .show_list_item2 .gig_poster_col {
    flex: 0 0 140px;
  }
}

.show_list_item2 .btn-row {
  margin-top: 15px !important;
}

@media (min-width: 1240px) {
  .show_list_item2 .btn-row {
    margin-top: 0;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .past_show.show_list_item2 .show_name {
    padding: 25px 25px 25px 35px;
  }
}

@media (min-width: 992px) {
  .past_show.show_list_item2 .show_name {
    padding: 30px 30px 30px 35px;
  }
}

.staff {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.staff:before,
.staff:after {
  content: "";
  background-color: #090909;
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
}

.reversed .staff:before,
.reversed .staff:after {
  background-color: #ffffff;
}

.staff:before {
  left: 0;
}

.staff:after {
  right: 0;
}

.staff .line {
  width: 100%;
  height: 1px;
  background-color: #090909;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}

.reversed .staff .line {
  background-color: #ffffff;
}

.staff .line:nth-child(1) {
  top: 0;
}

.staff .line:nth-child(2) {
  top: 100%;
}

.staff .line:nth-child(3) {
  top: 25%;
}

.staff .line:nth-child(4) {
  top: 50%;
}

.staff .line:nth-child(5) {
  top: 75%;
}

.staff.staff_inner:before,
.staff.staff_inner:after {
  display: none;
}

.staff.staff_inner .line:nth-child(1) {
  top: 25%;
}

.staff.staff_inner .line:nth-child(2) {
  top: 50%;
}

.staff.staff_inner .line:nth-child(3) {
  top: 75%;
}

.staff.staff_inner.staff_right .line:nth-child(2) {
  width: calc(100% - 15px);
  left: auto;
  right: 0;
}

.staff.staff_inner.staff_left .line:nth-child(2) {
  width: calc(100% - 15px);
}

.staff.staff_inner.staff_center .line:nth-child(2) {
  width: calc(100% - 30px);
  left: 15px;
}

.staff_cap {
  width: 20px;
}

.title {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 0px;
}

.title:first-child {
  margin-top: 0;
}

.title:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .title {
    margin-top: 35px;
    margin-bottom: 0px;
  }
}

@media (min-width: 375px) {
  .title {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}

@media (min-width: 414px) {
  .title {
    margin-top: 45px;
    margin-bottom: 0px;
  }
}

@media (min-width: 480px) {
  .title {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .title {
    margin-top: 55px;
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .title {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .title {
    margin-top: 65px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1240px) {
  .title {
    margin-top: 70px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1540px) {
  .title {
    margin-top: 75px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1800px) {
  .title {
    margin-top: 80px;
    margin-bottom: 0px;
  }
}

.title:first-child {
  margin-top: 0;
}

.title:last-child {
  margin-bottom: 0;
}

.title .staff {
  z-index: -1;
}

.title .row h3 {
  margin-top: -13px;
  margin-bottom: -5px;
  position: relative;
  background: transparent;
  z-index: 0;
}

.title .row h3 em:before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 8px #ffffff;
  left: 0;
  top: 0;
  z-index: -1;
}

.reversed .title .row h3 em:before {
  -webkit-text-stroke: 8px #090909;
}

.title .stars {
  padding-left: 0;
}

.title .stars span {
  margin: 0;
  margin-right: 2px;
  font-size: 27px;
  position: relative;
  top: -2px;
  color: #090909;
}

.reversed .title .stars span {
  color: #ffffff;
}

.title .stars span:last-child {
  margin-right: 0;
}

.venue_label {
  padding: 0;
  margin-bottom: 12px;
  text-align: center;
}

.venue_label:last-child {
  margin-bottom: 0;
}

.venue_label .venue_name {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 2px 2px #090909;
  color: white;
}

.venue_label .venue_name:first-child {
  margin-top: 0;
}

.venue_label .venue_name:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .venue_label .venue_name {
    font-size: 10.4px;
    letter-spacing: 1.1px;
  }
}

@media (min-width: 375px) {
  .venue_label .venue_name {
    font-size: 10.8px;
    letter-spacing: 1.2px;
  }
}

@media (min-width: 414px) {
  .venue_label .venue_name {
    font-size: 11.2px;
    letter-spacing: 1.3px;
  }
}

@media (min-width: 480px) {
  .venue_label .venue_name {
    font-size: 11.6px;
    letter-spacing: 1.4px;
  }
}

@media (min-width: 576px) {
  .venue_label .venue_name {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 768px) {
  .venue_label .venue_name {
    font-size: 12.4px;
    letter-spacing: 1.6px;
  }
}

@media (min-width: 992px) {
  .venue_label .venue_name {
    font-size: 12.8px;
    letter-spacing: 1.7px;
  }
}

@media (min-width: 1240px) {
  .venue_label .venue_name {
    font-size: 13.2px;
    letter-spacing: 1.8px;
  }
}

@media (min-width: 1540px) {
  .venue_label .venue_name {
    font-size: 13.6px;
    letter-spacing: 1.9px;
  }
}

@media (min-width: 1800px) {
  .venue_label .venue_name {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.venue_label img,
.venue_label svg {
  margin-right: 7px;
  width: 18px;
  display: block;
  fill: #865FCC;
  position: relative;
  top: -2px;
}

.venue_label img:first-child,
.venue_label svg:first-child {
  margin-top: 0;
}

.venue_label img:last-child,
.venue_label svg:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .venue_label img,
  .venue_label svg {
    margin-right: 7.2px;
    width: 18.4px;
  }
}

@media (min-width: 375px) {
  .venue_label img,
  .venue_label svg {
    margin-right: 7.4px;
    width: 18.8px;
  }
}

@media (min-width: 414px) {
  .venue_label img,
  .venue_label svg {
    margin-right: 7.6px;
    width: 19.2px;
  }
}

@media (min-width: 480px) {
  .venue_label img,
  .venue_label svg {
    margin-right: 7.8px;
    width: 19.6px;
  }
}

@media (min-width: 576px) {
  .venue_label img,
  .venue_label svg {
    margin-right: 8px;
    width: 20px;
  }
}

@media (min-width: 768px) {
  .venue_label img,
  .venue_label svg {
    margin-right: 8.2px;
    width: 20.4px;
  }
}

@media (min-width: 992px) {
  .venue_label img,
  .venue_label svg {
    margin-right: 8.4px;
    width: 20.8px;
  }
}

@media (min-width: 1240px) {
  .venue_label img,
  .venue_label svg {
    margin-right: 8.6px;
    width: 21.2px;
  }
}

@media (min-width: 1540px) {
  .venue_label img,
  .venue_label svg {
    margin-right: 8.8px;
    width: 21.6px;
  }
}

@media (min-width: 1800px) {
  .venue_label img,
  .venue_label svg {
    margin-right: 9px;
    width: 22px;
  }
}

.venue_label.venue-mainroom img,
.venue_label.venue-mainroom svg,
.venue_label.venue-first-avenue img,
.venue_label.venue-first-avenue svg,
.venue-mainroom .venue_label img,
.venue-mainroom .venue_label svg,
.venue-first-avenue .venue_label img,
.venue-first-avenue .venue_label svg {
  transform: translateY(-10%);
}

.venue_label.sm .venue_name {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: none;
}

.venue_label.sm .venue_name:first-child {
  margin-top: 0;
}

.venue_label.sm .venue_name:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .venue_label.sm .venue_name {
    font-size: 10.2px;
    letter-spacing: 1.1px;
  }
}

@media (min-width: 375px) {
  .venue_label.sm .venue_name {
    font-size: 10.4px;
    letter-spacing: 1.2px;
  }
}

@media (min-width: 414px) {
  .venue_label.sm .venue_name {
    font-size: 10.6px;
    letter-spacing: 1.3px;
  }
}

@media (min-width: 480px) {
  .venue_label.sm .venue_name {
    font-size: 10.8px;
    letter-spacing: 1.4px;
  }
}

@media (min-width: 576px) {
  .venue_label.sm .venue_name {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 768px) {
  .venue_label.sm .venue_name {
    font-size: 11.2px;
    letter-spacing: 1.6px;
  }
}

@media (min-width: 992px) {
  .venue_label.sm .venue_name {
    font-size: 11.4px;
    letter-spacing: 1.7px;
  }
}

@media (min-width: 1240px) {
  .venue_label.sm .venue_name {
    font-size: 11.6px;
    letter-spacing: 1.8px;
  }
}

@media (min-width: 1540px) {
  .venue_label.sm .venue_name {
    font-size: 11.8px;
    letter-spacing: 1.9px;
  }
}

@media (min-width: 1800px) {
  .venue_label.sm .venue_name {
    font-size: 12px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1240px) {
  .venue_label.sm .venue_name {
    text-transform: uppercase;
  }
}

.venue_label.sm img,
.venue_label.sm svg {
  margin-right: 6px;
}

.venue_label.sm img:first-child,
.venue_label.sm svg:first-child {
  margin-top: 0;
}

.venue_label.sm img:last-child,
.venue_label.sm svg:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .venue_label.sm img,
  .venue_label.sm svg {
    margin-right: 6.2px;
  }
}

@media (min-width: 375px) {
  .venue_label.sm img,
  .venue_label.sm svg {
    margin-right: 6.4px;
  }
}

@media (min-width: 414px) {
  .venue_label.sm img,
  .venue_label.sm svg {
    margin-right: 6.6px;
  }
}

@media (min-width: 480px) {
  .venue_label.sm img,
  .venue_label.sm svg {
    margin-right: 6.8px;
  }
}

@media (min-width: 576px) {
  .venue_label.sm img,
  .venue_label.sm svg {
    margin-right: 7px;
  }
}

@media (min-width: 768px) {
  .venue_label.sm img,
  .venue_label.sm svg {
    margin-right: 7.2px;
  }
}

@media (min-width: 992px) {
  .venue_label.sm img,
  .venue_label.sm svg {
    margin-right: 7.4px;
  }
}

@media (min-width: 1240px) {
  .venue_label.sm img,
  .venue_label.sm svg {
    margin-right: 7.6px;
  }
}

@media (min-width: 1540px) {
  .venue_label.sm img,
  .venue_label.sm svg {
    margin-right: 7.8px;
  }
}

@media (min-width: 1800px) {
  .venue_label.sm img,
  .venue_label.sm svg {
    margin-right: 8px;
  }
}

.venue_label.sm svg {
  width: 20px;
  top: -3px;
}

.venue_label.sm img {
  width: 17px;
  top: -1px;
}

@media (min-width: 1240px) {
  .venue_label.sm img {
    width: 20px;
  }
}

.venue_label.lg .venue_name {
  font-size: 14px;
}

.venue_label.lg .venue_name:first-child {
  margin-top: 0;
}

.venue_label.lg .venue_name:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .venue_label.lg .venue_name {
    font-size: 14.3px;
  }
}

@media (min-width: 375px) {
  .venue_label.lg .venue_name {
    font-size: 14.6px;
  }
}

@media (min-width: 414px) {
  .venue_label.lg .venue_name {
    font-size: 14.9px;
  }
}

@media (min-width: 480px) {
  .venue_label.lg .venue_name {
    font-size: 15.2px;
  }
}

@media (min-width: 576px) {
  .venue_label.lg .venue_name {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) {
  .venue_label.lg .venue_name {
    font-size: 15.8px;
  }
}

@media (min-width: 992px) {
  .venue_label.lg .venue_name {
    font-size: 16.1px;
  }
}

@media (min-width: 1240px) {
  .venue_label.lg .venue_name {
    font-size: 16.4px;
  }
}

@media (min-width: 1540px) {
  .venue_label.lg .venue_name {
    font-size: 16.7px;
  }
}

@media (min-width: 1800px) {
  .venue_label.lg .venue_name {
    font-size: 17px;
  }
}

.venue_label.lg svg,
.venue_label.lg img {
  margin-right: 7px;
  width: 24px;
  top: -2px;
}

.venue_label.lg svg:first-child,
.venue_label.lg img:first-child {
  margin-top: 0;
}

.venue_label.lg svg:last-child,
.venue_label.lg img:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .venue_label.lg svg,
  .venue_label.lg img {
    margin-right: 7.3px;
  }
}

@media (min-width: 375px) {
  .venue_label.lg svg,
  .venue_label.lg img {
    margin-right: 7.6px;
  }
}

@media (min-width: 414px) {
  .venue_label.lg svg,
  .venue_label.lg img {
    margin-right: 7.9px;
  }
}

@media (min-width: 480px) {
  .venue_label.lg svg,
  .venue_label.lg img {
    margin-right: 8.2px;
  }
}

@media (min-width: 576px) {
  .venue_label.lg svg,
  .venue_label.lg img {
    margin-right: 8.5px;
  }
}

@media (min-width: 768px) {
  .venue_label.lg svg,
  .venue_label.lg img {
    margin-right: 8.8px;
  }
}

@media (min-width: 992px) {
  .venue_label.lg svg,
  .venue_label.lg img {
    margin-right: 9.1px;
  }
}

@media (min-width: 1240px) {
  .venue_label.lg svg,
  .venue_label.lg img {
    margin-right: 9.4px;
  }
}

@media (min-width: 1540px) {
  .venue_label.lg svg,
  .venue_label.lg img {
    margin-right: 9.7px;
  }
}

@media (min-width: 1800px) {
  .venue_label.lg svg,
  .venue_label.lg img {
    margin-right: 10px;
  }
}

.venue_label.xl {
  text-align: left;
}

.venue_label.xl .venue_name {
  font-size: 20px;
  text-transform: none;
  text-align: left;
  line-height: 1;
}

.venue_label.xl .venue_name:first-child {
  margin-top: 0;
}

.venue_label.xl .venue_name:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .venue_label.xl .venue_name {
    font-size: 21px;
  }
}

@media (min-width: 375px) {
  .venue_label.xl .venue_name {
    font-size: 22px;
  }
}

@media (min-width: 414px) {
  .venue_label.xl .venue_name {
    font-size: 23px;
  }
}

@media (min-width: 480px) {
  .venue_label.xl .venue_name {
    font-size: 24px;
  }
}

@media (min-width: 576px) {
  .venue_label.xl .venue_name {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .venue_label.xl .venue_name {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .venue_label.xl .venue_name {
    font-size: 27px;
  }
}

@media (min-width: 1240px) {
  .venue_label.xl .venue_name {
    font-size: 28px;
  }
}

@media (min-width: 1540px) {
  .venue_label.xl .venue_name {
    font-size: 29px;
  }
}

@media (min-width: 1800px) {
  .venue_label.xl .venue_name {
    font-size: 30px;
  }
}

.venue_label.xl svg,
.venue_label.xl img {
  margin-right: 5px;
  width: 65px;
  top: -2px;
}

.venue_label.xl svg:first-child,
.venue_label.xl img:first-child {
  margin-top: 0;
}

.venue_label.xl svg:last-child,
.venue_label.xl img:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .venue_label.xl svg,
  .venue_label.xl img {
    margin-right: 5.2px;
  }
}

@media (min-width: 375px) {
  .venue_label.xl svg,
  .venue_label.xl img {
    margin-right: 5.4px;
  }
}

@media (min-width: 414px) {
  .venue_label.xl svg,
  .venue_label.xl img {
    margin-right: 5.6px;
  }
}

@media (min-width: 480px) {
  .venue_label.xl svg,
  .venue_label.xl img {
    margin-right: 5.8px;
  }
}

@media (min-width: 576px) {
  .venue_label.xl svg,
  .venue_label.xl img {
    margin-right: 6px;
  }
}

@media (min-width: 768px) {
  .venue_label.xl svg,
  .venue_label.xl img {
    margin-right: 6.2px;
  }
}

@media (min-width: 992px) {
  .venue_label.xl svg,
  .venue_label.xl img {
    margin-right: 6.4px;
  }
}

@media (min-width: 1240px) {
  .venue_label.xl svg,
  .venue_label.xl img {
    margin-right: 6.6px;
  }
}

@media (min-width: 1540px) {
  .venue_label.xl svg,
  .venue_label.xl img {
    margin-right: 6.8px;
  }
}

@media (min-width: 1800px) {
  .venue_label.xl svg,
  .venue_label.xl img {
    margin-right: 7px;
  }
}

.venue_label.xxl {
  text-align: left;
}

.venue_label.xxl .venue_name {
  font-size: 24px;
  text-transform: none;
  text-align: left;
  line-height: 1;
}

.venue_label.xxl .venue_name:first-child {
  margin-top: 0;
}

.venue_label.xxl .venue_name:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .venue_label.xxl .venue_name {
    font-size: 25.4px;
  }
}

@media (min-width: 375px) {
  .venue_label.xxl .venue_name {
    font-size: 26.8px;
  }
}

@media (min-width: 414px) {
  .venue_label.xxl .venue_name {
    font-size: 28.2px;
  }
}

@media (min-width: 480px) {
  .venue_label.xxl .venue_name {
    font-size: 29.6px;
  }
}

@media (min-width: 576px) {
  .venue_label.xxl .venue_name {
    font-size: 31px;
  }
}

@media (min-width: 768px) {
  .venue_label.xxl .venue_name {
    font-size: 32.4px;
  }
}

@media (min-width: 992px) {
  .venue_label.xxl .venue_name {
    font-size: 33.8px;
  }
}

@media (min-width: 1240px) {
  .venue_label.xxl .venue_name {
    font-size: 35.2px;
  }
}

@media (min-width: 1540px) {
  .venue_label.xxl .venue_name {
    font-size: 36.6px;
  }
}

@media (min-width: 1800px) {
  .venue_label.xxl .venue_name {
    font-size: 38px;
  }
}

.venue_label.xxl svg,
.venue_label.xxl img {
  top: -5px;
  margin-right: 10px;
  width: 50px;
}

.venue_label.xxl svg:first-child,
.venue_label.xxl img:first-child {
  margin-top: 0;
}

.venue_label.xxl svg:last-child,
.venue_label.xxl img:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .venue_label.xxl svg,
  .venue_label.xxl img {
    margin-right: 10.5px;
    width: 53px;
  }
}

@media (min-width: 375px) {
  .venue_label.xxl svg,
  .venue_label.xxl img {
    margin-right: 11px;
    width: 56px;
  }
}

@media (min-width: 414px) {
  .venue_label.xxl svg,
  .venue_label.xxl img {
    margin-right: 11.5px;
    width: 59px;
  }
}

@media (min-width: 480px) {
  .venue_label.xxl svg,
  .venue_label.xxl img {
    margin-right: 12px;
    width: 62px;
  }
}

@media (min-width: 576px) {
  .venue_label.xxl svg,
  .venue_label.xxl img {
    margin-right: 12.5px;
    width: 65px;
  }
}

@media (min-width: 768px) {
  .venue_label.xxl svg,
  .venue_label.xxl img {
    margin-right: 13px;
    width: 68px;
  }
}

@media (min-width: 992px) {
  .venue_label.xxl svg,
  .venue_label.xxl img {
    margin-right: 13.5px;
    width: 71px;
  }
}

@media (min-width: 1240px) {
  .venue_label.xxl svg,
  .venue_label.xxl img {
    margin-right: 14px;
    width: 74px;
  }
}

@media (min-width: 1540px) {
  .venue_label.xxl svg,
  .venue_label.xxl img {
    margin-right: 14.5px;
    width: 77px;
  }
}

@media (min-width: 1800px) {
  .venue_label.xxl svg,
  .venue_label.xxl img {
    margin-right: 15px;
    width: 80px;
  }
}

.venue_label.xxxl {
  text-align: left;
}

.venue_label.xxxl .venue_name {
  font-size: 20px;
  text-transform: none;
  text-align: left;
  line-height: 1;
}

.venue_label.xxxl .venue_name:first-child {
  margin-top: 0;
}

.venue_label.xxxl .venue_name:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .venue_label.xxxl .venue_name {
    font-size: 23.6px;
  }
}

@media (min-width: 375px) {
  .venue_label.xxxl .venue_name {
    font-size: 27.2px;
  }
}

@media (min-width: 414px) {
  .venue_label.xxxl .venue_name {
    font-size: 30.8px;
  }
}

@media (min-width: 480px) {
  .venue_label.xxxl .venue_name {
    font-size: 34.4px;
  }
}

@media (min-width: 576px) {
  .venue_label.xxxl .venue_name {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .venue_label.xxxl .venue_name {
    font-size: 41.6px;
  }
}

@media (min-width: 992px) {
  .venue_label.xxxl .venue_name {
    font-size: 45.2px;
  }
}

@media (min-width: 1240px) {
  .venue_label.xxxl .venue_name {
    font-size: 48.8px;
  }
}

@media (min-width: 1540px) {
  .venue_label.xxxl .venue_name {
    font-size: 52.4px;
  }
}

@media (min-width: 1800px) {
  .venue_label.xxxl .venue_name {
    font-size: 56px;
  }
}

.venue_label.xxxl svg,
.venue_label.xxxl img {
  top: -7px;
  margin-right: 12px;
  width: 60px;
}

.venue_label.xxxl svg:first-child,
.venue_label.xxxl img:first-child {
  margin-top: 0;
}

.venue_label.xxxl svg:last-child,
.venue_label.xxxl img:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .venue_label.xxxl svg,
  .venue_label.xxxl img {
    margin-right: 12.8px;
    width: 66px;
  }
}

@media (min-width: 375px) {
  .venue_label.xxxl svg,
  .venue_label.xxxl img {
    margin-right: 13.6px;
    width: 72px;
  }
}

@media (min-width: 414px) {
  .venue_label.xxxl svg,
  .venue_label.xxxl img {
    margin-right: 14.4px;
    width: 78px;
  }
}

@media (min-width: 480px) {
  .venue_label.xxxl svg,
  .venue_label.xxxl img {
    margin-right: 15.2px;
    width: 84px;
  }
}

@media (min-width: 576px) {
  .venue_label.xxxl svg,
  .venue_label.xxxl img {
    margin-right: 16px;
    width: 90px;
  }
}

@media (min-width: 768px) {
  .venue_label.xxxl svg,
  .venue_label.xxxl img {
    margin-right: 16.8px;
    width: 96px;
  }
}

@media (min-width: 992px) {
  .venue_label.xxxl svg,
  .venue_label.xxxl img {
    margin-right: 17.6px;
    width: 102px;
  }
}

@media (min-width: 1240px) {
  .venue_label.xxxl svg,
  .venue_label.xxxl img {
    margin-right: 18.4px;
    width: 108px;
  }
}

@media (min-width: 1540px) {
  .venue_label.xxxl svg,
  .venue_label.xxxl img {
    margin-right: 19.2px;
    width: 114px;
  }
}

@media (min-width: 1800px) {
  .venue_label.xxxl svg,
  .venue_label.xxxl img {
    margin-right: 20px;
    width: 120px;
  }
}

.venue_label.venue-first-avenue:before,
.venue-first-avenue .venue_label:before {
  background-color: #865FCC !important;
}

.venue_label.venue-first-avenue svg,
.venue-first-avenue .venue_label svg {
  fill: #865FCC;
}

.venue_label.venue-mainroom:before,
.venue-mainroom .venue_label:before {
  background-color: #865FCC !important;
}

.venue_label.venue-mainroom svg,
.venue-mainroom .venue_label svg {
  fill: #865FCC;
}

.venue_label.venue-7th-st-entry:before,
.venue-7th-st-entry .venue_label:before {
  background-color: #A600E4 !important;
}

.venue_label.venue-7th-st-entry svg,
.venue-7th-st-entry .venue_label svg {
  fill: #A600E4;
}

.venue_label.venue-turf-club:before,
.venue-turf-club .venue_label:before {
  background-color: #17ae47 !important;
}

.venue_label.venue-turf-club svg,
.venue-turf-club .venue_label svg {
  fill: #17ae47;
}

.venue_label.venue-fine-line:before,
.venue-fine-line .venue_label:before {
  background-color: #1c81c6 !important;
}

.venue_label.venue-fine-line svg,
.venue-fine-line .venue_label svg {
  fill: #1c81c6;
}

.venue_label.venue-palace-theatre:before,
.venue-palace-theatre .venue_label:before {
  background-color: #feb41d !important;
}

.venue_label.venue-palace-theatre svg,
.venue-palace-theatre .venue_label svg {
  fill: #feb41d;
}

.venue_label.venue-fitzgerald-theater:before,
.venue-fitzgerald-theater .venue_label:before {
  background-color: #d03d42 !important;
}

.venue_label.venue-fitzgerald-theater svg,
.venue-fitzgerald-theater .venue_label svg {
  fill: #d03d42;
}

.venue_label.venue-the-fitzgerald-theater:before,
.venue-the-fitzgerald-theater .venue_label:before {
  background-color: #d03d42 !important;
}

.venue_label.venue-the-fitzgerald-theater svg,
.venue-the-fitzgerald-theater .venue_label svg {
  fill: #d03d42;
}

.badge {
  background-color: #282828;
  border-radius: 0;
  border: 2px solid #ffffff;
  margin: 5px 0;
  padding: 4px 7px;
  font-size: 10px;
  letter-spacing: 1px;
}

.badge:first-child {
  margin-top: 0;
}

.badge:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .badge {
    margin: 5.5px 0;
    padding: 4.2px 7.2px;
    font-size: 10.3px;
    letter-spacing: 1.1px;
  }
}

@media (min-width: 375px) {
  .badge {
    margin: 6px 0;
    padding: 4.4px 7.4px;
    font-size: 10.6px;
    letter-spacing: 1.2px;
  }
}

@media (min-width: 414px) {
  .badge {
    margin: 6.5px 0;
    padding: 4.6px 7.6px;
    font-size: 10.9px;
    letter-spacing: 1.3px;
  }
}

@media (min-width: 480px) {
  .badge {
    margin: 7px 0;
    padding: 4.8px 7.8px;
    font-size: 11.2px;
    letter-spacing: 1.4px;
  }
}

@media (min-width: 576px) {
  .badge {
    margin: 7.5px 0;
    padding: 5px 8px;
    font-size: 11.5px;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 768px) {
  .badge {
    margin: 8px 0;
    padding: 5.2px 8.2px;
    font-size: 11.8px;
    letter-spacing: 1.6px;
  }
}

@media (min-width: 992px) {
  .badge {
    margin: 8.5px 0;
    padding: 5.4px 8.4px;
    font-size: 12.1px;
    letter-spacing: 1.7px;
  }
}

@media (min-width: 1240px) {
  .badge {
    margin: 9px 0;
    padding: 5.6px 8.6px;
    font-size: 12.4px;
    letter-spacing: 1.8px;
  }
}

@media (min-width: 1540px) {
  .badge {
    margin: 9.5px 0;
    padding: 5.8px 8.8px;
    font-size: 12.7px;
    letter-spacing: 1.9px;
  }
}

@media (min-width: 1800px) {
  .badge {
    margin: 10px 0;
    padding: 6px 9px;
    font-size: 13px;
    letter-spacing: 2px;
  }
}

.badge span {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(9, 9, 9, 0.55);
  color: #ffffff;
}

.badge.badge-low-tickets {
  background-color: #fd7e14;
}

.badge.badge-sold-out {
  background-color: #865FCC;
}

.badge.badge-just-announced {
  background-color: #17ae47;
}

.badge.badge-cancelled {
  background-color: #d03d42;
}

.gradient {
  width: 100%;
  height: 15px;
  position: relative;
  overflow: hidden;
}

.gradient:before,
.gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
  z-index: -1;
}

.gradient:after {
  background: radial-gradient(ellipse at center, rgba(186, 13, 255, 0.7) 0%, rgba(11, 236, 26, 0) 100%);
  -webkit-animation: hueSpinMove 16s ease infinite;
          animation: hueSpinMove 16s ease infinite;
  animation-direction: alternate-reverse;
  width: 200%;
  height: 400%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  left: 50%;
  top: 50%;
}

.gradient:before {
  background-image: linear-gradient(to bottom right, #693fff, #0bec1a);
  -webkit-animation: hueSpin 120s ease infinite;
          animation: hueSpin 120s ease infinite;
}

.texture {
  position: relative;
  padding-bottom: 5%;
  width: 100%;
  overflow: hidden;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}

.stickers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
  background-image: url(/images/_25A0747.jpg);
  background-position: center;
  background-size: cover;
  transform: translateY(50%);
}

.stickers.stickers_2 {
  background-position: center bottom;
}

.tiles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400%;
  background-image: url(/images/tile.jpg);
  background-size: 100px 100px;
}

.tiles:after {
  content: "";
  background-image: url(/images/tile.jpg);
  background-size: 70px 70px;
  width: 200%;
  height: 2000%;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -1000%;
  left: -50%;
}

.backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.backgrounds:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(9, 9, 9, 0) 0%, rgba(9, 9, 9, 0) 35%, rgba(9, 9, 9, 0.6) 60%, rgba(9, 9, 9, 0.75) 100%);
  opacity: 0.9;
}

.backgrounds:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/subtle-grunge.png);
  background-size: 400px 400px;
  background-position: 100% 25%;
  z-index: 1;
  opacity: 0.12;
}

.backgrounds .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.05, 0.68, 0.37, 1);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  transform: scale(1.3);
}

.backgrounds .background .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  -webkit-filter: grayscale(25%) brightness(110%) contrast(110%);
          filter: grayscale(25%) brightness(110%) contrast(110%);
}

.backgrounds .background .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://morsekode.com/img/textures/black-orchid.png);
  background-color: #090909;
  opacity: 0.5;
}

.backgrounds .background.active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  transform: scale(1);
}

.backgrounds .background .fluid_video:after {
  display: none;
}

.backgrounds.backgrounds_bw .background .photo {
  -webkit-filter: grayscale(95%) brightness(45%) contrast(120%);
          filter: grayscale(95%) brightness(45%) contrast(120%);
}

.backgrounds.backgrounds_fade .background .photo {
  -webkit-filter: grayscale(95%) brightness(45%) contrast(120%);
          filter: grayscale(95%) brightness(45%) contrast(120%);
}

.backgrounds.backgrounds_fade .background .photo.photo_fade {
  -webkit-filter: none;
          filter: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, black 75%);
          mask-image: linear-gradient(to bottom, transparent 0, black 75%);
}

.black {
  position: relative;
  background-color: #090909;
  /*
  &:before {
  	content: "";
  	@include cover;
  	background-image: url(/images/wall_texture_2.jpg);
  	opacity: .35;
  	background-size: 250px 250px;
  	display: none;
  }
  */
}

.grey {
  position: relative;
  background-color: #191919;
}

.brick {
  position: relative;
  background-color: brigten(#090909, 20%);
}

.brick:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/brick_repeatable.jpg);
  opacity: 0.1;
  background-size: 1000px 320px;
  background-attachment: fixed;
}

.photo_bg {
  position: relative;
}

.photo_bg .row {
  min-height: 350px;
}

@media (min-width: 992px) {
  .photo_bg .row {
    min-height: 550px;
  }
}

@media (min-width: 1540px) {
  .photo_bg .row {
    min-height: 675px;
  }
}

@media (min-width: 1800px) {
  .photo_bg .row {
    min-height: 750px;
  }
}

.photo_bg .content {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.sticker_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(/images/Sticker_wall_1.jpg);
  opacity: 0.07;
  z-index: -2;
}

.sticker_bg.fade_bottom,
.sticker_bg.border_top {
  border-top: 1px solid #282828;
}

.sticker_bg.fade_top,
.sticker_bg.border_bottom {
  border-bottom: 1px solid #282828;
}

.fade_bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(to bottom, rgba(9, 9, 9, 0) 0%, rgba(9, 9, 9, 0.8) 65%, #090909 100%);
}

.fade_bottom > .container,
.fade_bottom > .container-fluid,
.fade_bottom > .container-lg,
.fade_bottom > .container-xl,
.fade_bottom > .container-xxl,
.fade_bottom > .container-xxxl {
  position: relative;
  z-index: 1;
}

.fade_top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(to top, rgba(9, 9, 9, 0) 0%, rgba(9, 9, 9, 0.8) 65%, #090909 100%);
}

.fade_top > .container,
.fade_top > .container-fluid,
.fade_top > .container-lg,
.fade_top > .container-xl,
.fade_top > .container-xxl,
.fade_top > .container-xxxl {
  position: relative;
  z-index: 1;
}

section {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

section .container > .content,
section .container-fluid > .content,
section .container-lg > .content,
section .container-xl > .content,
section .container-xxl > .content,
section .container-xxxl > .content {
  padding-bottom: 30px;
  position: relative;
}

@media (min-width: 480px) {
  section .container > .content,
  section .container-fluid > .content,
  section .container-lg > .content,
  section .container-xl > .content,
  section .container-xxl > .content,
  section .container-xxxl > .content {
    padding-bottom: 30px;
  }
}

@media (min-width: 576px) {
  section .container > .content,
  section .container-fluid > .content,
  section .container-lg > .content,
  section .container-xl > .content,
  section .container-xxl > .content,
  section .container-xxxl > .content {
    padding-bottom: 35px;
  }
}

@media (min-width: 768px) {
  section .container > .content,
  section .container-fluid > .content,
  section .container-lg > .content,
  section .container-xl > .content,
  section .container-xxl > .content,
  section .container-xxxl > .content {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  section .container > .content,
  section .container-fluid > .content,
  section .container-lg > .content,
  section .container-xl > .content,
  section .container-xxl > .content,
  section .container-xxxl > .content {
    padding-bottom: 45px;
  }
}

@media (min-width: 1240px) {
  section .container > .content,
  section .container-fluid > .content,
  section .container-lg > .content,
  section .container-xl > .content,
  section .container-xxl > .content,
  section .container-xxxl > .content {
    padding-bottom: 55px;
  }
}

@media (min-width: 1540px) {
  section .container > .content,
  section .container-fluid > .content,
  section .container-lg > .content,
  section .container-xl > .content,
  section .container-xxl > .content,
  section .container-xxxl > .content {
    padding-bottom: 65px;
  }
}

@media (min-width: 1800px) {
  section .container > .content,
  section .container-fluid > .content,
  section .container-lg > .content,
  section .container-xl > .content,
  section .container-xxl > .content,
  section .container-xxxl > .content {
    padding-bottom: 70px;
  }
}

section .container > .content:first-of-type,
section .container-fluid > .content:first-of-type,
section .container-lg > .content:first-of-type,
section .container-xl > .content:first-of-type,
section .container-xxl > .content:first-of-type,
section .container-xxxl > .content:first-of-type {
  padding-top: 30px;
}

@media (min-width: 480px) {
  section .container > .content:first-of-type,
  section .container-fluid > .content:first-of-type,
  section .container-lg > .content:first-of-type,
  section .container-xl > .content:first-of-type,
  section .container-xxl > .content:first-of-type,
  section .container-xxxl > .content:first-of-type {
    padding-top: 30px;
  }
}

@media (min-width: 576px) {
  section .container > .content:first-of-type,
  section .container-fluid > .content:first-of-type,
  section .container-lg > .content:first-of-type,
  section .container-xl > .content:first-of-type,
  section .container-xxl > .content:first-of-type,
  section .container-xxxl > .content:first-of-type {
    padding-top: 35px;
  }
}

@media (min-width: 768px) {
  section .container > .content:first-of-type,
  section .container-fluid > .content:first-of-type,
  section .container-lg > .content:first-of-type,
  section .container-xl > .content:first-of-type,
  section .container-xxl > .content:first-of-type,
  section .container-xxxl > .content:first-of-type {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  section .container > .content:first-of-type,
  section .container-fluid > .content:first-of-type,
  section .container-lg > .content:first-of-type,
  section .container-xl > .content:first-of-type,
  section .container-xxl > .content:first-of-type,
  section .container-xxxl > .content:first-of-type {
    padding-top: 45px;
  }
}

@media (min-width: 1240px) {
  section .container > .content:first-of-type,
  section .container-fluid > .content:first-of-type,
  section .container-lg > .content:first-of-type,
  section .container-xl > .content:first-of-type,
  section .container-xxl > .content:first-of-type,
  section .container-xxxl > .content:first-of-type {
    padding-top: 55px;
  }
}

@media (min-width: 1540px) {
  section .container > .content:first-of-type,
  section .container-fluid > .content:first-of-type,
  section .container-lg > .content:first-of-type,
  section .container-xl > .content:first-of-type,
  section .container-xxl > .content:first-of-type,
  section .container-xxxl > .content:first-of-type {
    padding-top: 65px;
  }
}

@media (min-width: 1800px) {
  section .container > .content:first-of-type,
  section .container-fluid > .content:first-of-type,
  section .container-lg > .content:first-of-type,
  section .container-xl > .content:first-of-type,
  section .container-xxl > .content:first-of-type,
  section .container-xxxl > .content:first-of-type {
    padding-top: 70px;
  }
}

section .container > .content.more_padding,
section .container-fluid > .content.more_padding,
section .container-lg > .content.more_padding,
section .container-xl > .content.more_padding,
section .container-xxl > .content.more_padding,
section .container-xxxl > .content.more_padding {
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  section .container > .content.more_padding,
  section .container-fluid > .content.more_padding,
  section .container-lg > .content.more_padding,
  section .container-xl > .content.more_padding,
  section .container-xxl > .content.more_padding,
  section .container-xxxl > .content.more_padding {
    padding-bottom: 60px;
  }
}

@media (min-width: 576px) {
  section .container > .content.more_padding,
  section .container-fluid > .content.more_padding,
  section .container-lg > .content.more_padding,
  section .container-xl > .content.more_padding,
  section .container-xxl > .content.more_padding,
  section .container-xxxl > .content.more_padding {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  section .container > .content.more_padding,
  section .container-fluid > .content.more_padding,
  section .container-lg > .content.more_padding,
  section .container-xl > .content.more_padding,
  section .container-xxl > .content.more_padding,
  section .container-xxxl > .content.more_padding {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  section .container > .content.more_padding,
  section .container-fluid > .content.more_padding,
  section .container-lg > .content.more_padding,
  section .container-xl > .content.more_padding,
  section .container-xxl > .content.more_padding,
  section .container-xxxl > .content.more_padding {
    padding-bottom: 90px;
  }
}

@media (min-width: 1240px) {
  section .container > .content.more_padding,
  section .container-fluid > .content.more_padding,
  section .container-lg > .content.more_padding,
  section .container-xl > .content.more_padding,
  section .container-xxl > .content.more_padding,
  section .container-xxxl > .content.more_padding {
    padding-bottom: 110px;
  }
}

@media (min-width: 1540px) {
  section .container > .content.more_padding,
  section .container-fluid > .content.more_padding,
  section .container-lg > .content.more_padding,
  section .container-xl > .content.more_padding,
  section .container-xxl > .content.more_padding,
  section .container-xxxl > .content.more_padding {
    padding-bottom: 130px;
  }
}

@media (min-width: 1800px) {
  section .container > .content.more_padding,
  section .container-fluid > .content.more_padding,
  section .container-lg > .content.more_padding,
  section .container-xl > .content.more_padding,
  section .container-xxl > .content.more_padding,
  section .container-xxxl > .content.more_padding {
    padding-bottom: 140px;
  }
}

section .container > .content.more_padding:first-of-type,
section .container-fluid > .content.more_padding:first-of-type,
section .container-lg > .content.more_padding:first-of-type,
section .container-xl > .content.more_padding:first-of-type,
section .container-xxl > .content.more_padding:first-of-type,
section .container-xxxl > .content.more_padding:first-of-type {
  padding-top: 60px;
}

@media (min-width: 480px) {
  section .container > .content.more_padding:first-of-type,
  section .container-fluid > .content.more_padding:first-of-type,
  section .container-lg > .content.more_padding:first-of-type,
  section .container-xl > .content.more_padding:first-of-type,
  section .container-xxl > .content.more_padding:first-of-type,
  section .container-xxxl > .content.more_padding:first-of-type {
    padding-top: 60px;
  }
}

@media (min-width: 576px) {
  section .container > .content.more_padding:first-of-type,
  section .container-fluid > .content.more_padding:first-of-type,
  section .container-lg > .content.more_padding:first-of-type,
  section .container-xl > .content.more_padding:first-of-type,
  section .container-xxl > .content.more_padding:first-of-type,
  section .container-xxxl > .content.more_padding:first-of-type {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  section .container > .content.more_padding:first-of-type,
  section .container-fluid > .content.more_padding:first-of-type,
  section .container-lg > .content.more_padding:first-of-type,
  section .container-xl > .content.more_padding:first-of-type,
  section .container-xxl > .content.more_padding:first-of-type,
  section .container-xxxl > .content.more_padding:first-of-type {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  section .container > .content.more_padding:first-of-type,
  section .container-fluid > .content.more_padding:first-of-type,
  section .container-lg > .content.more_padding:first-of-type,
  section .container-xl > .content.more_padding:first-of-type,
  section .container-xxl > .content.more_padding:first-of-type,
  section .container-xxxl > .content.more_padding:first-of-type {
    padding-top: 90px;
  }
}

@media (min-width: 1240px) {
  section .container > .content.more_padding:first-of-type,
  section .container-fluid > .content.more_padding:first-of-type,
  section .container-lg > .content.more_padding:first-of-type,
  section .container-xl > .content.more_padding:first-of-type,
  section .container-xxl > .content.more_padding:first-of-type,
  section .container-xxxl > .content.more_padding:first-of-type {
    padding-top: 110px;
  }
}

@media (min-width: 1540px) {
  section .container > .content.more_padding:first-of-type,
  section .container-fluid > .content.more_padding:first-of-type,
  section .container-lg > .content.more_padding:first-of-type,
  section .container-xl > .content.more_padding:first-of-type,
  section .container-xxl > .content.more_padding:first-of-type,
  section .container-xxxl > .content.more_padding:first-of-type {
    padding-top: 130px;
  }
}

@media (min-width: 1800px) {
  section .container > .content.more_padding:first-of-type,
  section .container-fluid > .content.more_padding:first-of-type,
  section .container-lg > .content.more_padding:first-of-type,
  section .container-xl > .content.more_padding:first-of-type,
  section .container-xxl > .content.more_padding:first-of-type,
  section .container-xxxl > .content.more_padding:first-of-type {
    padding-top: 140px;
  }
}

section .container > .content.less_padding,
section .container-fluid > .content.less_padding,
section .container-lg > .content.less_padding,
section .container-xl > .content.less_padding,
section .container-xxl > .content.less_padding,
section .container-xxxl > .content.less_padding {
  padding-bottom: 15px;
}

@media (min-width: 480px) {
  section .container > .content.less_padding,
  section .container-fluid > .content.less_padding,
  section .container-lg > .content.less_padding,
  section .container-xl > .content.less_padding,
  section .container-xxl > .content.less_padding,
  section .container-xxxl > .content.less_padding {
    padding-bottom: 15px;
  }
}

@media (min-width: 576px) {
  section .container > .content.less_padding,
  section .container-fluid > .content.less_padding,
  section .container-lg > .content.less_padding,
  section .container-xl > .content.less_padding,
  section .container-xxl > .content.less_padding,
  section .container-xxxl > .content.less_padding {
    padding-bottom: 17.5px;
  }
}

@media (min-width: 768px) {
  section .container > .content.less_padding,
  section .container-fluid > .content.less_padding,
  section .container-lg > .content.less_padding,
  section .container-xl > .content.less_padding,
  section .container-xxl > .content.less_padding,
  section .container-xxxl > .content.less_padding {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  section .container > .content.less_padding,
  section .container-fluid > .content.less_padding,
  section .container-lg > .content.less_padding,
  section .container-xl > .content.less_padding,
  section .container-xxl > .content.less_padding,
  section .container-xxxl > .content.less_padding {
    padding-bottom: 22.5px;
  }
}

@media (min-width: 1240px) {
  section .container > .content.less_padding,
  section .container-fluid > .content.less_padding,
  section .container-lg > .content.less_padding,
  section .container-xl > .content.less_padding,
  section .container-xxl > .content.less_padding,
  section .container-xxxl > .content.less_padding {
    padding-bottom: 27.5px;
  }
}

@media (min-width: 1540px) {
  section .container > .content.less_padding,
  section .container-fluid > .content.less_padding,
  section .container-lg > .content.less_padding,
  section .container-xl > .content.less_padding,
  section .container-xxl > .content.less_padding,
  section .container-xxxl > .content.less_padding {
    padding-bottom: 32.5px;
  }
}

@media (min-width: 1800px) {
  section .container > .content.less_padding,
  section .container-fluid > .content.less_padding,
  section .container-lg > .content.less_padding,
  section .container-xl > .content.less_padding,
  section .container-xxl > .content.less_padding,
  section .container-xxxl > .content.less_padding {
    padding-bottom: 35px;
  }
}

section .container > .content.less_padding:first-of-type,
section .container-fluid > .content.less_padding:first-of-type,
section .container-lg > .content.less_padding:first-of-type,
section .container-xl > .content.less_padding:first-of-type,
section .container-xxl > .content.less_padding:first-of-type,
section .container-xxxl > .content.less_padding:first-of-type {
  padding-top: 15px;
}

@media (min-width: 480px) {
  section .container > .content.less_padding:first-of-type,
  section .container-fluid > .content.less_padding:first-of-type,
  section .container-lg > .content.less_padding:first-of-type,
  section .container-xl > .content.less_padding:first-of-type,
  section .container-xxl > .content.less_padding:first-of-type,
  section .container-xxxl > .content.less_padding:first-of-type {
    padding-top: 15px;
  }
}

@media (min-width: 576px) {
  section .container > .content.less_padding:first-of-type,
  section .container-fluid > .content.less_padding:first-of-type,
  section .container-lg > .content.less_padding:first-of-type,
  section .container-xl > .content.less_padding:first-of-type,
  section .container-xxl > .content.less_padding:first-of-type,
  section .container-xxxl > .content.less_padding:first-of-type {
    padding-top: 17.5px;
  }
}

@media (min-width: 768px) {
  section .container > .content.less_padding:first-of-type,
  section .container-fluid > .content.less_padding:first-of-type,
  section .container-lg > .content.less_padding:first-of-type,
  section .container-xl > .content.less_padding:first-of-type,
  section .container-xxl > .content.less_padding:first-of-type,
  section .container-xxxl > .content.less_padding:first-of-type {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  section .container > .content.less_padding:first-of-type,
  section .container-fluid > .content.less_padding:first-of-type,
  section .container-lg > .content.less_padding:first-of-type,
  section .container-xl > .content.less_padding:first-of-type,
  section .container-xxl > .content.less_padding:first-of-type,
  section .container-xxxl > .content.less_padding:first-of-type {
    padding-top: 22.5px;
  }
}

@media (min-width: 1240px) {
  section .container > .content.less_padding:first-of-type,
  section .container-fluid > .content.less_padding:first-of-type,
  section .container-lg > .content.less_padding:first-of-type,
  section .container-xl > .content.less_padding:first-of-type,
  section .container-xxl > .content.less_padding:first-of-type,
  section .container-xxxl > .content.less_padding:first-of-type {
    padding-top: 27.5px;
  }
}

@media (min-width: 1540px) {
  section .container > .content.less_padding:first-of-type,
  section .container-fluid > .content.less_padding:first-of-type,
  section .container-lg > .content.less_padding:first-of-type,
  section .container-xl > .content.less_padding:first-of-type,
  section .container-xxl > .content.less_padding:first-of-type,
  section .container-xxxl > .content.less_padding:first-of-type {
    padding-top: 32.5px;
  }
}

@media (min-width: 1800px) {
  section .container > .content.less_padding:first-of-type,
  section .container-fluid > .content.less_padding:first-of-type,
  section .container-lg > .content.less_padding:first-of-type,
  section .container-xl > .content.less_padding:first-of-type,
  section .container-xxl > .content.less_padding:first-of-type,
  section .container-xxxl > .content.less_padding:first-of-type {
    padding-top: 35px;
  }
}

section .container > .content.padding_none,
section .container-fluid > .content.padding_none,
section .container-lg > .content.padding_none,
section .container-xl > .content.padding_none,
section .container-xxl > .content.padding_none,
section .container-xxxl > .content.padding_none {
  padding-top: 0;
  padding-bottom: 0;
}

section .container > .content.padding_small,
section .container-fluid > .content.padding_small,
section .container-lg > .content.padding_small,
section .container-xl > .content.padding_small,
section .container-xxl > .content.padding_small,
section .container-xxxl > .content.padding_small {
  padding-bottom: 15px;
}

@media (min-width: 480px) {
  section .container > .content.padding_small,
  section .container-fluid > .content.padding_small,
  section .container-lg > .content.padding_small,
  section .container-xl > .content.padding_small,
  section .container-xxl > .content.padding_small,
  section .container-xxxl > .content.padding_small {
    padding-bottom: 15px;
  }
}

@media (min-width: 576px) {
  section .container > .content.padding_small,
  section .container-fluid > .content.padding_small,
  section .container-lg > .content.padding_small,
  section .container-xl > .content.padding_small,
  section .container-xxl > .content.padding_small,
  section .container-xxxl > .content.padding_small {
    padding-bottom: 17.5px;
  }
}

@media (min-width: 768px) {
  section .container > .content.padding_small,
  section .container-fluid > .content.padding_small,
  section .container-lg > .content.padding_small,
  section .container-xl > .content.padding_small,
  section .container-xxl > .content.padding_small,
  section .container-xxxl > .content.padding_small {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  section .container > .content.padding_small,
  section .container-fluid > .content.padding_small,
  section .container-lg > .content.padding_small,
  section .container-xl > .content.padding_small,
  section .container-xxl > .content.padding_small,
  section .container-xxxl > .content.padding_small {
    padding-bottom: 22.5px;
  }
}

@media (min-width: 1240px) {
  section .container > .content.padding_small,
  section .container-fluid > .content.padding_small,
  section .container-lg > .content.padding_small,
  section .container-xl > .content.padding_small,
  section .container-xxl > .content.padding_small,
  section .container-xxxl > .content.padding_small {
    padding-bottom: 27.5px;
  }
}

@media (min-width: 1540px) {
  section .container > .content.padding_small,
  section .container-fluid > .content.padding_small,
  section .container-lg > .content.padding_small,
  section .container-xl > .content.padding_small,
  section .container-xxl > .content.padding_small,
  section .container-xxxl > .content.padding_small {
    padding-bottom: 32.5px;
  }
}

@media (min-width: 1800px) {
  section .container > .content.padding_small,
  section .container-fluid > .content.padding_small,
  section .container-lg > .content.padding_small,
  section .container-xl > .content.padding_small,
  section .container-xxl > .content.padding_small,
  section .container-xxxl > .content.padding_small {
    padding-bottom: 35px;
  }
}

section .container > .content.padding_small:first-of-type,
section .container-fluid > .content.padding_small:first-of-type,
section .container-lg > .content.padding_small:first-of-type,
section .container-xl > .content.padding_small:first-of-type,
section .container-xxl > .content.padding_small:first-of-type,
section .container-xxxl > .content.padding_small:first-of-type {
  padding-top: 15px;
}

@media (min-width: 480px) {
  section .container > .content.padding_small:first-of-type,
  section .container-fluid > .content.padding_small:first-of-type,
  section .container-lg > .content.padding_small:first-of-type,
  section .container-xl > .content.padding_small:first-of-type,
  section .container-xxl > .content.padding_small:first-of-type,
  section .container-xxxl > .content.padding_small:first-of-type {
    padding-top: 15px;
  }
}

@media (min-width: 576px) {
  section .container > .content.padding_small:first-of-type,
  section .container-fluid > .content.padding_small:first-of-type,
  section .container-lg > .content.padding_small:first-of-type,
  section .container-xl > .content.padding_small:first-of-type,
  section .container-xxl > .content.padding_small:first-of-type,
  section .container-xxxl > .content.padding_small:first-of-type {
    padding-top: 17.5px;
  }
}

@media (min-width: 768px) {
  section .container > .content.padding_small:first-of-type,
  section .container-fluid > .content.padding_small:first-of-type,
  section .container-lg > .content.padding_small:first-of-type,
  section .container-xl > .content.padding_small:first-of-type,
  section .container-xxl > .content.padding_small:first-of-type,
  section .container-xxxl > .content.padding_small:first-of-type {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  section .container > .content.padding_small:first-of-type,
  section .container-fluid > .content.padding_small:first-of-type,
  section .container-lg > .content.padding_small:first-of-type,
  section .container-xl > .content.padding_small:first-of-type,
  section .container-xxl > .content.padding_small:first-of-type,
  section .container-xxxl > .content.padding_small:first-of-type {
    padding-top: 22.5px;
  }
}

@media (min-width: 1240px) {
  section .container > .content.padding_small:first-of-type,
  section .container-fluid > .content.padding_small:first-of-type,
  section .container-lg > .content.padding_small:first-of-type,
  section .container-xl > .content.padding_small:first-of-type,
  section .container-xxl > .content.padding_small:first-of-type,
  section .container-xxxl > .content.padding_small:first-of-type {
    padding-top: 27.5px;
  }
}

@media (min-width: 1540px) {
  section .container > .content.padding_small:first-of-type,
  section .container-fluid > .content.padding_small:first-of-type,
  section .container-lg > .content.padding_small:first-of-type,
  section .container-xl > .content.padding_small:first-of-type,
  section .container-xxl > .content.padding_small:first-of-type,
  section .container-xxxl > .content.padding_small:first-of-type {
    padding-top: 32.5px;
  }
}

@media (min-width: 1800px) {
  section .container > .content.padding_small:first-of-type,
  section .container-fluid > .content.padding_small:first-of-type,
  section .container-lg > .content.padding_small:first-of-type,
  section .container-xl > .content.padding_small:first-of-type,
  section .container-xxl > .content.padding_small:first-of-type,
  section .container-xxxl > .content.padding_small:first-of-type {
    padding-top: 35px;
  }
}

section .container > .content.padding_large,
section .container-fluid > .content.padding_large,
section .container-lg > .content.padding_large,
section .container-xl > .content.padding_large,
section .container-xxl > .content.padding_large,
section .container-xxxl > .content.padding_large {
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  section .container > .content.padding_large,
  section .container-fluid > .content.padding_large,
  section .container-lg > .content.padding_large,
  section .container-xl > .content.padding_large,
  section .container-xxl > .content.padding_large,
  section .container-xxxl > .content.padding_large {
    padding-bottom: 60px;
  }
}

@media (min-width: 576px) {
  section .container > .content.padding_large,
  section .container-fluid > .content.padding_large,
  section .container-lg > .content.padding_large,
  section .container-xl > .content.padding_large,
  section .container-xxl > .content.padding_large,
  section .container-xxxl > .content.padding_large {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  section .container > .content.padding_large,
  section .container-fluid > .content.padding_large,
  section .container-lg > .content.padding_large,
  section .container-xl > .content.padding_large,
  section .container-xxl > .content.padding_large,
  section .container-xxxl > .content.padding_large {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  section .container > .content.padding_large,
  section .container-fluid > .content.padding_large,
  section .container-lg > .content.padding_large,
  section .container-xl > .content.padding_large,
  section .container-xxl > .content.padding_large,
  section .container-xxxl > .content.padding_large {
    padding-bottom: 90px;
  }
}

@media (min-width: 1240px) {
  section .container > .content.padding_large,
  section .container-fluid > .content.padding_large,
  section .container-lg > .content.padding_large,
  section .container-xl > .content.padding_large,
  section .container-xxl > .content.padding_large,
  section .container-xxxl > .content.padding_large {
    padding-bottom: 110px;
  }
}

@media (min-width: 1540px) {
  section .container > .content.padding_large,
  section .container-fluid > .content.padding_large,
  section .container-lg > .content.padding_large,
  section .container-xl > .content.padding_large,
  section .container-xxl > .content.padding_large,
  section .container-xxxl > .content.padding_large {
    padding-bottom: 130px;
  }
}

@media (min-width: 1800px) {
  section .container > .content.padding_large,
  section .container-fluid > .content.padding_large,
  section .container-lg > .content.padding_large,
  section .container-xl > .content.padding_large,
  section .container-xxl > .content.padding_large,
  section .container-xxxl > .content.padding_large {
    padding-bottom: 140px;
  }
}

section .container > .content.padding_large:first-of-type,
section .container-fluid > .content.padding_large:first-of-type,
section .container-lg > .content.padding_large:first-of-type,
section .container-xl > .content.padding_large:first-of-type,
section .container-xxl > .content.padding_large:first-of-type,
section .container-xxxl > .content.padding_large:first-of-type {
  padding-top: 60px;
}

@media (min-width: 480px) {
  section .container > .content.padding_large:first-of-type,
  section .container-fluid > .content.padding_large:first-of-type,
  section .container-lg > .content.padding_large:first-of-type,
  section .container-xl > .content.padding_large:first-of-type,
  section .container-xxl > .content.padding_large:first-of-type,
  section .container-xxxl > .content.padding_large:first-of-type {
    padding-top: 60px;
  }
}

@media (min-width: 576px) {
  section .container > .content.padding_large:first-of-type,
  section .container-fluid > .content.padding_large:first-of-type,
  section .container-lg > .content.padding_large:first-of-type,
  section .container-xl > .content.padding_large:first-of-type,
  section .container-xxl > .content.padding_large:first-of-type,
  section .container-xxxl > .content.padding_large:first-of-type {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  section .container > .content.padding_large:first-of-type,
  section .container-fluid > .content.padding_large:first-of-type,
  section .container-lg > .content.padding_large:first-of-type,
  section .container-xl > .content.padding_large:first-of-type,
  section .container-xxl > .content.padding_large:first-of-type,
  section .container-xxxl > .content.padding_large:first-of-type {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  section .container > .content.padding_large:first-of-type,
  section .container-fluid > .content.padding_large:first-of-type,
  section .container-lg > .content.padding_large:first-of-type,
  section .container-xl > .content.padding_large:first-of-type,
  section .container-xxl > .content.padding_large:first-of-type,
  section .container-xxxl > .content.padding_large:first-of-type {
    padding-top: 90px;
  }
}

@media (min-width: 1240px) {
  section .container > .content.padding_large:first-of-type,
  section .container-fluid > .content.padding_large:first-of-type,
  section .container-lg > .content.padding_large:first-of-type,
  section .container-xl > .content.padding_large:first-of-type,
  section .container-xxl > .content.padding_large:first-of-type,
  section .container-xxxl > .content.padding_large:first-of-type {
    padding-top: 110px;
  }
}

@media (min-width: 1540px) {
  section .container > .content.padding_large:first-of-type,
  section .container-fluid > .content.padding_large:first-of-type,
  section .container-lg > .content.padding_large:first-of-type,
  section .container-xl > .content.padding_large:first-of-type,
  section .container-xxl > .content.padding_large:first-of-type,
  section .container-xxxl > .content.padding_large:first-of-type {
    padding-top: 130px;
  }
}

@media (min-width: 1800px) {
  section .container > .content.padding_large:first-of-type,
  section .container-fluid > .content.padding_large:first-of-type,
  section .container-lg > .content.padding_large:first-of-type,
  section .container-xl > .content.padding_large:first-of-type,
  section .container-xxl > .content.padding_large:first-of-type,
  section .container-xxxl > .content.padding_large:first-of-type {
    padding-top: 140px;
  }
}

.show_cta {
  top: 0;
  left: 50%;
  position: fixed;
  transform: translateX(-50%) translateY(-100%);
  width: calc(100% + 1px);
  z-index: 500;
  height: 90px;
  transition: transform 300ms ease-out;
}

@media (min-width: 1800px) {
  .show_cta {
    max-width: 1740px;
  }
}

@media print {
  .show_cta {
    max-width: none;
  }
}

.show_cta_active .show_cta {
  transform: translateX(-50%) translateY(0);
}

.admin-bar .show_cta {
  top: 32px;
}

.show_cta .border_bottom {
  border: none;
  height: 4px;
  position: relative;
  transform: none;
  background-color: #865FCC;
  background: linear-gradient(to right, #c018ff 0%, #A600E4 50%, #8100b1 100%);
}

.show_cta .container-fluid,
.show_cta .container-lg,
.show_cta .container-xl,
.show_cta .container-xxl,
.show_cta .container-xxxl {
  height: 90px;
  height: 86px;
  padding: 0 30px;
}

.show_cta .container-fluid .date_col,
.show_cta .container-lg .date_col,
.show_cta .container-xl .date_col,
.show_cta .container-xxl .date_col,
.show_cta .container-xxxl .date_col {
  padding-right: 30px;
}

.show_cta .container-fluid .venue_col,
.show_cta .container-lg .venue_col,
.show_cta .container-xl .venue_col,
.show_cta .container-xxl .venue_col,
.show_cta .container-xxxl .venue_col {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  min-width: 200px;
}

.show_cta .container-fluid .venue_col .content,
.show_cta .container-lg .venue_col .content,
.show_cta .container-xl .venue_col .content,
.show_cta .container-xxl .venue_col .content,
.show_cta .container-xxxl .venue_col .content {
  padding: 15px 0;
}

.show_cta .container-fluid .venue_col .venue_content .content,
.show_cta .container-lg .venue_col .venue_content .content,
.show_cta .container-xl .venue_col .venue_content .content,
.show_cta .container-xxl .venue_col .venue_content .content,
.show_cta .container-xxxl .venue_col .venue_content .content {
  padding: 6px 15px 10px 15px;
}

.show_cta .container-fluid .venue_col .venue,
.show_cta .container-lg .venue_col .venue,
.show_cta .container-xl .venue_col .venue,
.show_cta .container-xxl .venue_col .venue,
.show_cta .container-xxxl .venue_col .venue {
  margin-bottom: 0;
}

.show_cta .container-fluid .venue_col .day,
.show_cta .container-lg .venue_col .day,
.show_cta .container-xl .venue_col .day,
.show_cta .container-xxl .venue_col .day,
.show_cta .container-xxxl .venue_col .day {
  border-top: 2px solid #ffffff;
  width: 100%;
  text-align: center;
}

.show_cta .container-fluid .venue_col .day .content,
.show_cta .container-lg .venue_col .day .content,
.show_cta .container-xl .venue_col .day .content,
.show_cta .container-xxl .venue_col .day .content,
.show_cta .container-xxxl .venue_col .day .content {
  padding: 12px 15px 4px 15px;
}

.show_cta .container-fluid .performers .content,
.show_cta .container-lg .performers .content,
.show_cta .container-xl .performers .content,
.show_cta .container-xxl .performers .content,
.show_cta .container-xxxl .performers .content {
  padding: 15px;
}

.carousel .carousel-item {
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.carousel .carousel-item.carousel-item-left,
.carousel .carousel-item.carousel-item-prev {
  opacity: 0 !important;
}

.carousel .carousel-item.carousel-item-next,
.carousel .carousel-item.carousel-item-right {
  opacity: 1 !important;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 50px;
}

@media (min-width: 992px) {
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    width: calc(50vw - 480px);
  }
}

@media (min-width: 1240px) {
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    width: calc(50vw - 600px);
  }
}

@media (min-width: 1540px) {
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    width: calc(50vw - 720px);
  }
}

@media (min-width: 1800px) {
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    width: 150px;
  }
}

.carousel .carousel-control-next .carousel-control-next-icon,
.carousel .carousel-control-next .carousel-control-prev-icon,
.carousel .carousel-control-prev .carousel-control-next-icon,
.carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 45px;
  height: 50px;
  background-size: 20px;
  border: 2px solid #ffffff;
}

html {
  --scrollbarBG: #282828;
  --thumbBG: #865FCC;
}

.show_overflow::-webkit-scrollbar {
  width: 15px;
}

.show_overflow {
  scrollbar-width: thick;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.show_overflow::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.show_overflow::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 12px;
}

.show_scroll .show_overflow {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 10px;
  margin-bottom: 20px;
  scrollbar-color: linear-gradient(90deg, #865FCC, #A600E4);
  scrollbar-width: 16px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-points-x: repeat(250px);
  scroll-snap-points-x: repeat(250px);
  -ms-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
}

.show_scroll .show_overflow .show_overflow_col {
  flex: 0 0 250px;
}

@media (min-width: 320px) {
  .show_scroll .show_overflow .show_overflow_col {
    flex: 0 0 256px;
  }
}

@media (min-width: 375px) {
  .show_scroll .show_overflow .show_overflow_col {
    flex: 0 0 281.25px;
  }
}

@media (min-width: 414px) {
  .show_scroll .show_overflow .show_overflow_col {
    flex: 0 0 310.5px;
  }
}

@media (min-width: 480px) {
  .show_scroll .show_overflow .show_overflow_col {
    flex: 0 0 360px;
  }
}

.rotated {
  position: relative;
}

.rotated .rotated_title {
  position: absolute;
  top: 0;
  right: 100%;
  transform: rotate(-90deg) translateY(-100%);
  text-align: right;
  transform-origin: top right;
}

.rotated .rotated_title > * {
  margin-bottom: 20px !important;
  right: -5px;
  position: relative;
}

@-webkit-keyframes smokeRotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes smokeRotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.smoke_container {
  height: 75%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.smoke_container .smoke_burst {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(/images/smoke.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: smokeRotation 70s infinite linear;
          animation: smokeRotation 70s infinite linear;
  opacity: 0.2;
}

.smoke_container .smoke_burst:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.smoke_container .smoke_burst:nth-child(1) {
  width: 75%;
  top: 0;
  left: -25%;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
}

.smoke_container .smoke_burst:nth-child(2) {
  width: 65%;
  top: 75%;
  left: 25%;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
}

.smoke_container .smoke_burst:nth-child(3) {
  width: 45%;
  top: 15%;
  left: 75%;
  -webkit-animation-duration: 90s;
          animation-duration: 90s;
}

.smoke_container .smoke_burst:nth-child(4) {
  width: 80%;
  top: 30%;
  left: 25%;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}

.smoke_container .smoke_burst:nth-child(5) {
  width: 60%;
  top: 20%;
  left: -15%;
  -webkit-animation-duration: 150s;
          animation-duration: 150s;
}

.smoke_container .smoke_burst:nth-child(6) {
  width: 85%;
  top: 10%;
  left: -45%;
  -webkit-animation-duration: 110s;
          animation-duration: 110s;
}

.smoke_container .smoke_burst:nth-child(7) {
  width: 65%;
  top: 20%;
  left: 5%;
  -webkit-animation-duration: 110s;
          animation-duration: 110s;
}

.smoke_container .smoke_burst:nth-child(8) {
  width: 100%;
  top: 10%;
  left: 50%;
  -webkit-animation-duration: 150s;
          animation-duration: 150s;
}

.show_details {
  background-color: #050505;
  margin-top: 30px;
  margin-bottom: 30px;
}

.show_details:first-child {
  margin-top: 0;
}

.show_details:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .show_details {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 375px) {
  .show_details {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 414px) {
  .show_details {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

@media (min-width: 480px) {
  .show_details {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 576px) {
  .show_details {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}

@media (min-width: 768px) {
  .show_details {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .show_details {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

@media (min-width: 1240px) {
  .show_details {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (min-width: 1540px) {
  .show_details {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

@media (min-width: 1800px) {
  .show_details {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.show_details:first-child {
  margin-top: 0;
}

.show_details:last-child {
  margin-bottom: 0;
}

.show_details .row [class^=col],
.show_details .row [class*=col] {
  border: 1px solid #282828;
  padding: 30px;
}

@media (min-width: 992px) {
  .two_column {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

@media (min-width: 1240px) {
  .two_column {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.content iframe {
  margin: 0 auto;
  border: 1px solid #282828;
  display: block;
}

.content .embed-responsive,
.content .wp-block-embed .wp-block-embed__wrapper,
.wp-block-embed .content .wp-block-embed__wrapper {
  border: 1px solid #282828;
  margin: 0 auto;
}

.content figcaption {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-table {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wp-block-table:first-child {
  margin-top: 0;
}

.wp-block-table:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-table {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  .wp-block-table {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  .wp-block-table {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  .wp-block-table {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .wp-block-table {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  .wp-block-table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .wp-block-table {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  .wp-block-table {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  .wp-block-table {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  .wp-block-table {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.wp-block-table:first-child {
  margin-top: 0;
}

.wp-block-table:last-child {
  margin-bottom: 0;
}

table {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  border-top: 1px solid #282828;
}

table:first-child {
  margin-top: 0;
}

table:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  table {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  table {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  table {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  table {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  table {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  table {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  table {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  table {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  table {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

table:first-child {
  margin-top: 0;
}

table:last-child {
  margin-bottom: 0;
}

table:first-child {
  margin-top: 0;
}

table:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  table {
    font-size: 13.5px;
  }
}

@media (min-width: 375px) {
  table {
    font-size: 14px;
  }
}

@media (min-width: 414px) {
  table {
    font-size: 14.5px;
  }
}

@media (min-width: 480px) {
  table {
    font-size: 15px;
  }
}

@media (min-width: 576px) {
  table {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) {
  table {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  table {
    font-size: 16.5px;
  }
}

@media (min-width: 1240px) {
  table {
    font-size: 17px;
  }
}

@media (min-width: 1540px) {
  table {
    font-size: 17.5px;
  }
}

@media (min-width: 1800px) {
  table {
    font-size: 18px;
  }
}

table td,
table th {
  padding: 18px 15px;
  white-space: nowrap;
  padding: 10px 10px;
  color: #ffffff;
  position: relative;
}

table td:first-child,
table th:first-child {
  margin-top: 0;
}

table td:last-child,
table th:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  table td,
  table th {
    padding: 10.8px 10.5px;
  }
}

@media (min-width: 375px) {
  table td,
  table th {
    padding: 11.6px 11px;
  }
}

@media (min-width: 414px) {
  table td,
  table th {
    padding: 12.4px 11.5px;
  }
}

@media (min-width: 480px) {
  table td,
  table th {
    padding: 13.2px 12px;
  }
}

@media (min-width: 576px) {
  table td,
  table th {
    padding: 14px 12.5px;
  }
}

@media (min-width: 768px) {
  table td,
  table th {
    padding: 14.8px 13px;
  }
}

@media (min-width: 992px) {
  table td,
  table th {
    padding: 15.6px 13.5px;
  }
}

@media (min-width: 1240px) {
  table td,
  table th {
    padding: 16.4px 14px;
  }
}

@media (min-width: 1540px) {
  table td,
  table th {
    padding: 17.2px 14.5px;
  }
}

@media (min-width: 1800px) {
  table td,
  table th {
    padding: 18px 15px;
  }
}

table td:after,
table th:after {
  content: "";
  width: 1px;
  height: 15%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #282828;
}

table td a,
table th a {
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

table td a:after,
table th a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A600E4;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 0;
  transform: scaleX(0);
  transition: all 250ms ease-out;
  transform-origin: center left;
}

table td a:hover,
table th a:hover {
  text-decoration: none;
}

table td a:hover:after,
table th a:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

table td a:after,
table th a:after {
  background-color: #865FCC;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 1;
  transform: scaleX(1);
}

@keyframes hoverUnderline {
  0% {
    transform: scaleX(1);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1);
    transform-origin: center left;
  }
}

@keyframes hoverUnderlineCenter {
  0% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center left;
  }
}

table td a:hover:after,
table th a:hover:after {
  transform: scaleX(1);
  opacity: 1;
  -webkit-animation: hoverUnderline 800ms;
          animation: hoverUnderline 800ms;
}

table td a:hover,
table th a:hover {
  color: #ffffff;
}

table tr {
  border-bottom: 1px solid #282828;
}

figure,
.wp-block-embed {
  margin-top: 15px;
  margin-bottom: 15px;
}

figure:first-child,
.wp-block-embed:first-child {
  margin-top: 0;
}

figure:last-child,
.wp-block-embed:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  figure,
  .wp-block-embed {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  figure,
  .wp-block-embed {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  figure,
  .wp-block-embed {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  figure,
  .wp-block-embed {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  figure,
  .wp-block-embed {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  figure,
  .wp-block-embed {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  figure,
  .wp-block-embed {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  figure,
  .wp-block-embed {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  figure,
  .wp-block-embed {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  figure,
  .wp-block-embed {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

figure:first-child,
.wp-block-embed:first-child {
  margin-top: 0;
}

figure:last-child,
.wp-block-embed:last-child {
  margin-bottom: 0;
}

.faq {
  margin-bottom: 30px;
  padding-bottom: 30px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  border-bottom: 1px solid #282828;
}

.faq:first-child {
  margin-top: 0;
}

.faq:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .faq {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}

@media (min-width: 375px) {
  .faq {
    margin-bottom: 34px;
    padding-bottom: 34px;
  }
}

@media (min-width: 414px) {
  .faq {
    margin-bottom: 36px;
    padding-bottom: 36px;
  }
}

@media (min-width: 480px) {
  .faq {
    margin-bottom: 38px;
    padding-bottom: 38px;
  }
}

@media (min-width: 576px) {
  .faq {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .faq {
    margin-bottom: 42px;
    padding-bottom: 42px;
  }
}

@media (min-width: 992px) {
  .faq {
    margin-bottom: 44px;
    padding-bottom: 44px;
  }
}

@media (min-width: 1240px) {
  .faq {
    margin-bottom: 46px;
    padding-bottom: 46px;
  }
}

@media (min-width: 1540px) {
  .faq {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
}

@media (min-width: 1800px) {
  .faq {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .faq {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1240px) {
  .faq {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.share {
  z-index: 100;
  padding: 50px 0 20px 0;
  transition: opacity 500ms ease-out;
}

.overflow_hidden .share {
  opacity: 0;
}

.page_loaded .share {
  opacity: 1;
}

@media (min-width: 992px) {
  .share {
    padding: 0;
    position: absolute;
    top: 0;
    right: 105%;
  }
}

@media (min-width: 992px) {
  .share {
    right: 114%;
  }
}

@media (min-width: 992px) {
  .share .social_container .social_item {
    display: block;
    margin: 0 auto 10px auto;
  }
}

.share .social_container .social_item:last-child {
  margin-bottom: 0;
}

article {
  position: relative;
}

.cta .photo {
  padding-top: 50%;
  margin-top: 80px;
}

@media (min-width: 992px) {
  .cta .photo {
    padding-top: 100%;
    margin-top: 0;
  }
}

.tpt .embed-responsive,
.tpt .wp-block-embed .wp-block-embed__wrapper,
.wp-block-embed .tpt .wp-block-embed__wrapper {
  margin-top: 30px;
}

@media (min-width: 1240px) {
  .tpt .embed-responsive,
  .tpt .wp-block-embed .wp-block-embed__wrapper,
  .wp-block-embed .tpt .wp-block-embed__wrapper {
    margin-top: 0;
  }
}

.result {
  margin-top: 15px;
  margin-bottom: 15px;
}

.result:first-child {
  margin-top: 0;
}

.result:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .result {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  .result {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  .result {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  .result {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .result {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  .result {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .result {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  .result {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  .result {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  .result {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.result:first-child {
  margin-top: 0;
}

.result:last-child {
  margin-bottom: 0;
}

@media (min-width: 1240px) {
  .search_bar .search_bar_input {
    width: 300px;
  }
}

.pswp__caption__center {
  font-size: 15px;
  padding: 15px;
}

.wp-block-image,
.wp-block-pullquote,
.wp-block-gallery {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: none;
}

.wp-block-image:first-child,
.wp-block-pullquote:first-child,
.wp-block-gallery:first-child {
  margin-top: 0;
}

.wp-block-image:last-child,
.wp-block-pullquote:last-child,
.wp-block-gallery:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-image,
  .wp-block-pullquote,
  .wp-block-gallery {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  .wp-block-image,
  .wp-block-pullquote,
  .wp-block-gallery {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  .wp-block-image,
  .wp-block-pullquote,
  .wp-block-gallery {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  .wp-block-image,
  .wp-block-pullquote,
  .wp-block-gallery {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .wp-block-image,
  .wp-block-pullquote,
  .wp-block-gallery {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  .wp-block-image,
  .wp-block-pullquote,
  .wp-block-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .wp-block-image,
  .wp-block-pullquote,
  .wp-block-gallery {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  .wp-block-image,
  .wp-block-pullquote,
  .wp-block-gallery {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  .wp-block-image,
  .wp-block-pullquote,
  .wp-block-gallery {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  .wp-block-image,
  .wp-block-pullquote,
  .wp-block-gallery {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.wp-block-image:first-child,
.wp-block-pullquote:first-child,
.wp-block-gallery:first-child {
  margin-top: 0;
}

.wp-block-image:last-child,
.wp-block-pullquote:last-child,
.wp-block-gallery:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .wp-block-image.alignwide,
  .wp-block-pullquote.alignwide,
  .wp-block-gallery.alignwide {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 992px) {
  .wp-block-image.alignwide,
  .wp-block-pullquote.alignwide,
  .wp-block-gallery.alignwide {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (min-width: 1240px) {
  .wp-block-image.alignwide,
  .wp-block-pullquote.alignwide,
  .wp-block-gallery.alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (min-width: 1540px) {
  .wp-block-image.alignwide,
  .wp-block-pullquote.alignwide,
  .wp-block-gallery.alignwide {
    margin-left: -70px;
    margin-right: -70px;
  }
}

@media (min-width: 1800px) {
  .wp-block-image.alignwide,
  .wp-block-pullquote.alignwide,
  .wp-block-gallery.alignwide {
    margin-left: -90px;
    margin-right: -90px;
  }
}

.wp-block-image.alignright,
.wp-block-image.alignleft,
.wp-block-pullquote.alignright,
.wp-block-pullquote.alignleft,
.wp-block-gallery.alignright,
.wp-block-gallery.alignleft {
  margin: 20px 0;
  max-width: none;
}

.wp-block-image.alignright:first-child,
.wp-block-image.alignleft:first-child,
.wp-block-pullquote.alignright:first-child,
.wp-block-pullquote.alignleft:first-child,
.wp-block-gallery.alignright:first-child,
.wp-block-gallery.alignleft:first-child {
  margin-top: 0;
}

.wp-block-image.alignright:last-child,
.wp-block-image.alignleft:last-child,
.wp-block-pullquote.alignright:last-child,
.wp-block-pullquote.alignleft:last-child,
.wp-block-gallery.alignright:last-child,
.wp-block-gallery.alignleft:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    margin: 21px 0;
  }
}

@media (min-width: 375px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    margin: 22px 0;
  }
}

@media (min-width: 414px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    margin: 23px 0;
  }
}

@media (min-width: 480px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    margin: 24px 0;
  }
}

@media (min-width: 576px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    margin: 25px 0;
  }
}

@media (min-width: 768px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    margin: 26px 0;
  }
}

@media (min-width: 992px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    margin: 27px 0;
  }
}

@media (min-width: 1240px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    margin: 28px 0;
  }
}

@media (min-width: 1540px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    margin: 29px 0;
  }
}

@media (min-width: 1800px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    margin: 30px 0;
  }
}

@media (min-width: 576px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    max-width: 350px;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    max-width: 450px;
  }
}

@media (min-width: 1240px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    max-width: 500px;
  }
}

@media (min-width: 576px) {
  .wp-block-image.alignright,
  .wp-block-pullquote.alignright,
  .wp-block-gallery.alignright {
    margin-right: -30px;
    margin-left: 30px;
    float: right;
  }
}

@media (min-width: 768px) {
  .wp-block-image.alignright,
  .wp-block-pullquote.alignright,
  .wp-block-gallery.alignright {
    margin-right: -30px;
  }
}

@media (min-width: 992px) {
  .wp-block-image.alignright,
  .wp-block-pullquote.alignright,
  .wp-block-gallery.alignright {
    margin-right: -40px;
  }
}

@media (min-width: 1240px) {
  .wp-block-image.alignright,
  .wp-block-pullquote.alignright,
  .wp-block-gallery.alignright {
    margin-right: -50px;
  }
}

@media (min-width: 576px) {
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignleft {
    margin-left: -80px;
    margin-right: 30px;
    float: left;
  }
}

@media (min-width: 768px) {
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignleft {
    margin-left: -30px;
  }
}

@media (min-width: 992px) {
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignleft {
    margin-left: -40px;
  }
}

@media (min-width: 1240px) {
  .wp-block-image.alignleft,
  .wp-block-pullquote.alignleft,
  .wp-block-gallery.alignleft {
    margin-left: -50px;
  }
}

.wp-block-pullquote {
  border-bottom: 1px solid #282828;
  border-top: 1px solid #282828;
  position: relative;
  padding: 20px 0;
}

.wp-block-pullquote:first-child {
  margin-top: 0;
}

.wp-block-pullquote:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-pullquote {
    padding: 22px 0;
  }
}

@media (min-width: 375px) {
  .wp-block-pullquote {
    padding: 24px 0;
  }
}

@media (min-width: 414px) {
  .wp-block-pullquote {
    padding: 26px 0;
  }
}

@media (min-width: 480px) {
  .wp-block-pullquote {
    padding: 28px 0;
  }
}

@media (min-width: 576px) {
  .wp-block-pullquote {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .wp-block-pullquote {
    padding: 32px 0;
  }
}

@media (min-width: 992px) {
  .wp-block-pullquote {
    padding: 34px 0;
  }
}

@media (min-width: 1240px) {
  .wp-block-pullquote {
    padding: 36px 0;
  }
}

@media (min-width: 1540px) {
  .wp-block-pullquote {
    padding: 38px 0;
  }
}

@media (min-width: 1800px) {
  .wp-block-pullquote {
    padding: 40px 0;
  }
}

.wp-block-pullquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(/images/Sticker_wall_1.jpg);
  opacity: 0.07;
  z-index: -2;
}

.wp-block-pullquote:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #090909 5%, rgba(9, 9, 9, 0.1) 35%, rgba(9, 9, 9, 0.1) 65%, #090909 95%);
  z-index: -1;
}

.wp-block-pullquote blockquote {
  max-width: 870px;
  border-left: none;
  padding: 20px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-pullquote blockquote:first-child {
  margin-top: 0;
}

.wp-block-pullquote blockquote:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-pullquote blockquote {
    padding: 22px;
  }
}

@media (min-width: 375px) {
  .wp-block-pullquote blockquote {
    padding: 24px;
  }
}

@media (min-width: 414px) {
  .wp-block-pullquote blockquote {
    padding: 26px;
  }
}

@media (min-width: 480px) {
  .wp-block-pullquote blockquote {
    padding: 28px;
  }
}

@media (min-width: 576px) {
  .wp-block-pullquote blockquote {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .wp-block-pullquote blockquote {
    padding: 32px;
  }
}

@media (min-width: 992px) {
  .wp-block-pullquote blockquote {
    padding: 34px;
  }
}

@media (min-width: 1240px) {
  .wp-block-pullquote blockquote {
    padding: 36px;
  }
}

@media (min-width: 1540px) {
  .wp-block-pullquote blockquote {
    padding: 38px;
  }
}

@media (min-width: 1800px) {
  .wp-block-pullquote blockquote {
    padding: 40px;
  }
}

.wp-block-pullquote p {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
}

.wp-block-pullquote p:first-child {
  margin-top: 0;
}

.wp-block-pullquote p:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-pullquote p {
    margin-top: 5.5px;
    margin-bottom: 16.5px;
    font-size: 21px;
  }
}

@media (min-width: 375px) {
  .wp-block-pullquote p {
    margin-top: 6px;
    margin-bottom: 18px;
    font-size: 22px;
  }
}

@media (min-width: 414px) {
  .wp-block-pullquote p {
    margin-top: 6.5px;
    margin-bottom: 19.5px;
    font-size: 23px;
  }
}

@media (min-width: 480px) {
  .wp-block-pullquote p {
    margin-top: 7px;
    margin-bottom: 21px;
    font-size: 24px;
  }
}

@media (min-width: 576px) {
  .wp-block-pullquote p {
    margin-top: 7.5px;
    margin-bottom: 22.5px;
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .wp-block-pullquote p {
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .wp-block-pullquote p {
    margin-top: 8.5px;
    margin-bottom: 25.5px;
    font-size: 27px;
  }
}

@media (min-width: 1240px) {
  .wp-block-pullquote p {
    margin-top: 9px;
    margin-bottom: 27px;
    font-size: 28px;
  }
}

@media (min-width: 1540px) {
  .wp-block-pullquote p {
    margin-top: 9.5px;
    margin-bottom: 28.5px;
    font-size: 29px;
  }
}

@media (min-width: 1800px) {
  .wp-block-pullquote p {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 30px;
  }
}

.wp-block-pullquote cite {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 3px 3px rgba(9, 9, 9, 0.65);
}

.wp-block-pullquote cite:first-child {
  margin-top: 0;
}

.wp-block-pullquote cite:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-pullquote cite {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 18px;
  }
}

@media (min-width: 375px) {
  .wp-block-pullquote cite {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 19px;
  }
}

@media (min-width: 414px) {
  .wp-block-pullquote cite {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 20px;
  }
}

@media (min-width: 480px) {
  .wp-block-pullquote cite {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 21px;
  }
}

@media (min-width: 576px) {
  .wp-block-pullquote cite {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .wp-block-pullquote cite {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 23px;
  }
}

@media (min-width: 992px) {
  .wp-block-pullquote cite {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 24px;
  }
}

@media (min-width: 1240px) {
  .wp-block-pullquote cite {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 25px;
  }
}

@media (min-width: 1540px) {
  .wp-block-pullquote cite {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 26px;
  }
}

@media (min-width: 1800px) {
  .wp-block-pullquote cite {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 27px;
  }
}

.wp-block-pullquote cite em {
  text-shadow: 3px 3px #090909;
  font-size: 75%;
}

.wp-block-pullquote cite.xs {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 14px;
}

.wp-block-pullquote cite.xs:first-child {
  margin-top: 0;
}

.wp-block-pullquote cite.xs:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-pullquote cite.xs {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 14.6px;
  }
}

@media (min-width: 375px) {
  .wp-block-pullquote cite.xs {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 15.2px;
  }
}

@media (min-width: 414px) {
  .wp-block-pullquote cite.xs {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 15.8px;
  }
}

@media (min-width: 480px) {
  .wp-block-pullquote cite.xs {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 16.4px;
  }
}

@media (min-width: 576px) {
  .wp-block-pullquote cite.xs {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .wp-block-pullquote cite.xs {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 17.6px;
  }
}

@media (min-width: 992px) {
  .wp-block-pullquote cite.xs {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 18.2px;
  }
}

@media (min-width: 1240px) {
  .wp-block-pullquote cite.xs {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 18.8px;
  }
}

@media (min-width: 1540px) {
  .wp-block-pullquote cite.xs {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 19.4px;
  }
}

@media (min-width: 1800px) {
  .wp-block-pullquote cite.xs {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 20px;
  }
}

.wp-block-pullquote cite.sm {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 15px;
}

.wp-block-pullquote cite.sm:first-child {
  margin-top: 0;
}

.wp-block-pullquote cite.sm:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-pullquote cite.sm {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 15.7px;
  }
}

@media (min-width: 375px) {
  .wp-block-pullquote cite.sm {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 16.4px;
  }
}

@media (min-width: 414px) {
  .wp-block-pullquote cite.sm {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 17.1px;
  }
}

@media (min-width: 480px) {
  .wp-block-pullquote cite.sm {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 17.8px;
  }
}

@media (min-width: 576px) {
  .wp-block-pullquote cite.sm {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 18.5px;
  }
}

@media (min-width: 768px) {
  .wp-block-pullquote cite.sm {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 19.2px;
  }
}

@media (min-width: 992px) {
  .wp-block-pullquote cite.sm {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 19.9px;
  }
}

@media (min-width: 1240px) {
  .wp-block-pullquote cite.sm {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 20.6px;
  }
}

@media (min-width: 1540px) {
  .wp-block-pullquote cite.sm {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 21.3px;
  }
}

@media (min-width: 1800px) {
  .wp-block-pullquote cite.sm {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 22px;
  }
}

.wp-block-pullquote cite.lg {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 19px;
}

.wp-block-pullquote cite.lg:first-child {
  margin-top: 0;
}

.wp-block-pullquote cite.lg:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-pullquote cite.lg {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 20.3px;
  }
}

@media (min-width: 375px) {
  .wp-block-pullquote cite.lg {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 21.6px;
  }
}

@media (min-width: 414px) {
  .wp-block-pullquote cite.lg {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 22.9px;
  }
}

@media (min-width: 480px) {
  .wp-block-pullquote cite.lg {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 24.2px;
  }
}

@media (min-width: 576px) {
  .wp-block-pullquote cite.lg {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 25.5px;
  }
}

@media (min-width: 768px) {
  .wp-block-pullquote cite.lg {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 26.8px;
  }
}

@media (min-width: 992px) {
  .wp-block-pullquote cite.lg {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 28.1px;
  }
}

@media (min-width: 1240px) {
  .wp-block-pullquote cite.lg {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 29.4px;
  }
}

@media (min-width: 1540px) {
  .wp-block-pullquote cite.lg {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 30.7px;
  }
}

@media (min-width: 1800px) {
  .wp-block-pullquote cite.lg {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 32px;
  }
}

.wp-block-pullquote cite.xl {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 24px;
}

.wp-block-pullquote cite.xl:first-child {
  margin-top: 0;
}

.wp-block-pullquote cite.xl:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-pullquote cite.xl {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 25.6px;
  }
}

@media (min-width: 375px) {
  .wp-block-pullquote cite.xl {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 27.2px;
  }
}

@media (min-width: 414px) {
  .wp-block-pullquote cite.xl {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 28.8px;
  }
}

@media (min-width: 480px) {
  .wp-block-pullquote cite.xl {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 30.4px;
  }
}

@media (min-width: 576px) {
  .wp-block-pullquote cite.xl {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .wp-block-pullquote cite.xl {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 33.6px;
  }
}

@media (min-width: 992px) {
  .wp-block-pullquote cite.xl {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 35.2px;
  }
}

@media (min-width: 1240px) {
  .wp-block-pullquote cite.xl {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 36.8px;
  }
}

@media (min-width: 1540px) {
  .wp-block-pullquote cite.xl {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 38.4px;
  }
}

@media (min-width: 1800px) {
  .wp-block-pullquote cite.xl {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 40px;
  }
}

.wp-block-pullquote cite a {
  text-decoration: none;
  color: #ffffff;
}

.wp-block-pullquote.alignright,
.wp-block-pullquote.alignleft {
  padding: 0;
}

@media (min-width: 576px) {
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.alignleft {
    text-align: left;
  }
}

.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft p {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
}

.wp-block-pullquote.alignright p:first-child,
.wp-block-pullquote.alignleft p:first-child {
  margin-top: 0;
}

.wp-block-pullquote.alignright p:last-child,
.wp-block-pullquote.alignleft p:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.alignleft p {
    margin-top: 5.5px;
    margin-bottom: 16.5px;
    font-size: 20.4px;
  }
}

@media (min-width: 375px) {
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.alignleft p {
    margin-top: 6px;
    margin-bottom: 18px;
    font-size: 20.8px;
  }
}

@media (min-width: 414px) {
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.alignleft p {
    margin-top: 6.5px;
    margin-bottom: 19.5px;
    font-size: 21.2px;
  }
}

@media (min-width: 480px) {
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.alignleft p {
    margin-top: 7px;
    margin-bottom: 21px;
    font-size: 21.6px;
  }
}

@media (min-width: 576px) {
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.alignleft p {
    margin-top: 7.5px;
    margin-bottom: 22.5px;
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.alignleft p {
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 22.4px;
  }
}

@media (min-width: 992px) {
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.alignleft p {
    margin-top: 8.5px;
    margin-bottom: 25.5px;
    font-size: 22.8px;
  }
}

@media (min-width: 1240px) {
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.alignleft p {
    margin-top: 9px;
    margin-bottom: 27px;
    font-size: 23.2px;
  }
}

@media (min-width: 1540px) {
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.alignleft p {
    margin-top: 9.5px;
    margin-bottom: 28.5px;
    font-size: 23.6px;
  }
}

@media (min-width: 1800px) {
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.alignleft p {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media (min-width: 576px) {
  .wp-block-pullquote.alignright {
    border-left: 1px solid #282828;
  }

  .wp-block-pullquote.alignright:after {
    background: linear-gradient(to left, #090909 5%, rgba(9, 9, 9, 0) 95%);
  }
}

@media (min-width: 576px) {
  .wp-block-pullquote.alignleft {
    border-right: 1px solid #282828;
  }

  .wp-block-pullquote.alignleft:after {
    background: linear-gradient(to left, #090909 5%, rgba(9, 9, 9, 0) 95%);
  }
}

.wp-block-search input {
  width: auto !important;
}

.wp-block-search button {
  margin-top: 0;
}

.wp-block-calendar table {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
}

pre.wp-block-verse {
  white-space: normal;
}

.wp-block-latest-posts:before {
  content: "Latest Posts";
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #777777;
  text-shadow: 2px 2px rgba(9, 9, 9, 0.65);
  border-bottom: 1px solid #777777;
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 20px;
}

.wp-block-latest-posts:before:first-child {
  margin-top: 0;
}

.wp-block-latest-posts:before:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-latest-posts:before {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 24.8px;
    letter-spacing: 2.2px;
  }
}

@media (min-width: 375px) {
  .wp-block-latest-posts:before {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 27.6px;
    letter-spacing: 2.4px;
  }
}

@media (min-width: 414px) {
  .wp-block-latest-posts:before {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 30.4px;
    letter-spacing: 2.6px;
  }
}

@media (min-width: 480px) {
  .wp-block-latest-posts:before {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 33.2px;
    letter-spacing: 2.8px;
  }
}

@media (min-width: 576px) {
  .wp-block-latest-posts:before {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 36px;
    letter-spacing: 3px;
  }
}

@media (min-width: 768px) {
  .wp-block-latest-posts:before {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 38.8px;
    letter-spacing: 3.2px;
  }
}

@media (min-width: 992px) {
  .wp-block-latest-posts:before {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 41.6px;
    letter-spacing: 3.4px;
  }
}

@media (min-width: 1240px) {
  .wp-block-latest-posts:before {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 44.4px;
    letter-spacing: 3.6px;
  }
}

@media (min-width: 1540px) {
  .wp-block-latest-posts:before {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 47.2px;
    letter-spacing: 3.8px;
  }
}

@media (min-width: 1800px) {
  .wp-block-latest-posts:before {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 50px;
    letter-spacing: 4px;
  }
}

.wp-block-latest-posts:before.sm {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 19px;
  letter-spacing: 2px;
}

.wp-block-latest-posts:before.sm:first-child {
  margin-top: 0;
}

.wp-block-latest-posts:before.sm:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-latest-posts:before.sm {
    margin-top: 5.5px;
    margin-bottom: 6.6px;
    font-size: 21.1px;
    letter-spacing: 2.2px;
  }
}

@media (min-width: 375px) {
  .wp-block-latest-posts:before.sm {
    margin-top: 6px;
    margin-bottom: 7.2px;
    font-size: 23.2px;
    letter-spacing: 2.4px;
  }
}

@media (min-width: 414px) {
  .wp-block-latest-posts:before.sm {
    margin-top: 6.5px;
    margin-bottom: 7.8px;
    font-size: 25.3px;
    letter-spacing: 2.6px;
  }
}

@media (min-width: 480px) {
  .wp-block-latest-posts:before.sm {
    margin-top: 7px;
    margin-bottom: 8.4px;
    font-size: 27.4px;
    letter-spacing: 2.8px;
  }
}

@media (min-width: 576px) {
  .wp-block-latest-posts:before.sm {
    margin-top: 7.5px;
    margin-bottom: 9px;
    font-size: 29.5px;
    letter-spacing: 3px;
  }
}

@media (min-width: 768px) {
  .wp-block-latest-posts:before.sm {
    margin-top: 8px;
    margin-bottom: 9.6px;
    font-size: 31.6px;
    letter-spacing: 3.2px;
  }
}

@media (min-width: 992px) {
  .wp-block-latest-posts:before.sm {
    margin-top: 8.5px;
    margin-bottom: 10.2px;
    font-size: 33.7px;
    letter-spacing: 3.4px;
  }
}

@media (min-width: 1240px) {
  .wp-block-latest-posts:before.sm {
    margin-top: 9px;
    margin-bottom: 10.8px;
    font-size: 35.8px;
    letter-spacing: 3.6px;
  }
}

@media (min-width: 1540px) {
  .wp-block-latest-posts:before.sm {
    margin-top: 9.5px;
    margin-bottom: 11.4px;
    font-size: 37.9px;
    letter-spacing: 3.8px;
  }
}

@media (min-width: 1800px) {
  .wp-block-latest-posts:before.sm {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 40px;
    letter-spacing: 4px;
  }
}

.wp-block-latest-posts:before:first-child {
  margin-top: 0;
}

.wp-block-latest-posts:before:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .wp-block-latest-posts:before {
    margin-bottom: 21px;
    padding-right: 21px;
  }
}

@media (min-width: 375px) {
  .wp-block-latest-posts:before {
    margin-bottom: 22px;
    padding-right: 22px;
  }
}

@media (min-width: 414px) {
  .wp-block-latest-posts:before {
    margin-bottom: 23px;
    padding-right: 23px;
  }
}

@media (min-width: 480px) {
  .wp-block-latest-posts:before {
    margin-bottom: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 576px) {
  .wp-block-latest-posts:before {
    margin-bottom: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 768px) {
  .wp-block-latest-posts:before {
    margin-bottom: 26px;
    padding-right: 26px;
  }
}

@media (min-width: 992px) {
  .wp-block-latest-posts:before {
    margin-bottom: 27px;
    padding-right: 27px;
  }
}

@media (min-width: 1240px) {
  .wp-block-latest-posts:before {
    margin-bottom: 28px;
    padding-right: 28px;
  }
}

@media (min-width: 1540px) {
  .wp-block-latest-posts:before {
    margin-bottom: 29px;
    padding-right: 29px;
  }
}

@media (min-width: 1800px) {
  .wp-block-latest-posts:before {
    margin-bottom: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .columns .column-itme {
    display: inline-block;
  }
}

form {
  margin-top: 15px;
  margin-bottom: 15px;
}

form:first-child {
  margin-top: 0;
}

form:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  form {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  form {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  form {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  form {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  form {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  form {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  form {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  form {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  form {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  form {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

form:first-child {
  margin-top: 0;
}

form:last-child {
  margin-bottom: 0;
}

input:not([type=submit]),
select,
select.form-control,
.ginput_container_select select,
textarea,
textarea.form-control {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
  padding: 11px 12px;
  font-size: 16px;
  height: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #050505;
  display: block;
  outline: none;
  border: 1px solid #777777;
  color: #777777;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  font-weight: 500;
  line-height: 1.3;
  transition: all 200ms ease-out;
  box-sizing: border-box;
  margin: 0;
}

input:not([type=submit]):first-child,
select:first-child,
select.form-control:first-child,
.ginput_container_select select:first-child,
textarea:first-child,
textarea.form-control:first-child {
  margin-top: 0;
}

input:not([type=submit]):last-child,
select:last-child,
select.form-control:last-child,
.ginput_container_select select:last-child,
textarea:last-child,
textarea.form-control:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  input:not([type=submit]),
  select,
  select.form-control,
  .ginput_container_select select,
  textarea,
  textarea.form-control {
    padding: 11.4px 12.5px;
    font-size: 16.4px;
  }
}

@media (min-width: 375px) {
  input:not([type=submit]),
  select,
  select.form-control,
  .ginput_container_select select,
  textarea,
  textarea.form-control {
    padding: 11.8px 13px;
    font-size: 16.8px;
  }
}

@media (min-width: 414px) {
  input:not([type=submit]),
  select,
  select.form-control,
  .ginput_container_select select,
  textarea,
  textarea.form-control {
    padding: 12.2px 13.5px;
    font-size: 17.2px;
  }
}

@media (min-width: 480px) {
  input:not([type=submit]),
  select,
  select.form-control,
  .ginput_container_select select,
  textarea,
  textarea.form-control {
    padding: 12.6px 14px;
    font-size: 17.6px;
  }
}

@media (min-width: 576px) {
  input:not([type=submit]),
  select,
  select.form-control,
  .ginput_container_select select,
  textarea,
  textarea.form-control {
    padding: 13px 14.5px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  input:not([type=submit]),
  select,
  select.form-control,
  .ginput_container_select select,
  textarea,
  textarea.form-control {
    padding: 13.4px 15px;
    font-size: 18.4px;
  }
}

@media (min-width: 992px) {
  input:not([type=submit]),
  select,
  select.form-control,
  .ginput_container_select select,
  textarea,
  textarea.form-control {
    padding: 13.8px 15.5px;
    font-size: 18.8px;
  }
}

@media (min-width: 1240px) {
  input:not([type=submit]),
  select,
  select.form-control,
  .ginput_container_select select,
  textarea,
  textarea.form-control {
    padding: 14.2px 16px;
    font-size: 19.2px;
  }
}

@media (min-width: 1540px) {
  input:not([type=submit]),
  select,
  select.form-control,
  .ginput_container_select select,
  textarea,
  textarea.form-control {
    padding: 14.6px 16.5px;
    font-size: 19.6px;
  }
}

@media (min-width: 1800px) {
  input:not([type=submit]),
  select,
  select.form-control,
  .ginput_container_select select,
  textarea,
  textarea.form-control {
    padding: 15px 17px;
    font-size: 20px;
  }
}

input:not([type=submit]):hover,
select:hover,
select.form-control:hover,
.ginput_container_select select:hover,
textarea:hover,
textarea.form-control:hover {
  border-color: #865FCC;
}

input:not([type=submit]):focus,
select:focus,
select.form-control:focus,
.ginput_container_select select:focus,
textarea:focus,
textarea.form-control:focus {
  border-color: #865FCC;
  box-shadow: 0 0 12px 0 rgba(134, 95, 204, 0.9);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #ffffff;
  background-color: #050505;
  outline: none;
}

.gfield_error input:not([type=submit]),
.gfield_error select,
.gfield_error select.form-control,
.gfield_error .ginput_container_select select,
.gfield_error textarea,
.gfield_error textarea.form-control {
  border-color: #d03d42;
}

.gfield_error input:not([type=submit]):focus,
.gfield_error select:focus,
.gfield_error select.form-control:focus,
.gfield_error .ginput_container_select select:focus,
.gfield_error textarea:focus,
.gfield_error textarea.form-control:focus {
  border-color: #865FCC;
}

select,
select.form-control,
.ginput_container_select select {
  padding-right: 50px !important;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
  /* Hide arrow icon in IE browsers */
  /* Set options to normal weight */
  /* Disabled styles */
}

select::-ms-expand,
select.form-control::-ms-expand,
.ginput_container_select select::-ms-expand {
  display: none;
}

select option,
select.form-control option,
.ginput_container_select select option {
  font-weight: normal;
}

select:disabled,
select[aria-disabled=true],
select.form-control:disabled,
select.form-control[aria-disabled=true],
.ginput_container_select select:disabled,
.ginput_container_select select[aria-disabled=true] {
  color: #777777;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
}

select:disabled:hover,
select[aria-disabled=true],
select.form-control:disabled:hover,
select.form-control[aria-disabled=true],
.ginput_container_select select:disabled:hover,
.ginput_container_select select[aria-disabled=true] {
  border-color: #777777;
}

[type=radio] {
  padding: 0 !important;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  background: #090909;
}

.pc [type=radio]:checked + label:before,
.pc [type=radio]:not(:checked) + label:before {
  top: -3px;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #865FCC;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  transition: all 200ms ease;
  opacity: 0;
  transform: scale(0);
}

.pc [type=radio]:checked + label:after,
.pc [type=radio]:not(:checked) + label:after {
  top: 2px;
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.form-group {
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-group:first-child {
  margin-top: 0;
}

.form-group:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .form-group {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  .form-group {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  .form-group {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  .form-group {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .form-group {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  .form-group {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .form-group {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  .form-group {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  .form-group {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  .form-group {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.form-group:first-child {
  margin-top: 0;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-check-inline {
  margin-right: 30px;
}

.gform_body {
  margin-top: 15px;
  margin-bottom: 15px;
}

.gform_body:first-child {
  margin-top: 0;
}

.gform_body:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .gform_body {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  .gform_body {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  .gform_body {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  .gform_body {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .gform_body {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  .gform_body {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .gform_body {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  .gform_body {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  .gform_body {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  .gform_body {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.gform_body:first-child {
  margin-top: 0;
}

.gform_body:last-child {
  margin-bottom: 0;
}

.gfield {
  margin-top: 15px;
  margin-bottom: 15px;
}

.gfield:first-child {
  margin-top: 0;
}

.gfield:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .gfield {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  .gfield {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  .gfield {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  .gfield {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .gfield {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  .gfield {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .gfield {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  .gfield {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  .gfield {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  .gfield {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.gfield:first-child {
  margin-top: 0;
}

.gfield:last-child {
  margin-bottom: 0;
}

.gfield_required {
  color: #d03d42;
}

.gform_description,
.gform_confirmation_message,
.validation_error {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #dddddd;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px rgba(9, 9, 9, 0.65);
}

.gform_description:first-child,
.gform_confirmation_message:first-child,
.validation_error:first-child {
  margin-top: 0;
}

.gform_description:last-child,
.gform_confirmation_message:last-child,
.validation_error:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .gform_description,
  .gform_confirmation_message,
  .validation_error {
    margin-top: 5.7px;
    margin-bottom: 16.5px;
    font-size: 14.6px;
  }
}

@media (min-width: 375px) {
  .gform_description,
  .gform_confirmation_message,
  .validation_error {
    margin-top: 6.4px;
    margin-bottom: 18px;
    font-size: 15.2px;
  }
}

@media (min-width: 414px) {
  .gform_description,
  .gform_confirmation_message,
  .validation_error {
    margin-top: 7.1px;
    margin-bottom: 19.5px;
    font-size: 15.8px;
  }
}

@media (min-width: 480px) {
  .gform_description,
  .gform_confirmation_message,
  .validation_error {
    margin-top: 7.8px;
    margin-bottom: 21px;
    font-size: 16.4px;
  }
}

@media (min-width: 576px) {
  .gform_description,
  .gform_confirmation_message,
  .validation_error {
    margin-top: 8.5px;
    margin-bottom: 22.5px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .gform_description,
  .gform_confirmation_message,
  .validation_error {
    margin-top: 9.2px;
    margin-bottom: 24px;
    font-size: 17.6px;
  }
}

@media (min-width: 992px) {
  .gform_description,
  .gform_confirmation_message,
  .validation_error {
    margin-top: 9.9px;
    margin-bottom: 25.5px;
    font-size: 18.2px;
  }
}

@media (min-width: 1240px) {
  .gform_description,
  .gform_confirmation_message,
  .validation_error {
    margin-top: 10.6px;
    margin-bottom: 27px;
    font-size: 18.8px;
  }
}

@media (min-width: 1540px) {
  .gform_description,
  .gform_confirmation_message,
  .validation_error {
    margin-top: 11.3px;
    margin-bottom: 28.5px;
    font-size: 19.4px;
  }
}

@media (min-width: 1800px) {
  .gform_description,
  .gform_confirmation_message,
  .validation_error {
    margin-top: 12px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.gform_description b,
.gform_description strong,
.gform_confirmation_message b,
.gform_confirmation_message strong,
.validation_error b,
.validation_error strong {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 700;
  text-shadow: 1px 0 0 currentColor;
  letter-spacing: 1.5px;
}

.gform_description.alt,
.gform_confirmation_message.alt,
.validation_error.alt {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
}

.pc .gform_description.alt,
.pc .gform_confirmation_message.alt,
.pc .validation_error.alt {
  position: relative;
  top: 0.12em;
}

.gform_description a,
.gform_confirmation_message a,
.validation_error a {
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.gform_description a:after,
.gform_confirmation_message a:after,
.validation_error a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A600E4;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 0;
  transform: scaleX(0);
  transition: all 250ms ease-out;
  transform-origin: center left;
}

.gform_description a:hover,
.gform_confirmation_message a:hover,
.validation_error a:hover {
  text-decoration: none;
}

.gform_description a:hover:after,
.gform_confirmation_message a:hover:after,
.validation_error a:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.gform_description a:after,
.gform_confirmation_message a:after,
.validation_error a:after {
  background-color: #865FCC;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 1;
  transform: scaleX(1);
}

@keyframes hoverUnderline {
  0% {
    transform: scaleX(1);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1);
    transform-origin: center left;
  }
}

@keyframes hoverUnderlineCenter {
  0% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center left;
  }
}

.gform_description a:hover:after,
.gform_confirmation_message a:hover:after,
.validation_error a:hover:after {
  transform: scaleX(1);
  opacity: 1;
  -webkit-animation: hoverUnderline 800ms;
          animation: hoverUnderline 800ms;
}

.gform_description a:hover,
.gform_confirmation_message a:hover,
.validation_error a:hover {
  color: #ffffff;
}

.validation_error {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #dddddd;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px rgba(9, 9, 9, 0.65);
  color: #d03d42;
}

.validation_error:first-child {
  margin-top: 0;
}

.validation_error:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .validation_error {
    margin-top: 5.7px;
    margin-bottom: 16.5px;
    font-size: 14.6px;
  }
}

@media (min-width: 375px) {
  .validation_error {
    margin-top: 6.4px;
    margin-bottom: 18px;
    font-size: 15.2px;
  }
}

@media (min-width: 414px) {
  .validation_error {
    margin-top: 7.1px;
    margin-bottom: 19.5px;
    font-size: 15.8px;
  }
}

@media (min-width: 480px) {
  .validation_error {
    margin-top: 7.8px;
    margin-bottom: 21px;
    font-size: 16.4px;
  }
}

@media (min-width: 576px) {
  .validation_error {
    margin-top: 8.5px;
    margin-bottom: 22.5px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .validation_error {
    margin-top: 9.2px;
    margin-bottom: 24px;
    font-size: 17.6px;
  }
}

@media (min-width: 992px) {
  .validation_error {
    margin-top: 9.9px;
    margin-bottom: 25.5px;
    font-size: 18.2px;
  }
}

@media (min-width: 1240px) {
  .validation_error {
    margin-top: 10.6px;
    margin-bottom: 27px;
    font-size: 18.8px;
  }
}

@media (min-width: 1540px) {
  .validation_error {
    margin-top: 11.3px;
    margin-bottom: 28.5px;
    font-size: 19.4px;
  }
}

@media (min-width: 1800px) {
  .validation_error {
    margin-top: 12px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.validation_error b,
.validation_error strong {
  font-family: "Lora", serif;
  line-height: 1.18;
  font-style: normal;
  font-weight: 700;
  text-shadow: 1px 0 0 currentColor;
  letter-spacing: 1.5px;
}

.validation_error.alt {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
}

.pc .validation_error.alt {
  position: relative;
  top: 0.12em;
}

.validation_error a {
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.validation_error a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A600E4;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 0;
  transform: scaleX(0);
  transition: all 250ms ease-out;
  transform-origin: center left;
}

.validation_error a:hover {
  text-decoration: none;
}

.validation_error a:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.validation_error a:after {
  background-color: #865FCC;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 1;
  transform: scaleX(1);
}

@keyframes hoverUnderline {
  0% {
    transform: scaleX(1);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1);
    transform-origin: center left;
  }
}

@keyframes hoverUnderlineCenter {
  0% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center right;
  }

  50% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center right;
  }

  51% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: center left;
  }

  100% {
    transform: scaleX(1) translateX(-50%);
    transform-origin: center left;
  }
}

.validation_error a:hover:after {
  transform: scaleX(1);
  opacity: 1;
  -webkit-animation: hoverUnderline 800ms;
          animation: hoverUnderline 800ms;
}

.validation_error a:hover {
  color: #ffffff;
}

.gfield_description {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #777777;
  display: block;
  line-height: 1.6;
}

.pc .gfield_description {
  position: relative;
  top: 0.12em;
}

.gfield_description:first-child {
  margin-top: 0;
}

.gfield_description:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .gfield_description {
    margin-top: 10.5px;
    margin-bottom: 11px;
    font-size: 12.2px;
  }
}

@media (min-width: 375px) {
  .gfield_description {
    margin-top: 11px;
    margin-bottom: 12px;
    font-size: 12.4px;
  }
}

@media (min-width: 414px) {
  .gfield_description {
    margin-top: 11.5px;
    margin-bottom: 13px;
    font-size: 12.6px;
  }
}

@media (min-width: 480px) {
  .gfield_description {
    margin-top: 12px;
    margin-bottom: 14px;
    font-size: 12.8px;
  }
}

@media (min-width: 576px) {
  .gfield_description {
    margin-top: 12.5px;
    margin-bottom: 15px;
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .gfield_description {
    margin-top: 13px;
    margin-bottom: 16px;
    font-size: 13.2px;
  }
}

@media (min-width: 992px) {
  .gfield_description {
    margin-top: 13.5px;
    margin-bottom: 17px;
    font-size: 13.4px;
  }
}

@media (min-width: 1240px) {
  .gfield_description {
    margin-top: 14px;
    margin-bottom: 18px;
    font-size: 13.6px;
  }
}

@media (min-width: 1540px) {
  .gfield_description {
    margin-top: 14.5px;
    margin-bottom: 19px;
    font-size: 13.8px;
  }
}

@media (min-width: 1800px) {
  .gfield_description {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

/* ICONS */

@font-face {
  font-family: "zocial";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/zocial-regular-webfont.eot");
  src: url("/fonts/zocial-regular-webfont.eot?#iefix") format("eot"), url("/fonts/zocial-regular-webfont.woff") format("woff"), url("/fonts/zocial-regular-webfont.ttf") format("truetype"), url("/fonts/zocial-regular-webfont.svg#zocialregular") format("svg");
}

.zocial-acrobat:before {
  content: "\E3";
}

.zocial-amazon:before {
  content: "a";
}

.zocial-android:before {
  content: "&";
}

.zocial-angellist:before {
  content: "\D6";
}

.zocial-aol:before {
  content: '"';
}

.zocial-appnet:before {
  content: "\E1";
}

.zocial-appstore:before {
  content: "A";
}

.zocial-bitbucket:before {
  content: "\E9";
}

.zocial-bitcoin:before {
  content: "2";
}

.zocial-blogger:before {
  content: "B";
}

.zocial-buffer:before {
  content: "\E5";
}

.zocial-call:before {
  content: "7";
}

.zocial-cal:before {
  content: ".";
}

.zocial-cart:before {
  content: "\C9";
}

.zocial-chrome:before {
  content: "[";
}

.zocial-cloudapp:before {
  content: "c";
}

.zocial-creativecommons:before {
  content: "C";
}

.zocial-delicious:before {
  content: "#";
}

.zocial-digg:before {
  content: ";";
}

.zocial-disqus:before {
  content: "Q";
}

.zocial-dribbble:before {
  content: "D";
}

.zocial-dropbox:before {
  content: "d";
}

.zocial-drupal:before {
  content: "\E4";
}

.zocial-dwolla:before {
  content: "\E0";
}

.zocial-email:before {
  content: "]";
}

.zocial-eventasaurus:before {
  content: "v";
}

.zocial-eventbrite:before {
  content: "|";
}

.zocial-eventful:before {
  content: "'";
}

.zocial-evernote:before {
  content: "E";
}

.zocial-facebook:before {
  content: "f";
}

.zocial-fivehundredpx:before {
  content: "0";
}

.zocial-flattr:before {
  content: "%";
}

.zocial-flickr:before {
  content: "F";
}

.zocial-forrst:before {
  content: ":";
}

.zocial-foursquare:before {
  content: "4";
}

.zocial-github:before {
  content: "g";
}

.zocial-gmail:before {
  content: "m";
}

.zocial-google:before {
  content: "G";
}

.zocial-googleplay:before {
  content: "h";
}

.zocial-googleplus:before {
  content: "+";
}

.zocial-gowalla:before {
  content: "@";
}

.zocial-grooveshark:before {
  content: "8";
}

.zocial-guest:before {
  content: "?";
}

.zocial-html5:before {
  content: "5";
}

.zocial-ie:before {
  content: "6";
}

.zocial-instagram:before {
  content: "\DC";
}

.zocial-instapaper:before {
  content: "I";
}

.zocial-intensedebate:before {
  content: "{";
}

.zocial-itunes:before {
  content: "i";
}

.zocial-klout:before {
  content: "K";
}

.zocial-lanyrd:before {
  content: "-";
}

.zocial-lastfm:before {
  content: "l";
}

.zocial-linkedin:before {
  content: "L";
}

.zocial-macstore:before {
  content: "^";
}

.zocial-meetup:before {
  content: "M";
}

.zocial-myspace:before {
  content: "_";
}

.zocial-ninetyninedesigns:before {
  content: "9";
}

.zocial-openid:before {
  content: "o";
}

.zocial-opentable:before {
  content: "\C7";
}

.zocial-paypal:before {
  content: "$";
}

.zocial-pinboard:before {
  content: "n";
}

.zocial-pinterest:before {
  content: "1";
}

.zocial-plancast:before {
  content: "P";
}

.zocial-plurk:before {
  content: "j";
}

.zocial-pocket:before {
  content: "\E7";
}

.zocial-podcast:before {
  content: "`";
}

.zocial-posterous:before {
  content: "~";
}

.zocial-print:before {
  content: "\D1";
}

.zocial-quora:before {
  content: "q";
}

.zocial-reddit:before {
  content: ">";
}

.zocial-rss:before {
  content: "R";
}

.zocial-scribd:before {
  content: "}";
}

.zocial-skype:before {
  content: "S";
}

.zocial-smashing:before {
  content: "*";
}

.zocial-songkick:before {
  content: "k";
}

.zocial-soundcloud:before {
  content: "s";
}

.zocial-spotify:before {
  content: "=";
}

.zocial-statusnet:before {
  content: "\E2";
}

.zocial-steam:before {
  content: "b";
}

.zocial-stripe:before {
  content: "\A3";
}

.zocial-stumbleupon:before {
  content: "/";
}

.zocial-tumblr:before {
  content: "t";
}

.zocial-twitter:before {
  content: "T";
}

.zocial-viadeo:before {
  content: "H";
}

.zocial-vimeo:before {
  content: "V";
}

.zocial-vk:before {
  content: "N";
}

.zocial-weibo:before {
  content: "J";
}

.zocial-wikipedia:before {
  content: ",";
}

.zocial-windows:before {
  content: "W";
}

.zocial-wordpress:before {
  content: "w";
}

.zocial-xing:before {
  content: "X";
}

.zocial-yahoo:before {
  content: "Y";
}

.zocial-yelp:before {
  content: "y";
}

.zocial-youtube:before {
  content: "U";
}

.social_container {
  text-align: center;
  padding: 2px;
  /* Basic icon style */
}

.text-center .social_container {
  margin: 15px auto;
}

.social_container [class*=zocial-]:before {
  font-family: "zocial", sans-serif;
}

.social_container .icon,
.social_container [class^=zocial-] {
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.social_container:hover .social_item .social_icon {
  color: #282828;
}

.social_container .social_item {
  perspective: 500px;
  position: relative;
  width: 50px;
  margin: 10px;
}

.social_container .social_item:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  border: 1px solid #282828;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 36%, 100% 100%, 79% 100%, 50% 100%, 21% 100%, 0 100%, 0 36%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 36%, 100% 100%, 79% 100%, 50% 100%, 21% 100%, 0 100%, 0 36%, 0 0);
  background-color: #090909;
  transition: all 250ms ease-out;
  transform: rotate(-90deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .social_container .social_item:after {
    display: none;
  }
}

@supports (-ms-accelerator: true) {
  .social_container .social_item:after {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .social_container .social_item:after {
    display: none;
  }
}

.social_container .social_item:hover {
  z-index: 10;
}

.social_container .social_item:hover:after {
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  transform: rotate(-15deg) scale(1.9);
  background-color: #865FCC;
  border: 1px solid transparent;
}

.social_container .social_item:hover .social_icon {
  text-decoration: none;
  color: #090909;
  transform: translateZ(-25px) rotate(-15deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .social_container .social_item:hover .social_icon {
    color: #865FCC;
    transform: scale(1.3);
  }
}

@supports (-ms-accelerator: true) {
  .social_container .social_item:hover .social_icon {
    color: #865FCC;
    transform: scale(1.3);
  }
}

@supports (-ms-ime-align: auto) {
  .social_container .social_item:hover .social_icon {
    color: #865FCC;
    transform: scale(1.3);
  }
}

.social_container .social_item:hover.facebook:after {
  background-color: #3b5998;
}

.social_container .social_item:hover.twitter:after {
  background-color: #1DA1F2;
}

.social_container .social_item.facebook i {
  position: relative;
  right: 5px;
}

.social_container .social_item .social_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
  transition: all 250ms ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
}

@media (min-width: 768px) {
  .social_container .social_item .social_icon {
    font-size: 25px;
  }
}

@-webkit-keyframes backgroundShift {
  0% {
    background-position: 0 0;
  }

  25% {
    background-position: 25% 50%;
  }

  50% {
    background-position: 75% 25%;
  }

  75% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 100%;
  }
}

@keyframes backgroundShift {
  0% {
    background-position: 0 0;
  }

  25% {
    background-position: 25% 50%;
  }

  50% {
    background-position: 75% 25%;
  }

  75% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 100%;
  }
}

body {
  padding: 0;
  background-color: #000000;
  color: #ffffff;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.075;
  background-image: url(/images/static_compressed.gif);
  pointer-events: none;
  z-index: 100000;
  background-size: 120px 91px;
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
  border: none;
}

@media (min-width: 1800px) {
  .wrapper {
    max-width: 1740px;
  }
}

@media print {
  .wrapper {
    max-width: none;
  }
}

@media (min-width: 1800px) {
  .wrapper {
    border-left: 1px solid #282828;
    border-right: 1px solid #282828;
  }
}

@keyframes backgroundShift {
  0% {
    background-position: 0% 0;
  }

  10% {
    background-position: 100% 25%;
  }

  20% {
    background-position: 50% 100%;
  }

  30% {
    background-position: 25% 50%;
  }

  40% {
    background-position: 75% 100%;
  }

  50% {
    background-position: 0% 0;
  }

  60% {
    background-position: 100% 25%;
  }

  70% {
    background-position: 50% 100%;
  }

  80% {
    background-position: 25% 50%;
  }

  90% {
    background-position: 75% 100%;
  }

  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes backgroundShiftLong {
  0% {
    background-position: 0% 0;
  }

  5% {
    background-position: 100% 25%;
  }

  10% {
    background-position: 50% 100%;
  }

  15% {
    background-position: 25% 50%;
  }

  20% {
    background-position: 75% 100%;
  }

  25% {
    background-position: 0% 0;
  }

  30% {
    background-position: 100% 25%;
  }

  35% {
    background-position: 50% 100%;
  }

  40% {
    background-position: 25% 50%;
  }

  45% {
    background-position: 75% 100%;
  }

  50% {
    background-position: 10% 25%;
  }

  55% {
    background-position: 85% 65%;
  }

  60% {
    background-position: 30% 70%;
  }

  65% {
    background-position: 100% 25%;
  }

  70% {
    background-position: 55% 80%;
  }

  75% {
    background-position: 100% 0;
  }

  80% {
    background-position: 40% 65%;
  }

  85% {
    background-position: 0% 100%;
  }

  90% {
    background-position: 100% 70%;
  }

  95% {
    background-position: 65% 90%;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes backgroundShiftLong {
  0% {
    background-position: 0% 0;
  }

  5% {
    background-position: 100% 25%;
  }

  10% {
    background-position: 50% 100%;
  }

  15% {
    background-position: 25% 50%;
  }

  20% {
    background-position: 75% 100%;
  }

  25% {
    background-position: 0% 0;
  }

  30% {
    background-position: 100% 25%;
  }

  35% {
    background-position: 50% 100%;
  }

  40% {
    background-position: 25% 50%;
  }

  45% {
    background-position: 75% 100%;
  }

  50% {
    background-position: 10% 25%;
  }

  55% {
    background-position: 85% 65%;
  }

  60% {
    background-position: 30% 70%;
  }

  65% {
    background-position: 100% 25%;
  }

  70% {
    background-position: 55% 80%;
  }

  75% {
    background-position: 100% 0;
  }

  80% {
    background-position: 40% 65%;
  }

  85% {
    background-position: 0% 100%;
  }

  90% {
    background-position: 100% 70%;
  }

  95% {
    background-position: 65% 90%;
  }

  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes hueSpin {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }

  50% {
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
  }

  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
}

@keyframes hueSpin {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }

  50% {
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
  }

  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
}

@-webkit-keyframes hueSpinMove {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
    transform: translateX(-50%) translateY(-30%);
  }

  25% {
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
    transform: translateX(-30%) translateY(-30%);
  }

  50% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
    transform: translateX(-25%) translateY(-25%);
  }

  75% {
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
    transform: translateX(-40%) translateY(-65%);
  }

  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
    transform: translateX(-50%) translateY(-30%);
  }
}

@keyframes hueSpinMove {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
    transform: translateX(-50%) translateY(-30%);
  }

  25% {
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
    transform: translateX(-30%) translateY(-30%);
  }

  50% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
    transform: translateX(-25%) translateY(-25%);
  }

  75% {
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
    transform: translateX(-40%) translateY(-65%);
  }

  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
    transform: translateX(-50%) translateY(-30%);
  }
}

@-webkit-keyframes rotate_spotlight {
  0% {
    transform: rotate(0deg) scaleY(1) translateY(0);
  }

  25% {
    transform: rotate(-15deg) scaleY(1.1) translateY(0);
  }

  50% {
    transform: rotate(0deg) scaleY(1) translateY(0);
  }

  75% {
    transform: rotate(15deg) scaleY(1.1) translateY(0);
  }
}

@keyframes rotate_spotlight {
  0% {
    transform: rotate(0deg) scaleY(1) translateY(0);
  }

  25% {
    transform: rotate(-15deg) scaleY(1.1) translateY(0);
  }

  50% {
    transform: rotate(0deg) scaleY(1) translateY(0);
  }

  75% {
    transform: rotate(15deg) scaleY(1.1) translateY(0);
  }
}

@-webkit-keyframes perspective_spotlight {
  0% {
    transform: perspective(23vh) rotateX(30deg);
  }

  25% {
    transform: perspective(43vh) rotateX(30deg);
  }

  50% {
    transform: perspective(13vh) rotateX(30deg);
  }

  75% {
    transform: perspective(33vh) rotateX(30deg);
  }
}

@keyframes perspective_spotlight {
  0% {
    transform: perspective(23vh) rotateX(30deg);
  }

  25% {
    transform: perspective(43vh) rotateX(30deg);
  }

  50% {
    transform: perspective(13vh) rotateX(30deg);
  }

  75% {
    transform: perspective(33vh) rotateX(30deg);
  }
}

.spotlights {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spotlight_mount {
  -webkit-animation: rotate_spotlight 5s ease infinite;
          animation: rotate_spotlight 5s ease infinite;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  opacity: 0.17;
}

.spotlight_mount:nth-child(1) {
  left: 25%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  animation-direction: reverse;
}

.spotlight_mount:nth-child(1) .sizer .lamp {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  animation-direction: reverse;
}

.spotlight_mount:nth-child(2) {
  left: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.spotlight_mount:nth-child(2) .sizer .lamp {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.spotlight_mount:nth-child(3) {
  left: 75%;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  animation-direction: reverse;
}

.spotlight_mount:nth-child(3) .sizer .lamp {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  animation-direction: reverse;
}

.spotlight_mount:nth-child(4) {
  left: 100%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.spotlight_mount:nth-child(4) .sizer .lamp {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.spotlight_mount:nth-child(5) {
  left: 15%;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  animation-direction: reverse;
}

.spotlight_mount:nth-child(5) .sizer .lamp {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  animation-direction: reverse;
}

.spotlight_mount:nth-child(6) {
  left: 35%;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.spotlight_mount:nth-child(6) .sizer .lamp {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.spotlight_mount:nth-child(7) {
  left: 60%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  animation-direction: reverse;
}

.spotlight_mount:nth-child(7) .sizer .lamp {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  animation-direction: reverse;
}

.spotlight_mount:nth-child(8) {
  left: 85%;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.spotlight_mount:nth-child(8) .sizer .lamp {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.spotlight_mount:nth-child(9) {
  left: 40%;
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
  display: none;
}

.spotlight_mount:nth-child(9) .sizer .lamp {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}

.spotlight_mount .sizer {
  width: 40vh;
  height: 100vh;
  max-height: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.spotlight_mount .sizer .lamp {
  position: absolute;
  width: 40%;
  height: 400%;
  background-image: radial-gradient(ellipse, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 50%);
  top: -200%;
  left: 25%;
  transform: perspective(23vh) rotateX(30deg);
  -webkit-animation: perspective_spotlight 5s ease infinite;
          animation: perspective_spotlight 5s ease infinite;
}

canvas,
#smoke,
.smoke {
  height: 75%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10%;
}

canvas {
  opacity: 0.3;
}

.beam-gradient {
  stop-color: #e9fef6;
}

/*Light Beams*/

@-webkit-keyframes beams {
  100% {
    opacity: 0.8;
  }
}

@keyframes beams {
  100% {
    opacity: 0.8;
  }
}

.beam {
  opacity: 0;
  -webkit-animation: beams 4s both infinite alternate;
          animation: beams 4s both infinite alternate;
}

.beam:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

.beam:nth-child(2) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}

.beam:nth-child(3) {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}

.beam:nth-child(4) {
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
}

.beam:nth-child(5) {
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
}

.beam:nth-child(6) {
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
}

.beam:nth-child(7) {
  -webkit-animation-delay: -14s;
          animation-delay: -14s;
}

.beam:nth-child(8) {
  -webkit-animation-delay: -16s;
          animation-delay: -16s;
}

.beam:nth-child(9) {
  -webkit-animation-delay: -18s;
          animation-delay: -18s;
}

.beam:nth-child(10) {
  -webkit-animation-delay: -20s;
          animation-delay: -20s;
}

.beam:nth-child(11) {
  -webkit-animation-delay: -22s;
          animation-delay: -22s;
}

.beam:nth-child(12) {
  -webkit-animation-delay: -24s;
          animation-delay: -24s;
}

.beam:nth-child(13) {
  -webkit-animation-delay: -26s;
          animation-delay: -26s;
}

.beam:nth-child(14) {
  -webkit-animation-delay: -28s;
          animation-delay: -28s;
}

.beams {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: -85%;
  opacity: 0.5;
  -webkit-filter: blur(25px);
          filter: blur(25px);
  height: 150%;
}

.network {
  height: 35px;
  width: 100%;
  background-color: #191919;
  padding: 0 0 0 30px;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #090909;
}

@media (min-width: 576px) {
  .network {
    height: 40px;
  }
}

@media (min-width: 768px) {
  .network {
    height: 45px;
  }
}

.network nav {
  height: 100%;
}

.network nav .nav-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin: 0 12px;
}

@media (min-width: 992px) {
  .network nav .nav-item {
    margin: 0 10px;
  }
}

@media (min-width: 1240px) {
  .network nav .nav-item {
    margin: 0 14px;
  }
}

@media (min-width: 1540px) {
  .network nav .nav-item {
    margin: 0 18px;
  }
}

.network nav .nav-item:first-child {
  margin-left: 0;
}

.network nav .nav-item:last-child {
  margin-right: 0;
}

.network nav .nav-item .venue_label {
  margin-bottom: 0;
}

.network nav .nav-item .venue_label:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #865FCC;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all 300ms ease-out;
  transform: translateX(-50%);
}

.network nav .nav-item .venue_label:hover,
.network nav .nav-item .venue_label.active {
  color: #ffffff;
  text-decoration: none;
}

.network nav .nav-item .venue_label:hover:before,
.network nav .nav-item .venue_label.active:before {
  transform: translateY(-100%) translateX(-50%);
}

.network .account {
  margin: 0;
}

.network .account .list-inline-item {
  margin: 0;
}

.network .account .list-inline-item:not(:last-child) {
  margin-right: 8px;
  padding-right: 13px;
  border-right: 1px solid #565656;
}

@media (min-width: 1240px) {
  .network .account .list-inline-item:not(:last-child) {
    margin-right: 13px;
    padding-right: 18px;
  }
}

.network .account a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 11px;
  line-height: 1;
  text-shadow: 2px 2px #090909;
  padding: 4px 0;
  position: relative;
  display: block;
}

.network .account a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A600E4;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 0;
  transform: scaleX(0);
  transition: all 250ms ease-out;
  transform-origin: center left;
}

.network .account a:hover {
  text-decoration: none;
}

.network .account a:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

@media (min-width: 992px) {
  .network .account a {
    font-size: 12px;
  }
}

@media (min-width: 1240px) {
  .network .account a {
    font-size: 13px;
  }
}

@media (min-width: 1540px) {
  .network .account a {
    font-size: 14px;
  }
}

.network .account a span {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  display: inline-block;
}

.pc .network .account a span {
  position: relative;
  top: 0.12em;
}

.network .cart_col {
  padding-left: 0;
}

.network .cart {
  background-color: #865FCC;
  padding: 5px 10px;
  transition: all 350ms ease-out;
}

@media (min-width: 1240px) {
  .network .cart {
    padding: 5px 12px;
  }
}

.network .cart:hover {
  background-color: #A600E4;
}

.network .cart:hover .cart_icon {
  transform: scale(1.2) rotate(-10deg);
}

.network .cart .cart_icon {
  width: 30px;
  padding: 0 5px;
  transition: all 350ms ease-out;
}

@media (min-width: 1240px) {
  .network .cart .cart_icon {
    width: 35px;
  }
}

.network .cart .cart_icon img {
  display: block;
  width: 100%;
}

.network .cart .cart_count {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 5px;
}

.network .cart .cart_count:first-child {
  margin-top: 0;
}

.network .cart .cart_count:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .network .cart .cart_count {
    font-size: 13.4px;
    letter-spacing: 1.1px;
  }
}

@media (min-width: 375px) {
  .network .cart .cart_count {
    font-size: 13.8px;
    letter-spacing: 1.2px;
  }
}

@media (min-width: 414px) {
  .network .cart .cart_count {
    font-size: 14.2px;
    letter-spacing: 1.3px;
  }
}

@media (min-width: 480px) {
  .network .cart .cart_count {
    font-size: 14.6px;
    letter-spacing: 1.4px;
  }
}

@media (min-width: 576px) {
  .network .cart .cart_count {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 768px) {
  .network .cart .cart_count {
    font-size: 15.4px;
    letter-spacing: 1.6px;
  }
}

@media (min-width: 992px) {
  .network .cart .cart_count {
    font-size: 15.8px;
    letter-spacing: 1.7px;
  }
}

@media (min-width: 1240px) {
  .network .cart .cart_count {
    font-size: 16.2px;
    letter-spacing: 1.8px;
  }
}

@media (min-width: 1540px) {
  .network .cart .cart_count {
    font-size: 16.6px;
    letter-spacing: 1.9px;
  }
}

@media (min-width: 1800px) {
  .network .cart .cart_count {
    font-size: 17px;
    letter-spacing: 2px;
  }
}

header {
  top: 0;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% + 1px);
  z-index: 1000;
  height: 60px;
  transition: transform 300ms ease-out;
}

@media (min-width: 1800px) {
  header {
    max-width: 1740px;
  }
}

@media print {
  header {
    max-width: none;
  }
}

.admin-bar header {
  top: 32px;
}

@media (min-width: 576px) {
  header {
    height: 7px;
  }
}

@media (min-width: 768px) {
  header {
    height: 80px;
  }
}

@media (min-width: 992px) {
  header {
    height: 90px;
  }
}

@media (min-width: 1240px) {
  header {
    height: 100px;
  }
}

@media (min-width: 1540px) {
  header {
    height: 110px;
  }
}

@media (min-width: 1800px) {
  header {
    border-left: 1px solid #282828;
    border-right: 1px solid #282828;
  }
}

.search_open header {
  transform: translateX(-50%) translateY(80px) !important;
}

@media (min-width: 992px) {
  .search_open header {
    transform: translateX(-50%) translateY(150px) !important;
  }
}

.hide_nav header {
  transform: translateX(-50%) translateY(-100%);
}

header .main_nav {
  height: 60px;
}

@media (min-width: 576px) {
  header .main_nav {
    height: 7px;
  }
}

@media (min-width: 768px) {
  header .main_nav {
    height: 80px;
  }
}

@media (min-width: 992px) {
  header .main_nav {
    height: 90px;
  }
}

@media (min-width: 1240px) {
  header .main_nav {
    height: 100px;
  }
}

@media (min-width: 1540px) {
  header .main_nav {
    height: 110px;
  }
}

header .main_nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #050505;
  opacity: 0;
  transition: all 300ms ease-out;
  border-bottom: 1px solid #282828;
}

.nav_background header .main_nav:before,
.search_open header .main_nav:before {
  opacity: 1;
}

header .main_nav .container {
  position: relative;
}

header .main_nav .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #090909;
  opacity: 0;
  transition: all 200ms ease-out;
}

header .main_nav .main_nav_content {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 10px 0;
}

header .main_nav .logo .logo_link {
  display: block;
  height: 20px;
  width: 165.4px;
  position: relative;
}

@media (min-width: 480px) {
  header .main_nav .logo .logo_link {
    height: 22px;
    width: 181.94px;
  }
}

@media (min-width: 576px) {
  header .main_nav .logo .logo_link {
    height: 27px;
    width: 283.5px;
  }
}

@media (min-width: 768px) {
  header .main_nav .logo .logo_link {
    height: 30px;
    width: 315px;
  }
}

@media (min-width: 992px) {
  header .main_nav .logo .logo_link {
    height: 32px;
    width: 336px;
  }
}

@media (min-width: 1240px) {
  header .main_nav .logo .logo_link {
    height: 36px;
    width: 378px;
  }
}

@media (min-width: 1540px) {
  header .main_nav .logo .logo_link {
    height: 38px;
    width: 399px;
  }
}

@media (min-width: 1800px) {
  header .main_nav .logo .logo_link {
    height: 42px;
    width: 441px;
  }
}

header .main_nav .logo .logo_link svg,
header .main_nav .logo .logo_link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 125.5%;
  top: -8.5%;
}

header .main_nav .header_nav {
  padding-left: 10px;
}

header .main_nav .search_button_col {
  padding-left: 0;
}

header .main_nav .search_button_col .search_button {
  padding: 0;
  background: none;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  margin: 0;
  transition: all 250ms ease-out;
  position: relative;
}

@media (min-width: 992px) {
  header .main_nav .search_button_col .search_button {
    margin: 0 10px;
  }
}

header .main_nav .search_button_col .search_button .search_button_color {
  position: relative;
  z-index: 1;
}

header .main_nav .search_button_col .search_button .search_button_color.dark {
  color: #090909;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

header .main_nav .search_button_col .search_button .search_icon {
  fill: currentColor;
  width: 25px;
  height: 25px;
  display: block;
  transition: all 250ms ease-out;
}

@media (min-width: 992px) {
  header .main_nav .search_button_col .search_button .search_icon {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 992px) {
  header .main_nav .search_button_col .search_button .search_icon {
    width: 33px;
    height: 33px;
  }
}

header .main_nav .search_button_col .search_button:hover {
  color: #865FCC;
}

header .main_nav .search_button_col .search_button:hover .search_icon {
  transform: scale(1.1);
}

header .main_nav nav .nav-item .nav-link {
  color: white;
  font-size: 13px;
  text-shadow: 4px 4px #090909;
  position: relative;
  padding: 5px 6px;
}

@media (min-width: 375px) {
  header .main_nav nav .nav-item .nav-link {
    font-size: 15px;
    padding: 5px 8px;
  }
}

@media (min-width: 414px) {
  header .main_nav nav .nav-item .nav-link {
    font-size: 15px;
    padding: 5px 9px;
  }
}

@media (min-width: 414px) {
  header .main_nav nav .nav-item .nav-link {
    font-size: 15px;
    padding: 5px 10px;
  }
}

@media (min-width: 480px) {
  header .main_nav nav .nav-item .nav-link {
    font-size: 16px;
    padding: 5px 10px;
  }
}

@media (min-width: 576px) {
  header .main_nav nav .nav-item .nav-link {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  header .main_nav nav .nav-item .nav-link {
    font-size: 15px;
    padding: 5px 10px;
  }
}

@media (min-width: 992px) {
  header .main_nav nav .nav-item .nav-link {
    font-size: 18px;
    padding: 5px 15px;
  }
}

@media (min-width: 1240px) {
  header .main_nav nav .nav-item .nav-link {
    font-size: 20px;
    padding: 5px 18px;
  }
}

@media (min-width: 1540px) {
  header .main_nav nav .nav-item .nav-link {
    font-size: 20px;
    padding: 5px 25px;
  }
}

header .main_nav nav .nav-item .nav-link span {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 900;
  display: block;
}

header .main_nav nav .nav-item .nav-link:before {
  content: "";
  width: 25%;
  height: 0;
  background-color: #865FCC;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all 300ms ease-out;
  transform: translateX(-50%) scaleX(0.25);
}

header .main_nav nav .nav-item .nav-link:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: calc(100% - 25px);
  transition: all 300ms ease-out;
  transform: translateY(50%);
  opacity: 0;
  -webkit-filter: invert(1);
          filter: invert(1);
}

header .main_nav nav .nav-item .nav-link:hover:before {
  transform: translateY(-100%) translateX(-50%) scaleX(1);
  height: 3px;
}

header .main_nav nav .nav-item .nav-link:hover:after {
  transform: translateY(-25%) translateX(0);
  opacity: 1;
}

@media (min-width: 576px) {
  header .main_nav nav .nav-item .btn {
    margin-left: 20px !important;
  }
}

header .main_nav nav .nav-item:nth-child(1) .nav-link:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiMwMTAxMDE7IiBkPSJNNDAuOSw0MC4xVjE4LjNjMC0wLjItMC4xLTAuMy0wLjMtMC4zaC0zLjVjLTAuMiwwLTAuMywwLjEtMC4zLDAuM1Y2NmMwLDAuMiwwLjIsMC40LDAuNCwwLjNsMjIuOC03LjJjMC4yLTAuMSwwLjQsMC4xLDAuNCwwLjN2MjEuOWMwLDAuMiwwLjEsMC4zLDAuMywwLjNoMy41YzAuMiwwLDAuMy0wLjEsMC4zLTAuM1YzMy42YzAtMC4yLTAuMi0wLjQtMC40LTAuM2wtMjIuOCw3LjJDNDEuMiw0MC41LDQwLjksNDAuNCw0MC45LDQwLjF6IE00MC45LDYwLjRWNDUuMmMwLTAuMSwwLjEtMC4zLDAuMi0wLjNsMTguOS01LjljMC4yLTAuMSwwLjQsMC4xLDAuNCwwLjN2MTUuMmMwLDAuMS0wLjEsMC4zLTAuMiwwLjNsLTE4LjksNS45QzQxLjIsNjAuOCw0MC45LDYwLjYsNDAuOSw2MC40eiIvPjwvZz48L3N2Zz4=);
}

header .main_nav nav .nav-item:nth-child(2) .nav-link:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIHN0eWxlPSJmaWxsOiMwMTAxMDE7IiBkPSJNNzcuNiwzNy41YzAuMiwwLDAuMy0wLjEsMC4zLTAuM3YtNC43YzAtMC4yLTAuMi0wLjMtMC4zLTAuM0w2NywzMy42bDEuNC0xMC41YzAtMC4yLTAuMS0wLjMtMC4zLTAuM2gtNC43Yy0wLjIsMC0wLjMsMC4xLTAuMywwLjNsLTEuNSwxMS4ybC0xOC4xLDIuM2wxLjgtMTMuNWMwLTAuMi0wLjEtMC4zLTAuMy0wLjNoLTQuN2MtMC4yLDAtMC4zLDAuMS0wLjMsMC4zbC0xLjksMTQuM0wyNCwzOS4yYy0wLjIsMC0wLjMsMC4xLTAuMywwLjN2NC43YzAsMC4yLDAuMiwwLjMsMC4zLDAuM2wxMy41LTEuOGwtMi4zLDE4LjFMMjQsNjIuMmMtMC4yLDAtMC4zLDAuMS0wLjMsMC4zdjQuN2MwLDAuMiwwLjIsMC4zLDAuMywwLjNsMTAuNS0xLjRsLTEuNCwxMC41YzAsMC4yLDAuMSwwLjMsMC4zLDAuM2g0LjdjMC4yLDAsMC4zLTAuMSwwLjMtMC4zbDEuNS0xMS4yTDU3LjksNjNsLTEuOCwxMy41YzAsMC4yLDAuMSwwLjMsMC4zLDAuM2g0LjdjMC4yLDAsMC4zLTAuMSwwLjMtMC4zbDEuOS0xNC4zbDE0LjMtMS45YzAuMiwwLDAuMy0wLjEsMC4zLTAuM3YtNC43YzAtMC4yLTAuMi0wLjMtMC4zLTAuM0w2NCw1N2wyLjMtMTguMUw3Ny42LDM3LjV6IE01OC42LDU3LjdMNDAuNiw2MEw0Mi45LDQyTDYxLDM5LjZMNTguNiw1Ny43eiIvPjwvc3ZnPg==);
}

header .main_nav nav .nav-item:nth-child(3) .nav-link:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiMwMTAxMDE7IiBkPSJNNTQuMyw0Ni42Yy00LjctMC44LTkuNCwxLjMtMTIuNyw0LjVsMC0zNy44YzAtMC40LTAuMi0wLjYtMC41LTAuNmgtMi42Yy0wLjMsMC0wLjUsMC4zLTAuNSwwLjdjMCwwLDAsNzIuMSwwLDcyLjFjMCwwLjEsMCwwLjMsMCwwLjRjMCwwLjIsMCwwLjMsMCwwLjVjMCwwLjEsMCwwLjMsMCwwLjRjMCwwLjEsMCwwLjIsMCwwLjNjMCwwLjEsMCwwLjEsMC4xLDAuMWMwLjMsMCwwLjctMC4yLDAuOS0wLjRjMC42LTAuMywxLjMtMC42LDEuOS0wLjljMS4zLTAuNywyLjUtMS41LDMuOC0yLjRjMC43LTAuNSwxLjQtMS4xLDIuMS0xLjZjMC40LTAuNCwwLjktMC43LDEuMy0xLjFjMS4xLTAuOSwyLjEtMS44LDMtMi44YzAuOS0wLjksMS43LTEuOSwyLjUtMi44YzAuNy0wLjksMS40LTEuOCwyLjEtMi44YzAuNi0wLjksMS4yLTEuOCwxLjctMi43YzAuNS0wLjgsMC45LTEuNywxLjMtMi42YzAuNC0wLjgsMC43LTEuNiwxLTIuNGMwLjMtMC43LDAuNS0xLjQsMC43LTIuMWMwLjItMC42LDAuMy0xLjIsMC41LTEuOGMwLjEtMC41LDAuMi0xLDAuMy0xLjVjMC4xLTAuNCwwLjEtMC43LDAuMi0xLjFjMC0wLjIsMC0wLjUsMC4xLTAuN2MwLTAuMSwwLTAuMSwwLTAuMkM2MS44LDUxLjcsNTguOSw0Ny40LDU0LjMsNDYuNnogTTU3LjMsNTYuOWMwLDAuMS0wLjIsMTMuNS0xNS43LDI0LjJsMC0yMy42YzIuMS00LDcuNC03LjcsMTItNi45QzU2LjQsNTEuMiw1Ny41LDU0LjEsNTcuMyw1Ni45eiIvPjwvZz48L3N2Zz4=);
}

header .main_nav nav .nav-item:nth-child(4) .nav-link:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiMwMTAxMDE7IiBkPSJNNDAuOSw0MC4xVjE4LjNjMC0wLjItMC4xLTAuMy0wLjMtMC4zaC0zLjVjLTAuMiwwLTAuMywwLjEtMC4zLDAuM1Y2NmMwLDAuMiwwLjIsMC40LDAuNCwwLjNsMjIuOC03LjJjMC4yLTAuMSwwLjQsMC4xLDAuNCwwLjN2MjEuOWMwLDAuMiwwLjEsMC4zLDAuMywwLjNoMy41YzAuMiwwLDAuMy0wLjEsMC4zLTAuM1YzMy42YzAtMC4yLTAuMi0wLjQtMC40LTAuM2wtMjIuOCw3LjJDNDEuMiw0MC41LDQwLjksNDAuNCw0MC45LDQwLjF6IE00MC45LDYwLjRWNDUuMmMwLTAuMSwwLjEtMC4zLDAuMi0wLjNsMTguOS01LjljMC4yLTAuMSwwLjQsMC4xLDAuNCwwLjN2MTUuMmMwLDAuMS0wLjEsMC4zLTAuMiwwLjNsLTE4LjksNS45QzQxLjIsNjAuOCw0MC45LDYwLjYsNDAuOSw2MC40eiIvPjwvZz48L3N2Zz4=);
}

header .main_nav nav .nav-item:nth-child(5) .nav-link:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIHN0eWxlPSJmaWxsOiMwMTAxMDE7IiBkPSJNNzcuNiwzNy41YzAuMiwwLDAuMy0wLjEsMC4zLTAuM3YtNC43YzAtMC4yLTAuMi0wLjMtMC4zLTAuM0w2NywzMy42bDEuNC0xMC41YzAtMC4yLTAuMS0wLjMtMC4zLTAuM2gtNC43Yy0wLjIsMC0wLjMsMC4xLTAuMywwLjNsLTEuNSwxMS4ybC0xOC4xLDIuM2wxLjgtMTMuNWMwLTAuMi0wLjEtMC4zLTAuMy0wLjNoLTQuN2MtMC4yLDAtMC4zLDAuMS0wLjMsMC4zbC0xLjksMTQuM0wyNCwzOS4yYy0wLjIsMC0wLjMsMC4xLTAuMywwLjN2NC43YzAsMC4yLDAuMiwwLjMsMC4zLDAuM2wxMy41LTEuOGwtMi4zLDE4LjFMMjQsNjIuMmMtMC4yLDAtMC4zLDAuMS0wLjMsMC4zdjQuN2MwLDAuMiwwLjIsMC4zLDAuMywwLjNsMTAuNS0xLjRsLTEuNCwxMC41YzAsMC4yLDAuMSwwLjMsMC4zLDAuM2g0LjdjMC4yLDAsMC4zLTAuMSwwLjMtMC4zbDEuNS0xMS4yTDU3LjksNjNsLTEuOCwxMy41YzAsMC4yLDAuMSwwLjMsMC4zLDAuM2g0LjdjMC4yLDAsMC4zLTAuMSwwLjMtMC4zbDEuOS0xNC4zbDE0LjMtMS45YzAuMiwwLDAuMy0wLjEsMC4zLTAuM3YtNC43YzAtMC4yLTAuMi0wLjMtMC4zLTAuM0w2NCw1N2wyLjMtMTguMUw3Ny42LDM3LjV6IE01OC42LDU3LjdMNDAuNiw2MEw0Mi45LDQyTDYxLDM5LjZMNTguNiw1Ny43eiIvPjwvc3ZnPg==);
}

.search_header {
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 80px;
}

@media (min-width: 992px) {
  .search_header {
    height: 150px;
  }
}

@-webkit-keyframes borderPulsate {
  0% {
    border-color: #865fcc;
  }

  50% {
    border-color: rgba(134, 95, 204, 0.25);
  }

  100% {
    border-color: #865fcc;
  }
}

@keyframes borderPulsate {
  0% {
    border-color: #865fcc;
  }

  50% {
    border-color: rgba(134, 95, 204, 0.25);
  }

  100% {
    border-color: #865fcc;
  }
}

.search_header .search_content {
  opacity: 0;
  transition: all 250ms ease-out;
}

.search_open .search_header .search_content {
  opacity: 1;
}

.search_header form {
  width: 100%;
}

.search_header .form-group {
  margin: 15px 0;
}

.search_header .search_input {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
  background: transparent !important;
  padding: 5px 0;
  border: none;
  border-bottom: 2px solid #865FCC;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  max-width: 250px;
}

.search_header .search_input:first-child {
  margin-top: 0;
}

.search_header .search_input:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .search_header .search_input {
    font-size: 20.8px;
    max-width: 305px;
  }
}

@media (min-width: 375px) {
  .search_header .search_input {
    font-size: 21.6px;
    max-width: 360px;
  }
}

@media (min-width: 414px) {
  .search_header .search_input {
    font-size: 22.4px;
    max-width: 415px;
  }
}

@media (min-width: 480px) {
  .search_header .search_input {
    font-size: 23.2px;
    max-width: 470px;
  }
}

@media (min-width: 576px) {
  .search_header .search_input {
    font-size: 24px;
    max-width: 525px;
  }
}

@media (min-width: 768px) {
  .search_header .search_input {
    font-size: 24.8px;
    max-width: 580px;
  }
}

@media (min-width: 992px) {
  .search_header .search_input {
    font-size: 25.6px;
    max-width: 635px;
  }
}

@media (min-width: 1240px) {
  .search_header .search_input {
    font-size: 26.4px;
    max-width: 690px;
  }
}

@media (min-width: 1540px) {
  .search_header .search_input {
    font-size: 27.2px;
    max-width: 745px;
  }
}

@media (min-width: 1800px) {
  .search_header .search_input {
    font-size: 28px;
    max-width: 800px;
  }
}

.search_header .search_input:focus {
  -webkit-animation: borderPulsate 2s infinite;
          animation: borderPulsate 2s infinite;
  outline: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .search_header .search_close {
    margin: 0 5px;
  }
}

footer nav.nav {
  display: block;
}

footer nav.nav .nav-item {
  padding: 10px 20px 10px 0;
}

@media (min-width: 768px) {
  footer nav.nav .nav-item {
    padding: 12px 30px 12px 0;
  }
}

footer nav.nav .nav-item .nav-link {
  padding: 0;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

footer nav.nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A600E4;
  background: linear-gradient(to right, #865FCC 0%, rgba(134, 95, 204, 0.65) 50%, rgba(134, 95, 204, 0.35) 100%);
  opacity: 0;
  transform: scaleX(0);
  transition: all 250ms ease-out;
  transform-origin: center left;
}

footer nav.nav .nav-item .nav-link:hover {
  text-decoration: none;
}

footer nav.nav .nav-item .nav-link:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

@media (min-width: 576px) {
  footer nav.nav .nav-item .nav-link {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  footer nav.nav .nav-item .nav-link {
    font-size: 19px;
  }
}

footer .logos {
  padding: 20px;
}

@media (min-width: 992px) {
  footer .logos {
    padding: 30px;
  }
}

footer .logos .logo {
  display: block;
  padding: 0;
}

footer .logos .logo img,
footer .logos .logo svg {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

@media (min-width: 1240px) {
  footer .logos .logo img,
  footer .logos .logo svg {
    max-width: 120px;
  }
}

footer .legal .content {
  padding: 40px 0;
}

footer .legal .content .row:last-child {
  margin-top: 20px;
  padding-top: 20px;
}

footer .social_links {
  display: inline-block;
  text-align: center;
}

main {
  overflow: hidden;
}

main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.65) 60%, #050505 100%);
  z-index: 2;
  pointer-events: none;
  height: 80px;
}

main:before:first-child {
  margin-top: 0;
}

main:before:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  main:before {
    height: 90px;
  }
}

@media (min-width: 375px) {
  main:before {
    height: 100px;
  }
}

@media (min-width: 414px) {
  main:before {
    height: 110px;
  }
}

@media (min-width: 480px) {
  main:before {
    height: 120px;
  }
}

@media (min-width: 576px) {
  main:before {
    height: 130px;
  }
}

@media (min-width: 768px) {
  main:before {
    height: 140px;
  }
}

@media (min-width: 992px) {
  main:before {
    height: 150px;
  }
}

@media (min-width: 1240px) {
  main:before {
    height: 160px;
  }
}

@media (min-width: 1540px) {
  main:before {
    height: 170px;
  }
}

@media (min-width: 1800px) {
  main:before {
    height: 180px;
  }
}

.intro {
  background-color: #090909;
  position: relative;
  padding-top: 60px;
  min-height: 200px;
}

@media (min-width: 768px) {
  .intro {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .intro {
    padding-top: 90px;
    min-height: 250px;
  }
}

@media (min-width: 1240px) {
  .intro {
    padding-top: 100px;
    min-height: 280px;
  }
}

@media (min-width: 1540px) {
  .intro {
    padding-top: 110px;
    min-height: 330px;
  }
}

.intro.venue-first-avenue:after {
  height: 100%;
  background: linear-gradient(to bottom, #3e236f 0%, rgba(62, 35, 111, 0.75) 25%, rgba(9, 9, 9, 0.1) 60%, rgba(9, 9, 9, 0.5) 75%, #090909 100%);
}

.intro.venue-first-avenue .spotlight_mount {
  opacity: 0.35;
}

.intro.venue-first-avenue .lamp {
  background-image: radial-gradient(ellipse, rgba(134, 95, 204, 0.6), rgba(134, 95, 204, 0.25) 25%, rgba(134, 95, 204, 0) 50%) !important;
}

.intro.venue-mainroom:after {
  height: 100%;
  background: linear-gradient(to bottom, #3e236f 0%, rgba(62, 35, 111, 0.75) 25%, rgba(9, 9, 9, 0.1) 60%, rgba(9, 9, 9, 0.5) 75%, #090909 100%);
}

.intro.venue-mainroom .spotlight_mount {
  opacity: 0.35;
}

.intro.venue-mainroom .lamp {
  background-image: radial-gradient(ellipse, rgba(134, 95, 204, 0.6), rgba(134, 95, 204, 0.25) 25%, rgba(134, 95, 204, 0) 50%) !important;
}

.intro.venue-7th-st-entry:after {
  height: 100%;
  background: linear-gradient(to bottom, #37004b 0%, rgba(55, 0, 75, 0.75) 25%, rgba(9, 9, 9, 0.1) 60%, rgba(9, 9, 9, 0.5) 75%, #090909 100%);
}

.intro.venue-7th-st-entry .spotlight_mount {
  opacity: 0.35;
}

.intro.venue-7th-st-entry .lamp {
  background-image: radial-gradient(ellipse, rgba(166, 0, 228, 0.6), rgba(166, 0, 228, 0.25) 25%, rgba(166, 0, 228, 0) 50%) !important;
}

.intro.venue-turf-club:after {
  height: 100%;
  background: linear-gradient(to bottom, #052710 0%, rgba(5, 39, 16, 0.75) 25%, rgba(9, 9, 9, 0.1) 60%, rgba(9, 9, 9, 0.5) 75%, #090909 100%);
}

.intro.venue-turf-club .spotlight_mount {
  opacity: 0.35;
}

.intro.venue-turf-club .lamp {
  background-image: radial-gradient(ellipse, rgba(23, 174, 71, 0.6), rgba(23, 174, 71, 0.25) 25%, rgba(23, 174, 71, 0) 50%) !important;
}

.intro.venue-fine-line:after {
  height: 100%;
  background: linear-gradient(to bottom, #092a40 0%, rgba(9, 42, 64, 0.75) 25%, rgba(9, 9, 9, 0.1) 60%, rgba(9, 9, 9, 0.5) 75%, #090909 100%);
}

.intro.venue-fine-line .spotlight_mount {
  opacity: 0.35;
}

.intro.venue-fine-line .lamp {
  background-image: radial-gradient(ellipse, rgba(28, 129, 198, 0.6), rgba(28, 129, 198, 0.25) 25%, rgba(28, 129, 198, 0) 50%) !important;
}

.intro.venue-palace-theatre:after {
  height: 100%;
  background: linear-gradient(to bottom, #815701 0%, rgba(129, 87, 1, 0.75) 25%, rgba(9, 9, 9, 0.1) 60%, rgba(9, 9, 9, 0.5) 75%, #090909 100%);
}

.intro.venue-palace-theatre .spotlight_mount {
  opacity: 0.35;
}

.intro.venue-palace-theatre .lamp {
  background-image: radial-gradient(ellipse, rgba(254, 180, 29, 0.6), rgba(254, 180, 29, 0.25) 25%, rgba(254, 180, 29, 0) 50%) !important;
}

.intro.venue-fitzgerald-theater:after {
  height: 100%;
  background: linear-gradient(to bottom, #5d1719 0%, rgba(93, 23, 25, 0.75) 25%, rgba(9, 9, 9, 0.1) 60%, rgba(9, 9, 9, 0.5) 75%, #090909 100%);
}

.intro.venue-fitzgerald-theater .spotlight_mount {
  opacity: 0.35;
}

.intro.venue-fitzgerald-theater .lamp {
  background-image: radial-gradient(ellipse, rgba(208, 61, 66, 0.6), rgba(208, 61, 66, 0.25) 25%, rgba(208, 61, 66, 0) 50%) !important;
}

.intro.venue-the-fitzgerald-theater:after {
  height: 100%;
  background: linear-gradient(to bottom, #5d1719 0%, rgba(93, 23, 25, 0.75) 25%, rgba(9, 9, 9, 0.1) 60%, rgba(9, 9, 9, 0.5) 75%, #090909 100%);
}

.intro.venue-the-fitzgerald-theater .spotlight_mount {
  opacity: 0.35;
}

.intro.venue-the-fitzgerald-theater .lamp {
  background-image: radial-gradient(ellipse, rgba(208, 61, 66, 0.6), rgba(208, 61, 66, 0.25) 25%, rgba(208, 61, 66, 0) 50%) !important;
}

.intro.venue-palace-theatre:after {
  background: linear-gradient(to bottom, rgba(129, 87, 1, 0.7) 0%, rgba(129, 87, 1, 0.4) 25%, rgba(9, 9, 9, 0.1) 60%, rgba(9, 9, 9, 0.5) 75%, #090909 100%);
}

.intro.big_intro {
  min-height: 350px;
  /*&:after {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 35%;
  	background: linear-gradient(to bottom, rgba($black,0) 0%, rgba($black,.85) 75%, rgba($black,1) 100%);
  }*/
}

@media (min-width: 992px) {
  .intro.big_intro {
    min-height: 450px;
  }
}

@media (min-width: 1240px) {
  .intro.big_intro {
    min-height: 550px;
  }
}

@media (min-width: 1540px) {
  .intro.big_intro {
    min-height: 650px;
  }
}

.intro.big_intro:before {
  content: "";
  background-image: url(/images/subtle-grunge.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}

.intro > .container > .content {
  z-index: 1;
  position: relative;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .intro > .container > .content {
    padding-top: 0;
  }
}

.intro > .container > .content.full_height {
  min-height: calc(100vh - 60px);
  max-height: 1000px;
  padding-top: 20px;
}

@media (min-width: 576px) {
  .intro > .container > .content.full_height {
    min-height: calc(100vh - 7px);
  }
}

@media (min-width: 768px) {
  .intro > .container > .content.full_height {
    min-height: calc(100vh - 80px);
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .intro > .container > .content.full_height {
    min-height: calc(100vh - 90px);
  }
}

@media (min-width: 1240px) {
  .intro > .container > .content.full_height {
    min-height: calc(100vh - 100px);
  }
}

@media (min-width: 1540px) {
  .intro > .container > .content.full_height {
    min-height: calc(100vh - 110px);
  }
}

@media (min-height: 1100px) {
  .intro > .container > .content.full_height {
    min-height: calc(90vh - 110px);
  }
}

.intro .hero_features {
  margin-top: 50px;
  border-top: 2px solid #ffffff;
}

@media (min-width: 576px) {
  .intro .hero_features {
    margin-top: 40px;
    border-top: none;
  }
}

@media (min-width: 768px) {
  .intro .hero_features {
    margin-top: 20px;
  }
}

.intro .feature,
.intro article {
  position: relative;
}

.intro .feature:last-child,
.intro article:last-child {
  margin-bottom: 0;
}

.intro .feature .article_link,
.intro article .article_link {
  display: block;
  position: relative;
  cursor: pointer;
}

.intro .feature .article_link:before,
.intro .feature .article_link:after,
.intro article .article_link:before,
.intro article .article_link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.intro .feature .article_link:before,
.intro article .article_link:before {
  background-image: url(/images/subtle-grunge.png);
  background-size: 800px 800px;
  background-position: 100% 25%;
  z-index: -1;
  opacity: 0;
}

.intro .feature .article_link:hover,
.intro article .article_link:hover {
  text-decoration: none;
  cursor: pointer;
}

.intro .feature .article_link:hover:before,
.intro article .article_link:hover:before {
  opacity: 0.3;
  -webkit-animation: backgroundShiftLong 12000ms steps(4) infinite;
          animation: backgroundShiftLong 12000ms steps(4) infinite;
}

.intro .feature .photo,
.intro article .photo {
  padding-top: 100%;
  border-right: 2px solid #ffffff;
  height: 100%;
  border: 2px solid #ffffff;
}

@media (min-width: 1240px) {
  .intro .feature .photo,
  .intro article .photo {
    padding-top: 85%;
  }
}

.intro .feature .photo img,
.intro article .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.intro .feature .article_photo,
.intro .feature .article_date,
.intro article .article_photo,
.intro article .article_date {
  flex: 0 0 90px;
}

@media (min-width: 1240px) {
  .intro .feature .article_photo,
  .intro .feature .article_date,
  .intro article .article_photo,
  .intro article .article_date {
    flex: 0 0 130px;
  }
}

@media (min-width: 1540px) {
  .intro .feature .article_photo,
  .intro .feature .article_date,
  .intro article .article_photo,
  .intro article .article_date {
    flex: 0 0 145px;
  }
}

.intro .spotlights .spotlight_mount:nth-child(6),
.intro .spotlights .spotlight_mount:nth-child(7),
.intro .spotlights .spotlight_mount:nth-child(8),
.intro .spotlights .spotlight_mount:nth-child(9) {
  display: none;
}

.feature_details {
  max-width: 900px;
}

@media (min-width: 992px) {
  .feature_details {
    padding-right: 40px;
  }
}

.feature_details .lines_content {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 800px;
}

.feature_details .lines_content:first-child {
  margin-top: 0;
}

.feature_details .lines_content:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .feature_details .lines_content {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

@media (min-width: 375px) {
  .feature_details .lines_content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 414px) {
  .feature_details .lines_content {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

@media (min-width: 480px) {
  .feature_details .lines_content {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) {
  .feature_details .lines_content {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

@media (min-width: 768px) {
  .feature_details .lines_content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .feature_details .lines_content {
    margin-top: 32.5px;
    margin-bottom: 32.5px;
  }
}

@media (min-width: 1240px) {
  .feature_details .lines_content {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1540px) {
  .feature_details .lines_content {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}

@media (min-width: 1800px) {
  .feature_details .lines_content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.feature_details .lines_content:first-child {
  margin-top: 0;
}

.feature_details .lines_content:last-child {
  margin-bottom: 0;
}

@media (min-width: 1240px) {
  .feature_details .lines_content {
    min-width: 675px;
  }
}

.gig_poster_container {
  position: relative;
  display: block;
}

@media (min-width: 992px) {
  .main_feature .gig_poster_container {
    padding-right: 15px;
  }
}

.gig_poster_container .status {
  position: absolute;
  top: 20px;
  left: 0;
}

.gig_poster {
  display: block;
  border: 2px solid #ffffff;
  width: 80px;
}

@media (min-width: 375px) {
  .gig_poster {
    width: 90px;
  }
}

@media (min-width: 414px) {
  .gig_poster {
    width: 110px;
  }
}

@media (min-width: 480px) {
  .gig_poster {
    width: 120px;
  }
}

@media (min-width: 576px) {
  .gig_poster {
    width: 150px;
  }
}

@media (min-width: 768px) {
  .gig_poster {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .gig_poster {
    max-width: 320px;
    max-height: 380px;
    width: auto;
  }
}

@media (min-width: 1240px) {
  .gig_poster {
    max-width: 340px;
    max-height: 380px;
  }
}

@media (min-width: 1540px) {
  .gig_poster {
    max-height: 440px;
    max-width: 370px;
  }
}

@media (min-width: 1800px) {
  .gig_poster {
    max-height: 550px;
    max-width: 420px;
  }
}

.personalize img {
  max-width: 100%;
}

.mk_bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(/images/mk_bg.jpg);
  opacity: 1;
  z-index: -2;
}

.mk_bar .content {
  position: relative;
  z-index: 10;
  padding: 15px 0;
}

.mk_bar h4 {
  position: relative;
  top: 1px;
}

.mk_bar .mk_pick {
  width: 20px;
  height: 22px;
  margin: 10px 0;
}

.mk_bar .star {
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
  margin: 10px 0;
}

.mk_bar .mk_logo {
  width: 180px;
  height: 20px;
  display: block;
  position: relative;
  top: 2px;
  margin: 5px auto 10px auto !important;
}

.mk_bar .mk_logo:first-child {
  margin-top: 0;
}

.mk_bar .mk_logo:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .mk_bar .mk_logo {
    width: 188px;
    height: 20.8px;
  }
}

@media (min-width: 375px) {
  .mk_bar .mk_logo {
    width: 196px;
    height: 21.6px;
  }
}

@media (min-width: 414px) {
  .mk_bar .mk_logo {
    width: 204px;
    height: 22.4px;
  }
}

@media (min-width: 480px) {
  .mk_bar .mk_logo {
    width: 212px;
    height: 23.2px;
  }
}

@media (min-width: 576px) {
  .mk_bar .mk_logo {
    width: 220px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .mk_bar .mk_logo {
    width: 228px;
    height: 24.8px;
  }
}

@media (min-width: 992px) {
  .mk_bar .mk_logo {
    width: 236px;
    height: 25.6px;
  }
}

@media (min-width: 1240px) {
  .mk_bar .mk_logo {
    width: 244px;
    height: 26.4px;
  }
}

@media (min-width: 1540px) {
  .mk_bar .mk_logo {
    width: 252px;
    height: 27.2px;
  }
}

@media (min-width: 1800px) {
  .mk_bar .mk_logo {
    width: 260px;
    height: 28px;
  }
}

@media (min-width: 576px) {
  .mk_bar .mk_logo {
    margin: 10px auto 10px auto !important;
  }
}

.mk_bar .mk_logo svg {
  display: block;
}

