@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello/fontello.eot?18650672");
  src: url("../fonts/fontello/fontello.eot?18650672#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?18650672") format("woff2"), url("../fonts/fontello/fontello.woff?18650672") format("woff"), url("../fonts/fontello/fontello.ttf?18650672") format("truetype"), url("../fonts/fontello/fontello.svg?18650672#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../src/fonts/fontello/fontello.svg?18650672#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: "\e800";
} /* '' */
.icon-phone:before {
  content: "\e801";
} /* '' */
.icon-mail:before {
  content: "\e802";
} /* '' */
.icon-location:before {
  content: "\e803";
} /* '' */
.icon-clock:before {
  content: "\e804";
} /* '' */
.icon-dot-3:before {
  content: "\e805";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-calendar-empty:before {
  content: "\f133";
} /* '' */
.icon-youtube:before {
  content: "\f167";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-tripadvisor:before {
  content: "\f262";
} /* '' */
.icon-map-o:before {
  content: "\f278";
} /* '' */
/*!
 * Bootstrap Reboot v4.3.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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -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: #C18D39;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #866228;
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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;
}

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}

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

.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-io,
.col-io-auto, .col-io-12, .col-io-11, .col-io-10, .col-io-9, .col-io-8, .col-io-7, .col-io-6, .col-io-5, .col-io-4, .col-io-3, .col-io-2, .col-io-1, .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,
.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%;
}

.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: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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%;
  }
  .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%;
  }
  .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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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: 1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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%;
  }
}
@media (min-width: 1920px) {
  .col-io {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-io-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-io-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-io-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-io-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-io-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-io-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-io-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-io-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-io-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-io-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-io-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-io-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-io-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-io-first {
    order: -1;
  }
  .order-io-last {
    order: 13;
  }
  .order-io-0 {
    order: 0;
  }
  .order-io-1 {
    order: 1;
  }
  .order-io-2 {
    order: 2;
  }
  .order-io-3 {
    order: 3;
  }
  .order-io-4 {
    order: 4;
  }
  .order-io-5 {
    order: 5;
  }
  .order-io-6 {
    order: 6;
  }
  .order-io-7 {
    order: 7;
  }
  .order-io-8 {
    order: 8;
  }
  .order-io-9 {
    order: 9;
  }
  .order-io-10 {
    order: 10;
  }
  .order-io-11 {
    order: 11;
  }
  .order-io-12 {
    order: 12;
  }
  .offset-io-0 {
    margin-left: 0;
  }
  .offset-io-1 {
    margin-left: 8.3333333333%;
  }
  .offset-io-2 {
    margin-left: 16.6666666667%;
  }
  .offset-io-3 {
    margin-left: 25%;
  }
  .offset-io-4 {
    margin-left: 33.3333333333%;
  }
  .offset-io-5 {
    margin-left: 41.6666666667%;
  }
  .offset-io-6 {
    margin-left: 50%;
  }
  .offset-io-7 {
    margin-left: 58.3333333333%;
  }
  .offset-io-8 {
    margin-left: 66.6666666667%;
  }
  .offset-io-9 {
    margin-left: 75%;
  }
  .offset-io-10 {
    margin-left: 83.3333333333%;
  }
  .offset-io-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .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: 1600px) {
  .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 (min-width: 1920px) {
  .d-io-none {
    display: none !important;
  }
  .d-io-inline {
    display: inline !important;
  }
  .d-io-inline-block {
    display: inline-block !important;
  }
  .d-io-block {
    display: block !important;
  }
  .d-io-table {
    display: table !important;
  }
  .d-io-table-row {
    display: table-row !important;
  }
  .d-io-table-cell {
    display: table-cell !important;
  }
  .d-io-flex {
    display: flex !important;
  }
  .d-io-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 1440px) {
  .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: 1600px) {
  .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;
  }
}
@media (min-width: 1920px) {
  .flex-io-row {
    flex-direction: row !important;
  }
  .flex-io-column {
    flex-direction: column !important;
  }
  .flex-io-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-io-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-io-wrap {
    flex-wrap: wrap !important;
  }
  .flex-io-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-io-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-io-fill {
    flex: 1 1 auto !important;
  }
  .flex-io-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-io-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-io-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-io-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-io-start {
    justify-content: flex-start !important;
  }
  .justify-content-io-end {
    justify-content: flex-end !important;
  }
  .justify-content-io-center {
    justify-content: center !important;
  }
  .justify-content-io-between {
    justify-content: space-between !important;
  }
  .justify-content-io-around {
    justify-content: space-around !important;
  }
  .align-items-io-start {
    align-items: flex-start !important;
  }
  .align-items-io-end {
    align-items: flex-end !important;
  }
  .align-items-io-center {
    align-items: center !important;
  }
  .align-items-io-baseline {
    align-items: baseline !important;
  }
  .align-items-io-stretch {
    align-items: stretch !important;
  }
  .align-content-io-start {
    align-content: flex-start !important;
  }
  .align-content-io-end {
    align-content: flex-end !important;
  }
  .align-content-io-center {
    align-content: center !important;
  }
  .align-content-io-between {
    align-content: space-between !important;
  }
  .align-content-io-around {
    align-content: space-around !important;
  }
  .align-content-io-stretch {
    align-content: stretch !important;
  }
  .align-self-io-auto {
    align-self: auto !important;
  }
  .align-self-io-start {
    align-self: flex-start !important;
  }
  .align-self-io-end {
    align-self: flex-end !important;
  }
  .align-self-io-center {
    align-self: center !important;
  }
  .align-self-io-baseline {
    align-self: baseline !important;
  }
  .align-self-io-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 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: 1440px) {
  .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: 1600px) {
  .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;
  }
}
@media (min-width: 1920px) {
  .m-io-0 {
    margin: 0 !important;
  }
  .mt-io-0,
  .my-io-0 {
    margin-top: 0 !important;
  }
  .mr-io-0,
  .mx-io-0 {
    margin-right: 0 !important;
  }
  .mb-io-0,
  .my-io-0 {
    margin-bottom: 0 !important;
  }
  .ml-io-0,
  .mx-io-0 {
    margin-left: 0 !important;
  }
  .m-io-1 {
    margin: 0.25rem !important;
  }
  .mt-io-1,
  .my-io-1 {
    margin-top: 0.25rem !important;
  }
  .mr-io-1,
  .mx-io-1 {
    margin-right: 0.25rem !important;
  }
  .mb-io-1,
  .my-io-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-io-1,
  .mx-io-1 {
    margin-left: 0.25rem !important;
  }
  .m-io-2 {
    margin: 0.5rem !important;
  }
  .mt-io-2,
  .my-io-2 {
    margin-top: 0.5rem !important;
  }
  .mr-io-2,
  .mx-io-2 {
    margin-right: 0.5rem !important;
  }
  .mb-io-2,
  .my-io-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-io-2,
  .mx-io-2 {
    margin-left: 0.5rem !important;
  }
  .m-io-3 {
    margin: 1rem !important;
  }
  .mt-io-3,
  .my-io-3 {
    margin-top: 1rem !important;
  }
  .mr-io-3,
  .mx-io-3 {
    margin-right: 1rem !important;
  }
  .mb-io-3,
  .my-io-3 {
    margin-bottom: 1rem !important;
  }
  .ml-io-3,
  .mx-io-3 {
    margin-left: 1rem !important;
  }
  .m-io-4 {
    margin: 1.5rem !important;
  }
  .mt-io-4,
  .my-io-4 {
    margin-top: 1.5rem !important;
  }
  .mr-io-4,
  .mx-io-4 {
    margin-right: 1.5rem !important;
  }
  .mb-io-4,
  .my-io-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-io-4,
  .mx-io-4 {
    margin-left: 1.5rem !important;
  }
  .m-io-5 {
    margin: 3rem !important;
  }
  .mt-io-5,
  .my-io-5 {
    margin-top: 3rem !important;
  }
  .mr-io-5,
  .mx-io-5 {
    margin-right: 3rem !important;
  }
  .mb-io-5,
  .my-io-5 {
    margin-bottom: 3rem !important;
  }
  .ml-io-5,
  .mx-io-5 {
    margin-left: 3rem !important;
  }
  .p-io-0 {
    padding: 0 !important;
  }
  .pt-io-0,
  .py-io-0 {
    padding-top: 0 !important;
  }
  .pr-io-0,
  .px-io-0 {
    padding-right: 0 !important;
  }
  .pb-io-0,
  .py-io-0 {
    padding-bottom: 0 !important;
  }
  .pl-io-0,
  .px-io-0 {
    padding-left: 0 !important;
  }
  .p-io-1 {
    padding: 0.25rem !important;
  }
  .pt-io-1,
  .py-io-1 {
    padding-top: 0.25rem !important;
  }
  .pr-io-1,
  .px-io-1 {
    padding-right: 0.25rem !important;
  }
  .pb-io-1,
  .py-io-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-io-1,
  .px-io-1 {
    padding-left: 0.25rem !important;
  }
  .p-io-2 {
    padding: 0.5rem !important;
  }
  .pt-io-2,
  .py-io-2 {
    padding-top: 0.5rem !important;
  }
  .pr-io-2,
  .px-io-2 {
    padding-right: 0.5rem !important;
  }
  .pb-io-2,
  .py-io-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-io-2,
  .px-io-2 {
    padding-left: 0.5rem !important;
  }
  .p-io-3 {
    padding: 1rem !important;
  }
  .pt-io-3,
  .py-io-3 {
    padding-top: 1rem !important;
  }
  .pr-io-3,
  .px-io-3 {
    padding-right: 1rem !important;
  }
  .pb-io-3,
  .py-io-3 {
    padding-bottom: 1rem !important;
  }
  .pl-io-3,
  .px-io-3 {
    padding-left: 1rem !important;
  }
  .p-io-4 {
    padding: 1.5rem !important;
  }
  .pt-io-4,
  .py-io-4 {
    padding-top: 1.5rem !important;
  }
  .pr-io-4,
  .px-io-4 {
    padding-right: 1.5rem !important;
  }
  .pb-io-4,
  .py-io-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-io-4,
  .px-io-4 {
    padding-left: 1.5rem !important;
  }
  .p-io-5 {
    padding: 3rem !important;
  }
  .pt-io-5,
  .py-io-5 {
    padding-top: 3rem !important;
  }
  .pr-io-5,
  .px-io-5 {
    padding-right: 3rem !important;
  }
  .pb-io-5,
  .py-io-5 {
    padding-bottom: 3rem !important;
  }
  .pl-io-5,
  .px-io-5 {
    padding-left: 3rem !important;
  }
  .m-io-n1 {
    margin: -0.25rem !important;
  }
  .mt-io-n1,
  .my-io-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-io-n1,
  .mx-io-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-io-n1,
  .my-io-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-io-n1,
  .mx-io-n1 {
    margin-left: -0.25rem !important;
  }
  .m-io-n2 {
    margin: -0.5rem !important;
  }
  .mt-io-n2,
  .my-io-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-io-n2,
  .mx-io-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-io-n2,
  .my-io-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-io-n2,
  .mx-io-n2 {
    margin-left: -0.5rem !important;
  }
  .m-io-n3 {
    margin: -1rem !important;
  }
  .mt-io-n3,
  .my-io-n3 {
    margin-top: -1rem !important;
  }
  .mr-io-n3,
  .mx-io-n3 {
    margin-right: -1rem !important;
  }
  .mb-io-n3,
  .my-io-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-io-n3,
  .mx-io-n3 {
    margin-left: -1rem !important;
  }
  .m-io-n4 {
    margin: -1.5rem !important;
  }
  .mt-io-n4,
  .my-io-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-io-n4,
  .mx-io-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-io-n4,
  .my-io-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-io-n4,
  .mx-io-n4 {
    margin-left: -1.5rem !important;
  }
  .m-io-n5 {
    margin: -3rem !important;
  }
  .mt-io-n5,
  .my-io-n5 {
    margin-top: -3rem !important;
  }
  .mr-io-n5,
  .mx-io-n5 {
    margin-right: -3rem !important;
  }
  .mb-io-n5,
  .my-io-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-io-n5,
  .mx-io-n5 {
    margin-left: -3rem !important;
  }
  .m-io-auto {
    margin: auto !important;
  }
  .mt-io-auto,
  .my-io-auto {
    margin-top: auto !important;
  }
  .mr-io-auto,
  .mx-io-auto {
    margin-right: auto !important;
  }
  .mb-io-auto,
  .my-io-auto {
    margin-bottom: auto !important;
  }
  .ml-io-auto,
  .mx-io-auto {
    margin-left: auto !important;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-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(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.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(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  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: #fff;
  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: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  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: #fff;
  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: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.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(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.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(225, 83, 97, 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 {
  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: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  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: #fff;
  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: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  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: #fff;
  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: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  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: #ffc107;
  border-color: #ffc107;
}
.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(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.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(220, 53, 69, 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: #fff;
  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: #fff;
  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: #C18D39;
  text-decoration: none;
}
.btn-link:hover {
  color: #866228;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  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%;
}

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

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

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

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

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

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

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  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 {
  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: #28a745;
}

.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: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.form-inline {
  display: 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;
  }
}

.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 auto;
  width: 1%;
  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;
}
.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;
}

.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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  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: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxxl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1920px) {
  .list-group-horizontal-io {
    flex-direction: row;
  }
  .list-group-horizontal-io .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-io .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-io .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

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

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

.dropdown-menu-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: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .dropdown-menu-io-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-io-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

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

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

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

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

.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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.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: #fff;
  background-color: #007bff;
}

.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;
}
@media (max-width: 767px) {
  .navbar {
    padding-right: 0 !important;
  }
}
.navbar > .container,
.navbar > .container-fluid {
  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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    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 {
    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 {
    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 {
    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 {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1919.98px) {
  .navbar-expand-io > .container,
  .navbar-expand-io > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .navbar-expand-io {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-io .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-io .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-io .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-io > .container,
  .navbar-expand-io > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-io .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-io .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  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 {
  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(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 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(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.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: #fff;
}
.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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.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: #C18D39;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #866228;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  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: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-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;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 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;
  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(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 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 {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    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(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

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

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

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

.modal-dialog-scrollable {
  display: 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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 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: #000;
}
.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: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.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: 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: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 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: 1440px) {
  .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: 1600px) {
  .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;
  }
}
@media (min-width: 1920px) {
  .m-io-0 {
    margin: 0 !important;
  }
  .mt-io-0,
  .my-io-0 {
    margin-top: 0 !important;
  }
  .mr-io-0,
  .mx-io-0 {
    margin-right: 0 !important;
  }
  .mb-io-0,
  .my-io-0 {
    margin-bottom: 0 !important;
  }
  .ml-io-0,
  .mx-io-0 {
    margin-left: 0 !important;
  }
  .m-io-1 {
    margin: 0.25rem !important;
  }
  .mt-io-1,
  .my-io-1 {
    margin-top: 0.25rem !important;
  }
  .mr-io-1,
  .mx-io-1 {
    margin-right: 0.25rem !important;
  }
  .mb-io-1,
  .my-io-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-io-1,
  .mx-io-1 {
    margin-left: 0.25rem !important;
  }
  .m-io-2 {
    margin: 0.5rem !important;
  }
  .mt-io-2,
  .my-io-2 {
    margin-top: 0.5rem !important;
  }
  .mr-io-2,
  .mx-io-2 {
    margin-right: 0.5rem !important;
  }
  .mb-io-2,
  .my-io-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-io-2,
  .mx-io-2 {
    margin-left: 0.5rem !important;
  }
  .m-io-3 {
    margin: 1rem !important;
  }
  .mt-io-3,
  .my-io-3 {
    margin-top: 1rem !important;
  }
  .mr-io-3,
  .mx-io-3 {
    margin-right: 1rem !important;
  }
  .mb-io-3,
  .my-io-3 {
    margin-bottom: 1rem !important;
  }
  .ml-io-3,
  .mx-io-3 {
    margin-left: 1rem !important;
  }
  .m-io-4 {
    margin: 1.5rem !important;
  }
  .mt-io-4,
  .my-io-4 {
    margin-top: 1.5rem !important;
  }
  .mr-io-4,
  .mx-io-4 {
    margin-right: 1.5rem !important;
  }
  .mb-io-4,
  .my-io-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-io-4,
  .mx-io-4 {
    margin-left: 1.5rem !important;
  }
  .m-io-5 {
    margin: 3rem !important;
  }
  .mt-io-5,
  .my-io-5 {
    margin-top: 3rem !important;
  }
  .mr-io-5,
  .mx-io-5 {
    margin-right: 3rem !important;
  }
  .mb-io-5,
  .my-io-5 {
    margin-bottom: 3rem !important;
  }
  .ml-io-5,
  .mx-io-5 {
    margin-left: 3rem !important;
  }
  .p-io-0 {
    padding: 0 !important;
  }
  .pt-io-0,
  .py-io-0 {
    padding-top: 0 !important;
  }
  .pr-io-0,
  .px-io-0 {
    padding-right: 0 !important;
  }
  .pb-io-0,
  .py-io-0 {
    padding-bottom: 0 !important;
  }
  .pl-io-0,
  .px-io-0 {
    padding-left: 0 !important;
  }
  .p-io-1 {
    padding: 0.25rem !important;
  }
  .pt-io-1,
  .py-io-1 {
    padding-top: 0.25rem !important;
  }
  .pr-io-1,
  .px-io-1 {
    padding-right: 0.25rem !important;
  }
  .pb-io-1,
  .py-io-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-io-1,
  .px-io-1 {
    padding-left: 0.25rem !important;
  }
  .p-io-2 {
    padding: 0.5rem !important;
  }
  .pt-io-2,
  .py-io-2 {
    padding-top: 0.5rem !important;
  }
  .pr-io-2,
  .px-io-2 {
    padding-right: 0.5rem !important;
  }
  .pb-io-2,
  .py-io-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-io-2,
  .px-io-2 {
    padding-left: 0.5rem !important;
  }
  .p-io-3 {
    padding: 1rem !important;
  }
  .pt-io-3,
  .py-io-3 {
    padding-top: 1rem !important;
  }
  .pr-io-3,
  .px-io-3 {
    padding-right: 1rem !important;
  }
  .pb-io-3,
  .py-io-3 {
    padding-bottom: 1rem !important;
  }
  .pl-io-3,
  .px-io-3 {
    padding-left: 1rem !important;
  }
  .p-io-4 {
    padding: 1.5rem !important;
  }
  .pt-io-4,
  .py-io-4 {
    padding-top: 1.5rem !important;
  }
  .pr-io-4,
  .px-io-4 {
    padding-right: 1.5rem !important;
  }
  .pb-io-4,
  .py-io-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-io-4,
  .px-io-4 {
    padding-left: 1.5rem !important;
  }
  .p-io-5 {
    padding: 3rem !important;
  }
  .pt-io-5,
  .py-io-5 {
    padding-top: 3rem !important;
  }
  .pr-io-5,
  .px-io-5 {
    padding-right: 3rem !important;
  }
  .pb-io-5,
  .py-io-5 {
    padding-bottom: 3rem !important;
  }
  .pl-io-5,
  .px-io-5 {
    padding-left: 3rem !important;
  }
  .m-io-n1 {
    margin: -0.25rem !important;
  }
  .mt-io-n1,
  .my-io-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-io-n1,
  .mx-io-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-io-n1,
  .my-io-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-io-n1,
  .mx-io-n1 {
    margin-left: -0.25rem !important;
  }
  .m-io-n2 {
    margin: -0.5rem !important;
  }
  .mt-io-n2,
  .my-io-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-io-n2,
  .mx-io-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-io-n2,
  .my-io-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-io-n2,
  .mx-io-n2 {
    margin-left: -0.5rem !important;
  }
  .m-io-n3 {
    margin: -1rem !important;
  }
  .mt-io-n3,
  .my-io-n3 {
    margin-top: -1rem !important;
  }
  .mr-io-n3,
  .mx-io-n3 {
    margin-right: -1rem !important;
  }
  .mb-io-n3,
  .my-io-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-io-n3,
  .mx-io-n3 {
    margin-left: -1rem !important;
  }
  .m-io-n4 {
    margin: -1.5rem !important;
  }
  .mt-io-n4,
  .my-io-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-io-n4,
  .mx-io-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-io-n4,
  .my-io-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-io-n4,
  .mx-io-n4 {
    margin-left: -1.5rem !important;
  }
  .m-io-n5 {
    margin: -3rem !important;
  }
  .mt-io-n5,
  .my-io-n5 {
    margin-top: -3rem !important;
  }
  .mr-io-n5,
  .mx-io-n5 {
    margin-right: -3rem !important;
  }
  .mb-io-n5,
  .my-io-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-io-n5,
  .mx-io-n5 {
    margin-left: -3rem !important;
  }
  .m-io-auto {
    margin: auto !important;
  }
  .mt-io-auto,
  .my-io-auto {
    margin-top: auto !important;
  }
  .mr-io-auto,
  .mx-io-auto {
    margin-right: auto !important;
  }
  .mb-io-auto,
  .my-io-auto {
    margin-bottom: auto !important;
  }
  .ml-io-auto,
  .mx-io-auto {
    margin-left: auto !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

.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;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: unset;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 100;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 10px 0;
  cursor: pointer;
  opacity: 0.2;
}
.slick-dots li button {
  border: 0;
  background: #000;
  display: block;
  height: 2px;
  width: 45px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  opacity: 1;
}

img {
  width: 100%;
}

.c-component {
  clear: both;
}
.c-component.c-banner_cta {
  padding-bottom: 0;
}
.c-component.c-banner_cta + .c-component {
  padding-top: 18px;
}
.c-component.padding-top-none {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.c-component.padding-bottom-none {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.c-component.padding-bottom-small {
  padding-bottom: 0 !important;
}
.c-component.padding-top-small {
  padding-top: 0 !important;
}
.c-component.padding-top-large {
  padding-top: 100px !important;
}
.c-component.padding-top-medium {
  padding-top: 50px !important;
}
@media (min-width: 992px) {
  .c-component.padding-bottom-large {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .c-component.padding-bottom-medium {
    padding-bottom: 50px;
  }
}

.c-page-title.is-centered h1, .c-page-title.is-centered h2, .c-page-title.is-centered h3 {
  text-align: center !important;
}
.c-page-title.is-centered h3 {
  margin-left: auto;
  margin-right: auto;
}

.section-content.section-content--header .section-content__title {
  margin-top: 0;
}
.section-content--page-header .section-content__title {
  margin: 0;
  font-size: 36px;
}
.section-content--page-header .section-content__floor {
  margin-top: 15px;
  margin-bottom: 0;
}
.section-content__title {
  font-family: "Lora", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 22px;
  margin-bottom: 21px;
  color: #0F467E;
}
.section-content__title--lg {
  font-size: 36px;
}
.section-content__title--no-mt {
  margin-top: 0;
}
.section-content__ceiling {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0F467E;
}
.section-content__floor {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 950px;
  color: #C18D39;
}
@media (min-width: 768px) {
  .section-content__floor {
    font-size: 24px;
    line-height: 150%;
  }
}
.section-content p {
  font-weight: 400;
}

@media (min-width: 768px) {
  .section-content__title {
    margin-bottom: 30px;
  }
  .section-content .btn {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .section-content__title {
    font-size: 38px;
  }
  .section-content__title--lg {
    font-size: 50px;
  }
  .section-content__title--md {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .section-content--page-header .section-content__title {
    font-size: 54px;
  }
  .section-content--page-header .section-content__floor {
    margin-top: 22px;
  }
  .section-content__title {
    font-size: 38px;
  }
  .section-content__title--lg {
    font-size: 54px;
  }
  .section-content__title--md {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .section-content--page-header .section-content__title {
    font-size: 64px;
  }
  .section-content--page-header .section-content__floor {
    margin-top: 25px;
  }
  .section-content__title {
    font-size: 48px;
  }
  .section-content__title--lg {
    font-size: 64px;
  }
  .section-content__title--md {
    font-size: 32px;
  }
}
.section-content--center {
  text-align: center;
}

.social-share {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  justify-content: center;
}
.social-share li {
  display: flex;
  flex-direction: row;
  margin: 0 5px;
  align-items: center;
}
.social-share li i {
  margin-right: 15px;
}
.social-share li a {
  font-size: 13px;
  min-width: auto;
}

@media (min-width: 768px) {
  .social-share {
    justify-content: flex-start;
  }
  .social-share li a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
li.tribe-events-nav-next a, li.tribe-events-nav-prev a {
  display: inline-block;
}

body #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  display: none;
}

body .table.tribe-events-calendar .tribe-events-viewmore a {
  display: block;
  margin-top: 10px;
}

a {
  text-decoration: none;
  color: #C18D39;
}
a:hover, a:focus {
  color: #866228;
}

h1 {
  font-size: 36px;
  line-height: 1.1;
}

h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #C18D39;
}

h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #0F467E;
}

h4 {
  font-size: 20px;
  line-height: 1.4;
  color: #C18D39;
}

h5 {
  font-size: 18px;
  line-height: 1.4;
}

h6 {
  font-size: 12px;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #C18D39;
  }
  h3 {
    font-size: 28px;
    line-height: 1.2;
    color: #0F467E;
  }
  h4 {
    font-size: 24px;
    line-height: 1.4;
    color: #C18D39;
  }
  h5 {
    font-size: 18px;
    line-height: 1.4;
  }
  h6 {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
body,
html {
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  color: #333333;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body.is-active,
html.is-active {
  overflow: hidden;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background: #F1F1F1;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #C18D39;
}
body::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
  background: #C18D39;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

.c-component {
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-component.section-6.c-wysiwig {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .c-component {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.container-fluid .container {
  padding-right: 0;
  padding-left: 0;
}

.select {
  position: relative;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0;
  background: #F2F2F2;
}
.select:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  pointer-events: none;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #191919 transparent transparent transparent;
}
.select:before {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 30px;
  content: "";
  pointer-events: none;
  background: #F2F2F2;
}
.select:hover:before {
  background: #F2F2F2;
}
.select select {
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding-right: 35px;
  padding-left: 15px;
  cursor: pointer;
  border: none;
  border: 1px solid #F2F2F2;
  border-radius: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  border-color: #F2F2F2;
}

@media all and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0), all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .select select {
    padding-right: 0;
  }
  .select:after, .select:before {
    display: none;
  }
}
.btn {
  margin-top: 12px;
  border-radius: 2px;
  padding: 10px 0.75rem;
}

.btn-primary {
  min-width: 130px;
  color: white;
  border-color: #C18D39;
  background-color: #C18D39;
}
@media (min-width: 768px) {
  .btn-primary {
    min-width: 170px;
  }
}
.btn-primary:hover {
  border-color: #d5af71;
  background-color: #d5af71;
}
.btn-primary:not(:disabled):not(.disabled):active {
  border-color: #C18D39;
  background-color: #C18D39;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 141, 57, 0.5);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 141, 57, 0.5);
}

.btn-secondary {
  min-width: 130px;
  padding: 10px 0.75rem;
  color: #C18D39;
  border-color: #fff;
  background-color: #fff;
}
@media (min-width: 768px) {
  .btn-secondary {
    min-width: 170px;
  }
}
.btn-secondary:hover {
  border-color: #d5af71;
  background-color: #d5af71;
}
.btn-secondary:not(:disabled):not(.disabled):active {
  border-color: #fff;
  background-color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn--dark {
  min-width: 130px;
  padding: 6px 15px;
  color: #000;
  border-color: #E0E0E0;
  border-radius: 4px;
  background-color: #F2F2F2;
}
@media (min-width: 768px) {
  .btn--dark {
    min-width: 170px;
  }
}
.btn--dark:hover {
  color: #000;
  border-color: rgba(224, 224, 224, 0.8);
  background-color: rgba(242, 242, 242, 0.8);
}
.btn--dark:not(:disabled):not(.disabled):active {
  color: #000;
  border-color: #E0E0E0;
  background-color: #F2F2F2;
}
.btn--dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
.btn--dark:focus, .btn--dark.focus {
  color: #000;
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn--bordered {
  min-width: 130px;
  padding: 6px 15px;
  color: #000;
  border-color: #E0E0E0;
  border-radius: 4px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .btn--bordered {
    min-width: 170px;
  }
}
.btn--bordered:hover {
  color: #000;
  border-color: rgba(224, 224, 224, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.btn--bordered:not(:disabled):not(.disabled):active {
  color: #000;
  border-color: #E0E0E0;
  background-color: #fff;
}
.btn--bordered:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn--bordered:focus, .btn--bordered.focus {
  color: #000;
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn--map {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  max-width: 232px;
  padding: 7px;
  align-items: center;
}
.btn--map:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  margin-right: 15px;
  content: "\f278";
}

.btn-facebook {
  min-width: 130px;
  padding: 6px 15px;
  color: white;
  border-color: #3b5998;
  border-radius: 4px;
  background-color: #3b5998;
}
@media (min-width: 768px) {
  .btn-facebook {
    min-width: 170px;
  }
}
.btn-facebook:hover {
  color: white;
  border-color: rgba(59, 89, 152, 0.8);
  background-color: rgba(59, 89, 152, 0.8);
}
.btn-facebook:not(:disabled):not(.disabled):active {
  color: white;
  border-color: #3b5998;
  background-color: #3b5998;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}
.btn-facebook:focus, .btn-facebook.focus {
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

.btn-twitter {
  min-width: 130px;
  padding: 6px 15px;
  color: white;
  border-color: #55acee;
  border-radius: 4px;
  background-color: #55acee;
}
@media (min-width: 768px) {
  .btn-twitter {
    min-width: 170px;
  }
}
.btn-twitter:hover {
  color: white;
  border-color: rgba(85, 172, 238, 0.8);
  background-color: rgba(85, 172, 238, 0.8);
}
.btn-twitter:not(:disabled):not(.disabled):active {
  color: white;
  border-color: #55acee;
  background-color: #55acee;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.5);
}
.btn-twitter:focus, .btn-twitter.focus {
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.5);
}

.btn-email {
  min-width: 130px;
  padding: 6px 15px;
  color: white;
  border-color: #7d7d7d;
  border-radius: 4px;
  background-color: #7d7d7d;
}
@media (min-width: 768px) {
  .btn-email {
    min-width: 170px;
  }
}
.btn-email:hover {
  color: white;
  border-color: rgba(125, 125, 125, 0.8);
  background-color: rgba(125, 125, 125, 0.8);
}
.btn-email:not(:disabled):not(.disabled):active {
  color: white;
  border-color: #7d7d7d;
  background-color: #7d7d7d;
}
.btn-email:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}
.btn-email:focus, .btn-email.focus {
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-share {
  min-width: 130px;
  padding: 6px 15px;
  color: white;
  border-color: #95d03a;
  border-radius: 4px;
  background-color: #95d03a;
}
@media (min-width: 768px) {
  .btn-share {
    min-width: 170px;
  }
}
.btn-share:hover {
  color: white;
  border-color: rgba(149, 208, 58, 0.8);
  background-color: rgba(149, 208, 58, 0.8);
}
.btn-share:not(:disabled):not(.disabled):active {
  color: white;
  border-color: #95d03a;
  background-color: #95d03a;
}
.btn-share:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 208, 58, 0.5);
}
.btn-share:focus, .btn-share.focus {
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(149, 208, 58, 0.5);
}

.btn-light {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.15);
}
.btn-light:hover, .btn-light:focus {
  border-color: rgba(0, 0, 0, 0.15);
}

.hamburger {
  padding: 15px 10px;
  display: inline-block;
  cursor: pointer;
  width: 100px;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 20px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: white;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  bottom: -5px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 5px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5px, 0) rotate(-45deg);
}

.hamburger {
  z-index: 1030;
  display: flex;
}
@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
.hamburger:before {
  content: "MENU";
  color: white;
  font-size: 12px;
  margin-right: 10px;
}
.hamburger.is-active:before {
  content: "CLOSE";
}

.hamburger-box {
  height: 18px;
  width: 25px;
}

.hamburger-inner {
  width: 23px;
}
.hamburger-inner:before {
  width: 25px;
}
.hamburger-inner:after {
  width: 20px;
}

.hamburger.is-active .hamburger-inner {
  width: 20px;
}
.hamburger.is-active .hamburger-inner:before {
  width: 20px;
}
.hamburger.is-active .hamburger-inner:after {
  width: 20px;
}

.hamburger--spring.is-active .hamburger-inner:before, .hamburger--spring.is-active .hamburger-inner:after {
  top: 2px;
}
.hamburger--spring .hamburger-inner:before {
  top: 7px;
}
.hamburger--spring .hamburger-inner:after {
  top: 14px;
}

.offcanvas-collapse {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.offcanvas-collapse::-webkit-scrollbar {
  width: 4px;
}
.offcanvas-collapse::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.offcanvas-collapse::-webkit-scrollbar-thumb {
  background: #C18D39;
}
.offcanvas-collapse::-webkit-scrollbar-thumb:hover {
  background: #C18D39;
}

@media (max-width: 1199.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    visibility: hidden;
    overflow-y: auto;
    width: 100%;
    padding-top: 35px;
    padding-right: 30px;
    padding-left: 30px;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: left, visibility;
    background-color: #0F467E;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-collapse {
    top: 0;
    padding-top: 0;
  }
}
html.is-active .c-navbar,
html.is-active body.no-banner .c-navbar {
  transition: 0.1s background-color ease-in-out;
  background-color: #0F467E;
}
html.is-active .c-navbar.navbar-shrink,
html.is-active body.no-banner .c-navbar.navbar-shrink {
  transition: 0.1s background-color ease-in-out;
  background-color: #0F467E;
}

.c-navbar {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.c-navbar .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.c-navbar .nav-item:last-of-type {
  border-bottom: 0;
}
.c-navbar .nav-link {
  font-weight: 300;
  line-height: 3;
  position: relative;
  padding: 1px 0 1px;
  color: white;
}
@media (min-width: 1200px) {
  .c-navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .c-navbar .nav-link {
    font-size: 16px;
  }
}
.c-navbar .nav-link:hover {
  color: #C18D39;
}

@media (min-width: 1200px) {
  .c-navbar {
    transition: 0.1s background-color ease-in-out;
    background-color: transparent;
  }
  .c-navbar .navbar-nav {
    margin-top: 11px;
    margin-left: 30px;
  }
  .c-navbar .nav-item {
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
  }
  .c-navbar .nav-item.show > a[role=button]:after {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 2px;
    height: 40px;
    content: "";
    background-color: #C18D39;
  }
  .c-navbar .nav-item:last-child {
    border-right: 0;
  }
}
@media (min-width: 1440px) {
  .c-navbar.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1600px) {
  .c-navbar.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c-navbar .navbar-nav {
    margin-left: 60px;
  }
  .c-navbar .nav-link {
    font-size: 16px;
  }
}
body.no-banner .c-navbar,
.c-navbar.navbar-shrink {
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid white;
  background-color: rgba(15, 70, 126, 0.9);
}

.navbar-brand {
  z-index: 1020;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.navbar-brand img {
  width: 151px;
  transition: 0.3s all ease-in-out;
}

@media (min-width: 992px) and (max-width: 1599.98px) {
  .navbar-brand img {
    width: 180px;
  }
}
@media (min-width: 1600px) {
  .navbar-brand img {
    width: 241px;
  }
}
.navbar-nav .dropdown-menu {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.navbar-nav .dropdown-menu.is-right {
  left: -480px;
  flex-direction: row-reverse;
}

@media (min-width: 1200px) {
  .navbar-nav .dropdown-menu {
    z-index: -1;
    top: -20px;
    left: -10px;
    justify-content: space-between;
    width: 650px;
    margin-top: 0;
    padding-top: 120px;
    opacity: 0;
    background-color: transparent;
  }
  .navbar-nav .dropdown-menu.show {
    display: flex;
    opacity: 1;
  }
  .navbar-nav .dropdown-menu:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -2000px;
    width: 5920px;
    height: calc(100% + 80px);
    content: "";
    background-color: rgba(15, 70, 126, 0.9);
  }
  /*
  	.navbar-nav .dropdown:hover .dropdown-menu,
  	.navbar-nav .dropdown.hovering .dropdown-menu {
  		display: flex;
  		opacity: 1;
  	}*/
  .navbar-nav .dropdown.show .dropdown-menu {
    display: flex;
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .navbar-nav .dropdown-menu {
    top: -30px;
    left: 0;
    padding-top: 130px;
  }
}
.dropdown-menu__list {
  padding: 0;
  list-style: none;
}
.dropdown-menu__list li.current-menu-item a {
  color: #D29D48;
}
.dropdown-menu__list li ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.dropdown-menu__list li ul li:first-child:before {
  display: none !important;
}
.dropdown-menu__list li ul li a {
  font-size: 15px;
  line-height: 2;
}

@media (min-width: 1200px) {
  .dropdown-menu__list {
    padding: 0;
  }
  .dropdown-menu__list li {
    position: relative;
  }
}
.navbar-nav .dropdown-menu__list a {
  font-weight: 300;
  line-height: 3;
  position: relative;
  display: block;
  padding: 1px 10px 1px 19px;
  color: white;
}
.navbar-nav .dropdown-menu__list a:before {
  position: absolute;
  top: 24px;
  left: 0;
  width: 9px;
  height: 1px;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-nav .dropdown-menu__list a:hover, .navbar-nav .dropdown-menu__list a:focus {
  color: #C18D39;
  background-color: transparent;
}

@media (min-width: 1200px) {
  .navbar-nav .dropdown-menu__list a {
    font-size: 15px;
    line-height: 2.5;
  }
  .navbar-nav .dropdown-menu__list a:before {
    content: none;
  }
}
@media (min-width: 1600px) {
  .navbar-nav .dropdown-menu__list a {
    font-size: 16px;
  }
}
.dropdown-menu__action {
  display: none;
  max-width: 340px;
}
.dropdown-menu__action h2 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
  color: white;
}
.dropdown-menu__action p {
  font-size: 14px;
  color: white;
}
.dropdown-menu__action img {
  max-width: 340px;
  height: auto;
}

@media (min-width: 992px) {
  .dropdown-menu__action {
    display: block;
  }
}
.navbar-extras {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  list-style: none;
}
.navbar-extras.is-shop {
  margin-top: 0 !important;
}
.navbar-extras__list {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-extras__item a {
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  color: white;
}
.navbar-extras__item a:before {
  font-size: 21px;
}
.navbar-extras__item a i {
  font-size: 20px;
  line-height: 0;
}
.navbar-extras__language {
  position: relative;
  text-transform: uppercase;
}
.navbar-extras__language .dropdown-toggle {
  font-size: 21px;
  width: 60px;
  height: 40px;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase !important;
  color: white;
}
@media (min-width: 1600px) {
  .navbar-extras__language .dropdown-toggle {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .navbar-extras {
    margin-top: 11px;
  }
  .navbar-extras__item--mail {
    margin-right: 0;
    padding-right: 6px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
  }
  .navbar-extras__item a {
    margin-right: 0;
  }
}
#dropdown-languages a {
  font-weight: 400;
  display: block;
  clear: both;
  width: 100%;
  padding: 0.25rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  color: #212529;
  border: 0;
  background-color: transparent;
}
#dropdown-languages a:hover, #dropdown-languages a:focus {
  background-color: #f8f9fa;
  text-decoration: none;
  color: #16181b;
}

.c-footer {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  background-color: #0F467E;
}
.c-footer a {
  color: white;
}
.c-footer a:hover {
  text-decoration: underline;
  color: white;
}
.c-footer ul {
  list-style: none;
}
.c-footer form {
  width: 100%;
}
.c-footer button {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-top: 0;
  padding: 18px 0;
  text-align: left;
  text-transform: uppercase;
  color: white;
}
.c-footer button:hover {
  color: white;
}

.footer__menu {
  position: relative;
}
.footer__menu:after {
  content: "";
  width: 39px;
  position: absolute;
  height: 1px;
  background: orange;
  left: 0;
  top: 60px;
}
.footer__menu ul {
  margin-top: 18px;
  padding: 0;
}
.footer__menu li {
  line-height: 2.5;
}

@media (min-width: 992px) {
  .footer__menu .collapse {
    display: block;
  }
  .footer__menu button {
    pointer-events: none;
  }
}
.footer__menu-1 ul li {
  border: 0 none !important;
}
.footer__menu-1 img {
  width: 141px;
}
.footer__menu-1 > a {
  display: inline-block;
  margin-bottom: 30px;
}

.footer__contact {
  margin-bottom: 20px;
}
.footer__contact li {
  line-height: 2;
  position: relative;
  padding-left: 50px;
}
.footer__contact i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  left: 0;
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .footer__newsletter input {
    height: 50px;
    border: 1px solid white;
    border-radius: 2px;
    box-shadow: none;
  }
  .footer__newsletter {
    margin-top: 18px;
  }
  .footer__newsletter h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 26px;
    color: white;
  }
  .footer__newsletter .input-group {
    display: block;
  }
  .footer__newsletter .input-group input[type=email] {
    width: 100%;
    height: 50px;
    border: 1px solid white;
    border-radius: 2px !important;
    box-shadow: none;
  }
  .footer__newsletter .input-group-append .btn {
    width: 100%;
    margin-top: 0;
    padding: 13px;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #C18D39;
    margin-bottom: 20px;
    background-color: transparent;
  }
  .footer__newsletter .input-group-append .btn:after {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer__newsletter {
    position: relative;
    height: 150px;
    padding: 30px 0;
    border-top: 1px solid #C18D39;
    border-bottom: 1px solid #C18D39;
  }
  .footer__newsletter h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 400;
    width: calc(100% - 500px);
    margin-top: -24px;
    margin-bottom: 0;
    padding-right: 50px;
    color: white;
  }
  .footer__newsletter .input-group {
    float: right;
    width: 500px;
  }
  .footer__newsletter .input-group input[type=email] {
    padding: 24px 15px;
    border-radius: 2px 0 0 2px;
  }
  .input-group-append .btn {
    padding: 0 15px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .footer__newsletter {
    margin-top: 22px;
  }
}
.footer__social {
  margin: 33px 0;
  justify-content: space-between;
}
.footer__social a {
  font-size: 20px;
}

@media (min-width: 768px) {
  .footer__social {
    margin: 22px 0;
  }
}
@media (min-width: 992px) {
  .footer__social {
    justify-content: flex-end;
  }
  .footer__social li {
    margin-left: 20px;
  }
}
.footer__rights {
  flex-direction: column;
}
.footer__rights li {
  line-height: 2.5;
}

@media (min-width: 768px) {
  .footer__rights {
    margin-top: 22px;
  }
}
@media (min-width: 992px) {
  .footer__rights {
    flex-direction: row;
  }
  .footer__rights li {
    margin-right: 30px;
  }
}
.footer__hr {
  width: 39px;
  margin: 22px 0;
  border-top: 1px solid #C18D39;
}

.card--simple {
  margin-bottom: 1rem;
  text-align: left;
}
.card--simple .card-text {
  overflow: hidden;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card--simple .card-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}

.card-date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  display: block;
  margin-bottom: 10px;
}

.card-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
}

.card-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.card-link {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
}
.card-link::after {
  position: absolute;
  top: 5px;
  right: -25px;
  display: block;
  width: 15px;
  height: 100%;
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 22 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4062 0.40625L20.8438 7.84375L21.3906 8.5L20.8438 9.15625L13.4062 16.5938L12.0938 15.2812L18.0547 9.375H0.5V7.625H18.0547L12.0938 1.71875L13.4062 0.40625Z" fill="black"/></svg>');
}

#stickycookiePolicy,
#cookiePolicy {
  position: fixed;
  z-index: 9999999999;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.8);
}

#stickycookiePolicy a,
#cookiePolicy a {
  margin-left: 10px;
  transition: color 0.3s ease;
  white-space: nowrap;
  text-decoration: underline;
  color: #FFFFFF;
}

#stickycookiePolicy a:hover,
#cookiePolicy a:hover {
  color: #C18D39;
}

.no-script.modal-backdrop.fade.in {
  position: absolute;
  z-index: 1100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background: rgb(0, 0, 0);
}

.modal.fade.in.no-js {
  position: fixed;
  z-index: 1109;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  display: block;
  padding: 20px;
  text-align: center;
  background: #101820;
}

.modal.fade.in.no-js .noscriptmsg {
  font-size: 1.25em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

input.modal-closing-trick {
  position: absolute;
  z-index: 1110;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

input.modal-closing-trick:checked ~ div {
  display: none !important;
}

.slider-mobile-only {
  overflow: hidden;
  margin-right: -15px;
}

.slider-mobile-only__cell {
  width: 250px;
  padding-right: 30px;
}
.slider-mobile-only__cell img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-mobile-only__cell--thin {
  padding-right: 2px;
}

.slider-mobile-only:after {
  display: none;
  /* hide :after */
  content: "flickity";
}

.flickity-button {
  display: none;
}

@media (min-width: 768px) {
  .slider-mobile-only:after {
    content: "";
  }
  .slider-mobile-only__cell {
    width: 100%;
    padding-right: 0;
  }
  .slider-mobile-only__cell img {
    height: 175px;
  }
}
.c-banner-hero {
  position: relative;
  overflow: hidden;
  height: 80vh;
  background-color: #0F467E;
}
@media (min-width: 1440px) {
  .c-banner-hero {
    min-height: 550px;
  }
}
.c-banner-hero:before {
  background: linear-gradient(to bottom, rgb(15, 70, 126) 0%, rgba(15, 70, 126, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0f467e", endColorstr="#000f467e",GradientType=0 );
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media (min-width: 768px) {
  .c-banner-hero:before {
    height: 200px;
  }
}
.c-banner-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.c-banner-hero__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-banner-hero__inner:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.c-banner-hero__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: calc(100% - 30px);
  text-align: center;
  color: white;
  max-width: 680px;
}
@media (max-width: 767.98px) {
  .c-banner-hero__overlay {
    width: 100%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .c-banner-hero__overlay {
    left: 100px;
    transform: translate(0, -50%);
  }
}
@media (min-width: 1600px) {
  .c-banner-hero__overlay {
    left: 100px;
    transform: translate(0, -50%);
  }
}
.c-banner-hero__overlay.has-box {
  background: rgba(15, 70, 126, 0.7);
  padding: 30px 0;
  max-width: 540px;
}
@media (max-width: 767.98px) {
  .c-banner-hero__overlay.has-box {
    background: none;
  }
}
@media (min-width: 1600px) {
  .c-banner-hero__overlay.has-box {
    padding: 60px 0;
    max-width: 540px;
  }
}
.c-banner-hero__overlay.text-small h1 {
  font-size: 28px;
}
@media (min-width: 576px) {
  .c-banner-hero__overlay.text-small h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .c-banner-hero__overlay.text-small h1 {
    font-size: 35px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .c-banner-hero__overlay.text-small h1 {
    font-size: 30px;
  }
}
.c-banner-hero__overlay.text-small h2 {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .c-banner-hero__overlay.text-large h1 {
    font-size: 65px;
  }
}
@media (min-width: 1440px) {
  .c-banner-hero__overlay.text-large h1 {
    font-size: 70px;
  }
}
.c-banner-hero__overlay.text-large h2 {
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 300;
}
@media (min-width: 576px) {
  .c-banner-hero__overlay.text-large h2 {
    font-size: 16px;
    letter-spacing: 5px;
  }
}
@media (min-width: 768px) {
  .c-banner-hero__overlay.text-large h2 {
    font-size: 20px;
    margin-top: 30px;
    letter-spacing: 5px;
  }
}
@media (min-width: 992px) {
  .c-banner-hero__overlay.text-large h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.c-banner-hero__overlay h1 {
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 14px;
}
.c-banner-hero__overlay h2 {
  color: white;
  line-height: 140%;
}

.custom-hr {
  position: relative;
  left: 50%;
  width: 156px;
  height: 12px;
  margin-bottom: 14px;
  margin-left: -78px;
  background-image: url("../images/custom-hr-mobile.svg");
  background-size: cover;
}
@media (min-width: 768px) {
  .custom-hr {
    width: 350px;
    height: 12px;
    margin-bottom: 14px;
    margin-left: -175px;
    background-image: url("../images/custom-hr.svg");
  }
}

.c-banner-hero__image {
  position: absolute;
  width: calc(100% + 200px);
  height: calc(100% + 50px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.c-banner-hero__image--animation1 {
  animation: fade-move-1 15s infinite;
  right: 0;
  bottom: -50px;
}

.c-banner-hero__image--animation2 {
  animation: fade-move-2 15s infinite;
  left: 0;
  top: 0;
}

.c-banner-hero__image--animation3 {
  animation: fade-move-3 15s infinite;
  bottom: -50px;
  right: -200px;
}

@keyframes fade-move-1 {
  0% {
    opacity: 0.9;
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 0.9;
  }
  33% {
    opacity: 0;
    transform: translate3d(200px, -50px, 0);
  }
  53% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes fade-move-2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  33% {
    opacity: 0.9;
  }
  53% {
    opacity: 0.9;
  }
  66% {
    opacity: 0;
    transform: translate3d(-200px, -50px, 0);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-move-3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  53% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  66% {
    opacity: 0.9;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translate3d(-200px, -100px, 0) scale(1.2);
  }
}
.c-banner {
  position: relative;
  overflow: hidden;
  height: 250px;
}
@media (min-width: 768px) {
  .c-banner {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .c-banner {
    height: 440px;
  }
}
@media (min-width: 1600px) {
  .c-banner {
    height: 540px;
  }
}
.c-banner:before {
  background: linear-gradient(to bottom, rgb(15, 70, 126) 0%, rgba(15, 70, 126, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0f467e", endColorstr="#000f467e",GradientType=0 );
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media (min-width: 768px) {
  .c-banner:before {
    height: 200px;
  }
}
.c-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}

.c-banner__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-banner__inner:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.c-banner__overlay {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  left: 15px;
  max-width: calc(100% - 30px);
}
@media (min-width: 992px) {
  .c-banner__overlay.is-post-single h1 {
    max-width: 70%;
  }
}
.c-banner__overlay .tag {
  background: #C18D39;
  color: #fff;
  height: 26px;
  line-height: 26px;
  padding: 0 11px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 20px;
}

.c-banner__overlay-title {
  font-family: "Lora", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: white;
}

.c-banner__overlay-ceiling {
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  border-radius: 4px;
  background-color: #C18D39;
}

@media (min-width: 768px) {
  .c-banner__overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    margin-top: 35px;
  }
  .c-banner__overlay-title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .c-banner__overlay {
    left: 50%;
    width: 1110px;
    margin-top: 35px;
    margin-left: -555px;
  }
  .c-banner__overlay-title {
    font-size: 64px;
  }
}
.home .c-news {
  margin-top: 43px !important;
}
@media (min-width: 992px) {
  .home .c-news .home .c-news {
    margin-top: 60px !important;
  }
}
.home .c-news div[class*=flex] {
  display: block !important;
}
@media (min-width: 768px) {
  .home .c-news div[class*=flex] {
    display: flex;
  }
}
.home .c-news .btn {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .home .c-news .btn {
    margin-top: 50px;
  }
}

.dropdown-menu.dropdown-menu-lg-right {
  left: 15px;
}

@media (min-width: 768px) {
  .dropdown-menu.dropdown-menu-lg-right {
    right: 15px;
    left: auto;
  }
}
.c-news__title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #C18D39;
}

.c-news__summary {
  font-weight: 400;
}

.c-news__date {
  font-size: 12px;
  color: #333;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .c-news__item--featured .c-news__title {
    margin-top: 20px;
  }
  .c-news__title {
    font-size: 28px;
  }
  .c-news__date {
    font-size: 16px;
    margin-top: 18px;
  }
}
.c-news__item:not(.slider-mobile-only__cell) {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bdbdbd;
}

@media (max-width: 991.98px) {
  .c-news__item:not(.slider-mobile-only__cell) div[class*=order-md-2] {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-news__item:not(.slider-mobile-only__cell) {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .c-news__item:not(.slider-mobile-only__cell) div[class*=order-md-2] {
    display: block;
  }
  .c-news__item {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #bdbdbd;
  }
  .c-news__item:first-of-type {
    padding-top: 0;
  }
  .c-news__item:not(.c-news__item--featured):first-child {
    padding-top: 50px;
    border-top: 1px solid #bdbdbd;
  }
  .c-news__item.slider-mobile-only__cell:first-child {
    padding-top: 0;
    border-top: 0;
  }
}
.c-component-featured-news a h3 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .c-component-featured-news a h3 {
    font-size: 23px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1440px) {
  .c-component-featured-news a h3 {
    font-size: 28px;
  }
}

.c-news__summary {
  display: none;
}

@media (min-width: 768px) {
  .c-news__summary {
    display: block;
    margin-bottom: 0;
    color: #333333;
  }
}
@media (min-width: 768px) {
  .c-component-featured-news {
    font-size: 14px;
    display: block;
    margin-top: 30px;
  }
}
.c-component-featured-news div[class*=col] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.c-component-featured-news .category {
  text-transform: uppercase;
  color: #C18D39;
}
.c-component-featured-news .tag {
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
  height: 26px;
  margin-right: 15px;
  margin-bottom: 5px;
  padding: 0 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #BDBDBD;
}
@media (min-width: 992px) {
  .c-component-featured-news .tag {
    margin-bottom: 0;
  }
}
.c-component-featured-news .tag:hover {
  background: #989898;
}
.c-component-featured-news img {
  width: 100%;
  height: 260px;
  margin-bottom: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-component-featured-news a h3 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .c-component-featured-news a h3 {
    font-size: 23px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1440px) {
  .c-component-featured-news a h3 {
    font-size: 28px;
  }
}
.c-component-featured-news a p {
  color: #555555;
}
.c-component-featured-news p.meta {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-component-featured-news p.meta {
    flex-direction: row;
    align-items: center;
  }
}
.c-component-featured-news p.meta span.date {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
@media (min-width: 992px) {
  .c-component-featured-news p.meta span.date {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .c-news__item .is-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .c-news__item .is-title {
    padding-right: 140px;
  }
}

.c-actions {
  margin: 0 -30px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(15, 70, 126, 0.9);
  z-index: 10;
}
@media (min-width: 1200px) {
  .c-actions {
    position: relative;
    display: block;
    height: 55px;
    margin: -55px 0 0;
    padding-top: 0;
    padding-bottom: 0;
    transform: none;
  }
}
@media (min-width: 1600px) {
  .c-actions {
    height: 70px;
    margin: -70px 0 0;
  }
}
@media (min-width: 1200px) {
  .c-actions.c-actions--fixed {
    position: fixed;
    top: 140px;
    left: 0;
    right: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .c-actions.c-actions--fixed {
    position: fixed;
    top: 175px;
    left: 0;
    right: 0;
  }
}
.c-actions.c-actions--mobile {
  display: block;
}
@media (min-width: 1200px) {
  .c-actions.c-actions--mobile {
    display: none;
  }
}
.c-actions.c-actions--mobile br {
  display: none;
}
.c-actions ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  flex-flow: wrap;
  justify-content: space-evenly;
}
@media (min-width: 1200px) {
  .c-actions ul {
    height: 55px;
  }
}
@media (min-width: 1600px) {
  .c-actions ul {
    height: 70px;
  }
}
.c-actions ul li {
  padding: 10px 0 0;
  text-align: center;
  flex: 33.3%;
}
@media (min-width: 1200px) {
  .c-actions ul li {
    padding: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    flex: 1;
  }
}
.c-actions ul li a {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  color: white;
  align-items: center;
}
@media (min-width: 1200px) {
  .c-actions ul li a {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1600px) {
  .c-actions ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .c-actions ul li a br {
    display: none;
  }
}
.c-actions ul li a span.notranslate {
  display: inline-block;
  margin-right: 7px;
}
.c-actions ul li img {
  display: block;
  width: 30px;
}
@media (min-width: 1200px) {
  .c-actions ul li img {
    width: 40px;
    margin-right: 5px;
  }
}

.c-actions + .c-component {
  margin-top: 12px;
}

.c-history .section-content__title {
  margin-top: 28px;
  margin-bottom: 16px;
}
.c-history p {
  font-weight: 400;
}

@media (min-width: 992px) {
  .c-history p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .c-history .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .c-history .container {
    margin-top: -200px;
    padding-right: calc(33.333333% + 20px);
  }
}
@media (min-width: 1200px) {
  .c-history .container {
    margin-top: -290px;
    margin-bottom: 40px;
    padding-right: 450px;
  }
}
@media (min-width: 1440px) {
  .c-history .container {
    padding-right: 400px;
    margin-top: -326px;
  }
}
.c-history__image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.c-history__image > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .c-history__wrap {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .c-history__item {
    width: 33.3333333%;
    padding-right: 0;
    border: 1px solid white;
  }
  .c-history__item:first-of-type {
    border-left: 0;
  }
  .c-history__item:last-of-type {
    border-right: 0;
  }
  .c-history__item:last-of-type .c-history__image {
    padding-bottom: calc(100% + 200px);
  }
}
@media (min-width: 1200px) {
  .c-history__item:last-of-type .c-history__image {
    padding-bottom: calc(100% + 300px);
  }
}
@media (min-width: 1440px) {
  .c-history__item:last-of-type .c-history__image {
    padding-bottom: calc(100% + 350px);
  }
}
.c-gallery {
  margin-right: -1px;
  margin-left: -1px;
  background-color: #F2F2F2;
}
.c-gallery.c-component {
  padding-bottom: 0;
}
.c-gallery .section-content__title {
  margin-left: 15px;
}
.c-gallery img {
  border: 1px solid white;
}

@media (min-width: 768px) {
  .c-gallery .col-12 {
    text-align: center;
  }
  .c-gallery .section-content__title {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .c-gallery .section-content__title {
    margin: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .c-gallery {
    padding-top: 90px;
    padding-bottom: 0;
  }
  .c-gallery .section-content__title {
    margin: 0 0 90px;
  }
}
.final-tiles-gallery {
  border-bottom: 3px solid white;
}

.c-content-blk-1__thumbnails {
  display: flex;
  margin-right: -5px;
}
.c-content-blk-1__thumbnails img {
  width: 50%;
  height: 100%;
  border-top: 5px solid white;
  border-right: 5px solid white;
}

@media (min-width: 768px) {
  .c-content-blk-1 .section-content__title {
    margin-top: 0;
  }
  .c-content-blk-1__main {
    margin-left: -15px;
  }
  .c-content-blk-1__thumbnails {
    margin-top: -35px;
    margin-right: 0;
    justify-content: flex-end;
  }
  .c-content-blk-1__thumbnails img {
    max-width: 120px;
    margin-right: 30px;
    border: 0;
  }
}
@media (min-width: 992px) {
  .c-content-blk-1 .section-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-content-blk-1__thumbnails {
    margin-top: -50px;
  }
  .c-content-blk-1__thumbnails img {
    max-width: 150px;
  }
}
@media (min-width: 1440px) {
  .c-content-blk-1__thumbnails {
    margin-top: -70px;
  }
  .c-content-blk-1__thumbnails img {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .c-content-blk-2 .row {
    flex-direction: row-reverse;
  }
  .c-content-blk-2 .section-content__title {
    margin-top: 0;
  }
  .c-content-blk-2__main {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .c-content-blk-2 .section-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .c-content-blk-2 .section-content {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  .c-content-blk-2 .section-content {
    padding: 0 100px;
  }
}
.c-content-blk-3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 200%;
  height: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.c-content-blk-3__main,
.c-content-blk-3__insert {
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-content-blk-3__insert {
  top: 50%;
  background-image: url("../images/texture-bg-gold.jpg");
}
.c-content-blk-3__insert *:not(.btn) {
  color: white;
}

.c-content-blk-3 .section-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
}

@media (min-width: 768px) {
  .c-content-blk-3 {
    padding-bottom: 350px;
    display: flex;
    flex-direction: row-reverse;
  }
  .c-content-blk-3__main,
  .c-content-blk-3__insert {
    height: 100%;
  }
  .c-content-blk-3__main {
    width: calc(100% - 350px);
    right: 350px;
  }
  .c-content-blk-3__insert {
    top: 0;
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .c-content-blk-3 {
    padding-bottom: 450px;
  }
  .c-content-blk-3 .section-content {
    padding: 50px;
  }
  .c-content-blk-3__main {
    width: calc(100% - 450px);
    right: 450px;
  }
  .c-content-blk-3__insert {
    width: 450px;
  }
}
@media (min-width: 1440px) {
  .c-content-blk-3 {
    padding-bottom: 500px;
  }
  .c-content-blk-3 .section-content {
    padding: 75px;
  }
  .c-content-blk-3__main {
    width: calc(100% - 500px);
    right: 500px;
  }
  .c-content-blk-3__insert {
    width: 500px;
  }
}
@media (min-width: 1600px) {
  .c-content-blk-3 {
    padding-bottom: 630px;
  }
  .c-content-blk-3 .section-content {
    padding: 100px;
  }
  .c-content-blk-3__main {
    width: calc(100% - 630px);
    right: 630px;
  }
  .c-content-blk-3__insert {
    width: 630px;
  }
}
.c-content-blk-4__wrap {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-content-blk-4__wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .c-content-blk-4__wrap {
    margin: 60px -20px 0 -20px;
  }
}
@media (min-width: 1680px) {
  .c-content-blk-4__wrap {
    margin-top: 90px;
  }
}

@media (min-width: 768px) {
  .c-content-blk-4 .row {
    flex-direction: column-reverse;
  }
  .c-content-blk-4 .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .c-content-blk-4 .section-content {
    max-width: 800px;
    margin-right: auto;
    margin-bottom: 90px;
    margin-left: auto;
    text-align: center;
  }
  .c-content-blk-4 .section-content__title {
    margin-top: 0;
  }
}
.c-content-blk-4__image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.c-content-blk-4__image > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-content-blk-4__image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

@media (min-width: 768px) {
  .c-content-blk-4__wrap {
    display: flex;
    flex-direction: row;
  }
  .c-content-blk-4 .flex-col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .c-content-blk-4__item {
    width: 33.3333333%;
    padding-right: 0;
    border: 1px solid white;
  }
  .c-content-blk-4__item:first-of-type {
    border-left: 0;
  }
}
.c-content-blk-5 {
  position: relative;
}

@media (min-width: 768px) {
  .c-content-blk-5 .container-fluid {
    padding: 0 0 0 15px;
  }
  .c-content-blk-5 .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .c-content-blk-5 div[class*=md-4] {
    position: absolute;
    top: 50%;
    left: calc(50% - 570px);
    transform: translateY(-50%);
  }
}
@media (min-width: 1440px) {
  .c-content-blk-5 div[class*=md-8] {
    padding-left: 100px;
  }
}
.c-content-blk-5__image {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .c-content-blk-5__image {
    margin-bottom: 0;
  }
}
.c-content-blk-5__content {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .c-content-blk-5__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (min-width: 1800px) {
  .c-content-blk-5__content {
    padding-right: 100px;
  }
}
.c-content-blk-5__thumbnails {
  display: flex;
  justify-content: space-between;
}
.c-content-blk-5__thumbnails img {
  width: 96px;
  height: 96px;
}

@media (min-width: 768px) {
  .c-content-blk-5__thumbnails img {
    width: 70px;
    height: 70px;
    margin-right: 2px;
  }
}
@media (min-width: 992px) {
  .c-content-blk-5__thumbnails {
    justify-content: unset;
  }
  .c-content-blk-5__thumbnails img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
}
@media (min-width: 1440px) {
  .c-content-blk-5__thumbnails img {
    width: 115px;
    height: 115px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .c-content-blk-6__wrap {
    display: flex;
    flex-direction: row;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.c-content-blk-6__item:hover img {
  transform: scale(1.1);
}
.c-content-blk-6__item figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  height: 330px;
}
@media (max-width: 767px) {
  .c-content-blk-6__item figure {
    height: 280px;
  }
}
.c-content-blk-6__item figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 110px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  align-items: center;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
  justify-content: center;
}
.c-content-blk-6__item figure figcaption p {
  margin-top: 30px;
  margin-bottom: 0;
  color: white;
}
.c-content-blk-6__item img {
  transition: 1s all ease-in-out;
  transform: scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .c-content-blk-6__item {
    border: 15px solid white;
    border-top: 0;
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .c-content-blk-6__item figure figcaption p {
    font-size: 20px;
  }
}
.donate-options__item {
  margin-bottom: 20px;
}
.donate-options__item p {
  font-weight: 400;
}
.donate-options__item .btn-link {
  color: #0F467E;
}

@media (min-width: 768px) {
  .donate-options__item {
    margin-bottom: 0;
  }
  .donate-options__item .btn-link {
    padding: 0;
  }
}
.c-faq .section-content__title {
  text-align: center;
  margin-top: 0;
}

.c-faq__list .card {
  margin-bottom: 15px;
  border: 0;
  background-color: #f7f7f7;
}
.c-faq__list .card-header {
  padding: 0;
  border: 0;
  border-radius: 2px;
  background-color: #f7f7f7;
}
.c-faq__list .card-body {
  line-height: 1.5;
  padding-top: 0;
  padding-left: 50px;
}
.c-faq__list .card-body table tbody td {
  background: #fff;
  border: 2px solid #f7f7f7;
}
.c-faq__list h2 {
  line-height: 1;
}
.c-faq__list button {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 30px 30px 30px 50px;
  text-align: left;
  color: #0F467E;
}
.c-faq__list button:before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 0;
  height: 0;
  content: "";
  transition: 0.05s all ease-in-out;
  transform: translateY(-50%) rotate(0);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #C18D39;
}
.c-faq__list button[aria-expanded=true]::before {
  transform: translateY(-50%) rotate(90deg);
}

.pagination {
  align-items: center;
  padding: 50px 0;
}
.pagination__title {
  margin-right: 10px;
  font-weight: 600;
}

.page-link {
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
}

.page-item.active .page-link {
  background-color: #F2F2F2;
  color: #000;
}

.c-timeline {
  position: relative;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .c-timeline {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .c-timeline {
    overflow: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-timeline *:focus {
  outline: 0;
}

.timeline-slider {
  position: relative;
  float: right;
  width: calc(100% - 90px);
  margin-top: -100px;
}
@media (max-width: 767px) {
  .timeline-slider {
    margin: 0;
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .timeline-slider {
    margin-top: 0;
  }
}
.timeline-slider .flickity-viewport {
  overflow: hidden;
}

.timeline-nav {
  float: left;
  width: 43px;
  margin-top: -70px;
}
@media (max-width: 767px) {
  .timeline-nav {
    margin: 0;
    position: absolute;
    top: 115px;
    z-index: 999;
  }
}
.timeline-nav .timeline-cell {
  font-size: 12px;
  line-height: 2.5;
  text-align: right;
  color: #bdbdbd;
}

.timeline-cell.is-nav-selected {
  position: relative;
  color: #C18D39;
}
.timeline-cell.is-nav-selected:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  background-color: #C18D39;
}

@media (min-width: 768px) {
  .timeline-nav {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .timeline-nav {
    width: 74px;
  }
  .timeline-cell.is-nav-selected:before {
    width: 33px;
    height: 2px;
  }
}
@media (min-width: 1440px) {
  .timeline-cell__inner {
    width: 1182px;
    margin: 0 auto;
  }
}
.timeline-cell__head {
  position: relative;
}
@media (min-width: 1200px) {
  .timeline-cell__head {
    position: absolute;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .timeline-cell__head {
    padding: 0;
  }
}

.timeline-cell__date {
  font-family: "Lora", serif;
  font-weight: 400;
  margin: 0;
}
.timeline-cell__date--hero {
  font-size: 74px;
  font-weight: 400;
  text-align: center;
  color: #C18D39;
}
.timeline-cell__date--left, .timeline-cell__date--right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #0F467E;
}
.timeline-cell__date--left {
  left: 0;
  margin-left: 18px;
}
.timeline-cell__date--left:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 15px;
  height: 2px;
  content: "";
  border-top: 1px solid #0F467E;
}
.timeline-cell__date--right {
  right: 0;
  margin-right: 18px;
}
.timeline-cell__date--right:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 15px;
  height: 2px;
  content: "";
  border-top: 1px solid #0F467E;
}

@media (min-width: 768px) {
  .timeline-cell__date--hero {
    font-size: 120px;
    line-height: 105%;
    margin: -15px auto 30px auto;
    text-align: center;
  }
  .timeline-cell__date--left {
    left: 0;
    margin-left: 50px;
  }
  .timeline-cell__date--left:before {
    left: -50px;
    width: 40px;
  }
  .timeline-cell__date--right {
    right: 10px;
    margin-right: 50px;
  }
  .timeline-cell__date--right:after {
    right: -50px;
    width: 40px;
  }
  .timeline-cell__date--left, .timeline-cell__date--right {
    position: absolute;
    top: 50px;
    z-index: 1000;
  }
}
@media (min-width: 992px) {
  .timeline-cell__date--hero {
    font-size: 180px;
    text-align: left;
    margin-bottom: 50px;
    margin-top: -30px;
    margin-left: 100px;
  }
  .timeline-cell__date--left {
    left: 0;
    margin-left: 50px;
  }
  .timeline-cell__date--left:before {
    left: -50px;
    width: 40px;
  }
  .timeline-cell__date--right {
    right: 10px;
    margin-right: 50px;
  }
  .timeline-cell__date--right:after {
    right: -50px;
    width: 40px;
  }
  .timeline-cell__date--left, .timeline-cell__date--right {
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .timeline-cell__date--hero {
    text-align: left;
    font-size: 190px;
  }
}
@media (min-width: 1440px) {
  .timeline-cell__date--hero {
    font-size: 200px;
  }
}
@media (min-width: 1600px) {
  .timeline-cell__date--left {
    left: -19vw;
    width: 140px;
    text-align: right;
  }
  .timeline-cell__date--left:before {
    left: 0;
    width: 80px;
  }
  .timeline-cell__date--right {
    right: 9vw;
    width: 140px;
  }
  .timeline-cell__date--right:after {
    right: 0;
    width: 80px;
  }
  .timeline-cell__date--left, .timeline-cell__date--right {
    font-size: 24px;
    top: 160px;
  }
  .timeline-cell__date--hero {
    font-size: 260px;
  }
}
.timeline-cell__body {
  font-weight: 400;
  display: -moz-flex;
  display: flex;
  padding-right: 15px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .timeline-cell__body {
    padding-left: 70px;
    padding-top: 30px;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .timeline-cell__body {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .timeline-cell__body {
    max-width: 600px;
    margin: 0 auto;
  }
}
.timeline-cell__body p {
  margin-bottom: 30px;
}

.timeline-cell {
  width: 100%;
  margin-right: 50px;
  cursor: pointer;
}
.timeline-cell.is-nav-selected {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .timeline__inset {
    width: 445px;
    min-height: 180px;
    align-self: flex-end;
    position: relative;
    right: -10vw;
  }
}
@media (min-width: 1200px) {
  .timeline__inset {
    right: -15vw;
  }
}
.timeline__inset p {
  font-size: 14px;
  font-weight: 400;
}
.timeline__inset p:last-child {
  margin-bottom: 0;
}
.timeline__inset img {
  max-width: 230px;
  max-height: 230px;
  height: auto;
}
@media (max-width: 767px) {
  .timeline__inset img {
    max-width: 100%;
    width: 100%;
  }
}

.timeline-cell__copy {
  margin-top: 0;
  align-self: center;
  max-width: 920px;
}
@media (min-width: 1200px) {
  .timeline-cell__copy {
    padding-top: 60px;
    min-width: 600px;
  }
}
@media (min-width: 1440px) {
  .timeline-cell__copy {
    padding-top: 60px;
    min-width: 820px;
  }
}
@media (min-width: 1680px) {
  .timeline-cell__copy {
    padding-top: 100px;
  }
}
.timeline-cell__copy h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 180%;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .timeline-cell__copy h4 {
    margin-bottom: 30px;
  }
}
.timeline-cell__copy p {
  font-size: 16px;
  line-height: 180%;
}
.timeline-cell__copy a {
  font-weight: 400;
  color: #0F467E;
}

.c-news-detail__overview--single {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  justify-content: space-between;
  margin-bottom: 15px;
}
.c-news-detail__overview--single li {
  display: flex;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #E0E0E0;
  background-color: #F2F2F2;
  align-items: center;
  flex: 1;
}
.c-news-detail__overview--single li i {
  margin-right: 30px;
  font-size: 24px;
  color: #C18D39;
}
.c-news-detail__overview--single li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-news-detail__overview--single li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .c-news-detail__overview--single {
    flex-direction: row;
  }
  .c-news-detail__overview--single li {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .c-news-detail__overview--single li:last-child {
    margin-right: 0;
  }
}
.c-news-detail__overview-multiple {
  list-style: none;
  padding: 0;
  margin: 0 -1px 15px;
}
.c-news-detail__overview-multiple ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.c-news-detail__overview-multiple ul li {
  background-color: #F2F2F2;
  padding: 10px 15px;
  margin: 1px;
}
.c-news-detail__overview-multiple ul li:first-child {
  background-color: #C18D39;
  color: white;
}

@media (min-width: 992px) {
  .c-news-detail__overview-multiple {
    margin-bottom: 0;
  }
  .c-news-detail__overview-horizontal {
    display: flex;
  }
  .c-news-detail__overview-horizontal li {
    flex: 1;
  }
  .c-news-detail__overview-vertical {
    display: flex;
    flex-direction: column;
  }
  .c-news-detail__overview-vertical li {
    align-items: stretch;
  }
  .c-news-detail__overview-vertical ul {
    display: flex;
    margin-bottom: 0;
  }
  .c-news-detail__overview-vertical ul li {
    flex: 1 0 0;
  }
}
.c-news-detail__image {
  margin-bottom: 50px;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .c-news-detail__image {
    margin-bottom: 100px;
    margin-top: 50px;
  }
}
.c-news-detail__itinerary,
.c-news-detail__itinerary-list {
  padding: 0;
  list-style: none;
}

.c-news-detail__itinerary > li {
  border-bottom: 1px solid #cccccc;
  padding: 13px 0;
}
.c-news-detail__itinerary > li:last-child {
  border-bottom: 0;
}

.c-news-detail__itinerary-list {
  display: flex;
}
.c-news-detail__itinerary-list li:first-child {
  width: 130px;
  flex: 1;
}
.c-news-detail__itinerary-list li {
  flex: 1;
}

@media (min-width: 768px) {
  .c-news-detail__itinerary-list li:first-child {
    min-width: 130px;
    flex: 1;
  }
  .c-news-detail__itinerary-list li {
    flex: 2;
  }
}
.c-news-detail__speakers {
  position: relative;
  padding: 0;
  list-style: none;
}
.c-news-detail__speakers-title {
  font-size: 20px;
  margin-bottom: 21px;
  color: #0F467E;
}
.c-news-detail__speakers-bio {
  position: relative;
}
.c-news-detail__speakers-bio p {
  margin-right: 120px;
}
.c-news-detail__speakers-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}
.c-news-detail__speakers li {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .c-speakers h2 {
    margin: 60px 0;
  }
  .c-news-detail__speakers-bio p {
    margin-right: 210px;
    padding-right: 40px;
  }
  .c-news-detail__speakers-image {
    width: 190px;
  }
}
@media (min-width: 992px) {
  .c-news-detail__speakers-title {
    font-size: 24px;
  }
  .c-news-detail__speakers li {
    margin-bottom: 60px;
  }
}
.contact-details {
  margin-bottom: 15px;
  padding: 32px 25px;
  color: #000;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  background-color: #F7F7F7;
  flex: 1;
}
.contact-details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  padding-bottom: 18px;
  text-transform: capitalize;
  color: #000;
  border-bottom: 1px solid #CCCCCC;
}
.contact-details ul {
  padding: 0;
  list-style: none;
}
.contact-details ul li {
  font-size: 14px;
  line-height: 1.4;
}
.contact-details a {
  color: #000;
}
.contact-details .btn {
  font-size: 13px;
}
.contact-details .btn:before {
  font-size: 24px;
}

@media (min-width: 992px) {
  .contact-details .btn {
    font-size: 14px;
    height: 100%;
    padding: 15px 13px;
  }
}
.contact-visitors {
  display: flex;
}
.contact-visitors ul,
.contact-visitors a {
  flex: 1;
}
.contact-visitors .contact-details__listed ul {
  display: block;
}

@media (min-width: 992px) {
  .contact-visitors .contact-details__listed {
    max-width: 220px;
    text-align: right;
    flex: 2;
  }
  .contact-visitors .contact-details__listed ul {
    display: flex;
  }
  .contact-visitors .contact-details__listed ul li:first-child {
    text-align: left;
  }
}
.contact-details__title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 40px;
}

.contact-details__listed ul {
  display: flex;
  flex-direction: row;
}
.contact-details__listed ul li {
  margin-bottom: 10px;
  flex: 4;
}
.contact-details__listed ul li:first-child {
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 2px;
  flex: 1;
}

.contact-details__inline-address {
  margin-bottom: 20px;
}

.donate-general-container img {
  height: auto;
}

@media (max-width: 767px) {
  .page_component.c-wysiwyg .flex-col-reverse {
    display: -moz-flex;
    display: flex;
    flex-direction: column-reverse;
  }
}
.page_component.c-wysiwyg h2 {
  font-family: "Lora", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 32px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #0F467E;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page_component.c-wysiwyg h2 {
    font-size: 38px;
  }
}
@media (min-width: 1025px) {
  .page_component.c-wysiwyg h2 {
    font-size: 42px;
  }
}
@media (min-width: 1680px) {
  .page_component.c-wysiwyg h2 {
    font-size: 48px;
  }
}

.c-split img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .c-split .swap-order-desktop .row {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767.98px) {
  .c-split .swap-order-mobile .row {
    flex-direction: column-reverse;
  }
  .c-split .swap-order-mobile .row .is-text .section-content {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .c-split + .c-split {
    padding-top: 0;
  }
}
.c-split h2 {
  font-family: "Lora", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px;
  color: #0F467E;
}
@media (min-width: 768px) {
  .c-split h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .c-split h2 {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .c-split .is-text .section-content {
    max-width: 520px;
  }
}
@media (min-width: 1600px) {
  .c-split .is-text .section-content {
    max-width: 740px;
  }
}
@media (max-width: 767.98px) {
  .c-split .is-text .section-content {
    margin-bottom: 20px;
  }
}
.c-split .is-text .section-content .thumbnails-wrapper {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .c-split .is-text .section-content .thumbnails-wrapper {
    justify-content: unset;
  }
}
.c-split .is-text .section-content .thumbnails-wrapper img {
  width: calc(33.333333% - 15px);
  max-width: 115px;
  height: calc(33.333333vw - 15px);
  max-height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .c-split .is-text .section-content .thumbnails-wrapper img {
    margin-right: 15px;
  }
}

.c-split .is-col-1.is-image {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .c-split .is-col-1.is-image {
    padding-left: 0;
  }
}
.c-split .is-col-1.is-image .main-image-wrapper img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .c-split .is-col-1.is-text {
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .c-split .is-col-1.is-text .section-content {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .c-split .is-col-1.is-text .section-content {
    margin-left: calc(100% - 520px);
  }
}
@media (min-width: 1440px) {
  .c-split .is-col-1.is-text .section-content {
    padding-right: 80px;
  }
}

@media (min-width: 768px) {
  .c-split .is-col-2.is-image {
    padding-right: 0;
  }
}
.c-split .is-col-2.is-image .main-image-wrapper img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .c-split .is-col-2.is-text {
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .c-split .is-col-2.is-text .section-content {
    padding: 0 0 0 50px;
  }
}
@media (min-width: 1440px) {
  .c-split .is-col-2.is-text .section-content {
    padding: 0 50px 0 100px;
  }
}

@media (min-width: 768px) {
  .c-split .col-md-4.is-col-1.is-text {
    padding-left: 60px;
  }
}
@media (min-width: 1680px) {
  .c-split .col-md-4.is-col-1.is-text {
    padding-left: 80px;
  }
}

.c-split .is-image .thumbnails-wrapper {
  display: flex;
  max-width: 835px;
  margin-top: 1px;
  position: relative;
  z-index: 10;
  margin-left: -1px;
  margin-right: -1px;
}
@media (min-width: 576px) {
  .c-split .is-image .thumbnails-wrapper {
    justify-content: flex-end;
    margin-top: -30px;
    margin-right: 15px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .c-split .is-image .thumbnails-wrapper {
    margin-top: -70px;
  }
}
.c-split .is-image .thumbnails-wrapper img {
  width: 100%;
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid white;
}
.c-split .is-image .thumbnails-wrapper img:nth-child(n+3) {
  display: none;
}
@media (min-width: 576px) {
  .c-split .is-image .thumbnails-wrapper img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    border: 0;
  }
}
@media (min-width: 992px) {
  .c-split .is-image .thumbnails-wrapper img {
    width: 125px;
    height: 125px;
  }
}
@media (min-width: 1200px) {
  .c-split .is-image .thumbnails-wrapper img {
    width: 160px;
    height: 160px;
  }
  .c-split .is-image .thumbnails-wrapper img:nth-child(n+3) {
    display: block;
  }
}
@media (min-width: 1440px) {
  .c-split .is-image .thumbnails-wrapper img {
    width: 200px;
    height: 200px;
  }
}

.c-banner_cta .container-fluid {
  padding: 0;
}
.c-banner_cta .banner-cta-image {
  padding: 0;
}
@media (max-width: 767px) {
  .c-banner_cta .banner-cta-image {
    height: 360px;
  }
}
.c-banner_cta .banner-cta-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-banner_cta .banner-cta-content {
  padding: 0;
  background: url(../images/texture-bg-gold.jpg) no-repeat center center;
  background-size: cover;
  display: -moz-flex;
  display: flex;
  align-items: center;
}
.c-banner_cta .banner-cta-content .section-content {
  padding: 75px;
}
@media (max-width: 767px) {
  .c-banner_cta .banner-cta-content .section-content {
    padding-left: 30px;
    padding-right: 70px;
  }
}
.c-banner_cta .banner-cta-content .section-content h2, .c-banner_cta .banner-cta-content .section-content p {
  color: #fff;
}

@media (min-width: 768px) {
  .c-three_cols .donate-options__content {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .c-three_cols .donate-options__content {
    padding-bottom: 70px;
  }
}
.c-three_cols .donate-options__content h2 {
  color: #0f467e;
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}
.c-three_cols .donate-options__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 1680px) {
  .c-three_cols .donate-options__content img {
    margin-bottom: 30px;
  }
}
.c-three_cols .donate-options__content a {
  color: #0066CC;
}
.c-three_cols .donate-options__content .btn {
  color: #fff;
}

/*
Working styles included during development AFTER front-end code was handed-over
Knock Shrine 1.0
*/
/* *******************************************************************************************************************
SCSS variables and mixins
- Try to name vars with their type at the start, e.g. @color-background. This
  can help with IDE auto-completion.
******************************************************************************************************************** */
/* Measurements */
/* Colours */
/* Mixins
- Use CamelCaps to distinguish from normal CSS classes
-----------------------------------------------------------------------------------*/
/* *******************************************************************************************************************
Styles
******************************************************************************************************************** */
@media (max-width: 767px) {
  .hide_on_mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide_on_desktop {
    display: none !important;
  }
}

.c-gallery .final-tiles-gallery .loading-bar {
  background: #F2F3F2 !important;
}

.no-top-padding:not(.c-gallery),
.no-top-padding:not(.c-news) {
  padding-top: 0;
}
.no-top-padding:not(.c-gallery).cancel-no-top-padding,
.no-top-padding:not(.c-news).cancel-no-top-padding {
  padding-top: 40px;
}
@media (min-width: 1200px) {
  .no-top-padding:not(.c-gallery).cancel-no-top-padding,
  .no-top-padding:not(.c-news).cancel-no-top-padding {
    padding-top: 50px;
  }
}

.section-content__ceiling {
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
}
.section-content__ceiling a {
  color: #0F467E !important;
}
.section-content__ceiling a:hover, .section-content__ceiling a:focus {
  color: #C18D39 !important;
}

/* Site Footer tweaks
-----------------------------------------------------------------------------------*/
section.c-footer a.logo_wrapper {
  margin: 0 !important;
}
section.c-footer a.fontawesome {
  display: block;
  padding: 0 5px;
}
section.c-footer a.fontawesome:hover, section.c-footer a.fontawesome:focus {
  text-decoration: none;
}
section.c-footer a.fontawesome i {
  font-family: FontAwesome;
  font-style: normal;
}

/* Woocommerce
-----------------------------------------------------------------------------------*/
nav.woocommerce-breadcrumb,
body.product-template-default.single-product #sidebar,
body.woocommerce-cart .woocommerce-breadcrumb,
body.woocommerce-cart #woocommerce-wrapper h1:first-of-type,
body.woocommerce-checkout #woocommerce-wrapper h1:first-of-type,
.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

#customer_details {
  margin-bottom: 30px;
}
#customer_details .col-1,
#customer_details .col-2 {
  padding: 0;
  width: 100%;
  float: none;
  margin: 0 auto;
}

#shipping_company_field {
  display: none;
}

ul.product_list {
  display: flex;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style-type: none;
  flex-flow: row wrap;
}
ul.product_list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin-bottom: 30px;
  padding: 10px;
}
@media (min-width: 768px) {
  ul.product_list li {
    width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  ul.product_list li {
    width: 25%;
  }
}
ul.product_list li .product_image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  border: 1px solid #CCCCCC;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
ul.product_list li h3,
ul.product_list li .product_price {
  font-size: 15px;
  text-align: center;
}
ul.product_list li h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  height: auto !important;
  margin-top: 21px;
  padding: 0;
}
ul.product_list li h3 a {
  color: #000000;
}
ul.product_list li h3 a:hover, ul.product_list li h3 a:focus {
  color: #C18D39;
}
ul.product_list li .product_price {
  color: #888888;
}

.woocommerce-product-gallery {
  width: 350px !important;
  max-width: 100% !important;
}
.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 20px !important;
}
.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
  overflow: hidden;
  width: 85px;
  height: 131px;
  margin: 0 15px 20px 0 !important;
  border: 1px solid #CCCCCC;
}
.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img {
  width: 100% !important;
  height: auto !important;
}

.woocommerce-product-gallery__image.flex-active-slide img {
  width: 100% !important;
  height: auto !important;
  max-height: 540px !important;
  margin: 0 auto;
}

.woocommerce-product-gallery__image {
  width: 100%;
  max-height: 540px !important;
}

.section-content--woocommerce-product-detail .wp-post-image {
  width: 100% !important;
  max-width: 350px !important;
  height: auto !important;
  max-height: 540px !important;
}

@media (min-width: 992px) {
  .woocommerce div.product div.summary {
    width: calc(90% - 350px) !important;
  }
}

@media (max-width: 767.98px) {
  section.mass-card {
    padding-bottom: 0;
  }
}
section.mass-card .woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
@media (max-width: 1199.98px) {
  section.mass-card .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
  }
}
@media (max-width: 1199.98px) {
  section.mass-card .summary.entry-summary {
    float: none !important;
    width: 100% !important;
  }
}
section.mass-card .product-description {
  margin-bottom: 2em;
}
section.mass-card .product-description a {
  color: #0066CC !important;
}
section.mass-card .product-description a:hover, section.mass-card .product-description a:focus {
  color: #C18D39 !important;
}
section.mass-card .product-dimensions {
  margin-bottom: 2em;
}
@media (max-width: 767.98px) {
  section.mass-card .product-dimensions {
    margin-bottom: 0;
  }
}
section.mass-card .product-dimensions h3 {
  font-size: 1rem;
}
section.mass-card .enrolment-form {
  border-radius: 2px 2px 2px 2px;
  margin-top: 1em;
  padding: 32px 25px 50px 28px;
  border: 1px solid #BCBCBC;
  background-color: #F7F7F7;
}
@media (max-width: 767.98px) {
  section.mass-card .enrolment-form {
    margin: 0;
    padding: 5px 15px 15px 15px;
  }
}
section.mass-card .enrolment-form-wrapper {
  zoom: 1;
}
section.mass-card .enrolment-form-wrapper:before, section.mass-card .enrolment-form-wrapper:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: " ";
}
section.mass-card .enrolment-form-wrapper:after {
  clear: both;
}
section.mass-card .requested-by {
  margin: 20px 0 0;
  padding: 20px 28px;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
  display: -moz-flex;
  display: flex;
}
@media (max-width: 767px) {
  section.mass-card .requested-by {
    flex-direction: column;
  }
}
section.mass-card .requested-by label {
  display: block;
  width: 160px;
  padding-top: 11px;
}
section.mass-card .requested-by input[type=text] {
  padding: 11px;
  width: 100%;
  margin: 0 0 5px 0;
}
section.mass-card .requested-by span {
  opacity: 0.8;
}
section.mass-card #enrolment-form-table {
  width: 100%;
  margin-bottom: 6px;
  border-spacing: 0 15px;
  border-collapse: separate;
}
section.mass-card #enrolment-form-table th {
  vertical-align: top;
}
@media (max-width: 767.98px) {
  section.mass-card #enrolment-form-table tr {
    display: -moz-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  section.mass-card #enrolment-form-table tr:not(:last-child) {
    margin-bottom: 20px;
  }
}
section.mass-card #enrolment-form-table tr th {
  font-weight: 400;
  width: 130px;
  padding-right: 10px;
  border: 0 none;
}
@media (max-width: 767.98px) {
  section.mass-card #enrolment-form-table tr th {
    width: 100%;
    padding: 0 0 10px 0;
  }
}
section.mass-card #enrolment-form-table tr th span {
  display: block;
}
@media (min-width: 768px) {
  section.mass-card #enrolment-form-table tr th span {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  section.mass-card #enrolment-form-table tr th span:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  section.mass-card #enrolment-form-table tr th span:last-child {
    display: none;
  }
}
section.mass-card #enrolment-form-table tr td {
  padding: 0;
  border: 0 none;
}
@media (max-width: 767.98px) {
  section.mass-card #enrolment-form-table tr td.input-cell {
    width: 70%;
  }
}
@media (max-width: 767px) {
  section.mass-card #enrolment-form-table tr td.input-cell .label-requested {
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  section.mass-card #enrolment-form-table tr td.input-cell .label-requested {
    display: none;
  }
}
section.mass-card #enrolment-form-table tr td.input-cell span {
  opacity: 0.8;
}
section.mass-card #enrolment-form-table .price-cell {
  padding-left: 15px;
  vertical-align: top;
}
section.mass-card #enrolment-form-table .price-cell span {
  height: 50px;
  line-height: 50px;
  display: block;
}
section.mass-card #enrolment-form-table .control-cell {
  padding-left: 20px;
  vertical-align: top;
}
section.mass-card #enrolment-form-table .control-cell a.remove-card {
  display: block;
  width: 15px;
  height: 15px;
  background: transparent url("../images/remove-icon.png") 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  section.mass-card #enrolment-form-table .control-cell a.remove-card {
    margin-top: 17px;
  }
}
@media (min-width: 768px) {
  section.mass-card #enrolment-form-table .control-cell a.remove-card {
    margin-top: 17px;
  }
}
section.mass-card #enrolment-form-table input {
  width: 100%;
  padding: 11px;
}
section.mass-card #enrolment-form-table input.name-input {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  section.mass-card #enrolment-form-table input.name-input {
    margin-bottom: 5px;
  }
}
section.mass-card a.add-card {
  margin-left: 129px;
  color: #0066CC;
}
@media (max-width: 767.98px) {
  section.mass-card a.add-card {
    margin-left: 0;
  }
}
section.mass-card a.add-card:hover, section.mass-card a.add-card:focus {
  color: #C18D39;
}
section.mass-card a.add-card.hidden {
  display: none !important;
}
section.mass-card .post_form_links {
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0;
  text-align: right;
}
section.mass-card .post_form_links a {
  color: #0066CC;
}
section.mass-card .post_form_links a:hover, section.mass-card .post_form_links a:focus {
  color: #C18D39;
}
section.mass-card .post_form_links a.all-cards {
  display: inline-block;
  margin-left: 45px;
}

.single-shop .product_meta .posted_in {
  display: none;
}
.single-shop .product_meta .sku_wrapper {
  font-size: 14px;
  display: block;
}

section.mass-card .button#add-to-cart,
.return-to-shop .button,
.single-shop button.single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-weight: 400 !important;
  padding: 15px !important;
  color: #FFFFFF !important;
  background-color: #C18D39 !important;
}
@media (min-width: 768px) {
  section.mass-card .button#add-to-cart,
  .return-to-shop .button,
  .single-shop button.single_add_to_cart_button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    padding: 15px 25px !important;
  }
}
section.mass-card .button#add-to-cart:hover, section.mass-card .button#add-to-cart:focus,
.return-to-shop .button:hover,
.return-to-shop .button:focus,
.single-shop button.single_add_to_cart_button:hover,
.single-shop button.single_add_to_cart_button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus {
  background-color: #D29D48 !important;
}
section.mass-card .button#add-to-cart.ghosted,
.return-to-shop .button.ghosted,
.single-shop button.single_add_to_cart_button.ghosted,
.woocommerce a.button.ghosted,
.woocommerce button.button.ghosted,
.woocommerce input.button.ghosted {
  cursor: default;
  background-color: #888888 !important;
}
section.mass-card .button#add-to-cart.completed,
.return-to-shop .button.completed,
.single-shop button.single_add_to_cart_button.completed,
.woocommerce a.button.completed,
.woocommerce button.button.completed,
.woocommerce input.button.completed {
  position: relative;
  padding-left: 50px !important;
  background-color: #219652 !important;
}
section.mass-card .button#add-to-cart.completed:after,
.return-to-shop .button.completed:after,
.single-shop button.single_add_to_cart_button.completed:after,
.woocommerce a.button.completed:after,
.woocommerce button.button.completed:after,
.woocommerce input.button.completed:after {
  position: absolute;
  top: 50%;
  left: 23px;
  display: block;
  width: 19px;
  height: 12px;
  margin-top: -6px;
  content: " ";
  background: transparent url("../images/check-icon.png") 0 0 no-repeat;
  background-size: contain;
}

.woocommerce .added_to_cart {
  display: block;
}

section.mass-card .button#add-to-cart {
  float: right;
  margin-top: 30px;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail img {
  width: 120px !important;
  height: auto !important;
}

body.woocommerce-cart table.shop_table {
  border: none;
}
body.woocommerce-cart table.shop_table tr {
  border-bottom: 1px solid #CCCCCC !important;
}
body.woocommerce-cart table.shop_table th {
  font-size: 1.1rem;
  padding-left: 0 !important;
  text-align: left;
  color: #000000;
}
body.woocommerce-cart table.shop_table td {
  padding-top: 40px;
  padding-bottom: 15px;
  padding-left: 0 !important;
  vertical-align: top !important;
}
@media (min-width: 992px) {
  body.woocommerce-cart table.shop_table td.product-thumbnail {
    width: 230px !important;
    padding-top: 15px;
  }
  body.woocommerce-cart table.shop_table td.product-name {
    width: 435px !important;
  }
  body.woocommerce-cart table.shop_table td.product-price {
    width: 235px !important;
  }
  body.woocommerce-cart table.shop_table td.product-quantity {
    width: 260px !important;
  }
  body.woocommerce-cart table.shop_table td.product-subtotal {
    width: 160px !important;
  }
}
body.woocommerce-cart table.shop_table td a {
  color: #0066CC;
}
body.woocommerce-cart table.shop_table td a:hover, body.woocommerce-cart table.shop_table td a:focus {
  color: #C18D39;
}
body.woocommerce-cart table.shop_table td.product-remove {
  padding-top: 15px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  body.woocommerce-cart table.shop_table td.product-remove {
    padding-top: 40px;
  }
}
body.woocommerce-cart table.shop_table td.product-remove a {
  display: block;
  margin-left: auto;
  text-indent: -9000em;
  background: transparent url("../images/remove-icon.png") 0 0 no-repeat;
  background-size: contain;
}
body.woocommerce-cart table.shop_table td.actions {
  padding-right: 0 !important;
}

body.woocommerce-cart table.shop_table td small.includes_tax,
body.woocommerce-checkout table.shop_table td small.includes_tax {
  display: none !important;
}

.relprods {
  position: relative;
}
.relprods h2 {
  font-family: "Lora", serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #0F467E;
}
@media (min-width: 768px) {
  .relprods h2 {
    margin-right: 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .relprods h2 {
    font-size: 24px;
  }
}
.relprods .all-cards {
  font-weight: 600;
  display: inline-block;
  padding: 20px 0;
  color: #000000;
}
@media (min-width: 768px) {
  .relprods .all-cards {
    position: absolute;
    top: 12px;
    right: 0;
  }
}
.relprods .all-cards:hover, .relprods .all-cards:focus {
  color: #C18D39;
}
.relprods ul.products li.product {
  text-align: center;
}
.relprods h2.woocommerce-loop-product__title,
.relprods .price {
  font-size: 15px;
  text-align: center;
}
.relprods a h2.woocommerce-loop-product__title {
  font-family: "Open Sans", sans-serif;
  color: #000000;
}
.relprods a h2.woocommerce-loop-product__title:hover, .relprods a h2.woocommerce-loop-product__title:focus {
  color: #C18D39;
}
.relprods .product_image {
  display: table-cell;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  vertical-align: middle;
}
.relprods .product_image img {
  display: block !important;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: 100%;
  margin: 0 auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.relprods h2.woocommerce-loop-product__title {
  font-weight: 400;
  padding: 30px 0 10px 0 !important;
}
.relprods .price {
  color: #888888 !important;
}
.relprods.mass-card a.button {
  display: none;
}

.cart_totals h2 {
  font-size: 1.4rem;
  color: #000000;
}
.cart_totals table th,
.cart_totals table td {
  padding: 15px 0 !important;
  vertical-align: middle !important;
}
.cart_totals table th {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.cart_totals table td {
  font-weight: 600 !important;
  text-align: right;
}
.cart_totals table td label,
.cart_totals table td li {
  margin-bottom: 0 !important;
}
.cart_totals .wc-proceed-to-checkout {
  text-align: right;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  display: block !important;
  color: #FFFFFF !important;
  background-color: #C18D39 !important;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button:hover, .cart_totals .wc-proceed-to-checkout a.checkout-button:focus {
  background-color: #D29D48 !important;
}
.cart_totals p.woocommerce-shipping-destination {
  display: none;
}

form.checkout .col-1,
form.checkout .col-2 {
  max-width: unset !important;
}
form.checkout h3 {
  font-size: 1.7rem;
  color: #000000;
}
form.checkout label {
  font-size: 1.1rem;
  margin-bottom: 0 !important;
}
form.checkout input, form.checkout button, form.checkout select, form.checkout optgroup, form.checkout textarea {
  font-size: 1.1rem;
}
form.checkout .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
form.checkout input.input-text {
  min-height: 44px;
  padding: 8px;
}
form.checkout textarea {
  min-height: 80px;
  padding: 8px;
}
form.checkout .select2-selection__rendered,
form.checkout .select2-selection.select2-selection--single {
  min-height: 44px;
}
form.checkout .select2-selection__rendered {
  margin: 8px 5px;
}
form.checkout .select2-selection__arrow {
  margin: 8px 5px;
}
form.checkout .woocommerce-mailchimp-opt-in {
  margin: 0 0 40px 0;
  padding: 0;
}
form.checkout .woocommerce-checkout-payment button {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
  background-color: #C18D39 !important;
  margin-top: 10px;
  width: 100%;
  height: 50px;
}
form.checkout .woocommerce-checkout-payment button:hover, form.checkout .woocommerce-checkout-payment button:focus {
  background-color: #D29D48 !important;
}

#shipping_method {
  margin-bottom: 0 !important;
}
#shipping_method li {
  margin-bottom: 0 !important;
}
#shipping_method li label {
  font-size: 16px;
}

#woocommerce-cart-wrapper {
  font-size: 1.1rem;
  position: fixed;
  z-index: 999999;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #C18D39;
  background-color: #FFFFFF;
}
#woocommerce-cart-wrapper .cart-content {
  display: inline-block;
  min-height: 50px;
  padding: 10px 10px 10px 60px;
  text-align: left;
  background-size: 40px 40px;
}
@media (min-width: 768px) {
  #woocommerce-cart-wrapper .cart-content {
    line-height: 50px;
  }
}
#woocommerce-cart-wrapper .cart-content .btn {
  margin: 0;
}
#woocommerce-cart-wrapper .cart-content.cards {
  background: transparent url("../images/enrole.png") 0 10px no-repeat;
}
@media (max-width: 767.98px) {
  #woocommerce-cart-wrapper .cart-content.cards {
    font-size: 14px;
    width: 100%;
    padding-left: 70px;
    background-position: left 10px top 10px;
  }
}
@media (max-width: 767.98px) {
  #woocommerce-cart-wrapper .cart-content.cards a {
    display: block;
  }
}
#woocommerce-cart-wrapper .cart-content.products {
  background: transparent url("../images/bag.png") 0 10px no-repeat;
}
#woocommerce-cart-wrapper .cart-clear-trigger {
  background: #fff url(../img/icon-close.svg) no-repeat center center;
  background-size: 18px;
  border: 1px solid #C18D39;
  position: absolute;
  right: 32px;
  top: -32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  #woocommerce-cart-wrapper .cart-clear-trigger {
    right: 5px;
  }
}

.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  display: none;
}
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
  font-size: 1.4rem;
  color: #000000;
}
.woocommerce-order-received section.woocommerce-columns.addresses .col-1,
.woocommerce-order-received section.woocommerce-columns.addresses .col-2 {
  max-width: unset !important;
}

section.main-shop ul.products li.product,
.shop_grid_wrapper ul.products li.product {
  text-align: center;
}
section.main-shop ul.products li.product .product_image,
.shop_grid_wrapper ul.products li.product .product_image {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}
section.main-shop ul.products li.product .product_image img,
.shop_grid_wrapper ul.products li.product .product_image img {
  display: block;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
section.main-shop ul.products li.product h2.woocommerce-loop-product__title,
.shop_grid_wrapper ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 30px 0 0 0;
  text-align: center;
}
section.main-shop ul.products li.product .price,
.shop_grid_wrapper ul.products li.product .price {
  font-size: 15px;
  text-align: center;
  color: #888888;
}
section.main-shop ul.products li.product a h2.woocommerce-loop-product__title,
.shop_grid_wrapper ul.products li.product a h2.woocommerce-loop-product__title {
  color: #000000;
}
section.main-shop ul.products li.product a h2.woocommerce-loop-product__title:hover, section.main-shop ul.products li.product a h2.woocommerce-loop-product__title:focus,
.shop_grid_wrapper ul.products li.product a h2.woocommerce-loop-product__title:hover,
.shop_grid_wrapper ul.products li.product a h2.woocommerce-loop-product__title:focus {
  color: #C18D39;
}

@media (max-width: 767px) {
  .shop_grid_wrapper {
    padding: 0 15px !important;
  }
}

#woocommerce-wrapper .toggle_grid.button_wrapper {
  padding-bottom: 40px;
}

.woocommerce div.product p.price {
  color: #000000 !important;
}

.woocommerce-notices-wrapper {
  max-width: 1110px;
  margin: 0 auto;
}

.woocommerce-message {
  border-top-color: #C18D39 !important;
}
.woocommerce-message a.button {
  margin: 0 0 40px 10px;
  color: #FFFFFF !important;
  background-color: #C18D39 !important;
}
.woocommerce-message a.button:hover, .woocommerce-message a.button:focus {
  background-color: #D29D48 !important;
}

#shop_featured_products {
  width: 100%;
}

.toggle_product_grid {
  padding: 15px !important;
  color: #FFFFFF !important;
}
@media (min-width: 768px) {
  .toggle_product_grid {
    padding: 10px 25px !important;
  }
}

@media (min-width: 992px) {
  .shop_title {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .shop_title {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .shop_title.shop_landing {
    padding-top: 50px;
  }
}
.shop_title .row {
  position: relative;
}
.shop_title .row a.all_cat_link {
  position: absolute;
  top: 0;
  right: 10px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .shop_title .row a.all_cat_link {
    position: inherit;
  }
}
.shop_title .row a.all_cat_link:hover, .shop_title .row a.all_cat_link:focus {
  color: #FFFFFF;
}
.shop_title h2.section-content__title.section-content__title--lg {
  font-size: 36px !important;
  line-height: 1.2 !important;
  margin: 0 0 20px;
}
.shop_title .section-content {
  zoom: 1;
}
.shop_title .section-content:before, .shop_title .section-content:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: " ";
}
.shop_title .section-content:after {
  clear: both;
}
.shop_title ul.product_cat_grid {
  padding-top: 50px !important;
}

.grid_wrapper {
  zoom: 1;
  width: 100%;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #C18D39;
}
.grid_wrapper:before, .grid_wrapper:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: " ";
}
.grid_wrapper:after {
  clear: both;
}

.hide-when-default-grid.hidden {
  position: absolute;
  z-index: -10000;
  top: -9000em;
  left: -9000em;
  visibility: hidden;
}

.hide-when-featured-prods.hidden {
  position: absolute;
  z-index: -10000;
  top: -9000em;
  left: -9000em;
  visibility: hidden;
}

.product-grid-sidebar .btn {
  margin-top: 0;
}

.filter-sidebar {
  margin-bottom: 50px;
}

@media all and (min-width: 768px) {
  .filter-sidebar.collapse:not(.show) {
    display: block;
  }
  .product-grid-sidebar .btn {
    display: none;
  }
}
ul.product_cat_grid {
  width: 100% !important;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.product_cat_grid li {
  display: inline-block;
  width: 17.5%;
  margin: 0 1% 35px 1%;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 767px) {
  ul.product_cat_grid li {
    width: 28% !important;
    margin: 0 2% 35px 2%;
  }
}
ul.product_cat_grid li a {
  display: block;
  max-width: 140px;
  margin: 0 auto;
}
ul.product_cat_grid li a img {
  border-radius: 50% 50% 50% 50%;
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto 17px auto;
  border: 1px solid #FFFFFF;
}
ul.product_cat_grid li a h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  text-transform: none;
  color: #000000;
}
@media (max-width: 767px) {
  ul.product_cat_grid li a h3 {
    font-size: 15px;
  }
}
ul.product_cat_grid li a:hover h3, ul.product_cat_grid li a:focus h3 {
  color: #C18D39;
}

table.shop_table.cart.mass-card td.actions button.button {
  display: none !important;
}

/*
 END: Woocommerce *****************************************************************************************************
 **********************************************************************************************************************
 */
body.no-banner {
  padding-top: 75px;
}
@media (min-width: 1025px) {
  body.no-banner {
    padding-top: 140px !important;
  }
}
body.no-banner.customize-support {
  padding-top: 160px;
}
body.customize-support .c-navbar {
  top: 32px;
}
body.customize-support .c-actions--fixed {
  top: 170px;
}
@media (min-width: 1680px) {
  body.customize-support .c-actions--fixed {
    top: 207px;
  }
}
@media (min-width: 992px) {
  body.tax-product_cat .c-page-title .col, body.post-type-archive-product .c-page-title .col {
    display: -moz-flex;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  body.tax-product_cat .c-page-title .col .section-content--page-header, body.post-type-archive-product .c-page-title .col .section-content--page-header {
    width: 70%;
  }
}
body.tax-product_cat .c-page-title .col #gd-woo-cats, body.post-type-archive-product .c-page-title .col #gd-woo-cats {
  border-radius: 2px;
  height: 42px;
  border: 1px solid #E0E0E0;
  background: #F2F2F2;
}
@media (min-width: 992px) {
  body.tax-product_cat .c-page-title .col #gd-woo-cats, body.post-type-archive-product .c-page-title .col #gd-woo-cats {
    width: 30%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  body.tax-product_cat .c-page-title .col #gd-woo-cats, body.post-type-archive-product .c-page-title .col #gd-woo-cats {
    margin-top: 20px;
  }
}

.button_wrapper {
  text-align: center;
}

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

.mass-enrolment-grid-wrapper {
  padding-top: 20px !important;
}

.woocommerce.post-type-archive-product .c-page-title {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce.post-type-archive-product .main-shop.hidden {
  position: absolute;
  z-index: -10000;
  top: -9000em;
  left: -9000em;
  visibility: hidden;
}
.woocommerce .main-shop {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .woocommerce .main-shop {
    padding-top: 20px;
  }
}

.nav-tabs {
  margin-bottom: 40px;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  .nav-tabs {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    border: 0 none;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-item {
    display: block;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 25px;
    color: #0F467E;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-item .nav-link {
    border-radius: 0;
    color: #0F467E;
    border-color: transparent;
  }
}
.nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}
@media (min-width: 576px) {
  .nav-tabs .nav-item .nav-link.active {
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) #FFFFFF;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-item .nav-link.active {
    color: #FFFFFF;
    border-color: transparent;
    background: #0F467E;
  }
}

@media (min-width: 576px) {
  .tab-content .tab-pane {
    padding-right: 0;
    padding-left: 0;
  }
}

.tabs-content-below {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 1600px) {
  .tabs-content-below {
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 576px) {
  .tabs-content-below {
    padding-right: 0;
    padding-left: 0;
  }
}

table:not(.shop_table) thead tr td {
  padding: 15px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: #C18D39;
}
table:not(.shop_table) tbody tr td {
  padding: 15px;
  border: 2px solid #FFFFFF;
  background: #F7F7F7;
}

/* wp images */
@media (min-width: 576px) {
  .c-wysiwig .section-content img.alignleft,
  .c-wysiwig .section-content img.alignright,
  .c-wysiwig .section-content img.aligncenter {
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .c-wysiwig .section-content img.alignleft,
  .c-wysiwig .section-content img.alignright,
  .c-wysiwig .section-content img.aligncenter {
    width: 100%;
  }
}

.alignleft,
img.alignleft {
  float: left;
  margin-top: 4px;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .alignleft,
  img.alignleft {
    display: block;
    float: none;
  }
}

.alignright,
img.alignright {
  float: right;
  margin-top: 4px;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .alignright,
  img.alignright {
    display: block;
    float: none;
    margin-left: 0;
  }
}

.aligncenter,
img.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 30px;
}

.attachment-large {
  width: 100% !important;
  height: auto !important;
}

.single .size-full {
  width: 100% !important;
  height: auto !important;
  margin: 30px 0 50px 0 !important;
}

form.woocommerce-checkout {
  max-width: 600px !important;
  margin: 0 auto;
}

.woocommerce-checkout.is-mass-enrol .shop_table .product-quantity {
  display: none !important;
}
.woocommerce-checkout #billing_company_field {
  display: none !important;
}

.woocommerce-cart.is-mass-enrol .shop_table .product-quantity,
.woocommerce-cart.is-mass-enrol .shop_table .product-subtotal {
  display: none !important;
}

@media (max-width: 1599.98px) {
  html.translated-ltr .c-navbar .nav-link {
    font-size: 12px;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.woocommerce ul.order_details {
  padding-left: 0;
}

.payment_method_gd_stripe .form-row {
  padding: 0 !important;
}
.payment_method_gd_stripe .stripe-elements {
  max-width: 420px;
}
.payment_method_gd_stripe #gd-woo-card-number {
  margin-bottom: 20px;
}
.payment_method_gd_stripe #gd-woo-card-expiry {
  float: left;
  width: 110px;
  margin-right: 20px;
}
.payment_method_gd_stripe #gd-woo-card-cvc {
  float: left;
  width: 80px;
}

.product-grid-sidebar h3.berocket_aapf_widget-title {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 20px;
  color: #000000;
}
.product-grid-sidebar .berocket_single_filter_widget:not(:last-child) {
  margin-bottom: 50px !important;
}
.product-grid-sidebar ul {
  padding-left: 0;
}
.product-grid-sidebar .slider .slide {
  width: calc(100% - 25px);
  margin: 0 0 0 10px;
}
.product-grid-sidebar .slider .slide .ui-widget-content {
  border: 0 none;
  background: #E5E5E5;
}
.product-grid-sidebar .slider .slide .ui-slider-range {
  background: #C18D39;
}
.product-grid-sidebar .slider .slide .ui-slider-handle {
  top: -10px;
  width: 24px;
  height: 24px;
  border: 0 none;
  background: #C18D39 url(../img/filters-slider-arrows.svg) no-repeat center center;
  background-size: auto 10px;
}
.product-grid-sidebar .slider .berocket_slider_start_val,
.product-grid-sidebar .slider .berocket_slider_end_val {
  font-style: normal;
}
.product-grid-sidebar ul.berocket_aapf_widget li {
  margin-bottom: 10px;
}
.product-grid-sidebar ul.berocket_aapf_widget li input[type=checkbox] {
  margin-right: 8px;
}
.product-grid-sidebar .berocket_term_depth_1 {
  padding-left: 20px;
}
.product-grid-sidebar .berocket_term_depth_1 label {
  padding-left: 0;
}
.product-grid-sidebar .brw-product_cat ul li span {
  display: -moz-flex;
  display: flex;
}

.google-maps {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 60%;
}
@media (max-width: 767px) {
  .google-maps {
    padding-bottom: 75%;
  }
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.gd-modal {
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  max-width: 720px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .gd-modal {
    width: 90vw;
  }
}
.gd-modal.gd-modal-clear-cart .btn img, .gd-modal.gd-modal-clear-cart .btn svg {
  display: none;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.gd-modal.gd-modal-clear-cart.loading .btn .label {
  display: none;
}
.gd-modal.gd-modal-clear-cart.loading .btn img, .gd-modal.gd-modal-clear-cart.loading .btn svg {
  display: block;
}
.gd-modal .gd-modal-content {
  padding: 50px;
}
@media (max-width: 767.98px) {
  .gd-modal .gd-modal-content {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .gd-modal .gd-modal-content p {
    font-size: 22px;
  }
}
.gd-modal .gd-modal-content p:last-of-type {
  margin-bottom: 0;
}
.gd-modal .gd-modal-content .btn-primary {
  margin-right: 10px;
}

#watch-live-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#watch-live-modal .watch-live-modal-backdrop {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
#watch-live-modal .watch-live-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10vh;
}
@media (max-width: 767.98px) {
  #watch-live-modal .watch-live-content {
    padding: 10vh 15px;
  }
}
@media (max-width: 767.98px) {
  #watch-live-modal .watch-live-content .video-wrapper iframe {
    height: 270px;
  }
}
#watch-live-modal #watch-live-close {
  padding-bottom: 10px;
  cursor: pointer;
  text-align: right;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .donations-wrapper .donate-options__content .btn {
    position: absolute;
    bottom: 0;
  }
}

a.news_archive {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  display: inline-block !important;
  margin: 20px auto !important;
  padding: 5px 20px;
  color: #FFFFFF !important;
  background-color: #C18D39 !important;
}
a.news_archive:hover, a.news_archive:focus {
  background-color: #D29D48 !important;
}

#tribe-events .tribe-events-title-bar .tribe-events-page-title {
  font-family: "Lora", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 22px;
  margin-bottom: 21px;
  color: #0F467E;
}
@media (min-width: 1440px) {
  #tribe-events .tribe-events-title-bar .tribe-events-page-title {
    font-size: 54px;
  }
}
#tribe-events #tribe-bar-filters-wrap .tribe-bar-collapse-toggle,
#tribe-events #tribe_events_filters_wrapper .tribe_events_filters_toggle,
#tribe-events #tribe-events-content .tribe-events-button {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  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;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #FFFFFF;
  border: 1px solid #C18D39;
  border-radius: 0.25rem;
  background-color: #C18D39;
}
#tribe-events #tribe-bar-filters-wrap .tribe-bar-collapse-toggle:focus, #tribe-events #tribe-bar-filters-wrap .tribe-bar-collapse-toggle.focus,
#tribe-events #tribe_events_filters_wrapper .tribe_events_filters_toggle:focus,
#tribe-events #tribe_events_filters_wrapper .tribe_events_filters_toggle.focus,
#tribe-events #tribe-events-content .tribe-events-button:focus,
#tribe-events #tribe-events-content .tribe-events-button.focus {
  color: #866228;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(193, 141, 57, 0.5);
}
@media (min-width: 992px) {
  #tribe-events #tribe-bar-filters-wrap .tribe-bar-collapse-toggle #tribe_events_filters_wrapper .tribe_events_filters_toggle,
  #tribe-events #tribe_events_filters_wrapper .tribe_events_filters_toggle #tribe_events_filters_wrapper .tribe_events_filters_toggle,
  #tribe-events #tribe-events-content .tribe-events-button #tribe_events_filters_wrapper .tribe_events_filters_toggle {
    margin-top: 15px;
  }
}
#tribe-events #tribe-events-bar {
  margin-bottom: 0 !important;
}
#tribe-events #tribe-events-bar #tribe-bar-form #tribe-bar-collapse-toggle {
  font-size: 1rem !important;
  padding: 6px 15px !important;
  text-transform: capitalize;
  color: white !important;
  border: 1px solid #C18D39 !important;
  border-radius: 0.25rem !important;
  background-color: #C18D39 !important;
}
#tribe-events #tribe-events-bar #tribe-bar-form .tribe-bar-views-inner {
  border-radius: 0.25rem !important;
  background-color: #C18D39;
}
@media (min-width: 992px) {
  #tribe-events #tribe-events-bar #tribe-bar-form .tribe-bar-views-inner {
    padding: 23px 0;
  }
}
#tribe-events #tribe-events-bar #tribe-bar-form .tribe-bar-views-inner #tribe-bar-views-toggle {
  font-size: 1rem;
  text-transform: capitalize;
  color: white;
}
#tribe-events #tribe-events-bar #tribe-bar-form .tribe-bar-views-inner #tribe-bar-views-toggle[aria-expanded=true]:after {
  top: 7px;
}
#tribe-events #tribe-events-bar #tribe-bar-form .tribe-bar-views-inner #tribe-bar-views-toggle .tribe-icon-month,
#tribe-events #tribe-events-bar #tribe-bar-form .tribe-bar-views-inner #tribe-bar-views-toggle .tribe-icon-week,
#tribe-events #tribe-events-bar #tribe-bar-form .tribe-bar-views-inner #tribe-bar-views-toggle .tribe-icon-list,
#tribe-events #tribe-events-bar #tribe-bar-form .tribe-bar-views-inner #tribe-bar-views-toggle .tribe-icon-day {
  display: none;
}
#tribe-events #tribe-events-bar #tribe-bar-form .tribe-bar-views-inner label {
  font-size: 13px !important;
  text-transform: uppercase !important;
  color: white;
}
#tribe-events #tribe-events-bar #tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list {
  background-color: whitesmoke !important;
}
#tribe-events #tribe-events-bar #tribe-bar-form #tribe-bar-filters label {
  font-size: 13px !important;
  text-transform: uppercase !important;
}
#tribe-events #tribe-bar-form input[type=text] {
  padding: 11px;
  border: 1px solid lightgrey !important;
}
@media all and (max-width: 768px) {
  #tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit] {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  #tribe-events #tribe_events_filters_wrapper .tribe_events_filter_control {
    margin: 15px 0 15px;
  }
}
@media (min-width: 992px) {
  #tribe-events .tribe-bar-filters-inner .tribe-bar-submit {
    margin-top: 18px;
  }
  #tribe-events .tribe-bar-filters-inner .tribe-bar-submit input.tribe-events-button {
    line-height: 46px;
    height: 46px;
    padding: 0 10px;
  }
}

@media all and (max-width: 768px) {
  body.tribe-filters-open #tribe_events_filters_wrapper {
    position: relative !important;
    top: -120px !important;
    margin-bottom: -120px !important;
  }
}
@media (min-width: 992px) {
  body.tribe-filters-open .tribe_events_filters_toggle {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  body.tribe-filters-open .tribe-events-filters-vertical + #tribe-events-content,
  body.tribe-filters-open .tribe-events-filters-vertical + .tribe-bar-disabled + #tribe-events-content {
    width: 100% !important;
    padding-left: 0 !important;
  }
}

.type-tribe_events .tribe-updated.published.time-details {
  padding: 0;
}

section.c-footer .input-group-gdpr {
  float: right;
  width: 500px;
  padding: 5px 0;
}
@media (max-width: 991px) {
  section.c-footer .input-group-gdpr {
    float: none;
    width: 100%;
  }
}
section.c-footer .input-group-gdpr a {
  text-decoration: underline !important;
}

#wc-stripe-cc-form {
  max-width: 400px;
  width: 100%;
}
#wc-stripe-cc-form label {
  line-height: 1;
}
#wc-stripe-cc-form .form-row {
  padding: 0 !important;
}
#wc-stripe-cc-form .stripe-card-group {
  width: 100%;
}
#wc-stripe-cc-form #stripe-card-element {
  width: 100% !important;
}
#wc-stripe-cc-form #stripe-exp-element {
  width: 100% !important;
  max-width: 150px !important;
}
#wc-stripe-cc-form #stripe-cvc-element {
  width: 100% !important;
  max-width: 100px !important;
}

p.mailchimp-newsletter {
  display: flex;
  margin-bottom: 40px !important;
  align-items: center;
}
p.mailchimp-newsletter label.woocommerce-form__label {
  margin: 0 !important;
}

body.is-mass-enrol.woocommerce-checkout #order_comments_field {
  display: none;
}

.woocommerce-checkout abbr.required {
  color: #8f0a0a !important;
  font-size: 0.9rem;
}
.woocommerce-checkout abbr.required:after {
  content: "(Required)";
  display: inline-block;
}

/*
Search styles for Knock_Shrine Theme
*/
body.search-results.gd-is-online-shop #search-page-form,
body.search-results.gd-is-online-shop .search-results-tabs {
  display: none;
}

.searchwp-live-search-results {
  z-index: 99999999999 !important;
  max-height: calc(100vh - 200px);
  margin: -3px 0 0 20px !important;
}
.searchwp-live-search-results.searchwp-live-search-results-showing {
  left: 50% !important;
  transform: translateX(-50%);
  max-width: calc(100% - 30px);
  width: 1100px !important;
  margin: 0 !important;
  border-radius: 0.25rem;
}
.searchwp-live-search-results .searchwp-live-search-result a {
  text-decoration: none;
  color: #0F467E;
}
.searchwp-live-search-results .searchwp-live-search-result p:hover, .searchwp-live-search-results .searchwp-live-search-result p:focus {
  color: #F7F7F7;
  background-color: #0F467E;
}
.searchwp-live-search-results .searchwp-live-search-result p:hover a, .searchwp-live-search-results .searchwp-live-search-result p:focus a {
  color: #F7F7F7;
  background-color: #0F467E;
}

#search-overlay {
  transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (prefers-reduced-motion: reduce) {
  #search-overlay {
    transition: none;
  }
}
#search-overlay .searchwp-live-search-results {
  width: 340px !important;
}
#search-overlay form {
  position: relative;
  margin: 0;
}
#search-overlay form input[type=search] {
  font-size: 16px;
  display: inline-block;
  float: left;
  width: calc(100% - 140px);
  height: 55px;
  padding: 10px;
  letter-spacing: 0.03em;
  border: 1px solid #0F467E;
  border-right: none !important;
  border-radius: 0.25rem 0 0 0.25rem;
  outline: none;
  background: #FFFFFF;
}
#search-overlay form button {
  min-width: 140px;
  height: 55px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #F7F7F7;
  border: 1px solid #0F467E;
  border-radius: 0 0.25rem 0.25rem 0;
  background-color: #0F467E;
  /*
  @include Mobile {
    height: 45px;
    min-width: 110px;
  }
  */
}
#search-overlay form button:hover, #search-overlay form button:focus {
  border-color: #0F467E;
  background-color: #0F467E;
}
#search-overlay.active {
  z-index: 99999999999;
  visibility: visible;
  height: 100vh;
  opacity: 1;
}
#search-overlay .container {
  position: relative;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  margin-top: 70px;
}
@media (min-width: 1200px) {
  #search-overlay .container {
    margin-top: 80px;
  }
}
#search-overlay .container .search-overlay-close {
  position: absolute;
  top: -57px;
  right: -4px;
  cursor: pointer;
  text-decoration: none;
}
#search-overlay .container .search-overlay-close:before {
  transition: all 0.2s ease-in-out;
  border-radius: 30px 30px 30px 30px;
  font-family: FontAwesome;
  font-size: 30px;
  display: block;
  width: 45px;
  content: "\f00d";
  text-align: center;
  opacity: 0.5;
}
@media (prefers-reduced-motion: reduce) {
  #search-overlay .container .search-overlay-close:before {
    transition: none;
  }
}
#search-overlay .container .search-overlay-close:hover:before, #search-overlay .container .search-overlay-close:focus:before {
  opacity: 1;
}

body.search .template-search {
  padding-top: 0;
}
body.search .section-search {
  margin-top: 50px;
}

.search-results-list {
  max-width: 800px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.search-results-list li {
  margin: 0 0 30px 0;
  padding: 0;
}
.search-results-list li h3 {
  margin: 0;
}
.search-results-list li h3 a {
  color: #0F467E;
}
.search-results-list li p {
  margin: 0;
}

.search-results-total {
  font-size: 14px;
  font-weight: normal !important;
  margin-bottom: 30px;
  padding-left: 8px;
  color: rgba(0, 0, 0, 0.5) !important;
}
.search-results-total em {
  text-decoration: underline;
}

.searchwp-live-search-results {
  border-radius: 0;
}
.searchwp-live-search-results p {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.searchwp-live-search-results p a {
  padding: 0.2em 1em;
  text-decoration: none;
  color: #111111;
}
.searchwp-live-search-results p a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#search-page-form {
  max-width: 500px;
  margin-bottom: 10px;
  padding-left: 8px;
}
#search-page-form::after {
  display: block;
  clear: both;
  content: "";
}
#search-page-form input[type=search] {
  font-weight: bold;
  float: left;
  width: calc(100% - 50px);
  height: 48px;
  padding: 0 15px;
  color: #333333 !important;
  border: 2px solid #BCBCBC !important;
  border-right: 0 none !important;
}
#search-page-form button {
  float: right;
  width: 50px;
  height: 48px;
  cursor: pointer;
  border: 0 none;
  outline: none;
  background-color: #0F467E;
  -webkit-appearance: none;
}
#search-page-form button svg {
  transition: all 0.2s ease-in-out;
  height: 18px;
}
@media (prefers-reduced-motion: reduce) {
  #search-page-form button svg {
    transition: none;
  }
}
#search-page-form button svg path {
  transition: all 0.2s ease-in-out;
  fill: #FFFFFF;
}
@media (prefers-reduced-motion: reduce) {
  #search-page-form button svg path {
    transition: none;
  }
}

.search-results-tabs {
  display: flex;
  flex-direction: row;
  margin: 0 0 0 5px;
  padding: 0;
}
.search-results-tabs li {
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-right: 50px;
  padding: 7px 8px;
  cursor: pointer;
}
.search-results-tabs li.active {
  color: #0F467E;
}
.search-results-tabs li.active:after {
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 3px;
  content: "";
  background: #C18D39;
}
.search-results-tabs li span {
  position: relative;
}
.search-results-tabs li span span {
  border-radius: 18px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  position: absolute;
  top: -8px;
  right: -20px;
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #FFFFFF;
  background: #0F467E;
}

.search-results-list {
  display: none;
  padding: 40px 8px;
}
.search-results-list.active {
  display: block;
}
.search-results-list li::after {
  display: block;
  clear: both;
  content: "";
}
.search-results-list li a {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .search-results-list li img {
    width: auto;
    height: 120px;
  }
}
@media (min-width: 768px) {
  .search-results-list li img {
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.search-results-list li h3 {
  margin-bottom: 7px;
}
.search-results-list li p.gd-permalink {
  display: none;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .search-results-list li p.gd-permalink {
    display: block;
  }
}
.search-results-list li p.gd-excerpt {
  line-height: normal;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.6);
}

.payment-form-container {
  padding-top: 50px;
  position: relative;
}
.payment-form-container.is-loading .overlay-blocker {
  display: block;
}
.payment-form-container.is-candle-november #place-a-petition-form {
  display: none;
}
.payment-form-container.is-candle.special-event {
  display: none;
}
.payment-form-container.is-candle #place-a-petition-form {
  display: none;
}
.payment-form-container.is-candle .donation-error-message {
  background-color: #dc3545;
  color: #fff;
  padding: 20px;
  margin-top: 10px;
}
.payment-form-container.is-candle .payment-step .payment-step-actions .btn {
  margin-top: 10px;
}
.payment-form-container.is-petition #place-a-petition-form {
  display: block;
}
.payment-form-container.is-petition .payment-steps-progress {
  display: none;
}
.payment-form-container.is-petition .payment-steps-progress.show {
  display: -moz-flex;
  display: flex;
}
.payment-form-container.is-petition .submit-wrapper button {
  margin-left: auto;
}
.payment-form-container.is-general-upkeep {
  padding-top: 0;
}
.payment-form-container.is-general-upkeep .payment-steps-progress {
  justify-content: flex-start;
}
.payment-form-container.is-general-upkeep .payment-steps-progress li:first-child {
  margin-left: 0;
}
.payment-form-container.is-general-upkeep .payment-form-wrapper {
  min-width: 100%;
  width: 100%;
}
.payment-form-container.is-general-upkeep .col-frequency.active .payment-step-group {
  border-color: #0F467E;
  box-shadow: 0 0 0 1px inset #0f467e;
}
.payment-form-container.is-general-upkeep #payment-confirmation {
  min-width: unset;
}
.payment-form-container.is-capital-project .payment-form-wrapper, .payment-form-container.is-parish .payment-form-wrapper {
  min-width: unset;
  width: auto;
}
.payment-form-container.is-capital-project .payment-form-wrapper .payment-step-group, .payment-form-container.is-parish .payment-form-wrapper .payment-step-group {
  height: 100%;
}
.payment-form-container.is-capital-project .payment-form-wrapper #donation-amount-error, .payment-form-container.is-parish .payment-form-wrapper #donation-amount-error {
  text-align: center;
}
@media (max-width: 991.98px) {
  .payment-form-container.is-capital-project .payment-form-wrapper .col-is-monthly, .payment-form-container.is-parish .payment-form-wrapper .col-is-monthly {
    margin-bottom: 30px;
  }
}
.payment-form-container.is-capital-project .payment-step#step-2, .payment-form-container.is-capital-project .payment-step#step-3, .payment-form-container.is-parish .payment-step#step-2, .payment-form-container.is-parish .payment-step#step-3 {
  max-width: 730px;
  margin: 0 auto;
}
.payment-form-container.is-capital-project .col-frequency.active .payment-step-group, .payment-form-container.is-parish .col-frequency.active .payment-step-group {
  border-color: #0F467E;
  box-shadow: 0 0 0 1px inset #0f467e;
}
.payment-form-container.is-capital-project #donation-amount-error, .payment-form-container.is-parish #donation-amount-error {
  padding: 0 0 20px 0;
}
.payment-form-container.is-parish h3 {
  margin-bottom: 10px;
}
.payment-form-container .overlay-blocker {
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.payment-form-container .btn-primary.disabled,
.payment-form-container .btn-primary:disabled {
  background-color: #C18D39;
  border-color: #C18D39;
}
.payment-form-container h3.has-required-info {
  margin-bottom: 5px;
}
.payment-form-container h3 small {
  font-size: 18px;
}
.payment-form-container small.required-info {
  margin-bottom: 20px;
  display: block;
}
.payment-form-container a {
  color: #0066CC;
}
.payment-form-container a:hover {
  text-decoration: underline;
}

.payment-steps-progress {
  list-style-type: none;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .payment-steps-progress {
    flex-shrink: 0;
    align-items: stretch;
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
    justify-content: unset;
  }
  .payment-steps-progress::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .payment-steps-progress::-webkit-scrollbar-thumb {
    height: 0;
    width: 0;
  }
  .payment-steps-progress::-webkit-scrollbar-track {
    height: 0;
    width: 0;
  }
}
@media (min-width: 1025px) {
  .payment-steps-progress {
    margin-bottom: 50px;
  }
}
.payment-steps-progress.hide {
  display: none;
}
.payment-steps-progress.show {
  display: -moz-flex;
  display: flex;
}
.payment-steps-progress li {
  margin: 0 25px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.payment-steps-progress li.valid {
  cursor: pointer;
}
@media (max-width: 767px) {
  .payment-steps-progress li {
    display: inline-block;
    flex-shrink: 0;
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .payment-steps-progress li:first-child {
    margin-left: 0;
  }
}
.payment-steps-progress li.active .step-number {
  background: #C18D39;
}
.payment-steps-progress li .step-number {
  background: rgba(0, 0, 0, 0.15);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
}
.payment-steps-progress li .step-label {
  color: #000;
}

.payment-form-wrapper {
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .payment-form-wrapper {
    min-width: 600px;
  }
}
@media (min-width: 1025px) {
  .payment-form-wrapper {
    min-width: 730px;
    width: 38vw;
  }
}
.payment-form-wrapper h3 {
  font-family: "Lora", serif;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .payment-form-wrapper h3 {
    font-size: 28px;
  }
}
@media (min-width: 1680px) {
  .payment-form-wrapper h3 {
    font-size: 32px;
  }
}
.payment-form-wrapper h3 + p {
  margin: -15px 0 25px 0;
}
.payment-form-wrapper .payment-step {
  position: relative;
}
.payment-form-wrapper .payment-step#step-1 .payment-step-actions {
  justify-content: flex-end;
}
.payment-form-wrapper .payment-step .payment-step-group {
  background: #f7f7f7;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  padding: 25px 30px;
}
@media (max-width: 767px) {
  .payment-form-wrapper .payment-step .payment-step-group {
    padding: 15px 20px;
  }
}
.payment-form-wrapper .payment-step .form-group:last-child {
  margin-bottom: 15px;
}
.payment-form-wrapper .payment-step .form-group.row-updates {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 1600px) {
  .payment-form-wrapper .payment-step .form-group.row-updates {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.payment-form-wrapper .payment-step .form-group.row-updates label {
  margin-right: 30px;
}
@media (min-width: 1600px) {
  .payment-form-wrapper .payment-step .form-group.row-updates label {
    margin-right: 50px;
  }
}
.payment-form-wrapper .payment-step .form-group.row-donation-amount {
  margin-top: 35px;
}
@media (min-width: 1600px) {
  .payment-form-wrapper .payment-step .form-group.row-donation-amount {
    margin-top: 50px;
  }
}
.payment-form-wrapper .payment-step .form-group.row-donation-custom .col-sm-12 {
  display: -moz-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .payment-form-wrapper .payment-step .form-group.row-donation-custom .col-sm-12 {
    flex-direction: column;
  }
}
.payment-form-wrapper .payment-step .form-group.row-donation-custom label {
  width: 208px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .payment-form-wrapper .payment-step .form-group.row-donation-custom label {
    width: 100%;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1600px) {
  .payment-form-wrapper .payment-step .form-group.row-donation-custom label {
    width: 238px;
  }
}
.payment-form-wrapper .payment-step .form-group.row-donation-custom .input-group {
  width: 130px;
}
@media (max-width: 767.98px) {
  .payment-form-wrapper .payment-step .form-group.row-donation-custom .input-group {
    width: 100%;
  }
}
.payment-form-wrapper .payment-step .form-group.row-benefits {
  border-top: 1px solid #E0E0E0;
  padding-top: 20px;
  margin-top: 20px;
}
.payment-form-wrapper .payment-step .form-group.row-benefits .benefits {
  display: none;
}
.payment-form-wrapper .payment-step .form-group.row-benefits ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.payment-form-wrapper .payment-step .form-group.row-benefits ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.payment-form-wrapper .payment-step .form-group.row-benefits ul li:last-child {
  margin-bottom: 0;
}
.payment-form-wrapper .payment-step .form-group.row-benefits ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #C4C4C4;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .payment-form-wrapper .payment-step .form-group label,
  .payment-form-wrapper .payment-step .form-group .col-form-label {
    margin-bottom: 7px;
  }
}
.payment-form-wrapper .payment-step .form-group .form-control {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
}
.payment-form-wrapper .payment-step .form-group input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.payment-form-wrapper .payment-step .form-group input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.payment-form-wrapper .payment-step .form-group input[type=checkbox] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  background: white;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
}
.payment-form-wrapper .payment-step .form-group input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.payment-form-wrapper .payment-step .form-group input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.payment-form-wrapper .payment-step .form-group input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: #000;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  transform: rotate(45deg) scale(1.4);
}
.payment-form-wrapper .payment-step .payment-step-actions {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}
.payment-form-wrapper .payment-step .payment-step-actions .btn {
  margin-top: 30px;
  font-weight: 600;
}
.payment-form-wrapper .payment-step .payment-step-actions .btn-primary {
  cursor: pointer;
  min-width: unset;
  padding-left: 35px;
  padding-right: 35px;
}
.payment-form-wrapper .payment-step .payment-step-actions .btn-primary.payment-prev-step {
  background: #fff;
  color: #000;
  border-color: #BDBDBD;
  padding-left: 40px;
  padding-right: 40px;
}
.payment-form-wrapper .payment-step .payment-step-actions .btn-primary.payment-prev-step:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.payment-form-wrapper textarea.message-for {
  height: 140px;
  max-height: 250px;
  min-height: 80px;
  padding: 15px;
}
.payment-form-wrapper .col-form-label {
  padding-top: 0;
  padding-bottom: 0;
}
.payment-form-wrapper .form-control {
  height: 50px;
}

form.is-petition {
  display: none;
}

form.petition-form.is-loading .form-group:not(.submit-wrapper),
form.payment-form.is-loading .form-group:not(.submit-wrapper) {
  opacity: 0.6;
}
form.petition-form.is-loading #btn-petition-submit .label,
form.petition-form.is-loading #btn-donation-submit .label,
form.payment-form.is-loading #btn-petition-submit .label,
form.payment-form.is-loading #btn-donation-submit .label {
  opacity: 0;
}
form.petition-form.is-loading #btn-petition-submit .spinner,
form.petition-form.is-loading #btn-donation-submit .spinner,
form.payment-form.is-loading #btn-petition-submit .spinner,
form.payment-form.is-loading #btn-donation-submit .spinner {
  opacity: 1;
}
form.petition-form.success,
form.payment-form.success {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
form.petition-form #btn-petition-submit,
form.petition-form #btn-donation-submit,
form.payment-form #btn-petition-submit,
form.payment-form #btn-donation-submit {
  position: relative;
}
form.petition-form #btn-petition-submit .label,
form.petition-form #btn-donation-submit .label,
form.payment-form #btn-petition-submit .label,
form.payment-form #btn-donation-submit .label {
  opacity: 1;
}
form.petition-form #btn-petition-submit .spinner,
form.petition-form #btn-donation-submit .spinner,
form.payment-form #btn-petition-submit .spinner,
form.payment-form #btn-donation-submit .spinner {
  transition: opacity, 0.3s, ease;
  opacity: 0;
  background: url(../img/loading-white.svg) no-repeat center center;
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (prefers-reduced-motion: reduce) {
  form.petition-form #btn-petition-submit .spinner,
  form.petition-form #btn-donation-submit .spinner,
  form.payment-form #btn-petition-submit .spinner,
  form.payment-form #btn-donation-submit .spinner {
    transition: none;
  }
}

form.payment-form {
  transition: all, 0.5s, ease;
}
@media (prefers-reduced-motion: reduce) {
  form.payment-form {
    transition: none;
  }
}
form.payment-form.is-loading .form-group:not(.submit-wrapper) {
  opacity: 0.6;
}
form.payment-form.is-loading #btn-payment-submit {
  background-color: #C18D39;
  border: 0 none;
  outline: none;
}
form.payment-form.is-loading #btn-payment-submit .label {
  opacity: 0;
}
form.payment-form.is-loading #btn-payment-submit .spinner {
  opacity: 1;
}
form.payment-form.is-petition {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
form.payment-form.parish .donation-info {
  margin-top: 30px;
}
form.payment-form.parish .donation-info p:last-child {
  margin-bottom: 0;
}
form.payment-form.parish .row-donation-amount h3 {
  margin-bottom: 0;
}
form.payment-form.parish .row-donation-custom {
  padding-top: 20px;
}
form.payment-form.parish .row-collection-subcat-holy label,
form.payment-form.parish .row-collection-subcat-priest label {
  display: block;
  margin-bottom: 10px !important;
}
form.payment-form.parish .row-collection-subcat-holy select,
form.payment-form.parish .row-collection-subcat-priest select {
  max-width: 450px;
}
form.payment-form.parish .row-donation-frequency {
  padding-top: 20px;
}
form.payment-form.parish .loading-parish-collection {
  width: 48px;
  margin: 50px auto;
}
form.payment-form.success {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
form.payment-form .form-group {
  transition: opacity, 0.3s, ease;
  margin-bottom: 15px;
}
@media (prefers-reduced-motion: reduce) {
  form.payment-form .form-group {
    transition: none;
  }
}
@media (min-width: 768px) {
  form.payment-form .form-group {
    align-items: center;
  }
}
@media (min-width: 768px) {
  form.payment-form .form-group label,
  form.payment-form .form-group .col-form-label {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  form.payment-form .form-group label,
  form.payment-form .form-group .col-form-label {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  form.payment-form .form-group label small,
  form.payment-form .form-group .col-form-label small {
    font-size: 16px;
  }
}
form.payment-form .form-group .input-group-prepend .input-group-text {
  border-color: #bdbdbd;
  border-radius: 2px 0 0 2px;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
form.payment-form .form-group #candle-offering {
  border-left: 0 none;
  border-radius: 0 2px 2px 0;
}
form.payment-form #card-number {
  margin-bottom: 20px;
}
form.payment-form #card-expiry {
  width: 110px;
  float: left;
  margin-right: 20px;
}
form.payment-form #card-cvc {
  width: 80px;
  float: left;
}
form.payment-form .card-logos {
  float: right;
  display: flex;
  height: 50px;
  align-items: center;
}
form.payment-form .card-logos img {
  height: 32px;
  margin-left: 10px;
}
form.payment-form #btn-payment-submit {
  position: relative;
}
form.payment-form #btn-payment-submit .label {
  opacity: 1;
}
form.payment-form #btn-payment-submit .spinner {
  transition: opacity, 0.3s, ease;
  opacity: 0;
  background: url(../img/loading-white.svg) no-repeat center center;
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (prefers-reduced-motion: reduce) {
  form.payment-form #btn-payment-submit .spinner {
    transition: none;
  }
}

form.payment-form .input-group .form-control {
  border-left: 0 none !important;
}
form.payment-form .input-group.is-invalid .input-group-prepend .input-group-text {
  border-color: #dc3545;
}

.card-errors,
.donation-error-message {
  color: #dc3545;
  padding: 20px;
  text-align: center;
  display: none;
}

.donation-error-message {
  padding: 10px 0 0 0;
}

#payment-confirmation,
#petition-confirmation {
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  margin: 0 auto;
  display: none;
  padding: 25px 30px;
  background: #f7f7f7;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #payment-confirmation,
  #petition-confirmation {
    min-width: 600px;
  }
}
@media (min-width: 1025px) {
  #payment-confirmation,
  #petition-confirmation {
    min-width: 730px;
    width: 38vw;
  }
}
#payment-confirmation.success,
#petition-confirmation.success {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
}
#payment-confirmation h2,
#petition-confirmation h2 {
  color: #4CAF50;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
}
#payment-confirmation p,
#petition-confirmation p {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
#payment-confirmation .text-center,
#petition-confirmation .text-center {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#payment-confirmation .text-center .btn,
#petition-confirmation .text-center .btn {
  margin: 5px !important;
}
#payment-confirmation .btn,
#petition-confirmation .btn {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
}
#payment-confirmation .btn.btn-pdf, #payment-confirmation .btn.btn-home,
#petition-confirmation .btn.btn-pdf,
#petition-confirmation .btn.btn-home {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-decoration: none !important;
}
#payment-confirmation video,
#petition-confirmation video {
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -25px -35px 20px -30px;
  width: calc(100% + 60px);
}
@media (max-width: 767px) {
  #payment-confirmation video,
  #petition-confirmation video {
    height: 200px;
  }
}

.donation-option-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.donation-option-list#donation-frequency li, .donation-option-list#donation-expiration li {
  width: 135px;
}
@media (min-width: 1600px) {
  .donation-option-list#donation-frequency li, .donation-option-list#donation-expiration li {
    width: 155px;
  }
}
@media (max-width: 767.98px) {
  .donation-option-list#donation-frequency li:last-child, .donation-option-list#donation-expiration li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .donation-option-list.donation-values li:nth-child(2n) {
    margin-right: 0;
  }
}
.donation-option-list#parish-collection-type li {
  width: 31% !important;
}
@media (max-width: 767px) {
  .donation-option-list#parish-collection-type li {
    margin-right: 0;
    width: 100% !important;
  }
}
.donation-option-list li {
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  font-size: 14px;
  border-radius: 2px;
  height: 40px;
  width: 90px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #BDBDBD;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 767.98px) {
  .donation-option-list li {
    width: calc(50% - 8px) !important;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .donation-option-list li {
    font-size: 16px;
    margin-right: 15px;
    width: 100px;
    height: 50px;
    line-height: 50px;
  }
}
.donation-option-list li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.donation-option-list li:last-child {
  margin-right: 0;
}
.donation-option-list li.active {
  background-color: #0F467E;
  color: #fff;
  border-color: #0F467E;
}

.stripe-elements::after {
  display: block;
  clear: both;
  content: "";
}

.StripeElement {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.StripeElement.StripeElement--invalid {
  border-color: #dc3545 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center right calc(0.375em + 0.1875rem) !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.payment-form-cold {
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .payment-form-cold {
    padding: 20px 0;
  }
}
.payment-form-cold img,
.payment-form-cold svg {
  width: 100px;
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #4CAF50;
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #4CAF50;
}

#successAnimationResult {
  fill: #4CAF50;
  opacity: 0;
}

#successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimation.animated #successAnimationCircle {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationCheck {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationResult {
  animation: 0.3s linear 0.9s both fadeIn;
}

#btn-restart-collection {
  color: #fff;
  text-decoration: none;
}

#donation-expiration {
  margin-top: 20px;
}

table.tribe-events-calendar h3.tribe-events-month-event-title a {
  color: #000000;
}
table.tribe-events-calendar h3.tribe-events-month-event-title + p {
  display: none !important;
}
table.tribe-events-calendar div.tribe_events {
  margin: 0 1% !important;
  padding: 1px 2px !important;
  border: none !important;
}
table.tribe-events-calendar div.tribe_events + p {
  display: none !important;
}
table.tribe-events-calendar .tribe-events-tooltip h3 {
  font-size: 14px;
  line-height: 1.4;
  padding: 5px;
  color: #000000;
  background-color: #FFFFFF !important;
}
table.tribe-events-calendar .tribe-events-viewmore {
  margin: 0 1% !important;
  padding: 7px 4px 4px 4px !important;
  border: none !important;
}
table.tribe-events-calendar .tribe-events-viewmore a {
  color: #000000;
}
table.tribe-events-calendar p {
  margin-bottom: 2px !important;
}
table.tribe-events-calendar div[id^=tribe-events-daynum-] {
  font-size: 16px !important;
  line-height: 148% !important;
  color: #000000 !important;
  background-color: #FFFFFF !important;
}
table.tribe-events-calendar div[id^=tribe-events-daynum-] a {
  padding: 3px 5px !important;
  font-size: 14px !important;
  line-height: 148% !important;
  border-radius: 50% 50% 50% 50%;
  border: 1px dotted #c0c0c2;
}
table.tribe-events-calendar div[id^=tribe-events-daynum-] a br {
  display: none !important;
}
table.tribe-events-calendar #tribe-events-daynum-1-0 a, table.tribe-events-calendar #tribe-events-daynum-2-0 a, table.tribe-events-calendar #tribe-events-daynum-3-0 a, table.tribe-events-calendar #tribe-events-daynum-4-0 a,
table.tribe-events-calendar #tribe-events-daynum-5-0 a, table.tribe-events-calendar #tribe-events-daynum-6-0 a, table.tribe-events-calendar #tribe-events-daynum-7-0 a, table.tribe-events-calendar #tribe-events-daynum-8-0 a,
table.tribe-events-calendar #tribe-events-daynum-9-0 a {
  padding: 3px 9px !important;
}
table.tribe-events-calendar td.tribe-events-present div[id^=tribe-events-daynum-] {
  background-color: #EEEEEE !important;
}
table.tribe-events-calendar td.tribe-events-present div[id^=tribe-events-daynum-] a {
  background-color: #EEEEEE !important;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  color: #0F467E !important;
}

#tribe-bar-form .tribe-bar-submit {
  text-align: right;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  border-radius: 2px;
  width: 150px;
  background: #0F467E !important;
  font-size: 16px;
  text-transform: none;
}
#tribe-bar-form label {
  text-transform: none;
  font-size: 16px;
}
#tribe-bar-form input[type=text] {
  border: 0 none;
  padding-left: 0;
  font-style: normal !important;
  font-size: 16px;
}
#tribe-bar-form input[type=text]::-webkit-input-placeholder {
  font-style: normal !important;
  color: #BDBDBD;
}
#tribe-bar-form input[type=text]::-moz-placeholder {
  font-style: normal !important;
  color: #BDBDBD;
}
#tribe-bar-form input[type=text]:-ms-input-placeholder {
  font-style: normal !important;
  color: #BDBDBD;
}
#tribe-bar-form input[type=text]:-moz-placeholder {
  font-style: normal !important;
  color: #BDBDBD;
}
#tribe-bar-form input[type=text]:focus {
  border: 0 none;
}

@media (min-width: 1200px) {
  .tribe-events-bar {
    margin-bottom: 0 !important;
  }
}
#tribe-events-footer {
  padding-top: 20px !important;
}

#tribe-bar-filters-wrap p {
  margin-bottom: 0 !important;
}

#tribe-bar-views + p,
.tribe-bar-views-inner + p {
  display: none !important;
}

.tribe-events-calendar th {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 150% !important;
  height: 55px !important;
  text-transform: none !important;
  color: #FFFFFF !important;
  background: #0F467E !important;
}

.tribe-events-sub-nav li {
  font-family: "Lora", serif !important;
}
.tribe-events-sub-nav li a {
  color: #0F467E !important;
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .tribe-events-sub-nav li a {
    font-size: 36px !important;
    line-height: 110% !important;
    padding-bottom: 20px !important;
  }
}
.tribe-events-sub-nav li a:hover, .tribe-events-sub-nav li a:focus {
  color: #0066CC !important;
}

@media (min-width: 1200px) {
  section.events_title .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.tribe-events-list h2.tribe-events-list-separator-month {
  color: #0F467E !important;
  font-size: 20px !important;
  text-transform: none !important;
}
.tribe-events-list h3.tribe-events-list-event-title {
  font-family: "Lora", serif !important;
  font-weight: normal !important;
  font-size: 28px !important;
  line-height: 120% !important;
  color: #0F467E !important;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .tribe-events-list h3.tribe-events-list-event-title {
    width: 50% !important;
    float: left !important;
    padding-right: 15px !important;
  }
}
.tribe-events-list h3.tribe-events-list-event-title a {
  color: #0F467E !important;
}
.tribe-events-list h3.tribe-events-list-event-title a:hover, .tribe-events-list h3.tribe-events-list-event-title a:focus {
  color: #0066CC !important;
}
.tribe-events-list .tribe-events-event-meta {
  background: transparent;
  border: 0 none;
  margin: 0 !important;
  padding: 0 !important;
}
@media (min-width: 992px) {
  .tribe-events-list .tribe-events-event-meta {
    width: 35% !important;
    padding-right: 15px !important;
    float: left !important;
  }
}
.tribe-events-list .tribe-events-event-meta .tribe-event-schedule-details {
  padding: 0;
}
.tribe-events-list .tribe-events-event-meta .tribe-events-venue-details {
  padding: 0;
  border: 0 none;
}
@media (min-width: 992px) {
  .tribe-events-list .tribe-events-list-event-description {
    width: 55% !important;
    padding-left: 15px !important;
    float: right !important;
  }
}
.tribe-events-list a.tribe-events-read-more {
  display: none !important;
}

.tribe-events-grid .tribe-grid-header {
  background-color: #0F467E !important;
}
.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap, .tribe-events-grid .tribe-grid-header a {
  color: #fff !important;
}
.tribe-events-grid .tribe-grid-header .tribe-week-today {
  background-color: #0066CC !important;
}
.tribe-events-grid .tribe-grid-body h3 a {
  font-size: 14px !important;
}
.tribe-events-grid .tribe-events-tooltip h3 {
  padding: 5px !important;
  font-size: 18px !important;
}

.tribe-events-title-bar .tribe-events-page-title {
  text-align: left;
}
.tribe-events-title-bar .tribe-events-user-recurrence-toggle {
  text-align: left;
}

#tribe-events-pg-template .col-tribe-events {
  padding-left: 0;
  padding-right: 0;
}

h1.tribe-events-single-event-title {
  font-family: "Lora", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 32px;
  margin-bottom: 15px;
  color: #0F467E;
}
@media (min-width: 1440px) {
  h1.tribe-events-single-event-title {
    font-size: 54px !important;
  }
}
@media (min-width: 1600px) {
  h1.tribe-events-single-event-title {
    font-size: 64px !important;
  }
}

#tribe-events-header .tribe-events-nav-pagination {
  display: none;
}

.tribe-events-schedule {
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .tribe-events-schedule {
    margin-bottom: 50px;
  }
}
.tribe-events-schedule h2, .tribe-events-schedule .recurringinfo {
  color: #000;
  font-weight: normal;
  font-size: 16px !important;
}

.single-tribe_events .tribe-events-event-meta {
  background: transparent;
  border: 0 none;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group-details {
  padding-left: 0;
}
.single-tribe_events .tribe-events-event-meta h2 {
  color: #000;
}
.single-tribe_events #tribe-events-footer {
  padding: 0 !important;
  margin: 0 !important;
}
.single-tribe_events #tribe-events-footer .tribe-events-nav-pagination {
  display: none !important;
}
.single-tribe_events .recurringinfo {
  display: none !important;
}

body.single-tribe_events #tribe-events-content {
  margin-bottom: 0;
}

.tribe-events-venue .tribe-events-venue-meta {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.tribe-events-venue .tribe-events-venue-meta h1 {
  font-family: "Lora", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 32px;
  margin-bottom: 15px;
  color: #0F467E;
  margin-top: 0;
}
@media (min-width: 1440px) {
  .tribe-events-venue .tribe-events-venue-meta h1 {
    font-size: 54px !important;
  }
}
@media (min-width: 1600px) {
  .tribe-events-venue .tribe-events-venue-meta h1 {
    font-size: 64px !important;
  }
}
.tribe-events-venue .tribe-events-venue-meta .tribe-events-event-meta {
  display: none;
}

@media all and (max-width: 768px) {
  #tribe-mobile-container .type-tribe_events .tribe-events-read-more {
    display: block !important;
  }
}
body #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-].tribe-event-featured h3.tribe-events-month-event-title {
  display: block;
}

#tribe-events-content .recurringinfo {
  display: none !important;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: #F7F7F7 !important;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta,
.tribe-events-list .tribe-events-loop .tribe-event-featured .recurringinfo,
.tribe-events-list .tribe-events-loop .tribe-event-featured .time-details {
  color: #000 !important;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta a,
.tribe-events-list .tribe-events-loop .tribe-event-featured .recurringinfo a,
.tribe-events-list .tribe-events-loop .tribe-event-featured .time-details a {
  color: #000 !important;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .event-is-recurring {
  color: #000 !important;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .event-is-recurring .tribe-events-divider {
  display: none !important;
}

a.tribe-events-ical {
  display: none !important;
}

.tribe-mobile #tribe_events_filters_wrapper.tribe-events-filters-vertical {
  margin: 0;
}

@media (max-width: 767.98px) {
  #tribe-events #tribe-events-bar #tribe-bar-form .tribe-bar-views-inner #tribe-bar-views-toggle .tribe-icon-month {
    display: none;
  }
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  background-color: transparent !important;
}

.tribe-events-list.tribe-events-day .tribe-events-loop .tribe-event-featured .tribe-events-content {
  color: #000 !important;
}

.wp-pagenavi {
  margin: 30px auto;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    justify-content: space-around;
  }
}
.wp-pagenavi .pages {
  border: 0 none;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .wp-pagenavi .pages {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}
.wp-pagenavi a,
.wp-pagenavi .current {
  padding: 7px 15px;
}
@media (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi .current {
    padding: 5px 10px;
  }
}
.wp-pagenavi .current {
  background-color: #F2F2F2;
  color: #333;
  border-radius: 2px;
}
.wp-pagenavi a {
  color: #333;
  text-decoration: none !important;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend,
.wp-pagenavi .last {
  border: 0 none;
}

.gd-shop-cart-mobile {
  margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gd-shop-cart-mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .gd-shop-cart-mobile {
    display: none !important;
  }
}

.gd-shop-cart-desktop span {
  right: -4px;
  bottom: -4px;
}

body:not(.gd-is-online-shop) .gd-shop-cart-mobile {
  display: none;
}

body.gd-is-online-shop.no-banner {
  padding-top: 100px !important;
}
@media (max-width: 767px) {
  body.gd-is-online-shop.no-banner {
    padding-top: 90px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.gd-is-online-shop.no-banner {
    padding-top: 90px !important;
  }
}
@media (max-width: 1200px) {
  body.gd-is-online-shop .offcanvas-collapse {
    margin-top: 85px;
  }
}
body.gd-is-online-shop .c-navbar {
  background: #0F467E !important;
  border-bottom: 0 none !important;
}
@media (min-width: 1200px) {
  body.gd-is-online-shop .c-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  body.gd-is-online-shop .c-navbar .navbar-brand__main img {
    width: 180px;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav {
  line-height: 100px;
  margin-top: 0;
}
@media (max-width: 767px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav {
    margin-bottom: 30px;
    line-height: 40px;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav > li:hover > a {
  color: #DAAA66;
}
@media (max-width: 1200px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li {
    padding: 0;
    border: 0 none !important;
  }
}
@media (min-width: 992px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li:first-child .sub-menu-wrap-0 .container {
    max-width: 100%;
    padding-left: 0;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li.is-active .sub-menu-wrap-0 {
  display: block !important;
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li.is-active .toggle {
  transform: rotate(180deg);
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li.is-active .toggle svg path {
  stroke: #DAAA66;
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li.is-vertical .container {
  max-width: 100%;
}
@media (min-width: 992px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li.is-vertical .container {
    display: flex;
    padding-left: 205px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 1600px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li.is-vertical .container {
    padding-left: 235px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li.is-vertical .container .sub-menu {
  display: block;
  width: 18%;
  flex-grow: 0;
}
@media (max-width: 991.98px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li.is-vertical .container .sub-menu {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li.is-vertical .container .sub-menu {
    width: 15%;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li.is-horizontal .sub-menu {
  flex-direction: column;
  width: 100%;
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li.is-horizontal .sub-menu li {
  display: flex;
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li.is-horizontal .sub-menu li ul {
  display: flex;
  margin-top: -2px;
  margin-left: 20px;
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li.is-horizontal .sub-menu li ul li {
  margin: 0 10px;
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li:not(:last-child) a {
  position: relative;
}
@media (min-width: 1200px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li:not(:last-child) a:after {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    display: block;
    width: 2px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li:hover .sub-menu-wrap-0 {
    display: block;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .toggle {
  display: none;
}
@media (max-width: 1199px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .toggle {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 8px;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li a {
  color: #fff;
  display: block;
  padding: 0 25px;
}
@media (max-width: 767px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li a {
    padding: 0;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li a:hover {
  color: #DAAA66;
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 {
  display: none;
}
@media (min-width: 1200px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 {
    background: #0F467E;
    position: absolute;
    width: 100vw;
    top: calc(100% - 12px);
    left: 0;
    padding: 10px 0 30px 0;
    max-height: calc(100vh - 100px);
    overflow: scroll;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 150%;
}
@media (min-width: 1200px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    max-height: 80vh;
  }
}
@media (max-width: 1199px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul {
    margin-top: 15px;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li {
  border: 0 none;
  padding: 0;
}
@media (max-width: 1199px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li {
    margin: 20px 60px;
  }
}
@media (min-width: 1200px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li {
    margin-bottom: 15px;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li .toggle {
  display: none;
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li a {
    padding: 0 0 16px 0;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li a:after {
  content: "";
  width: 28px;
  height: 1px;
  background: #fff;
  text-transform: uppercase;
  display: block;
  margin: 8px 0;
  left: 0;
  right: auto;
  top: auto;
  transform: translate(0, 0);
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li ul {
  margin: 0;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li ul {
    flex-direction: column;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li ul li {
  margin: 0;
}
@media (max-width: 1199px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li ul li {
    padding-bottom: 20px;
    width: 50%;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li ul li a {
  opacity: 0.7;
  text-transform: none;
  font-weight: normal;
  padding: 2px 0;
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li ul li a:after {
  display: none;
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-nav li .sub-menu-wrap-0 ul li ul li a:hover {
  opacity: 1;
}
@media (min-width: 1200px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-extras li.navbar-extras__item--main-site {
    margin-right: 25px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    padding-right: 25px;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-extras li.navbar-extras__item--main-site a {
  width: auto !important;
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-extras li.navbar-extras__item--main-site a:hover {
  color: #DAAA66;
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-extras li.navbar-extras__item--cart {
  display: -moz-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-extras li.navbar-extras__item--cart {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-extras li.navbar-extras__item--cart {
    display: none !important;
  }
}
body.gd-is-online-shop .c-navbar #offcanvas-navbar.is-shop .navbar-extras li.navbar-extras__item--cart a {
  display: -moz-flex;
  display: flex;
  align-items: center;
}
body.gd-is-online-shop .navbar-extras {
  margin-left: auto;
}

.undernav-shop {
  background: #F7F7F7;
  padding: 28px 0;
}
@media (max-width: 767px) {
  .undernav-shop {
    padding: 8px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .undernav-shop {
    padding: 12px 0;
  }
}
.undernav-shop .col-12 {
  display: -moz-flex;
  display: flex;
}
@media (max-width: 767px) {
  .undernav-shop .col-12 {
    display: block;
  }
}
.undernav-shop .shipping-info {
  display: -moz-flex;
  display: flex;
}
@media (min-width: 768px) {
  .undernav-shop .shipping-info {
    min-width: 350px;
  }
}
.undernav-shop .shipping-info img {
  margin-right: 20px;
}
.undernav-shop .shipping-info .shipping-info-text .title {
  color: #C18D39;
  text-transform: uppercase;
  font-weight: 600;
}
.undernav-shop .shipping-info .shipping-info-text .subtitle {
  font-size: 14px;
  color: #828282;
}
.undernav-shop .search-wrapper {
  margin-left: auto;
}
@media (max-width: 767px) {
  .undernav-shop .search-wrapper {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .undernav-shop .search-wrapper {
    display: none;
  }
}
.undernav-shop .search-wrapper form {
  display: -moz-flex;
  display: flex;
}
.undernav-shop .search-wrapper form input[type=search] {
  height: 50px;
  border: 1px solid #ccc;
  border-right: 0 none;
  border-radius: 3px 0 0 3px;
  -webkit-appearance: none;
  padding: 0 20px;
}
@media (max-width: 320px) {
  .undernav-shop .search-wrapper form input[type=search] {
    width: 140px;
  }
}
@media (min-width: 1025px) {
  .undernav-shop .search-wrapper form input[type=search] {
    min-width: 350px;
  }
}
@media (min-width: 1680px) {
  .undernav-shop .search-wrapper form input[type=search] {
    min-width: 450px;
  }
}
.undernav-shop .search-wrapper form input[type=submit] {
  text-transform: uppercase;
  padding: 0 30px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  margin: 0;
}
.undernav-shop .search-wrapper form input[type=submit]:hover {
  background: #D29D48;
}

.search-wrapper-menu {
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 767px) {
  .search-wrapper-menu {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .search-wrapper-menu {
    display: block;
  }
}
.search-wrapper-menu form {
  display: -moz-flex;
  display: flex;
}
.search-wrapper-menu form input[type=search] {
  height: 50px;
  border: 1px solid #ccc;
  border-right: 0 none;
  border-radius: 3px 0 0 3px;
  -webkit-appearance: none;
  padding: 0 10px;
}
.search-wrapper-menu form input[type=submit] {
  text-transform: uppercase;
  padding: 0 20px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  margin: 0;
}
.search-wrapper-menu form input[type=submit]:hover {
  background: #D29D48;
}

.c-footer-shop {
  background-color: #F7F7F7;
  color: #333;
  padding-top: 40px;
  padding-bottom: 0;
}
.c-footer-shop button {
  color: #000;
  font-weight: 600;
  outline: none;
}
.c-footer-shop button:hover, .c-footer-shop button:active, .c-footer-shop button:focus {
  color: #000;
}
.c-footer-shop button:after {
  width: 40px;
  height: 1px;
  bottom: 0;
  position: absolute;
  content: "";
  display: block;
  background: #C18D39;
}
.c-footer-shop .footer__menu:after {
  display: none !important;
}
.c-footer-shop .footer__menu-1 .menu {
  -moz-column-count: 2;
       column-count: 2;
}
.c-footer-shop .menu {
  padding-left: 0;
}
.c-footer-shop .menu li {
  line-height: 200%;
}
.c-footer-shop .menu li a {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.c-footer-shop .is-cc {
  padding-top: 20px;
}
.c-footer-shop .socket {
  margin-top: 50px;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 1680px) {
  .c-footer-shop .socket {
    margin-top: 70px;
  }
}
.c-footer-shop .socket:before {
  height: 1px;
  width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
  content: "";
  background: #C18D39;
}
.c-footer-shop .socket a {
  color: #333;
}
@media (max-width: 767px) {
  .c-footer-shop .socket .footer__social {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .c-footer-shop .socket .footer__social li {
    margin-right: 20px;
  }
}
.c-footer-shop .socket .footer__social li a {
  color: #C18D39;
  font-size: 30px;
}

.gd-shop-cart-mobile,
.gd-shop-cart-desktop {
  display: block;
  position: relative;
  width: unset;
  height: auto;
}
.gd-shop-cart-mobile img,
.gd-shop-cart-desktop img {
  width: 24px;
  margin: 0 auto;
}
.gd-shop-cart-mobile span,
.gd-shop-cart-desktop span {
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -15px;
  right: -12px;
  width: 25px;
  height: 25px;
  line-height: 21px;
  text-align: center;
  background: #C18D39;
  border: 2px solid #0F467E;
  font-size: 16px;
  border-radius: 25px;
  color: #fff;
}
.gd-shop-cart-mobile span.active,
.gd-shop-cart-desktop span.active {
  opacity: 1;
  transform: scale(1);
}

.gd-shop-cart-desktop span {
  bottom: -7px;
  right: -5px;
}

@media (max-width: 767px) {
  .c-component.c-productslider, .c-component.c-productpopular, .c-component.c-newsletter, .c-component.c-twoposts, .c-component.c-productbanner {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-component.c-productslider, .c-component.c-productpopular, .c-component.c-newsletter, .c-component.c-twoposts, .c-component.c-productbanner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .c-component.c-productslider, .c-component.c-productpopular, .c-component.c-newsletter, .c-component.c-twoposts, .c-component.c-productbanner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .c-component.c-productslider.buildernum-1, .c-component.c-productpopular.buildernum-1, .c-component.c-newsletter.buildernum-1, .c-component.c-twoposts.buildernum-1, .c-component.c-productbanner.buildernum-1 {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-component.c-productslider.buildernum-1, .c-component.c-productpopular.buildernum-1, .c-component.c-newsletter.buildernum-1, .c-component.c-twoposts.buildernum-1, .c-component.c-productbanner.buildernum-1 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1025px) {
  .c-component.c-productslider.buildernum-1, .c-component.c-productpopular.buildernum-1, .c-component.c-newsletter.buildernum-1, .c-component.c-twoposts.buildernum-1, .c-component.c-productbanner.buildernum-1 {
    padding-top: 50px !important;
  }
}

@media (min-width: 1025px) {
  .c-productslider .container {
    max-width: 100%;
    margin-left: calc((100% - 1100px) / 2);
  }
}
.c-productslider .container .slider-title {
  display: -moz-flex;
  display: flex;
  border-bottom: 1px solid #C18D39;
  padding-bottom: 13px;
  margin-bottom: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .c-productslider .container .slider-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.c-productslider .container .slider-title h2 {
  font-family: "Lora", serif;
  color: #0F467E;
  font-size: 36px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-productslider .container .slider-title h2 {
    font-size: 28px;
  }
}
.c-productslider .container .slider-title .slider-nav {
  display: -moz-flex;
  display: flex;
  position: absolute;
  right: 20px;
}
@media (max-width: 767px) {
  .c-productslider .container .slider-title .slider-nav {
    display: none;
  }
}
.c-productslider .container .slider-title .slider-nav .prev, .c-productslider .container .slider-title .slider-nav .next {
  cursor: pointer;
}
.c-productslider .container .slider-title .slider-nav .prev.slick-disabled, .c-productslider .container .slider-title .slider-nav .next.slick-disabled {
  opacity: 0.5;
  cursor: pointer;
}
.c-productslider .container .slider-title .slider-nav .prev {
  margin-right: 20px;
}
.c-productslider .container .gd-products-slider {
  display: none;
  margin: 0 -13px 40px -13px;
}
@media (max-width: 767px) {
  .c-productslider .container .gd-products-slider {
    margin: 0 -15px 20px -13px;
  }
}
.c-productslider .container .gd-products-slider.slick-initialized {
  display: block;
}
.c-productslider .container .gd-products-slider * {
  outline: none;
}
@media (max-width: 767px) {
  .c-productslider .container .gd-products-slider .slick-list {
    padding: 0 35% 0 0;
  }
}
.c-productslider .container .gd-products-slider .item img {
  height: 260px;
  width: auto;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .c-productslider .container .gd-products-slider .item img {
    height: 210px;
  }
}
.c-productslider .container .gd-products-slider .item .holder {
  width: 260px;
  height: 260px;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .c-productslider .container .gd-products-slider .item .holder {
    width: 210px;
    height: 210px;
  }
}
.c-productslider .container .gd-products-slider .item a {
  color: #000;
  margin: 0 13px;
  display: block;
}
.c-productslider .container .gd-products-slider .item h3 {
  color: #000;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  margin: 20px 0 15px 0;
  line-height: 1.4;
}
.c-productslider .container .gd-products-slider .item .amount {
  display: block;
  text-align: center;
  font-size: 20px;
}
.c-productslider .container .btn {
  padding-left: 24px;
  padding-right: 24px;
}

.c-productpopular .container {
  display: -moz-flex;
  display: flex;
}
@media (max-width: 767px) {
  .c-productpopular .container {
    flex-direction: column;
  }
}
.c-productpopular .container .product-featured-image {
  max-height: 520px;
  background: #f5f5f5;
  width: 50%;
}
@media (max-width: 767px) {
  .c-productpopular .container .product-featured-image {
    width: 100%;
  }
}
.c-productpopular .container .product-featured-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-productpopular .container .product-featured-content {
  background: #C18D39 url(../img/gold-texture.png) no-repeat center center;
  background-size: cover;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-productpopular .container .product-featured-content {
    width: 100%;
    height: 320px;
  }
}
.c-productpopular .container .product-featured-content .title {
  position: absolute;
  top: 30px;
  left: -70px;
  background: #905900;
  color: #fff;
  width: 300px;
  text-align: center;
  transform: rotate(-30deg);
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 0;
}
@media (max-width: 767px) {
  .c-productpopular .container .product-featured-content .title {
    top: 30px;
    left: -60px;
    width: 200px;
    font-size: 11px;
    padding: 2px 0;
  }
}
.c-productpopular .container .product-featured-content .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 1025px) {
  .c-productpopular .container .product-featured-content .content {
    padding: 40px;
  }
}
.c-productpopular .container .product-featured-content .content h2 {
  text-align: center;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .c-productpopular .container .product-featured-content .content h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1680px) {
  .c-productpopular .container .product-featured-content .content h2 {
    font-size: 42px;
  }
}
.c-productpopular .container .product-featured-content .content h2 a {
  color: #fff;
  font-family: "Lora", serif;
}
.c-productpopular .container .product-featured-content .content .amount {
  color: #fff;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
}
.c-productpopular .container .product-featured-content .content .btn-primary {
  background: #fff !important;
  color: #C18D39 !important;
  border-color: #fff;
}

@media (max-width: 767px) {
  .c-newsletter .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-newsletter .container .newsletter-wrapper {
  background: linear-gradient(180deg, #0F467E 0%, #145292 100%);
  padding: 15px;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .c-newsletter .container .newsletter-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .c-newsletter .container .newsletter-wrapper {
    padding: 50px 35px;
  }
}
@media (min-width: 1680px) {
  .c-newsletter .container .newsletter-wrapper {
    padding: 60px 45px;
  }
}
.c-newsletter .container .newsletter-wrapper .text,
.c-newsletter .container .newsletter-wrapper .form-wrapper {
  width: 50%;
}
@media (max-width: 767px) {
  .c-newsletter .container .newsletter-wrapper .text,
  .c-newsletter .container .newsletter-wrapper .form-wrapper {
    width: 100%;
  }
}
.c-newsletter .container .newsletter-wrapper .text h3,
.c-newsletter .container .newsletter-wrapper .text p {
  color: #fff;
}
.c-newsletter .container .newsletter-wrapper .text h3 {
  font-family: "Lora", sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-newsletter .container .newsletter-wrapper .text h3 {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .c-newsletter .container .newsletter-wrapper .text h3 {
    font-size: 36px;
    line-height: 120%;
  }
}
.c-newsletter .container .newsletter-wrapper .text p {
  margin-bottom: 0;
}
.c-newsletter .container .newsletter-wrapper .form-wrapper {
  display: -moz-flex;
  display: flex;
}
.c-newsletter .container .newsletter-wrapper .form-wrapper form {
  width: 100%;
}
@media (max-width: 767px) {
  .c-newsletter .container .newsletter-wrapper .form-wrapper form .input-group {
    display: block;
    margin-top: 25px;
  }
}
.c-newsletter .container .newsletter-wrapper .form-wrapper form .input-group label {
  width: 100%;
  font-size: 16px;
  color: #fff;
}
.c-newsletter .container .newsletter-wrapper .form-wrapper form .input-group input[type=email] {
  height: 46px;
  -webkit-appearance: none;
  border: 0 none;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .c-newsletter .container .newsletter-wrapper .form-wrapper form .input-group input[type=email] {
    width: 100%;
  }
}
.c-newsletter .container .newsletter-wrapper .form-wrapper form .input-group button {
  margin: 0 0 0 8px;
  min-width: unset;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 767px) {
  .c-newsletter .container .newsletter-wrapper .form-wrapper form .input-group button {
    margin: 15px 0 0 0;
  }
}

.c-twoposts .posts {
  display: -moz-flex;
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .c-twoposts .posts {
    flex-direction: column;
  }
}
.c-twoposts .posts .post-item {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .c-twoposts .posts .post-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-twoposts .posts .post-item:first-child {
    margin-bottom: 30px;
  }
}
.c-twoposts .posts .post-item img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .c-twoposts .posts .post-item img {
    max-height: 290px;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.c-twoposts .posts .post-item h3 {
  font-family: "Lora", serif;
  margin: 20px 0 15px 0;
  font-weight: normal;
}
.c-twoposts .posts .post-item h3 a {
  color: #0F467E;
}
.c-twoposts .posts .post-item p {
  color: #000;
}

.c-productbanner.buildernum-1.c-component {
  padding-top: 0 !important;
}
.c-productbanner #product-banner-slider {
  display: none;
}
.c-productbanner #product-banner-slider.slick-initialized {
  display: block;
}
.c-productbanner #product-banner-slider * {
  outline: none;
}
.c-productbanner #product-banner-slider.count-1 .slick-dots {
  display: none !important;
}
.c-productbanner #product-banner-slider .slick-prev,
.c-productbanner #product-banner-slider .slick-next {
  position: absolute;
  z-index: 100;
  width: 14px;
  height: 28px;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .c-productbanner #product-banner-slider .slick-prev,
  .c-productbanner #product-banner-slider .slick-next {
    top: 23%;
    background-color: rgba(0, 0, 0, 0.3) !important;
    padding: 20px;
    border-radius: 3px;
  }
}
.c-productbanner #product-banner-slider .slick-prev:before,
.c-productbanner #product-banner-slider .slick-next:before {
  display: none;
}
.c-productbanner #product-banner-slider .slick-prev {
  background: url(../img/icon-slider-arrow-left.svg) no-repeat center center;
  left: 40px;
}
.c-productbanner #product-banner-slider .slick-next {
  background: url(../img/icon-slider-arrow-right.svg) no-repeat center center;
  right: 40px;
}
.c-productbanner #product-banner-slider .slide-item {
  display: -moz-flex;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .c-productbanner #product-banner-slider .slide-item {
    flex-direction: column-reverse;
  }
}
.c-productbanner #product-banner-slider .slide-item.light .slide-text {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-productbanner #product-banner-slider .slide-item .slide-text,
  .c-productbanner #product-banner-slider .slide-item .slide-img {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .c-productbanner #product-banner-slider .slide-item .slide-text,
  .c-productbanner #product-banner-slider .slide-item .slide-img {
    width: 50%;
  }
}
.c-productbanner #product-banner-slider .slide-item .slide-text {
  text-align: center;
  padding: 30px 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-productbanner #product-banner-slider .slide-item .slide-text {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .c-productbanner #product-banner-slider .slide-item .slide-text {
    padding: 40px;
  }
}
.c-productbanner #product-banner-slider .slide-item .slide-text .line-one,
.c-productbanner #product-banner-slider .slide-item .slide-text .line-two,
.c-productbanner #product-banner-slider .slide-item .slide-text .line-three,
.c-productbanner #product-banner-slider .slide-item .slide-text .line-four {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .c-productbanner #product-banner-slider .slide-item .slide-text .line-one,
  .c-productbanner #product-banner-slider .slide-item .slide-text .line-two,
  .c-productbanner #product-banner-slider .slide-item .slide-text .line-three,
  .c-productbanner #product-banner-slider .slide-item .slide-text .line-four {
    margin-bottom: 15px;
  }
}
.c-productbanner #product-banner-slider .slide-item .slide-text .line-one {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
}
@media (min-width: 1025px) {
  .c-productbanner #product-banner-slider .slide-item .slide-text .line-one {
    font-size: 36px;
    line-height: 36px;
  }
}
.c-productbanner #product-banner-slider .slide-item .slide-text .line-two {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 56px;
  line-height: 56px;
}
@media (min-width: 1025px) {
  .c-productbanner #product-banner-slider .slide-item .slide-text .line-two {
    font-size: 72px;
    line-height: 72px;
  }
}
.c-productbanner #product-banner-slider .slide-item .slide-text .line-three {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 1025px) {
  .c-productbanner #product-banner-slider .slide-item .slide-text .line-three {
    font-size: 24px;
    line-height: 24px;
  }
}
.c-productbanner #product-banner-slider .slide-item .slide-text .amount {
  display: block;
}
@media (max-width: 767px) {
  .c-productbanner #product-banner-slider .slide-item .slide-separator {
    background: transparent url(../img/product-banner-separator-h.png) no-repeat center center;
    width: 100%;
    height: 24px;
    position: unset;
    z-index: 1;
    margin-top: -13px;
  }
}
@media (min-width: 768px) {
  .c-productbanner #product-banner-slider .slide-item .slide-separator {
    background: transparent url(../img/product-banner-separator-v.png) no-repeat center center;
    background-size: 100% auto;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.c-productbanner #product-banner-slider .slide-item .slide-img {
  background-size: cover;
  background-position: center center;
  display: -moz-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-productbanner #product-banner-slider .slide-item .slide-img {
    justify-content: center;
    padding: 30px 0;
  }
}
.c-productbanner #product-banner-slider .slide-item .slide-img img {
  height: 220px;
  width: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transform: rotate(5deg);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-productbanner #product-banner-slider .slide-item .slide-img img {
    margin-left: 100px;
  }
}
@media (min-width: 1025px) {
  .c-productbanner #product-banner-slider .slide-item .slide-img img {
    margin-left: 120px;
    height: 280px;
  }
}
@media (min-width: 1680px) {
  .c-productbanner #product-banner-slider .slide-item .slide-img img {
    height: 330px;
    margin-left: 140px;
  }
}

.shop-cat-head {
  border-bottom: 1px solid #C18D39;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-cat-head h1 {
  font-size: 36px;
  font-family: "Lora", sans-serif;
  color: #0F467E;
  font-weight: normal;
  margin-bottom: 20px;
}
.shop-cat-head form {
  margin: 0;
}
@media (max-width: 767px) {
  .shop-cat-head form {
    display: none;
  }
}
.shop-cat-head form select {
  background: #fff url(../img/icon-arrow-down.svg) no-repeat center right;
  border: 0 none;
  -webkit-appearance: none;
  padding-right: 40px;
}

.wcpf-filter .text {
  text-transform: none;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked .wcpf-checkbox-item-inner .wcpf-checkbox-label .wcpf-input-container {
  background: #0F467E;
  border-color: #0F467E;
}
.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked .wcpf-checkbox-item-inner .wcpf-checkbox-label .wcpf-input-container:after {
  border-color: #fff;
}
.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-checkbox-item-inner .wcpf-checkbox-label .wcpf-input-container {
  background: #FAFAFA;
  border: 1px solid #BDBDBD;
}

.woocommerce ul.products li.product {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 15px;
}
.woocommerce ul.products li.product a .product_image {
  position: relative;
  display: block;
}
.woocommerce ul.products li.product a .product_image img {
  position: relative;
  z-index: 10;
}

.product-grid-main .woocommerce-ordering {
  display: none;
}
@media (max-width: 767px) {
  .product-grid-main .woocommerce-ordering {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .product-grid-main .woocommerce-ordering select {
    background: #fff url(../img/icon-arrow-down.svg) no-repeat center right;
    border: 0 none;
    -webkit-appearance: none;
    padding-right: 40px;
    margin: 20px 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main-shop {
    padding-bottom: 20px;
  }
}

.woocommerce-pagination {
  display: flex;
}
@media (max-width: 767px) {
  .woocommerce-pagination {
    position: relative;
    width: 100%;
    top: -40px;
    margin-bottom: -35px;
  }
}
.woocommerce-pagination ul.page-numbers {
  border: 0 none !important;
}
.woocommerce-pagination ul.page-numbers li {
  border: 0 none !important;
}
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
  border: 0 none;
  padding: 10px 15px !important;
}
.woocommerce-pagination ul.page-numbers li a {
  color: #333;
}

.wcpf-field-price-slider .ui-slider .ui-slider-handle {
  background-color: #C18D39;
  border: 0 none;
}
.wcpf-field-price-slider .wcpf-max-input,
.wcpf-field-price-slider .wcpf-min-input {
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 4px 14px;
}
.wcpf-field-price-slider .wcpf-max-input:focus,
.wcpf-field-price-slider .wcpf-min-input:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.page-template-template-onlineshop .woocommerce-message {
  margin: 20px 10vw;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .page-template-template-onlineshop .woocommerce-message {
    flex-direction: column-reverse;
  }
}
.page-template-template-onlineshop .woocommerce-message:before {
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .page-template-template-onlineshop .woocommerce-message:before {
    top: 27px;
  }
}
.page-template-template-onlineshop .woocommerce-message a {
  padding: 12px 35px;
  margin: 0 0 0 auto;
  border-radius: 3px;
  display: block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-template-template-onlineshop .woocommerce-message a {
    margin: 10px auto 0 0;
  }
}

.woocommerce-message a.button {
  margin: 0 !important;
}

:root {
  --tec-color-button-primary: #0F467E !important;
  --tec-color-button-primary-hover: #C18D39 !important;
  --tec-color-accent-primary: #0F467E !important;
}

.c-news-single blockquote {
  margin: 40px auto;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 60px;
  border-left: 8px solid #C18D39;
  position: relative;
  background: #EDEDED;
}
.c-news-single blockquote::before {
  content: "“";
  color: #C18D39;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
.c-news-single blockquote::after {
  content: "";
}
.c-news-single blockquote p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  #actionsNav.c-actions {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  #actionsNav.c-actions ul {
    padding: 0 50px;
  }
}
@media (max-width: 991.98px) {
  #actionsNav.c-actions ul li {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  #actionsNav.c-actions ul li:nth-child(4), #actionsNav.c-actions ul li:nth-child(5), #actionsNav.c-actions ul li:nth-child(6) {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  #actionsNav.c-actions ul li a {
    display: block;
  }
}
@media (max-width: 991.98px) {
  #actionsNav.c-actions ul li a img {
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 991.98px) {
  .c-banner-hero {
    height: 65vh;
  }
}
@media (max-width: 991.98px) {
  .c-banner-hero h1 {
    font-size: 32px;
    line-height: normal;
    padding: 0 30px;
  }
}

body.watch-live-ended #watch-live-ended {
  bottom: 30px;
  opacity: 1;
}
body.watch-live-ended #watch-live-close {
  opacity: 0;
}

#watch-live-ended {
  position: fixed;
  bottom: -100vh;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90vw;
  max-width: 1024px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
#watch-live-ended .watch-live-ended-content {
  max-width: 400px;
  position: relative;
  padding: 30px;
}
@media (min-width: 768px) {
  #watch-live-ended .watch-live-ended-content {
    margin: 80px auto;
  }
}
#watch-live-ended .watch-live-ended-content p:last-child {
  margin-bottom: 0;
}
#watch-live-ended #watch-live-ended-close {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
#watch-live-ended #watch-live-ended-close svg {
  width: 48px;
}
#watch-live-ended ul.ctas {
  background: #0F467E;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 20px;
}
@media (max-width: 767px) {
  #watch-live-ended ul.ctas {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#watch-live-ended ul.ctas li {
  display: -moz-flex;
  display: flex;
  flex-grow: 1;
}
@media (max-width: 767px) {
  #watch-live-ended ul.ctas li {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  #watch-live-ended ul.ctas li {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1025px) {
  #watch-live-ended ul.ctas li:first-child {
    border-left: 0 none;
  }
}
@media (max-width: 767px) {
  #watch-live-ended ul.ctas li:first-child, #watch-live-ended ul.ctas li:nth-child(2) {
    margin-bottom: 20px;
  }
}
#watch-live-ended ul.ctas li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  display: block;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  #watch-live-ended ul.ctas li a {
    display: flex;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #watch-live-ended ul.ctas li a {
    display: flex;
    justify-content: center;
  }
}
#watch-live-ended ul.ctas li a img {
  width: 32px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #watch-live-ended ul.ctas li a img {
    height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #watch-live-ended ul.ctas li a img {
    height: 35px;
  }
}
@media (min-width: 1025px) {
  #watch-live-ended ul.ctas li a br {
    display: none;
  }
}

@media (min-width: 1025px) {
  .is-live img {
    height: 100% !important;
  }
}

.section-content--page-header .section-content__floor a {
  color: #0F467E;
  border-bottom: 2px solid #0F467E;
}

.gd-parish-collection-notice {
  background-color: #C18D39;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  padding: 14px;
}
@media (min-width: 1024px) {
  .gd-parish-collection-notice {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
  }
}
.gd-parish-collection-notice .gd-parish-text {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .gd-parish-collection-notice .gd-parish-text {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .gd-parish-collection-notice .gd-parish-text {
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .gd-parish-collection-notice .gd-parish-text {
    font-size: 18px;
  }
}
.gd-parish-collection-notice .btn-primary {
  margin: 0;
  background-color: #fff;
  color: #C18D39;
  font-weight: bold;
  text-transform: uppercase;
  border: 0 none;
}
.gd-parish-collection-notice .btn-primary:hover, .gd-parish-collection-notice .btn-primary:active, .gd-parish-collection-notice .btn-primary:focus {
  background-color: #0F467E;
  color: #fff;
}

#order_review .payment_box.payment_method_stripe_cc {
  max-width: 500px;
  background: #dfdcde !important;
}
#order_review .payment_box.payment_method_stripe_cc .wc-stripe-bootstrap-form {
  background: #dfdcde !important;
}
#order_review .payment_box.payment_method_stripe_cc .wc-stripe_cc-new-method-container {
  margin-bottom: 0 !important;
}
#order_review .payment_box.payment_method_stripe_cc label {
  background-color: transparent !important;
}

.btn-blue {
  background-color: #0F467E;
  color: #fff !important;
}

.light-a-candle-special-wrapper {
  display: -moz-flex;
  display: flex;
}
.light-a-candle-special-wrapper a {
  display: block;
  width: 100%;
}

body.post-type-archive-online-resources,
body.single-online-resources {
  padding-top: 0 !important;
}
body.post-type-archive-online-resources .c-banner-hero,
body.single-online-resources .c-banner-hero {
  height: auto;
}
body.post-type-archive-online-resources .c-banner-hero__image,
body.single-online-resources .c-banner-hero__image {
  opacity: 0.3;
}
body.post-type-archive-online-resources .c-banner-hero__overlay,
body.single-online-resources .c-banner-hero__overlay {
  position: relative;
  transform: translate(0, 0);
  top: auto;
  left: auto;
  margin: 0 auto;
  padding-right: 1em;
  padding-left: 1em;
}
@media (orientation: landscape) {
  body.post-type-archive-online-resources .c-banner-hero__overlay,
  body.single-online-resources .c-banner-hero__overlay {
    padding: 140px 0;
  }
}
@media (orientation: portrait) {
  body.post-type-archive-online-resources .c-banner-hero__overlay,
  body.single-online-resources .c-banner-hero__overlay {
    padding: 120px 0;
  }
}
body.post-type-archive-online-resources .partner-logo,
body.single-online-resources .partner-logo {
  position: absolute;
  z-index: 200;
  bottom: 2em;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
}
@media (orientation: landscape) {
  body.post-type-archive-online-resources .partner-logo,
  body.single-online-resources .partner-logo {
    height: 60px;
  }
}
@media (orientation: portrait) {
  body.post-type-archive-online-resources .partner-logo,
  body.single-online-resources .partner-logo {
    height: 40px;
  }
}

body.single-online-resources .c-banner-hero {
  min-height: auto;
}
body.single-online-resources .c-banner-hero h1 a {
  color: white;
}

.c-resource-feed .row {
  display: grid;
}
@media (orientation: portrait) {
  .c-resource-feed .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (orientation: landscape) {
  .c-resource-feed .row {
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (orientation: portrait) {
  .c-resource-feed .row {
    gap: 5px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-resource-feed .card {
  position: relative;
  overflow: hidden;
  padding-bottom: 140%;
  background-color: #0F467E;
}
.c-resource-feed .card a,
.c-resource-feed .card h2,
.c-resource-feed .card img {
  position: absolute;
}
.c-resource-feed .card a {
  display: block;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.c-resource-feed .card h2 {
  display: block;
  z-index: 9;
  top: 50%;
  right: 0;
  left: 0;
  color: white;
  text-align: center;
  transform: translate(0, -50%);
  transition: all 0.5s ease;
}
@media (orientation: portrait) {
  .c-resource-feed .card h2 {
    font-size: 20px;
  }
}
.c-resource-feed .card img {
  z-index: 8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105% !important;
  height: 105% !important;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.c-resource-feed .card:hover h2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.c-resource-feed .card:hover img {
  opacity: 1;
}

@media (orientation: landscape) {
  .c-resource-intro {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 3em;
  }
}
@media (orientation: portrait) {
  .c-resource-intro {
    margin-bottom: 2em;
  }
}

@media (orientation: landscape) {
  .c-resource-footer {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 3em;
  }
}
@media (orientation: portrait) {
  .c-resource-footer {
    margin-top: 2em;
  }
}

.c-resource-single .single-navigation {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (orientation: portrait) {
  .c-resource-single .single-navigation {
    padding: 0 10px;
  }
}
.c-resource-single .single-navigation .previous-post {
  order: 1;
  width: 33.33%;
}
.c-resource-single .single-navigation .title {
  order: 1;
  width: 66.66%;
  text-align: center;
}
.c-resource-single .single-navigation .title a {
  margin-top: 10px;
  justify-content: center;
}
.c-resource-single .single-navigation .next-post {
  order: 3;
  width: 33.33%;
}
.c-resource-single .single-navigation .next-post a {
  justify-content: flex-end;
}
.c-resource-single .single-navigation a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-resource-single .single-navigation a svg {
  height: 20px;
  fill: #C18D39;
}

body.clean-layout .c-navbar,
body.clean-layout .c-footer {
  display: none;
}/*# sourceMappingURL=main.css.map */