@charset "UTF-8";
/*
Theme Name: Smashburger
Author: Long Story Short Design
Author URI: https://longstoryshortdesign.co.uk
Version: 2
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      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 {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #9E005D;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #520030;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 374px; }
  @media (min-width: 375px) {
    .container {
      max-width: 375px; } }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 840px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1090px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1330px; } }

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-xs {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

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

.bg-danger {
  background-color: #9E005D !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #6b003f !important; }

.bg-light {
  background-color: #f8f9fa !important; }

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

.bg-dark {
  background-color: #343a40 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #9E005D !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-60px {
  width: 60px !important; }

.w-80px {
  width: 80px !important; }

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

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

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

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

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

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

.h-60px {
  height: 60px !important; }

.h-80px {
  height: 80px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 25px !important; }

.mt-1,
.my-1 {
  margin-top: 25px !important; }

.mr-1,
.mx-1 {
  margin-right: 25px !important; }

.mb-1,
.my-1 {
  margin-bottom: 25px !important; }

.ml-1,
.mx-1 {
  margin-left: 25px !important; }

.m-2 {
  margin: 50px !important; }

.mt-2,
.my-2 {
  margin-top: 50px !important; }

.mr-2,
.mx-2 {
  margin-right: 50px !important; }

.mb-2,
.my-2 {
  margin-bottom: 50px !important; }

.ml-2,
.mx-2 {
  margin-left: 50px !important; }

.m-3 {
  margin: 100px !important; }

.mt-3,
.my-3 {
  margin-top: 100px !important; }

.mr-3,
.mx-3 {
  margin-right: 100px !important; }

.mb-3,
.my-3 {
  margin-bottom: 100px !important; }

.ml-3,
.mx-3 {
  margin-left: 100px !important; }

.m-4 {
  margin: 150px !important; }

.mt-4,
.my-4 {
  margin-top: 150px !important; }

.mr-4,
.mx-4 {
  margin-right: 150px !important; }

.mb-4,
.my-4 {
  margin-bottom: 150px !important; }

.ml-4,
.mx-4 {
  margin-left: 150px !important; }

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 300px !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: 25px !important; }

.pt-1,
.py-1 {
  padding-top: 25px !important; }

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

.pb-1,
.py-1 {
  padding-bottom: 25px !important; }

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

.p-2 {
  padding: 50px !important; }

.pt-2,
.py-2 {
  padding-top: 50px !important; }

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

.pb-2,
.py-2 {
  padding-bottom: 50px !important; }

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

.p-3 {
  padding: 100px !important; }

.pt-3,
.py-3 {
  padding-top: 100px !important; }

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

.pb-3,
.py-3 {
  padding-bottom: 100px !important; }

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

.p-4 {
  padding: 150px !important; }

.pt-4,
.py-4 {
  padding-top: 150px !important; }

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

.pb-4,
.py-4 {
  padding-bottom: 150px !important; }

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

.p-5 {
  padding: 300px !important; }

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

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

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

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

.m-n1 {
  margin: -25px !important; }

.mt-n1,
.my-n1 {
  margin-top: -25px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -25px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -25px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -25px !important; }

.m-n2 {
  margin: -50px !important; }

.mt-n2,
.my-n2 {
  margin-top: -50px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -50px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -50px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -50px !important; }

.m-n3 {
  margin: -100px !important; }

.mt-n3,
.my-n3 {
  margin-top: -100px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -100px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -100px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -100px !important; }

.m-n4 {
  margin: -150px !important; }

.mt-n4,
.my-n4 {
  margin-top: -150px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -150px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -150px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -150px !important; }

.m-n5 {
  margin: -300px !important; }

.mt-n5,
.my-n5 {
  margin-top: -300px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -300px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -300px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -300px !important; }

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

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

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

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

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

@media (min-width: 375px) {
  .m-xs-0 {
    margin: 0 !important; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important; }
  .m-xs-1 {
    margin: 25px !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 25px !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 25px !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 25px !important; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 25px !important; }
  .m-xs-2 {
    margin: 50px !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 50px !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 50px !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 50px !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 50px !important; }
  .m-xs-3 {
    margin: 100px !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 100px !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 100px !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 100px !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 100px !important; }
  .m-xs-4 {
    margin: 150px !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 150px !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 150px !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 150px !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 150px !important; }
  .m-xs-5 {
    margin: 300px !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 300px !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 300px !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 300px !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 300px !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important; }
  .p-xs-1 {
    padding: 25px !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 25px !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 25px !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 25px !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 25px !important; }
  .p-xs-2 {
    padding: 50px !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 50px !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 50px !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 50px !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 50px !important; }
  .p-xs-3 {
    padding: 100px !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 100px !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 100px !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 100px !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 100px !important; }
  .p-xs-4 {
    padding: 150px !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 150px !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 150px !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 150px !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 150px !important; }
  .p-xs-5 {
    padding: 300px !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 300px !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 300px !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 300px !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 300px !important; }
  .m-xs-n1 {
    margin: -25px !important; }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -25px !important; }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -25px !important; }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -25px !important; }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -25px !important; }
  .m-xs-n2 {
    margin: -50px !important; }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -50px !important; }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -50px !important; }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -50px !important; }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -50px !important; }
  .m-xs-n3 {
    margin: -100px !important; }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -100px !important; }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -100px !important; }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -100px !important; }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -100px !important; }
  .m-xs-n4 {
    margin: -150px !important; }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -150px !important; }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -150px !important; }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -150px !important; }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -150px !important; }
  .m-xs-n5 {
    margin: -300px !important; }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -300px !important; }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -300px !important; }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -300px !important; }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -300px !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important; } }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 25px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 25px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 25px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 25px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 25px !important; }
  .m-sm-2 {
    margin: 50px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 50px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 50px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 50px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 50px !important; }
  .m-sm-3 {
    margin: 100px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 100px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 100px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 100px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 100px !important; }
  .m-sm-4 {
    margin: 150px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 150px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 150px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 150px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 150px !important; }
  .m-sm-5 {
    margin: 300px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 300px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 300px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 300px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 300px !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: 25px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 25px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 25px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 25px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 25px !important; }
  .p-sm-2 {
    padding: 50px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 50px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 50px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 50px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 50px !important; }
  .p-sm-3 {
    padding: 100px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 100px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 100px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 100px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 100px !important; }
  .p-sm-4 {
    padding: 150px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 150px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 150px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 150px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 150px !important; }
  .p-sm-5 {
    padding: 300px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 300px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 300px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 300px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 300px !important; }
  .m-sm-n1 {
    margin: -25px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -25px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -25px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -25px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -25px !important; }
  .m-sm-n2 {
    margin: -50px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -50px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -50px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -50px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -50px !important; }
  .m-sm-n3 {
    margin: -100px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -100px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -100px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -100px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -100px !important; }
  .m-sm-n4 {
    margin: -150px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -150px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -150px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -150px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -150px !important; }
  .m-sm-n5 {
    margin: -300px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -300px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -300px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -300px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -300px !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: 25px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 25px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 25px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 25px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 25px !important; }
  .m-md-2 {
    margin: 50px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 50px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 50px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 50px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 50px !important; }
  .m-md-3 {
    margin: 100px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 100px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 100px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 100px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 100px !important; }
  .m-md-4 {
    margin: 150px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 150px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 150px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 150px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 150px !important; }
  .m-md-5 {
    margin: 300px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 300px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 300px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 300px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 300px !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: 25px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 25px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 25px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 25px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 25px !important; }
  .p-md-2 {
    padding: 50px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 50px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 50px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 50px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 50px !important; }
  .p-md-3 {
    padding: 100px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 100px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 100px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 100px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 100px !important; }
  .p-md-4 {
    padding: 150px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 150px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 150px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 150px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 150px !important; }
  .p-md-5 {
    padding: 300px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 300px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 300px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 300px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 300px !important; }
  .m-md-n1 {
    margin: -25px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -25px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -25px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -25px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -25px !important; }
  .m-md-n2 {
    margin: -50px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -50px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -50px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -50px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -50px !important; }
  .m-md-n3 {
    margin: -100px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -100px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -100px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -100px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -100px !important; }
  .m-md-n4 {
    margin: -150px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -150px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -150px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -150px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -150px !important; }
  .m-md-n5 {
    margin: -300px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -300px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -300px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -300px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -300px !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: 25px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 25px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 25px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 25px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 25px !important; }
  .m-lg-2 {
    margin: 50px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 50px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 50px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 50px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 50px !important; }
  .m-lg-3 {
    margin: 100px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 100px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 100px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 100px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 100px !important; }
  .m-lg-4 {
    margin: 150px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 150px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 150px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 150px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 150px !important; }
  .m-lg-5 {
    margin: 300px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 300px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 300px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 300px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 300px !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: 25px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 25px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 25px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 25px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 25px !important; }
  .p-lg-2 {
    padding: 50px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 50px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 50px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 50px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 50px !important; }
  .p-lg-3 {
    padding: 100px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 100px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 100px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 100px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 100px !important; }
  .p-lg-4 {
    padding: 150px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 150px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 150px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 150px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 150px !important; }
  .p-lg-5 {
    padding: 300px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 300px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 300px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 300px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 300px !important; }
  .m-lg-n1 {
    margin: -25px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -25px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -25px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -25px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -25px !important; }
  .m-lg-n2 {
    margin: -50px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -50px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -50px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -50px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -50px !important; }
  .m-lg-n3 {
    margin: -100px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -100px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -100px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -100px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -100px !important; }
  .m-lg-n4 {
    margin: -150px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -150px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -150px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -150px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -150px !important; }
  .m-lg-n5 {
    margin: -300px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -300px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -300px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -300px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -300px !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: 25px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 25px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 25px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 25px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 25px !important; }
  .m-xl-2 {
    margin: 50px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 50px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 50px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 50px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 50px !important; }
  .m-xl-3 {
    margin: 100px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 100px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 100px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 100px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 100px !important; }
  .m-xl-4 {
    margin: 150px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 150px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 150px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 150px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 150px !important; }
  .m-xl-5 {
    margin: 300px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 300px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 300px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 300px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 300px !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: 25px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 25px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 25px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 25px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 25px !important; }
  .p-xl-2 {
    padding: 50px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 50px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 50px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 50px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 50px !important; }
  .p-xl-3 {
    padding: 100px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 100px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 100px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 100px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 100px !important; }
  .p-xl-4 {
    padding: 150px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 150px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 150px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 150px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 150px !important; }
  .p-xl-5 {
    padding: 300px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 300px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 300px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 300px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 300px !important; }
  .m-xl-n1 {
    margin: -25px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -25px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -25px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -25px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -25px !important; }
  .m-xl-n2 {
    margin: -50px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -50px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -50px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -50px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -50px !important; }
  .m-xl-n3 {
    margin: -100px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -100px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -100px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -100px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -100px !important; }
  .m-xl-n4 {
    margin: -150px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -150px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -150px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -150px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -150px !important; }
  .m-xl-n5 {
    margin: -300px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -300px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -300px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -300px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -300px !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: 25px !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 25px !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 25px !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 25px !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 25px !important; }
  .m-xxl-2 {
    margin: 50px !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 50px !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 50px !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 50px !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 50px !important; }
  .m-xxl-3 {
    margin: 100px !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 100px !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 100px !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 100px !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 100px !important; }
  .m-xxl-4 {
    margin: 150px !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 150px !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 150px !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 150px !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 150px !important; }
  .m-xxl-5 {
    margin: 300px !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 300px !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 300px !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 300px !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 300px !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: 25px !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 25px !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 25px !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 25px !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 25px !important; }
  .p-xxl-2 {
    padding: 50px !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 50px !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 50px !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 50px !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 50px !important; }
  .p-xxl-3 {
    padding: 100px !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 100px !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 100px !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 100px !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 100px !important; }
  .p-xxl-4 {
    padding: 150px !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 150px !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 150px !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 150px !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 150px !important; }
  .p-xxl-5 {
    padding: 300px !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 300px !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 300px !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 300px !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 300px !important; }
  .m-xxl-n1 {
    margin: -25px !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -25px !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -25px !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -25px !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -25px !important; }
  .m-xxl-n2 {
    margin: -50px !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -50px !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -50px !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -50px !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -50px !important; }
  .m-xxl-n3 {
    margin: -100px !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -100px !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -100px !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -100px !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -100px !important; }
  .m-xxl-n4 {
    margin: -150px !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -150px !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -150px !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -150px !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -150px !important; }
  .m-xxl-n5 {
    margin: -300px !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -300px !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -300px !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -300px !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -300px !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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

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

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

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

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

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #9E005D !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #520030 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

a:focus {
  outline: none; }

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

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

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

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

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

.w-60px {
  width: 60px !important; }

.w-80px {
  width: 80px !important; }

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

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

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

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

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

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

.h-60px {
  height: 60px !important; }

.h-80px {
  height: 80px !important; }

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

@media (min-width: 375px) {
  .w-xs-25 {
    width: 25% !important; }
  .w-xs-50 {
    width: 50% !important; }
  .w-xs-75 {
    width: 75% !important; }
  .w-xs-100 {
    width: 100% !important; }
  .w-xs-auto {
    width: auto !important; }
  .w-xs-60px {
    width: 60px !important; }
  .w-xs-80px {
    width: 80px !important; }
  .w-xs-100px {
    width: 100px !important; }
  .h-xs-25 {
    height: 25% !important; }
  .h-xs-50 {
    height: 50% !important; }
  .h-xs-75 {
    height: 75% !important; }
  .h-xs-100 {
    height: 100% !important; }
  .h-xs-auto {
    height: auto !important; }
  .h-xs-60px {
    height: 60px !important; }
  .h-xs-80px {
    height: 80px !important; }
  .h-xs-100px {
    height: 100px !important; } }

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .w-sm-60px {
    width: 60px !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-100px {
    width: 100px !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !important; }
  .h-sm-60px {
    height: 60px !important; }
  .h-sm-80px {
    height: 80px !important; }
  .h-sm-100px {
    height: 100px !important; } }

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .w-md-60px {
    width: 60px !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-100px {
    width: 100px !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !important; }
  .h-md-60px {
    height: 60px !important; }
  .h-md-80px {
    height: 80px !important; }
  .h-md-100px {
    height: 100px !important; } }

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .w-lg-60px {
    width: 60px !important; }
  .w-lg-80px {
    width: 80px !important; }
  .w-lg-100px {
    width: 100px !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !important; }
  .h-lg-60px {
    height: 60px !important; }
  .h-lg-80px {
    height: 80px !important; }
  .h-lg-100px {
    height: 100px !important; } }

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .w-xl-60px {
    width: 60px !important; }
  .w-xl-80px {
    width: 80px !important; }
  .w-xl-100px {
    width: 100px !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !important; }
  .h-xl-60px {
    height: 60px !important; }
  .h-xl-80px {
    height: 80px !important; }
  .h-xl-100px {
    height: 100px !important; } }

@media (min-width: 1440px) {
  .w-xxl-25 {
    width: 25% !important; }
  .w-xxl-50 {
    width: 50% !important; }
  .w-xxl-75 {
    width: 75% !important; }
  .w-xxl-100 {
    width: 100% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .w-xxl-60px {
    width: 60px !important; }
  .w-xxl-80px {
    width: 80px !important; }
  .w-xxl-100px {
    width: 100px !important; }
  .h-xxl-25 {
    height: 25% !important; }
  .h-xxl-50 {
    height: 50% !important; }
  .h-xxl-75 {
    height: 75% !important; }
  .h-xxl-100 {
    height: 100% !important; }
  .h-xxl-auto {
    height: auto !important; }
  .h-xxl-60px {
    height: 60px !important; }
  .h-xxl-80px {
    height: 80px !important; }
  .h-xxl-100px {
    height: 100px !important; } }

html {
  font-size: 18px; }

main {
  position: relative; }
  main #content .container {
    text-align: center;
    line-height: 38px;
    position: relative; }

.wrapcontainer .wrapper {
  height: 100%;
  position: relative; }
  .wrapcontainer .wrapper:before {
    content: "";
    background: #1a1a1a;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#4d4d4d));
    background: -webkit-linear-gradient(top, #1a1a1a 0%, #4d4d4d 100%);
    background: linear-gradient(180deg, #1a1a1a 0%, #4d4d4d 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.wf-loading h1,
.wf-loading h2,
.wf-loading .footer-navigation,
.wf-loading .foot,
.wf-loading header .menu > span {
  visibility: hidden; }

.alert-bar {
  color: white;
  background: #9E005D;
  padding: 10px; }
  .alert-bar p:last-of-type {
    margin-bottom: 0; }
  .alert-bar a {
    color: white;
    text-decoration: underline; }

.button, .find-location .wpslsubmit, .find-location .wpsl-geo-button {
  background: transparent;
  padding: 12px 25px;
  color: #9E005D;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 120%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .button:before, .find-location .wpslsubmit:before, .find-location .wpsl-geo-button:before {
    content: "";
    background: transparent;
    border: 4px solid #9E005D;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    z-index: -1; }
  .button:hover, .find-location .wpslsubmit:hover, .find-location .wpsl-geo-button:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
    .button:hover:before, .find-location .wpslsubmit:hover:before, .find-location .wpsl-geo-button:hover:before {
      width: calc(100% + 10px);
      background: #9E005D;
      -webkit-transform: translateX(-5px);
          -ms-transform: translateX(-5px);
              transform: translateX(-5px); }
  .button.small-button, .find-location .wpslsubmit, .find-location .wpsl-geo-button {
    padding: 12px 25px; }
  .ie .button, .ie .find-location .wpslsubmit, .find-location .ie .wpslsubmit, .ie .find-location .wpsl-geo-button, .find-location .ie .wpsl-geo-button {
    background: #9E005D; }
    .ie .button:before, .ie .find-location .wpslsubmit:before, .find-location .ie .wpslsubmit:before, .ie .find-location .wpsl-geo-button:before, .find-location .ie .wpsl-geo-button:before, .ie .button:after, .ie .find-location .wpslsubmit:after, .find-location .ie .wpslsubmit:after, .ie .find-location .wpsl-geo-button:after, .find-location .ie .wpsl-geo-button:after {
      display: none; }
  .edge .button:before, .edge .find-location .wpslsubmit:before, .find-location .edge .wpslsubmit:before, .edge .find-location .wpsl-geo-button:before, .find-location .edge .wpsl-geo-button:before, .edge .button:after, .edge .find-location .wpslsubmit:after, .find-location .edge .wpslsubmit:after, .edge .find-location .wpsl-geo-button:after, .find-location .edge .wpsl-geo-button:after {
    height: 51%; }

.white-button, .find-location .wpslsubmit, .wpcf7 .wpcf7-submit {
  color: #9E005D;
  background: transparent;
  color: #fff; }
  .white-button:before, .find-location .wpslsubmit:before, .wpcf7 .wpcf7-submit:before {
    border: 4px solid #fff; }
  .white-button:hover, .find-location .wpslsubmit:hover, .wpcf7 .wpcf7-submit:hover {
    background: #fff;
    color: #9E005D; }
  .ie .white-button, .ie .find-location .wpslsubmit, .find-location .ie .wpslsubmit, .ie .wpcf7 .wpcf7-submit, .wpcf7 .ie .wpcf7-submit {
    background: #fff; }
    .ie .white-button:before, .ie .find-location .wpslsubmit:before, .find-location .ie .wpslsubmit:before, .ie .wpcf7 .wpcf7-submit:before, .wpcf7 .ie .wpcf7-submit:before, .ie .white-button:after, .ie .find-location .wpslsubmit:after, .find-location .ie .wpslsubmit:after, .ie .wpcf7 .wpcf7-submit:after, .wpcf7 .ie .wpcf7-submit:after {
      display: none; }

.button-break + .button, .find-location .button-break + .wpslsubmit, .find-location .button-break + .wpsl-geo-button {
  margin-top: 30px; }

.page-builder .pb-block {
  padding-bottom: 20px; }
  .page-builder .pb-block:first-child {
    padding-top: 0; }

.page-builder .standard-block > .row {
  background: white; }

.page-builder .standard-block .wpcf7 {
  color: #1a1a1a; }
  .page-builder .standard-block .wpcf7 input[type="text"],
  .page-builder .standard-block .wpcf7 input[type="email"],
  .page-builder .standard-block .wpcf7 textarea {
    border: 1px solid #1a1a1a;
    color: #1a1a1a; }
  .page-builder .standard-block .wpcf7 input[type="file"] {
    color: #1a1a1a; }

.page-builder .accordion-block {
  text-align: center;
  /* Style the buttons that are used to open and close the accordion panel */
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */ }
  .page-builder .accordion-block > .row {
    background: white; }
  .page-builder .accordion-block .accordion {
    background-color: #eee;
    color: #1a1a1a;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .page-builder .accordion-block .active, .page-builder .accordion-block .accordion:hover {
    background-color: #ccc; }
  .page-builder .accordion-block .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out; }
    .page-builder .accordion-block .panel p:last-child {
      margin-bottom: 0; }
  .page-builder .accordion-block .accordion {
    position: relative; }
  .page-builder .accordion-block .accordion:after {
    content: "";
    font-size: 13px;
    color: #9E005D;
    float: right;
    margin-left: 5px;
    width: 10px;
    top: 50%;
    right: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 10px;
    background-image: url("img/plus.svg");
    background-size: 10px 10px; }
  .page-builder .accordion-block .active:after {
    background-image: url("img/minus.svg"); }

.gallery:before {
  content: "";
  display: block; }

.gallery > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.cta .cta-image {
  padding: 0;
  background-position: left center; }
  .cta .cta-image > img {
    -o-object-fit: cover;
       object-fit: cover; }
  .cta .cta-image .cta-image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0; }
    .cta .cta-image .cta-image-overlay img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      height: 50%; }

.cta .cta-content {
  background: #9E005D;
  color: #fff;
  width: 100%; }
  .cta .cta-content h2 {
    margin-bottom: 18px; }
  .cta .cta-content .button, .cta .cta-content .find-location .wpslsubmit, .find-location .cta .cta-content .wpslsubmit, .cta .cta-content .find-location .wpsl-geo-button, .find-location .cta .cta-content .wpsl-geo-button {
    color: #fff; }
    .cta .cta-content .button:before, .cta .cta-content .find-location .wpslsubmit:before, .find-location .cta .cta-content .wpslsubmit:before, .cta .cta-content .find-location .wpsl-geo-button:before, .find-location .cta .cta-content .wpsl-geo-button:before {
      border-color: inherit; }
    .cta .cta-content .button:hover, .cta .cta-content .find-location .wpslsubmit:hover, .find-location .cta .cta-content .wpslsubmit:hover, .cta .cta-content .find-location .wpsl-geo-button:hover, .find-location .cta .cta-content .wpsl-geo-button:hover {
      color: inherit; }
      .cta .cta-content .button:hover:before, .cta .cta-content .find-location .wpslsubmit:hover:before, .find-location .cta .cta-content .wpslsubmit:hover:before, .cta .cta-content .find-location .wpsl-geo-button:hover:before, .find-location .cta .cta-content .wpsl-geo-button:hover:before {
        background: inherit; }

@media (min-width: 768px) {
  .cta:nth-child(even) .cta-content {
    -webkit-order: -1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

input,
textarea {
  text-align: center;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #fff;
    font-weight: 400; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #fff;
    font-weight: 400; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #fff;
    font-weight: 400; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #fff;
    font-weight: 400; }

.ie input {
  height: 40px; }

.object-container {
  background-size: cover;
  background-position: center center; }
  .object-container > img {
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0; }

.dark-theme {
  color: #fff; }
  .dark-theme main #content .container {
    background: #1a1a1a; }

.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(42, 42, 42, 0.9);
  display: none;
  z-index: 1; }
  .loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    max-width: 500px;
    width: 90%; }
  .loader.done {
    display: block; }

select {
  width: 100%;
  max-width: 440px;
  -moz-text-align-last: center;
       text-align-last: center;
  height: 58px;
  color: #9E005D; }
  select option,
  select option:checked,
  select option:focus {
    color: #1a1a1a; }

.preloader-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #1a1a1a; }

.preloader {
  position: fixed;
  top: 50%;
  width: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/* About page */
.page-id-10 .cta p {
  margin-bottom: 0; }

.page-id-10 .cta .cta-content {
  -webkit-order: -1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

@media (min-width: 768px) {
  .page-id-10 .cta:nth-child(odd) .cta-content {
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .page-id-10 .cta:nth-child(even) .cta-content {
    -webkit-order: -1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

form[name="feedback"] {
  position: relative; }

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #1a1a1a;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none; }

.overlay.loading,
.overlay.done {
  display: block; }

.overlay.done:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60%;
  height: 60%;
  background: url("img/thanks_contact.svg") no-repeat 50% 50%;
  background-size: auto auto;
  background-size: contain;
  margin: auto;
  right: 0px;
  bottom: 0px; }

.page-template-template-contact-us-v2 header .container {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
  .page-template-template-contact-us-v2 header .container:before, .page-template-template-contact-us-v2 header .container:after {
    display: none; }

h1, .h1,
h2, .h2, .find-location .wpsl-results undefined .location-results-title, .location-tooltips .location-tooltip-link h4,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", sans-serif; }

h1, .h1 {
  font-size: 30px;
  font-weight: 700; }

h2, .h2, .find-location .wpsl-results undefined .location-results-title, .location-tooltips .location-tooltip-link h4 {
  font-size: 30px;
  font-weight: 700; }

h3, .h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif; }

h4, .h4 {
  font-size: 30px;
  margin-bottom: 15px; }

h5, .h5 {
  font-size: 30px;
  margin-bottom: 15px; }

p {
  line-height: 26px;
  margin-bottom: 25px; }
  p:last-of-type {
    margin-bottom: 26px; }

header {
  position: relative;
  width: 100%;
  color: #fff;
  height: 97px;
  z-index: 1100; }
  header .container {
    padding: 35px 15px;
    height: 97px;
    background: white;
    position: relative; }
  header .logo img,
  header .logo svg {
    height: 20px;
    display: block; }
  header .menu {
    position: absolute;
    right: 30px; }
    header .menu > span {
      font-size: 18px;
      line-height: 100%;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      cursor: pointer;
      color: #9E005D;
      font-weight: bold;
      font-style: italic; }
    header .menu .burger {
      width: 30px;
      height: 22px;
      display: inline-block;
      position: relative; }
      header .menu .burger span {
        background: #9E005D;
        width: 100%;
        height: 4px;
        left: 0;
        position: absolute; }
        header .menu .burger span:nth-child(1) {
          top: 0; }
        header .menu .burger span:nth-child(2) {
          top: 9px; }
        header .menu .burger span:nth-child(3) {
          bottom: 0; }
  header .header-nav ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none; }
  header .header-nav a {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 18px; }
  header .header-nav .invis {
    visibility: hidden;
    opacity: 0; }
  header .header-left li + li {
    margin-left: 30px; }
  header .header-right {
    margin-left: auto;
    padding-right: 70px; }
    header .header-right li + li {
      margin-left: 30px; }

.order-online-wrapper {
  height: 0; }
  .order-online-wrapper > div {
    max-height: 49px; }

.order-online {
  background: #9E005D;
  color: white;
  display: inline-block;
  padding: 15px 30px;
  right: 0;
  z-index: 100;
  right: -1px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  max-height: 49px; }
  .order-online svg {
    width: 20px;
    margin-left: 15px; }
  .order-online:hover {
    color: white;
    text-decoration: none; }

/* Outer Nav */
.outer-nav {
  position: fixed;
  height: auto;
  font-size: 2em; }
  .outer-nav:after {
    content: ""; }
  .outer-nav.vertical {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .outer-nav.vertical a {
      display: block; }
  .outer-nav.right {
    right: 25%;
    width: 45%; }
  .outer-nav li {
    display: block; }
    .outer-nav li.current-menu-item a {
      color: #9E005D; }
  .outer-nav a {
    display: inline-block;
    text-align: right;
    white-space: nowrap;
    font-size: 18px;
    line-height: 80%;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 20px 0;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .outer-nav a:hover {
      color: #9E005D;
      text-decoration: none; }
  .outer-nav ul {
    padding: 0; }
  .outer-nav .menu-close {
    color: #9E005D !important;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .outer-nav .menu-close {
        font-size: 28px; } }

.outer-nav.right {
  opacity: 0;
  visibility: hidden; }

@media (min-width: 576px) {
  header .container {
    padding: 35px 35px;
    height: 97px; } }

@media (min-width: 768px) {
  header .menu > span {
    display: inline-block; }
  .outer-nav a {
    font-size: 30px; } }

@media (min-width: 992px) {
  header .logo {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    header .logo img,
    header .logo svg {
      height: 20px; } }

@media (min-width: 1200px) {
  .outer-nav a {
    font-size: 30px; } }

@media (min-width: 1024px) and (max-height: 850px) {
  .outer-nav a {
    font-size: 30px; } }

footer {
  color: #fff;
  position: relative; }
  footer ul {
    padding: 0;
    list-style: none; }
  footer .footer-upper {
    background: #9E005D;
    padding: 40px 0; }
  footer .footer-lower {
    background: #1a1a1a;
    padding: 15px 0; }
  footer .footer-logo {
    position: relative; }
    footer .footer-logo img {
      height: 145px; }
      @media (min-width: 992px) {
        footer .footer-logo img {
          height: 225px; } }
    footer .footer-logo .happy-inner {
      position: absolute;
      top: 0;
      left: 0; }
    footer .footer-logo .happy-outer {
      -webkit-animation: spin 20s linear infinite;
              animation: spin 20s linear infinite; }
  footer .footer-navigation {
    width: 100%; }
    footer .footer-navigation ul li {
      padding: 0; }
    footer .footer-navigation ul a {
      font-size: 20px;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      footer .footer-navigation ul a:hover {
        color: #1a1a1a;
        text-decoration: none; }
  footer #menu-footer {
    margin-bottom: 0; }
  footer .social-icons {
    padding: 0; }
    footer .social-icons li {
      padding: 0 10px; }
    footer .social-icons a:hover i {
      color: #9E005D; }
    footer .social-icons i {
      color: #fff;
      font-size: 25px; }
  footer .foot {
    text-transform: uppercase;
    text-align: center; }
    footer .foot span {
      font-size: 11px;
      line-height: 100%;
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      margin: 0 10px; }
      footer .foot span a {
        font-weight: normal;
        color: white; }
    footer .foot .copyright {
      width: 100%;
      margin-bottom: 5px; }
    footer .foot .credit {
      margin-bottom: 5px;
      position: relative; }

@media (min-width: 768px) {
  footer .foot .copyright {
    width: auto; }
  footer .foot .legal {
    position: relative; } }

@media (min-width: 992px) {
  footer .footer-img {
    margin-top: 30px;
    height: 384px;
    background-image: url(img/dog.png);
    background-position: center bottom;
    background-size: 500px 384px;
    background-repeat: no-repeat; } }

@media (min-width: 1200px) {
  footer .footer-navigation {
    width: 100%; }
    footer .footer-navigation ul li + li {
      position: relative; }
      footer .footer-navigation ul li + li:before {
        content: "";
        background: #9E005D;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: relative;
        left: 0;
        margin-right: 20px;
        display: inline-block;
        top: -7px;
        margin-left: 20px; } }

.click-collect-link {
  position: relative;
  -webkit-order: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .click-collect-link .candc-inner {
    position: absolute;
    top: 0;
    left: 0; }
  .click-collect-link .candc-outer {
    -webkit-animation: spin 20s linear infinite;
            animation: spin 20s linear infinite; }

.hero-slider-wrap {
  width: 100%;
  line-height: 100%;
  position: relative; }
  .hero-slider-wrap .slick-slide > div {
    height: 100%; }

#hero-text-slider {
  background: #1a1a1a; }

.slider-row {
  background: #1a1a1a;
  padding-bottom: 0px; }

.hero-slider {
  width: 100%;
  position: relative; }
  .hero-slider .hero-slide-text h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 90%;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      .hero-slider .hero-slide-text h2 {
        font-size: 60px; } }
    @media (min-width: 1200px) {
      .hero-slider .hero-slide-text h2 {
        font-size: 70px; } }
    @media (min-width: 1440px) {
      .hero-slider .hero-slide-text h2 {
        font-size: 80px; } }
  .hero-slider .hero-slide-text p {
    color: #fff; }
    .hero-slider .hero-slide-text p:last-child {
      margin-bottom: 0; }
  .hero-slider .slick-track {
    height: 100%; }
  .hero-slider .slick-list {
    overflow: hidden;
    height: 100%; }
  .hero-slider .slick-slide {
    display: inline-block;
    width: 100%;
    height: 100%;
    outline: none;
    vertical-align: top; }
  .hero-slider .slick-arrow:before {
    display: none; }
  .hero-slider .slick-prev {
    background: url("img/arrow-left.svg") no-repeat;
    height: 40px;
    width: 24px;
    left: -45px;
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease; }
    .hero-slider .slick-prev:hover {
      left: -50px;
      padding-right: 5px; }
  .hero-slider .slick-next {
    background: url("img/arrow-right.svg") no-repeat;
    height: 40px;
    width: 24px;
    right: -45px;
    -webkit-transition: right 0.2s ease;
    transition: right 0.2s ease; }
    .hero-slider .slick-next:hover {
      right: -50px;
      padding-left: 5px; }
  .hero-slider .slide-text-right .hero-slide-text-wrap {
    -webkit-align-items: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
    @media (min-width: 992px) {
      .hero-slider .slide-text-right .hero-slide-text-wrap {
        -webkit-align-items: flex-end !important;
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important; } }
  .hero-slider .slide-text-right .hero-slide-text-inner {
    padding-right: 100px; }
  .hero-slider .slide-text-left .hero-slide-text-wrap {
    -webkit-align-items: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
    @media (min-width: 992px) {
      .hero-slider .slide-text-left .hero-slide-text-wrap {
        -webkit-align-items: flex-start !important;
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important; } }
  .hero-slider .slide-text-left .hero-slide-text-inner {
    padding-left: 100px; }
  .hero-slider .hero-slide-text-inner {
    padding: 50px 25px !important;
    max-width: 100%; }
    @media (min-width: 992px) {
      .hero-slider .hero-slide-text-inner {
        padding: 50px !important; } }

.hide-text-on-desktop {
  visibility: visible; }
  @media (min-width: 992px) {
    .hide-text-on-desktop {
      visibility: hidden; } }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: none;
  transform: none; }

.video-cta .cta-content {
  background: #9E005D;
  color: #fff;
  -webkit-order: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .video-cta .cta-content .button, .video-cta .cta-content .find-location .wpslsubmit, .find-location .video-cta .cta-content .wpslsubmit, .video-cta .cta-content .find-location .wpsl-geo-button, .find-location .video-cta .cta-content .wpsl-geo-button {
    color: #9E005D; }

.video-cta .cta-image:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("img/play-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

#instagram {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  #instagram .instagram__post {
    position: relative;
    margin-bottom: 20px;
    width: calc(25% - 15px);
    margin-left: 20px; }
    #instagram .instagram__post:first-child {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch; }
      #instagram .instagram__post:first-child a {
        background: #9E005D; }
        #instagram .instagram__post:first-child a:hover {
          color: #fff; }
      #instagram .instagram__post:first-child .instagram__caption {
        display: block;
        color: white; }
        #instagram .instagram__post:first-child .instagram__caption h4 {
          font-size: 2.3vw; }
        #instagram .instagram__post:first-child .instagram__caption svg {
          margin-bottom: 0px; }
          #instagram .instagram__post:first-child .instagram__caption svg .b {
            fill: white; }
        #instagram .instagram__post:first-child .instagram__caption .button, #instagram .instagram__post:first-child .instagram__caption .find-location .wpslsubmit, .find-location #instagram .instagram__post:first-child .instagram__caption .wpslsubmit, #instagram .instagram__post:first-child .instagram__caption .find-location .wpsl-geo-button, .find-location #instagram .instagram__post:first-child .instagram__caption .wpsl-geo-button {
          margin-bottom: 20px;
          padding: 5px; }
        #instagram .instagram__post:first-child .instagram__caption h3 {
          text-transform: none;
          line-height: 100%;
          font-size: 23px; }
      #instagram .instagram__post:first-child .instagram__link {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #instagram .instagram__post:first-child .instagram__link:before {
          display: none; }
    @media (max-width: 1199.98px) {
      #instagram .instagram__post {
        width: calc(50% - 10px); }
        #instagram .instagram__post:nth-child(n+5) {
          display: none; }
        #instagram .instagram__post:nth-child(2n+1) {
          margin-left: 0px; }
        #instagram .instagram__post:first-child .instagram__caption h4 {
          font-size: 3vw; } }
    #instagram .instagram__post:nth-child(4n+1) {
      margin-left: 0px; }
    #instagram .instagram__post img {
      width: 100%; }
    #instagram .instagram__post .instagram__link {
      display: block;
      position: relative; }
      #instagram .instagram__post .instagram__link:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        background: #1a1a1a;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
      #instagram .instagram__post .instagram__link:hover:before {
        opacity: .2; }
  #instagram .instagram__caption {
    display: none; }
  #instagram .instagram__icon {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: white; }
  #instagram .home-social__wrap {
    position: relative; }

@media (min-width: 992px) {
  .hero-slider {
    height: 100%; }
  #hero-text-slider {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent; }
  .hero-slider .hero-slide-text-inner {
    padding: 60px;
    max-width: 50%; }
  #instagram .instagram__post:first-child .instagram__caption svg {
    margin-bottom: 20px; }
  #instagram .instagram__post:first-child .instagram__caption .button, #instagram .instagram__post:first-child .instagram__caption .find-location .wpslsubmit, .find-location #instagram .instagram__post:first-child .instagram__caption .wpslsubmit, #instagram .instagram__post:first-child .instagram__caption .find-location .wpsl-geo-button, .find-location #instagram .instagram__post:first-child .instagram__caption .wpsl-geo-button {
    padding: 12px 25px; }
  .click-collect-link {
    z-index: 1;
    display: block;
    width: 145px;
    height: 145px;
    position: absolute;
    top: 10px;
    right: 15px; }
  .slider-row {
    padding-top: 0px;
    padding-bottom: 0px; }
  .video-cta .cta-content {
    -webkit-order: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media (min-width: 1200px) {
  .hero-slider .hero-slide-text-inner {
    padding: 100px !important; }
  .click-collect-link {
    top: 50px;
    right: 50px; } }

.location-top img {
  -o-object-fit: cover;
     object-fit: cover; }

.location-top .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0; }
  .location-top .image-overlay .image-overlay-inner {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .location-top .image-overlay .image-overlay-inner img {
      width: 300px;
      max-width: 100%; }

.location-top .featured-image > img {
  height: 500px; }

.location-top h1 {
  margin-top: 25px;
  margin-bottom: 0;
  color: #fff; }
  .location-top h1:before, .location-top h1:after {
    display: none; }

.location-top .map {
  overflow: hidden; }
  .location-top .map .acf-map {
    width: 100%;
    height: 500px; }
    .location-top .map .acf-map img {
      max-width: inherit !important; }

.location-info ul {
  list-style: none;
  padding: 0; }

.location-info i {
  color: #9E005D;
  font-size: 15px; }

.location-gallery {
  width: calc(100% + 30px);
  overflow: hidden;
  display: block;
  position: relative; }
  .location-gallery img {
    display: inline-block;
    height: 100%;
    outline: none; }
  .location-gallery .slick-prev,
  .location-gallery .slick-next {
    width: 20px;
    height: 40px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center; }
    .location-gallery .slick-prev:before,
    .location-gallery .slick-next:before {
      display: none; }
  .location-gallery .slick-prev {
    left: 20px;
    background-image: url("img/white-left.svg"); }
  .location-gallery .slick-next {
    right: 20px;
    background-image: url("img/white-right.svg"); }

#hero-text-slider {
  display: none; }

#hero-image-slider {
  overflow: hidden; }

/* Location Archive */
.post-type-archive-location #content > .container {
  color: #fff; }
  .post-type-archive-location #content > .container > h1,
  .post-type-archive-location #content > .container > p {
    color: #fff; }

.post-type-archive-location .locations-header {
  width: 100%;
  height: 100%; }

.locations {
  margin-top: 20px; }

.location {
  width: 100%;
  color: #9E005D; }
  .location .image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0; }
    .location .image-overlay .image-overlay-inner {
      position: absolute;
      width: 80%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .location .image-overlay .image-overlay-inner .overlay-icon {
        max-width: 200px; }
  .location h3 {
    font-size: 60px;
    color: #fff;
    margin-top: 10px;
    line-height: 100%; }
  .location .featured-image {
    height: 310px;
    position: relative;
    background-size: cover;
    background-position: left top; }
    .location .featured-image > img {
      opacity: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: left;
         object-position: left;
      height: 310px; }
  .ie .location .featured-image {
    height: 300px; }
    .ie .location .featured-image > img {
      height: 300px; }
  .location h4 {
    margin-bottom: 25px;
    color: #9E005D;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal; }
  .location .location-info {
    font-family: "Montserrat", sans-serif;
    background: #fff;
    color: #9E005D;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    max-height: 450px; }
    .location .location-info li {
      line-height: 100%; }
      .location .location-info li + li {
        margin-top: 10px; }
    .location .location-info ul {
      margin-bottom: 25px; }
    .location .location-info p:last-child {
      margin-bottom: 0; }

.order-buttons {
  margin-top: auto; }
  .order-buttons a {
    margin: 5px 10px; }

.find-location {
  background: #1a1a1a; }
  .find-location img {
    width: 100%; }
  .find-location .location-search h2 {
    color: #fff;
    margin-bottom: 20px; }
  .find-location .location-search > div {
    width: 440px;
    max-width: 100%;
    margin: 0 auto; }
  .find-location .simple-locator-widget .wpsl-map {
    display: none !important; }
  .find-location .simple-locator-widget .wpsl-results-header {
    display: none !important; }
  .find-location .simple-locator-form {
    width: 390px;
    max-width: 100%;
    margin: 0 auto; }
    .find-location .simple-locator-form form {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .find-location .simple-locator-form:after {
      content: "";
      margin: 30px auto 0; }
  .find-location .geo_button_cont {
    padding-top: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .find-location .geo_button_cont:before {
      content: "OR";
      position: relative;
      line-height: 100%;
      margin-bottom: 20px;
      color: #fff; }
  .find-location label[for="zip"] {
    display: none; }
  .find-location .wpslsubmit {
    border: none;
    cursor: pointer;
    outline: none; }
  .find-location .wpsl-geo-button {
    border: none;
    cursor: pointer;
    outline: none; }
  .find-location .distance.form-field {
    display: none !important; }
  .find-location .wpsl-results {
    position: absolute;
    width: 440px;
    background: #9E005D;
    min-height: 440px;
    top: 0;
    z-index: 1; }
    .find-location .wpsl-results undefined {
      text-align: left;
      padding: 40px 50px;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 440px; }
      .find-location .wpsl-results undefined br {
        display: none; }
      .find-location .wpsl-results undefined > p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0;
        min-height: 440px; }
      .find-location .wpsl-results undefined .location-results-title {
        color: #fff;
        margin-bottom: 10px; }
        .find-location .wpsl-results undefined .location-results-title:hover {
          text-decoration: none; }
      .find-location .wpsl-results undefined em {
        font-weight: normal;
        font-size: 28px;
        font-style: normal;
        color: #fff; }
        .find-location .wpsl-results undefined em a {
          color: #fff; }
      .find-location .wpsl-results undefined .button, .find-location .wpsl-results undefined .wpslsubmit, .find-location .wpsl-results undefined .wpsl-geo-button {
        margin-top: auto;
        margin-left: 20px; }
    .find-location .wpsl-results.loading {
      background: url("img/loader.gif") center center #9E005D no-repeat; }

.location-tooltips {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .location-tooltips .location-tooltip {
    position: absolute;
    padding: 5px; }
  .location-tooltips .location-tooltip-dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #9E005D;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite; }
  .location-tooltips .location-tooltip-link {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(calc(-50% + 5px), -100%);
    -ms-transform: translate(calc(-50% + 5px), -100%);
        transform: translate(calc(-50% + 5px), -100%);
    z-index: 1; }
    .location-tooltips .location-tooltip-link img {
      width: 150px;
      margin-bottom: 15px; }
    .location-tooltips .location-tooltip-link h4 {
      margin-bottom: 10px;
      color: #fff; }
    .location-tooltips .location-tooltip-link:hover {
      text-decoration: none; }
  .ie .location-tooltips .location-tooltip-link {
    -webkit-transform: translate(-45%, -100%);
    -ms-transform: translate(-45%, -100%);
        transform: translate(-45%, -100%); }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(193, 39, 45, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(193, 39, 45, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(193, 39, 45, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(193, 39, 45, 0.6);
            box-shadow: 0 0 0 0 rgba(193, 39, 45, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(193, 39, 45, 0);
            box-shadow: 0 0 0 10px rgba(193, 39, 45, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(193, 39, 45, 0);
            box-shadow: 0 0 0 0 rgba(193, 39, 45, 0); } }

.single-location #content > .container {
  background: white; }

.single-location .location-top .featured-image > img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain; }

@media (min-width: 768px) {
  .location {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    margin-left: 20px; }
    .location .featured-image {
      height: 100%; }
    .location:nth-child(2n+1) {
      margin-left: 0; } }

@media (min-width: 992px) {
  .find-location .location-tooltip-bath {
    right: 200px;
    top: 550px; }
  .find-location .location-tooltip-brighton {
    right: 108px;
    top: 601px; }
  .find-location .location-tooltip-dunfermline {
    right: 176px;
    top: 213px; }
  .find-location .location-tooltip-glasgow {
    right: 220px;
    top: 219px; }
  .find-location .location-tooltip-milton-keynes {
    right: 131px;
    top: 509px; }
  .find-location .location-tooltip-newcastle {
    right: 117px;
    top: 319px; }
  .find-location .location-tooltip-wednesbury {
    right: 180px;
    top: 467px; }
  .find-location .location-tooltip-leeds {
    top: 380px;
    left: 268px; }
  .location {
    width: 49%;
    margin-bottom: 20px; }
    .location:nth-child(even) {
      margin-left: 2%; }
    .location .featured-image {
      height: 310px; } }

@media (min-width: 1200px) {
  .find-location .location-tooltip-bath {
    right: 263px;
    top: 730px; }
  .find-location .location-tooltip-brighton {
    right: 138px;
    top: 797px; }
  .find-location .location-tooltip-dunfermline {
    right: 229px;
    top: 287px; }
  .find-location .location-tooltip-glasgow {
    right: 290px;
    top: 292px; }
  .find-location .location-tooltip-milton-keynes {
    right: 174px;
    top: 673px; }
  .find-location .location-tooltip-newcastle {
    right: 153px;
    top: 424px; }
  .find-location .location-tooltip-wednesbury {
    right: 240px;
    top: 617px; }
  .find-location .location-tooltip-leeds {
    top: 510px;
    left: 350px; }
  .location {
    width: 32%; }
    .location + .location {
      margin-left: 2%; } }

@media (min-width: 1440px) {
  .find-location .location-tooltip-bath {
    right: 320px;
    top: 894px; }
  .find-location .location-tooltip-brighton {
    right: 170px;
    top: 987px; }
  .find-location .location-tooltip-dunfermline {
    right: 284px;
    top: 355px; }
  .find-location .location-tooltip-glasgow {
    right: 356px;
    top: 366px; }
  .find-location .location-tooltip-milton-keynes {
    right: 210px;
    top: 829px; }
  .find-location .location-tooltip-newcastle {
    right: 187px;
    top: 526px; }
  .find-location .location-tooltip-wednesbury {
    right: 294px;
    top: 767px; }
  .find-location .location-tooltip-leeds {
    top: 630px;
    left: 420px; } }

#signup .input-group {
  width: 440px;
  max-width: 100%;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px; }
  #signup .input-group input {
    width: 100%;
    outline: none;
    height: 58px; }
  #signup .input-group button {
    border: none;
    cursor: pointer;
    outline: none;
    margin-top: 20px;
    margin-bottom: 20px; }

.tandc {
  font-size: 16px;
  line-height: 140%; }

/* About page */
.page-id-106 .cta p {
  margin-bottom: 0; }

.page-id-106 .cta .cta-content {
  background: white;
  color: #1a1a1a;
  -webkit-order: -1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding-top: 100px !important;
  padding-bottom: 100px !important; }
  .page-id-106 .cta .cta-content .white-above:before {
    background: #9E005D; }
  .page-id-106 .cta .cta-content .white-below:after {
    background: #9E005D; }

@media (min-width: 768px) {
  .page-id-106 .cta:nth-child(even) .cta-content {
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .page-id-106 .cta:nth-child(odd) .cta-content {
    -webkit-order: -1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.page-template-page-menu .menu-top-header {
  background-image: url("img/menu-hero-2.jpg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover;
  color: #fff; }

.page-template-page-menu .menu-cta .menu-cta-main {
  background: #9E005D;
  color: #fff; }
  .page-template-page-menu .menu-cta .menu-cta-main h2 {
    margin-bottom: 20px; }

.page-template-page-menu .menu-cta .menu-cta-alt {
  background: #9E005D;
  color: #fff; }
  .page-template-page-menu .menu-cta .menu-cta-alt img {
    margin-bottom: 40px; }
  .page-template-page-menu .menu-cta .menu-cta-alt span {
    font-size: 26px; }
  .page-template-page-menu .menu-cta .menu-cta-alt .button, .page-template-page-menu .menu-cta .menu-cta-alt .find-location .wpslsubmit, .find-location .page-template-page-menu .menu-cta .menu-cta-alt .wpslsubmit, .page-template-page-menu .menu-cta .menu-cta-alt .find-location .wpsl-geo-button, .find-location .page-template-page-menu .menu-cta .menu-cta-alt .wpsl-geo-button {
    color: #9E005D; }

.page-template-page-menu #content .page-builder .standard-block a {
  display: inline-block !important;
  color: #1a1a1a; }
  .page-template-page-menu #content .page-builder .standard-block a + a:before {
    content: "";
    background: #9E005D;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: relative;
    left: 0;
    margin-right: 10px;
    display: inline-block;
    top: -1px;
    margin-left: 10px; }

.page-template-page-menu .alternative-menu {
  background-image: url("img/alternative-background-for-menu.jpg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover;
  color: #fff; }
  .page-template-page-menu .alternative-menu h2 {
    margin-bottom: 20px; }
  .page-template-page-menu .alternative-menu .button, .page-template-page-menu .alternative-menu .find-location .wpslsubmit, .find-location .page-template-page-menu .alternative-menu .wpslsubmit, .page-template-page-menu .alternative-menu .find-location .wpsl-geo-button, .find-location .page-template-page-menu .alternative-menu .wpsl-geo-button {
    color: #9E005D; }

.allergen-info a {
  color: white; }

.menu-category {
  padding-top: 60px;
  margin-bottom: 20px;
  background: white;
  text-align: left; }
  .menu-category h3 {
    color: #9E005D;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center; }

.chilli {
  width: 17px;
  height: 17px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px; }
  @media (min-width: 992px) {
    .chilli {
      margin-left: 10px;
      margin-right: 0px;
      margin-top: 0px; } }
  .chilli path {
    fill: #e23434; }

.veg {
  width: 17px;
  height: 17px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px; }
  @media (min-width: 992px) {
    .veg {
      margin-left: 10px;
      margin-right: 0px;
      margin-top: 0px; } }

.menu-items {
  margin: 32px 0; }
  .menu-items .menu-item {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px; }
    .menu-items .menu-item h4 {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      margin-top: 15px;
      margin-bottom: 15px;
      font-weight: 700;
      line-height: 100%; }
      .menu-items .menu-item h4.vegetarian:after {
        content: "";
        background: url("img/vegetarian.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        position: relative;
        margin-left: 10px; }
    .menu-items .menu-item p {
      margin-bottom: 0;
      font-size: 10px;
      line-height: 125%; }
      @media (min-width: 768px) {
        .menu-items .menu-item p {
          font-size: 16px; } }
    .menu-items .menu-item .price {
      margin-top: 3px;
      font-weight: 700; }
    .menu-items .menu-item .sub-cat {
      margin-bottom: 10px;
      color: #1a1a1a; }
    .menu-items .menu-item:nth-child(2) .sub-cat, .menu-items .menu-item:nth-child(5) .sub-cat {
      display: none; }
    .menu-items .menu-item > span {
      font-size: 12px;
      line-height: 125%;
      margin-top: 0px;
      position: relative;
      display: block; }
  @media (min-width: 992px) {
    .menu-items.two-columns {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
    .menu-items.three-columns {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; }
    .menu-items.four-columns {
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4; } }

.fries .menu-items {
  margin-top: 0; }

.cyo {
  padding-top: 35px; }
  .cyo .cyo-section {
    text-align: left; }
    .cyo .cyo-section + .cyo-section {
      margin-top: 75px; }
    .cyo .cyo-section ul {
      padding: 0;
      list-style: none; }
      .cyo .cyo-section ul li {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        line-height: 140%;
        width: 50%;
        padding: 0 5px 5px; }
        @media (min-width: 992px) {
          .cyo .cyo-section ul li {
            width: 25%; } }
    .cyo .cyo-section:first-of-type ul li {
      text-align: center;
      padding: 20px 15px;
      border-right: 1px solid #1a1a1a;
      -webkit-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cyo .cyo-section:first-of-type ul li img {
        height: 50px; }
      .cyo .cyo-section:first-of-type ul li:first-child {
        border-left: 1px solid #1a1a1a; }
      .cyo .cyo-section:first-of-type ul li:nth-child(3) {
        border-top: 1px solid #1a1a1a;
        border-left: 1px solid #1a1a1a; }
        @media (min-width: 992px) {
          .cyo .cyo-section:first-of-type ul li:nth-child(3) {
            border-top: none;
            border-left: none; } }
      .cyo .cyo-section:first-of-type ul li:nth-child(4) {
        border-top: 1px solid #1a1a1a; }
        @media (min-width: 992px) {
          .cyo .cyo-section:first-of-type ul li:nth-child(4) {
            border-top: none; } }
    .cyo .cyo-section h3 {
      text-transform: uppercase;
      margin-bottom: 10px; }
      .cyo .cyo-section h3 span {
        color: #9E005D; }

.menu-header h2 {
  color: #9E005D;
  margin-bottom: 30px; }

.menu-header hr {
  border-top: solid 10px #1a1a1a;
  margin: 30px 0 25px; }

.no-header .menu-category {
  border: none; }
  .no-header .menu-category h3 {
    display: none; }

.salad-addon {
  text-align: left;
  margin-top: -30px; }
  .salad-addon h5 {
    font-size: 18px;
    color: #9E005D;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
  .salad-addon ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.wpcf7 input {
  height: 58px; }

.wpcf7 textarea {
  border: 2px solid #fff;
  height: 230px; }

.wpcf7 input,
.wpcf7 textarea {
  width: 440px;
  outline: none;
  max-width: 100%; }

.wpcf7 .wpcf7-submit {
  border: none;
  color: white;
  border: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px; }
  .wpcf7 .wpcf7-submit:hover:before {
    background: #fff; }

.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block; }

.wpcf7 h3 {
  margin-top: 80px;
  margin-bottom: 30px; }

.wpcf7 select {
  width: 100%;
  max-width: 440px;
  -moz-text-align-last: center;
       text-align-last: center;
  height: 58px;
  color: #9E005D; }
  .wpcf7 select option,
  .wpcf7 select option:checked,
  .wpcf7 select option:focus {
    color: #1a1a1a; }

.wpcf7 button {
  outline: none; }

.wpcf7 .ajax-loader {
  display: none !important; }

.wpcf7 input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none; }

#wpcf7-f297-p14-o1 {
  margin-top: 50px; }

label {
  max-width: 100%; }

.ie .location .featured-image,
.ie .location .featured-image > img {
  max-height: 300px; }

.ie .location .location-info {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 0 auto !important;
      -ms-flex: 1 0 auto !important;
          flex: 1 0 auto !important;
  max-height: 450px; }

.ie .location .location-info .button, .ie .location .location-info .find-location .wpslsubmit, .find-location .ie .location .location-info .wpslsubmit, .ie .location .location-info .find-location .wpsl-geo-button, .find-location .ie .location .location-info .wpsl-geo-button {
  color: #9e005d; }

.ie .location .location-info .button:hover, .ie .location .location-info .find-location .wpslsubmit:hover, .find-location .ie .location .location-info .wpslsubmit:hover, .ie .location .location-info .find-location .wpsl-geo-button:hover, .find-location .ie .location .location-info .wpsl-geo-button:hover {
  color: #fff; }

.ie .button, .ie .find-location .wpslsubmit, .find-location .ie .wpslsubmit, .ie .find-location .wpsl-geo-button, .find-location .ie .wpsl-geo-button {
  color: #fff;
  background: transparent; }

.ie .button:before, .ie .find-location .wpslsubmit:before, .find-location .ie .wpslsubmit:before, .ie .find-location .wpsl-geo-button:before, .find-location .ie .wpsl-geo-button:before {
  display: block; }

.ie .button:hover:before, .ie .find-location .wpslsubmit:hover:before, .find-location .ie .wpslsubmit:hover:before, .ie .find-location .wpsl-geo-button:hover:before, .find-location .ie .wpsl-geo-button:hover:before {
  width: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.ie .button.wpcf7-submit, .ie .find-location .wpcf7-submit.wpslsubmit, .find-location .ie .wpcf7-submit.wpslsubmit, .ie .find-location .wpcf7-submit.wpsl-geo-button, .find-location .ie .wpcf7-submit.wpsl-geo-button {
  background: none !important; }

.ie .cta-content * {
  max-width: 100%; }

.ie .col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.ie .instagram__caption svg {
  height: 80px;
  width: 70%; }

.ie header .menu {
  top: 37px; }

.ie .order-online {
  position: relative !important; }
  .ie .order-online svg {
    height: 16px; }

/*# sourceMappingURL=style.css.map */
