/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #004cff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #FF2525;
  --orange: #e76714;
  --yellow: #ffc107;
  --green: #46DF4F;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #EB5D00;
  --secondary: #A6A6A6;
  --success: #46DF4F;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f61a24;
  --light: #f8f9fa;
  --dark: #191919;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .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: #EB5D00;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #9f3f00;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

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

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

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

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

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

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

.row {
  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-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .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-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .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-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .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-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl,
.col-xl-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-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  -webkit-flex: 0 0 54.16667%;
      -ms-flex: 0 0 54.16667%;
          flex: 0 0 54.16667%;
  max-width: 54.16667%; }

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

.col-15 {
  -webkit-flex: 0 0 62.5%;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  max-width: 62.5%; }

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

.col-17 {
  -webkit-flex: 0 0 70.83333%;
      -ms-flex: 0 0 70.83333%;
          flex: 0 0 70.83333%;
  max-width: 70.83333%; }

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

.col-19 {
  -webkit-flex: 0 0 79.16667%;
      -ms-flex: 0 0 79.16667%;
          flex: 0 0 79.16667%;
  max-width: 79.16667%; }

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

.col-21 {
  -webkit-flex: 0 0 87.5%;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  max-width: 87.5%; }

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

.col-23 {
  -webkit-flex: 0 0 95.83333%;
      -ms-flex: 0 0 95.83333%;
          flex: 0 0 95.83333%;
  max-width: 95.83333%; }

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

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

.order-last {
  -webkit-order: 25;
      -ms-flex-order: 25;
          order: 25; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-14 {
  -webkit-order: 14;
      -ms-flex-order: 14;
          order: 14; }

.order-15 {
  -webkit-order: 15;
      -ms-flex-order: 15;
          order: 15; }

.order-16 {
  -webkit-order: 16;
      -ms-flex-order: 16;
          order: 16; }

.order-17 {
  -webkit-order: 17;
      -ms-flex-order: 17;
          order: 17; }

.order-18 {
  -webkit-order: 18;
      -ms-flex-order: 18;
          order: 18; }

.order-19 {
  -webkit-order: 19;
      -ms-flex-order: 19;
          order: 19; }

.order-20 {
  -webkit-order: 20;
      -ms-flex-order: 20;
          order: 20; }

.order-21 {
  -webkit-order: 21;
      -ms-flex-order: 21;
          order: 21; }

.order-22 {
  -webkit-order: 22;
      -ms-flex-order: 22;
          order: 22; }

.order-23 {
  -webkit-order: 23;
      -ms-flex-order: 23;
          order: 23; }

.order-24 {
  -webkit-order: 24;
      -ms-flex-order: 24;
          order: 24; }

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.16667%; }

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

.offset-15 {
  margin-left: 62.5%; }

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

.offset-17 {
  margin-left: 70.83333%; }

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

.offset-19 {
  margin-left: 79.16667%; }

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

.offset-21 {
  margin-left: 87.5%; }

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

.offset-23 {
  margin-left: 95.83333%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-sm-2 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-3 {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-4 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-5 {
    -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-sm-6 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-7 {
    -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-sm-8 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-9 {
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-sm-10 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-11 {
    -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-sm-12 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-13 {
    -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-sm-14 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-15 {
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-sm-16 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-17 {
    -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-sm-18 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-19 {
    -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-sm-20 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-21 {
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-sm-22 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-23 {
    -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-sm-24 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-order: 25;
        -ms-flex-order: 25;
            order: 25; }
  .order-sm-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .order-sm-13 {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-14 {
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14; }
  .order-sm-15 {
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15; }
  .order-sm-16 {
    -webkit-order: 16;
        -ms-flex-order: 16;
            order: 16; }
  .order-sm-17 {
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17; }
  .order-sm-18 {
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18; }
  .order-sm-19 {
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19; }
  .order-sm-20 {
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20; }
  .order-sm-21 {
    -webkit-order: 21;
        -ms-flex-order: 21;
            order: 21; }
  .order-sm-22 {
    -webkit-order: 22;
        -ms-flex-order: 22;
            order: 22; }
  .order-sm-23 {
    -webkit-order: 23;
        -ms-flex-order: 23;
            order: 23; }
  .order-sm-24 {
    -webkit-order: 24;
        -ms-flex-order: 24;
            order: 24; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 4.16667%; }
  .offset-sm-2 {
    margin-left: 8.33333%; }
  .offset-sm-3 {
    margin-left: 12.5%; }
  .offset-sm-4 {
    margin-left: 16.66667%; }
  .offset-sm-5 {
    margin-left: 20.83333%; }
  .offset-sm-6 {
    margin-left: 25%; }
  .offset-sm-7 {
    margin-left: 29.16667%; }
  .offset-sm-8 {
    margin-left: 33.33333%; }
  .offset-sm-9 {
    margin-left: 37.5%; }
  .offset-sm-10 {
    margin-left: 41.66667%; }
  .offset-sm-11 {
    margin-left: 45.83333%; }
  .offset-sm-12 {
    margin-left: 50%; }
  .offset-sm-13 {
    margin-left: 54.16667%; }
  .offset-sm-14 {
    margin-left: 58.33333%; }
  .offset-sm-15 {
    margin-left: 62.5%; }
  .offset-sm-16 {
    margin-left: 66.66667%; }
  .offset-sm-17 {
    margin-left: 70.83333%; }
  .offset-sm-18 {
    margin-left: 75%; }
  .offset-sm-19 {
    margin-left: 79.16667%; }
  .offset-sm-20 {
    margin-left: 83.33333%; }
  .offset-sm-21 {
    margin-left: 87.5%; }
  .offset-sm-22 {
    margin-left: 91.66667%; }
  .offset-sm-23 {
    margin-left: 95.83333%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-md-2 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-3 {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-4 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-5 {
    -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-md-6 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-7 {
    -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-md-8 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-9 {
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-10 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-11 {
    -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-md-12 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-13 {
    -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-md-14 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-15 {
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-md-16 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-17 {
    -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-md-18 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-19 {
    -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-md-20 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-21 {
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-22 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-23 {
    -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-md-24 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-order: 25;
        -ms-flex-order: 25;
            order: 25; }
  .order-md-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .order-md-13 {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-14 {
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14; }
  .order-md-15 {
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15; }
  .order-md-16 {
    -webkit-order: 16;
        -ms-flex-order: 16;
            order: 16; }
  .order-md-17 {
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17; }
  .order-md-18 {
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18; }
  .order-md-19 {
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19; }
  .order-md-20 {
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20; }
  .order-md-21 {
    -webkit-order: 21;
        -ms-flex-order: 21;
            order: 21; }
  .order-md-22 {
    -webkit-order: 22;
        -ms-flex-order: 22;
            order: 22; }
  .order-md-23 {
    -webkit-order: 23;
        -ms-flex-order: 23;
            order: 23; }
  .order-md-24 {
    -webkit-order: 24;
        -ms-flex-order: 24;
            order: 24; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 4.16667%; }
  .offset-md-2 {
    margin-left: 8.33333%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.66667%; }
  .offset-md-5 {
    margin-left: 20.83333%; }
  .offset-md-6 {
    margin-left: 25%; }
  .offset-md-7 {
    margin-left: 29.16667%; }
  .offset-md-8 {
    margin-left: 33.33333%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .offset-md-10 {
    margin-left: 41.66667%; }
  .offset-md-11 {
    margin-left: 45.83333%; }
  .offset-md-12 {
    margin-left: 50%; }
  .offset-md-13 {
    margin-left: 54.16667%; }
  .offset-md-14 {
    margin-left: 58.33333%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .offset-md-16 {
    margin-left: 66.66667%; }
  .offset-md-17 {
    margin-left: 70.83333%; }
  .offset-md-18 {
    margin-left: 75%; }
  .offset-md-19 {
    margin-left: 79.16667%; }
  .offset-md-20 {
    margin-left: 83.33333%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .offset-md-22 {
    margin-left: 91.66667%; }
  .offset-md-23 {
    margin-left: 95.83333%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-lg-2 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-3 {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-4 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-5 {
    -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-lg-6 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-7 {
    -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-lg-8 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-9 {
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-lg-10 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-11 {
    -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-lg-12 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-13 {
    -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-lg-14 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-15 {
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-16 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-17 {
    -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-lg-18 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-19 {
    -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-lg-20 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-21 {
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-22 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-23 {
    -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-lg-24 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-order: 25;
        -ms-flex-order: 25;
            order: 25; }
  .order-lg-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .order-lg-13 {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-14 {
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14; }
  .order-lg-15 {
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15; }
  .order-lg-16 {
    -webkit-order: 16;
        -ms-flex-order: 16;
            order: 16; }
  .order-lg-17 {
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17; }
  .order-lg-18 {
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18; }
  .order-lg-19 {
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19; }
  .order-lg-20 {
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20; }
  .order-lg-21 {
    -webkit-order: 21;
        -ms-flex-order: 21;
            order: 21; }
  .order-lg-22 {
    -webkit-order: 22;
        -ms-flex-order: 22;
            order: 22; }
  .order-lg-23 {
    -webkit-order: 23;
        -ms-flex-order: 23;
            order: 23; }
  .order-lg-24 {
    -webkit-order: 24;
        -ms-flex-order: 24;
            order: 24; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 4.16667%; }
  .offset-lg-2 {
    margin-left: 8.33333%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .offset-lg-4 {
    margin-left: 16.66667%; }
  .offset-lg-5 {
    margin-left: 20.83333%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 29.16667%; }
  .offset-lg-8 {
    margin-left: 33.33333%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .offset-lg-10 {
    margin-left: 41.66667%; }
  .offset-lg-11 {
    margin-left: 45.83333%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .offset-lg-13 {
    margin-left: 54.16667%; }
  .offset-lg-14 {
    margin-left: 58.33333%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .offset-lg-16 {
    margin-left: 66.66667%; }
  .offset-lg-17 {
    margin-left: 70.83333%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .offset-lg-19 {
    margin-left: 79.16667%; }
  .offset-lg-20 {
    margin-left: 83.33333%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .offset-lg-22 {
    margin-left: 91.66667%; }
  .offset-lg-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xl-2 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-3 {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xl-4 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-5 {
    -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xl-6 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-7 {
    -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xl-8 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-9 {
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xl-10 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-11 {
    -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xl-12 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-13 {
    -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xl-14 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-15 {
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xl-16 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-17 {
    -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xl-18 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-19 {
    -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xl-20 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-21 {
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xl-22 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-23 {
    -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xl-24 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-order: 25;
        -ms-flex-order: 25;
            order: 25; }
  .order-xl-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .order-xl-13 {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-14 {
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14; }
  .order-xl-15 {
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15; }
  .order-xl-16 {
    -webkit-order: 16;
        -ms-flex-order: 16;
            order: 16; }
  .order-xl-17 {
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17; }
  .order-xl-18 {
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18; }
  .order-xl-19 {
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19; }
  .order-xl-20 {
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20; }
  .order-xl-21 {
    -webkit-order: 21;
        -ms-flex-order: 21;
            order: 21; }
  .order-xl-22 {
    -webkit-order: 22;
        -ms-flex-order: 22;
            order: 22; }
  .order-xl-23 {
    -webkit-order: 23;
        -ms-flex-order: 23;
            order: 23; }
  .order-xl-24 {
    -webkit-order: 24;
        -ms-flex-order: 24;
            order: 24; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 4.16667%; }
  .offset-xl-2 {
    margin-left: 8.33333%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .offset-xl-4 {
    margin-left: 16.66667%; }
  .offset-xl-5 {
    margin-left: 20.83333%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .offset-xl-7 {
    margin-left: 29.16667%; }
  .offset-xl-8 {
    margin-left: 33.33333%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .offset-xl-10 {
    margin-left: 41.66667%; }
  .offset-xl-11 {
    margin-left: 45.83333%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .offset-xl-13 {
    margin-left: 54.16667%; }
  .offset-xl-14 {
    margin-left: 58.33333%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .offset-xl-16 {
    margin-left: 66.66667%; }
  .offset-xl-17 {
    margin-left: 70.83333%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .offset-xl-19 {
    margin-left: 79.16667%; }
  .offset-xl-20 {
    margin-left: 83.33333%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .offset-xl-22 {
    margin-left: 91.66667%; }
  .offset-xl-23 {
    margin-left: 95.83333%; } }

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #46DF4F;
  box-shadow: 0 0 0 0.2rem rgba(70, 223, 79, 0.25); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f61a24;
  box-shadow: 0 0 0 0.2rem rgba(246, 26, 36, 0.25); }

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

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

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

.btn-primary {
  color: #fff;
  background-color: #EB5D00;
  border-color: #EB5D00; }
  .btn-primary:hover {
    color: #fff;
    background-color: #c54e00;
    border-color: #b84900; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 117, 38, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #EB5D00;
    border-color: #EB5D00; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b84900;
    border-color: #ab4400; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(238, 117, 38, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #A6A6A6;
  border-color: #A6A6A6; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #939393;
    border-color: #8d8d8d; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(146, 147, 147, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #A6A6A6;
    border-color: #A6A6A6; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #8d8d8d;
    border-color: #868686; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(146, 147, 147, 0.5); }

.btn-success {
  color: #212529;
  background-color: #46DF4F;
  border-color: #46DF4F; }
  .btn-success:hover {
    color: #fff;
    background-color: #26d930;
    border-color: #24ce2e; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 195, 73, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #46DF4F;
    border-color: #46DF4F; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #24ce2e;
    border-color: #22c32b; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(64, 195, 73, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #f61a24;
  border-color: #f61a24; }
  .btn-danger:hover {
    color: #fff;
    background-color: #e10913;
    border-color: #d50812; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 60, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f61a24;
    border-color: #f61a24; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d50812;
    border-color: #c80811; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(247, 60, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #191919;
  border-color: #191919; }
  .btn-dark:hover {
    color: #fff;
    background-color: #060606;
    border-color: black; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #191919;
    border-color: #191919; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5); }

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

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

.btn-outline-success {
  color: #46DF4F;
  border-color: #46DF4F; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #46DF4F;
    border-color: #46DF4F; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 223, 79, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #46DF4F;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #46DF4F;
    border-color: #46DF4F; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(70, 223, 79, 0.5); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #EB5D00;
    background-color: #EB5D00; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(235, 93, 0, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ffa66c; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ffc59f;
    border-color: #ffc59f; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

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

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

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

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

.card-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #EB5D00 !important; }

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

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

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

.bg-success {
  background-color: #46DF4F !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #24ce2e !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: #f61a24 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d50812 !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: #191919 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !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: #EB5D00 !important; }

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

.border-success {
  border-color: #46DF4F !important; }

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

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

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

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

.border-dark {
  border-color: #191919 !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-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  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-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    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-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    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-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    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-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    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-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    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-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

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

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

.flex-column-reverse {
  -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-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

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

.flex-grow-1 {
  -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-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

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

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

.justify-content-between {
  -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-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

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

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

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

.align-items-stretch {
  -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: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -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-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -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-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -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-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -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-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -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-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -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-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -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-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -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-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -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-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -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-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -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-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -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-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -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-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -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-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -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-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #EB5D00 !important; }

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

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

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

.text-success {
  color: #46DF4F !important; }

a.text-success:hover, a.text-success:focus {
  color: #20b929 !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: #f61a24 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Apply CSS to iOS affected versions only */
.iosBugFixCaret {
  position: fixed;
  width: 100%; }

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

body {
  font-family: 'Dosis', sans-serif; }
  @media (max-width: 991.98px) {
    body.open-menu {
      overflow: hidden; } }

a {
  transition: all ease-in-out .4s; }

main h1 {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  color: #191919;
  text-transform: uppercase;
  font-weight: 700; }
  @media (max-width: 1199.98px) {
    main h1 {
      font-size: 34px; } }
  @media (max-width: 767.98px) {
    main h1 {
      font-size: 24px;
      line-height: 40px; } }

main h3 {
  font-size: 24px; }

main header {
  position: relative; }
  main header h1 {
    display: inline-block; }
  main header .show-more {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 16px;
    color: #191919;
    text-transform: uppercase;
    font-weight: 700; }
    @media (max-width: 575.98px) {
      main header .show-more {
        display: none; } }
  main header .header-options {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000; }
    .open-menu main header .header-options {
      z-index: 1; }
    @media (max-width: 1465px) {
      main header .header-options {
        z-index: 1; } }
    main header .header-options .header-menu {
      padding-right: 20px; }
      @media (max-width: 991.98px) {
        main header .header-options .header-menu {
          display: none; } }
      main header .header-options .header-menu ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0; }
        main header .header-options .header-menu ul li {
          margin: 0;
          padding: 0;
          list-style: none; }
          main header .header-options .header-menu ul li a {
            display: block;
            padding: 3px 7px;
            font-size: 16px;
            color: #191919;
            text-transform: uppercase;
            font-weight: 700;
            border: 3px solid transparent; }
            main header .header-options .header-menu ul li a:hover {
              border-color: #ffffff;
              text-decoration: none; }
    main header .header-options .header-search {
      position: relative;
      height: 38px; }
      main header .header-options .header-search .form-control {
        width: 195px;
        padding: 0 40px 0 10px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
        @media (max-width: 575.98px) {
          main header .header-options .header-search .form-control {
            width: 40px;
            max-width: 155px;
            background-image: url(../images/redesign/icon-search.png);
            background-size: 22px 22px;
            background-repeat: no-repeat;
            background-position: center right 13px; }
            main header .header-options .header-search .form-control:focus {
              width: 100%; } }
      main header .header-options .header-search button {
        position: absolute;
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url(../images/redesign/icon-search.png);
        background-size: 22px 22px;
        background-repeat: no-repeat;
        background-position: center center;
        border: 0;
        width: 40px; }
        @media (max-width: 575.98px) {
          main header .header-options .header-search button {
            display: none;
            background-image: none;
            background-color: transparent; } }
      @media (max-width: 575.98px) {
        main header .header-options .header-search .form-control:focus + button {
          display: block; } }
  main header .header-filter {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000; }
    @media (max-width: 575.98px) {
      main header .header-filter {
        position: relative;
        padding-top: 30px; } }
    main header .header-filter label {
      font-weight: 700;
      text-transform: uppercase;
      margin-right: 10px; }
    main header .header-filter select.form-control {
      height: 30px;
      font-weight: 700; }
      @media (max-width: 575.98px) {
        main header .header-filter select.form-control {
          width: auto; } }
    main header .header-filter select.form-control:not([size]):not([multiple]) {
      height: 30px;
      width: 83px; }
    @media (max-width: 575.98px) {
      main header .header-filter .form-group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }

main footer .show-more {
  display: none;
  font-size: 16px;
  color: #191919;
  text-transform: uppercase;
  text-align: right;
  font-weight: 700; }
  @media (max-width: 575.98px) {
    main footer .show-more {
      display: block; } }

.modal .modal-dialog {
  margin-left: auto;
  margin-right: auto; }

.modal .modal-content {
  border-radius: 0; }
  .modal .modal-content .modal-header {
    position: relative;
    padding: 6px 15px;
    color: #ffffff;
    border-radius: 0;
    background-color: #BFBFBF; }
    .modal .modal-content .modal-header h5 {
      font-size: 24px;
      text-transform: uppercase;
      max-width: 92%; }
    .modal .modal-content .modal-header .close {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      width: 15px;
      height: 15px;
      margin: auto;
      color: #ffffff;
      background-image: url(../images/redesign/icon-close.svg);
      background-size: 15px 15px;
      background-repeat: no-repeat;
      background-position: center center;
      opacity: 1; }
  .modal .modal-content .modal-body .form-control {
    border: 1px solid #CCCCCC; }
  .modal .modal-content .modal-body .btn {
    width: 100%;
    max-width: 285px; }

.narrow-container {
  max-width: 983px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991.98px) {
    .narrow-container {
      max-width: 635px; } }

.button {
  transition: all ease-in-out .4s; }

.social-buttons {
  margin-bottom: 30px; }

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 53.1%;
  padding-top: 25px;
  height: 0; }

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.visually-hidden {
  position: absolute;
  left: -10000em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap; }

body::after {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  content: url(../images/redesign/logo-kobuci.svg) url(../images/redesign/logo-kobuci-dark.svg) url(../images/redesign/logo-kobuci-kert.svg) url(../images/redesign/icon-cart.svg) url(../images/redesign/icon-cart-dark.svg) url(../images/redesign/icon-menu.svg) url(../images/redesign/icon-menu-dark.svg) url(../images/redesign/icon-user.svg) url(../images/redesign/icon-user-dark.svg) url(../images/redesign/icon-close.svg) url(../images/redesign/icon-facebook.svg) url(../images/redesign/icon-scroll.svg) url(../images/redesign/icon-arrow-left.svg) url(../images/redesign/icon-arrow-right.svg) url(../images/redesign/footer-guitar-layer.svg) url(../images/redesign/slideshow-guitar-layer.svg) url(../images/redesign/icon-checkbox-tick.svg) url(../images/redesign/icon-accordion-arrow-up.svg) url(../images/redesign/icon-accordion-arrow-down.svg); }

#skeleton1,
#skeleton2 {
  /* common header */
  /* common main content */
  /* common footer */
  /* common mobile menu */ }
  #skeleton1 #container1,
  #skeleton2 #container1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    margin: auto;
    color: #ffffff; }
    #skeleton1 #container1 nav ul li a,
    #skeleton2 #container1 nav ul li a {
      color: #ffffff; }
    @media (max-width: 991.98px) {
      #skeleton1 #container1,
      #skeleton2 #container1 {
        background-color: transparent; } }
    .sticky #skeleton1 #container1, .sticky
    #skeleton2 #container1 {
      background-color: rgba(43, 43, 43, 0.6); }
      @media (max-width: 991.98px) {
        .sticky #skeleton1 #container1, .sticky
        #skeleton2 #container1 {
          background-color: rgba(43, 43, 43, 0.6); } }
    #skeleton1 #container1 .container,
    #skeleton2 #container1 .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100px;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      transition: all ease-in-out .4s; }
      @media (max-width: 991.98px) {
        #skeleton1 #container1 .container,
        #skeleton2 #container1 .container {
          position: relative; } }
      @media (max-width: 575.98px) {
        #skeleton1 #container1 .container,
        #skeleton2 #container1 .container {
          height: 80px; } }
      .sticky #skeleton1 #container1 .container, .sticky
      #skeleton2 #container1 .container {
        height: 80px; }
    #skeleton1 #container1 nav > ul,
    #skeleton2 #container1 nav > ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0; }
      #skeleton1 #container1 nav > ul > li,
      #skeleton2 #container1 nav > ul > li {
        list-style: none; }
        #skeleton1 #container1 nav > ul > li > a,
        #skeleton2 #container1 nav > ul > li > a {
          font-size: 18px;
          text-transform: uppercase; }
  #skeleton1 #container3,
  #skeleton2 #container3 {
    background-color: #E7E5DD;
    padding-bottom: 30px;
    min-height: 600px; }
    @media (max-width: 767.98px) {
      #skeleton1 #container3,
      #skeleton2 #container3 {
        min-height: 400px; } }
  #skeleton1 #container4,
  #skeleton2 #container4 {
    position: relative;
    color: #ffffff;
    background-color: #1A2227;
    background-image: url(../images/redesign/footer-guitar-layer.svg);
    background-repeat: no-repeat;
    background-size: auto 1400px;
    background-position: right 0 bottom 0; }
    @media (max-width: 991.98px) {
      #skeleton1 #container4,
      #skeleton2 #container4 {
        background-position: right -150px bottom 0; } }
    #skeleton1 #container4 a,
    #skeleton2 #container4 a {
      color: #ffffff; }
    #skeleton1 #container4 .container,
    #skeleton2 #container4 .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 991.98px) {
        #skeleton1 #container4 .container,
        #skeleton2 #container4 .container {
          display: block; }
          #skeleton1 #container4 .container::after,
          #skeleton2 #container4 .container::after {
            display: block;
            clear: both;
            content: ""; } }
  #skeleton1 #container5,
  #skeleton2 #container5 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1051;
    display: none;
    width: 340px;
    padding: 90px 39px 20px 54px;
    color: #ffffff;
    background-color: rgba(43, 43, 43, 0.98);
    overflow-y: auto; }
    @media (max-width: 575.98px) {
      #skeleton1 #container5,
      #skeleton2 #container5 {
        width: 306px;
        padding: 60px 16px 20px 43px; } }
    .open-menu #skeleton1 #container5, .open-menu
    #skeleton2 #container5 {
      display: block; }
    @media (min-width: 1380px) {
      #skeleton1 #container5,
      #skeleton2 #container5 {
        display: none !important; } }
    #skeleton1 #container5 nav ul li,
    #skeleton2 #container5 nav ul li {
      list-style: none; }
      #skeleton1 #container5 nav ul li a,
      #skeleton2 #container5 nav ul li a {
        font-size: 18px;
        text-transform: uppercase; }

/* home header */
#skeleton1 #container1 {
  background-color: transparent;
  color: #ffffff;
  transition: all ease-in-out .4s; }
  .sticky #skeleton1 #container1,
  .open-menu #skeleton1 #container1 {
    background-color: rgba(43, 43, 43, 0.6); }

/* subpage header */
#skeleton2 {
  padding-top: 100px;
  background-color: #E7E5DD; }
  @media (max-width: 575.98px) {
    #skeleton2 {
      padding-top: 80px; } }
  #skeleton2 #container1 {
    background-color: transparent;
    color: #ffffff; }
    @media (max-width: 991.98px) {
      #skeleton2 #container1 {
        background-color: transparent; } }
    .sticky #skeleton2 #container1 {
      background-color: transparent; }
      @media (max-width: 1465px) {
        .sticky #skeleton2 #container1 {
          background-color: rgba(43, 43, 43, 0.6); } }
    @media (min-width: 992px) {
      .sticky #skeleton2 #container1,
      .open-menu #skeleton2 #container1 {
        background-color: rgba(43, 43, 43, 0.6);
        color: #ffffff; } }
    .sticky #skeleton2 #container1 a,
    .open-menu #skeleton2 #container1 a {
      color: #ffffff; }
    #skeleton2 #container1 a {
      color: #ffffff; }

label {
  font-weight: 600; }
  label a {
    color: #004cff; }
    label a:hover {
      color: #004cff; }

.custom-control {
  padding-left: 2rem; }

.custom-control-label:before {
  top: 2px;
  width: 21px;
  height: 21px;
  background-color: #E7E5DD;
  border: 1px solid #191919; }
  .custom-checkbox .custom-control-label:before {
    border-radius: 0; }

.custom-control-label:after {
  top: 2px;
  width: 21px;
  height: 21px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../images/redesign/icon-checkbox-tick.svg);
  background-size: 13px 17px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #E7E5DD; }

.form-group {
  position: relative; }
  .form-group .invalid-feedback {
    position: absolute;
    bottom: 0;
    right: -25px;
    width: 25px;
    height: 40px;
    margin: auto;
    color: #f61a24;
    font-size: 24px;
    text-align: center; }
    .form-group .invalid-feedback:after {
      display: block;
      content: '!'; }
      @media (max-width: 767.98px) {
        .form-group .invalid-feedback:after {
          display: none; } }

.form-control {
  height: 40px;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #ffffff;
  padding: 0 10px; }

select.form-control:not([size]):not([multiple]) {
  height: 40px; }

.custom-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/redesign/icon-arrow-down.svg);
  background-size: 13px 8px;
  background-position: right 10px center;
  background-repeat: no-repeat; }

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A6A6A6; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #A6A6A6; }

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #A6A6A6; }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #A6A6A6; }

.form-control.is-invalid {
  color: #f61a24; }
  .form-control.is-invalid::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #f61a24; }
  .form-control.is-invalid::-moz-placeholder {
    /* Firefox 19+ */
    color: #f61a24; }
  .form-control.is-invalid:-ms-input-placeholder {
    /* IE 10+ */
    color: #f61a24; }
  .form-control.is-invalid:-moz-placeholder {
    /* Firefox 18- */
    color: #f61a24; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.btn {
  text-transform: uppercase;
  font-weight: 600; }
  .btn:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000; }

.btn-lg {
  font-size: 18px;
  height: 50px;
  line-height: 1.9; }

.btn-primary {
  color: #ffffff !important; }

.btn-secondary {
  color: #ffffff !important; }

.btn-facebook {
  background-color: #3C4A97;
  border-color: #3C4A97; }

form .link a {
  display: block;
  padding: 5px 0;
  color: #191919 !important;
  font-size: 18px;
  font-weight: 500; }
  @media (max-width: 575.98px) {
    form .link a {
      text-align: center;
      font-size: 16px; } }

.intl-tel-input {
  display: block !important; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background: transparent; }
  .intl-tel-input .selected-flag {
    background: transparent; }

.iti-flag {
  background-image: url("../images/redesign/flags.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../images/redesign/flags@2x.png"); } }

.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .menu .logo {
    position: absolute;
    left: 45px;
    top: 0;
    bottom: 0;
    display: block;
    width: 150px;
    height: 60px;
    margin: auto;
    background-image: url(../images/redesign/logo-kobuci-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all ease-in-out .4s; }
    @media (min-width: 1380px) {
      .sticky .menu .logo,
      .open-menu .menu .logo {
        background-image: url(../images/redesign/logo-kobuci.svg); } }
    .sticky .menu .logo {
      background-image: url(../images/redesign/logo-kobuci.svg); }
    #skeleton1 .menu .logo {
      background-image: url(../images/redesign/logo-kobuci.svg); }
    @media (max-width: 1560px) {
      .menu .logo {
        left: 40px; } }
    @media (max-width: 991.98px) {
      .menu .logo {
        left: 20px; } }
    @media (max-width: 575.98px) {
      .menu .logo {
        width: 120px;
        height: 42px;
        left: 15px; }
        #skeleton1 .menu .logo {
          opacity: 0; }
          .sticky #skeleton1 .menu .logo {
            opacity: 1; } }
  .menu .menu-button {
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    z-index: 200;
    display: block;
    width: 23px;
    height: 23px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all ease-in-out .4s; }
    @media (min-width: 1380px) {
      .sticky .menu .menu-button {
        display: none; } }
    .menu .menu-button span {
      display: block;
      width: 23px;
      height: 3px;
      margin: 10px 0;
      background-color: #191919;
      transition: all ease-in-out .4s; }
      .sticky .menu .menu-button span {
        background-color: #ffffff; }
        .sticky .menu .menu-button span:before {
          background-color: #ffffff; }
        .sticky .menu .menu-button span:after {
          background-color: #ffffff; }
        @media (min-width: 1380px) {
          .sticky .menu .menu-button span {
            width: 0; }
            .sticky .menu .menu-button span:before {
              top: 10px;
              left: -3px;
              width: 28px;
              -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg);
              -webkit-transform-origin: center center;
                      transform-origin: center center; }
            .sticky .menu .menu-button span:after {
              top: 0;
              left: -3px;
              width: 28px;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              -webkit-transform-origin: center center;
                      transform-origin: center center; } }
      .open-menu .menu .menu-button span {
        width: 0;
        background-color: #ffffff; }
        .open-menu .menu .menu-button span:before {
          top: 10px;
          left: -3px;
          width: 28px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          background-color: #ffffff; }
        .open-menu .menu .menu-button span:after {
          top: 0;
          left: -3px;
          width: 28px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          background-color: #ffffff; }
      .menu .menu-button span:before {
        position: absolute;
        top: 0;
        display: block;
        width: 23px;
        height: 3px;
        margin-bottom: 10px;
        background-color: #191919;
        content: '';
        transition: all ease-in-out .4s; }
      .menu .menu-button span:after {
        position: absolute;
        bottom: 0;
        display: block;
        width: 23px;
        height: 3px;
        margin-top: 10px;
        background-color: #191919;
        content: '';
        transition: all ease-in-out .4s; }
    #skeleton1 .menu .menu-button span {
      background-color: #ffffff; }
      #skeleton1 .menu .menu-button span:before {
        background-color: #ffffff; }
      #skeleton1 .menu .menu-button span:after {
        background-color: #ffffff; }
    @media (max-width: 1560px) {
      .menu .menu-button {
        right: 40px; } }
    @media (max-width: 991.98px) {
      .menu .menu-button {
        right: 20px; } }
    @media (max-width: 575.98px) {
      .menu .menu-button {
        right: 15px; } }
  @media (max-width: 1560px) {
    .menu nav {
      position: absolute;
      left: 220px;
      top: 0;
      bottom: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: auto; } }
  @media (min-width: 1380px) {
    .menu nav {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  @media (max-width: 1379.99px) {
    .menu nav {
      display: none; } }
  .menu nav ul {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap; }
    .sticky .menu nav ul,
    .open-menu .menu nav ul {
      max-width: 9999px; }
    .menu nav ul li a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 43px;
      margin: 0 3px 0 0;
      padding: 0 9px;
      border: 3px solid transparent;
      transition: all ease-in-out .4s; }
      .menu nav ul li a:hover {
        text-decoration: none;
        border-color: #ffffff; }
      .menu nav ul li a.active {
        border-color: #ffffff; }
        .menu nav ul li a.active.icon {
          border-color: transparent; }
      @media (max-width: 1500px) {
        .menu nav ul li a.icon-home {
          padding: 0; } }
      .menu nav ul li a.icon-home:before {
        position: relative;
        top: -2px;
        display: block;
        width: 27px;
        height: 27px;
        background-image: url(../images/redesign/icon-home.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        content: ''; }
  #container5 .menu {
    display: block; }
    #container5 .menu .logo {
      display: none; }
    #container5 .menu .menu-button {
      position: fixed;
      top: 42px;
      right: 42px;
      bottom: auto; }
      @media (max-width: 575.98px) {
        #container5 .menu .menu-button {
          top: 24px;
          right: 19px; } }
    #container5 .menu nav {
      position: relative;
      left: 0;
      display: block;
      margin-top: 10px;
      padding-top: 15px;
      border-top: 1px solid #828282; }
      #container5 .menu nav ul {
        max-width: none;
        margin: 0;
        padding: 0 0 0 4px;
        overflow: visible; }
        #container5 .menu nav ul li a {
          height: 50px;
          margin-left: -12px;
          font-size: 18px;
          color: #ffffff;
          text-transform: uppercase;
          line-height: 50px; }
        #container5 .menu nav ul li .icon-home {
          position: absolute;
          top: -70px;
          left: 10px; }
          @media (max-width: 575.98px) {
            #container5 .menu nav ul li .icon-home {
              top: -60px; } }
        #container5 .menu nav ul li:after {
          display: none; }
  .menu .warning {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #EB5D00;
    left: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }
    .menu .warning .warning-text {
      font-size: 18px;
      font-weight: 500; }
    .menu .warning .warning-hide {
      background-color: #ffffff;
      margin-left: 20px;
      height: 40px;
      padding: 0 15px;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      border: 0;
      cursor: pointer; }

.login {
  position: absolute;
  right: 200px;
  top: 0;
  bottom: 0;
  height: 25px;
  min-width: 148.23px;
  margin: auto; }
  @media (max-width: 1560px) {
    .login {
      right: 165px; } }
  @media (max-width: 1100px) {
    .login {
      right: 130px; } }
  @media (min-width: 1380px) {
    #container1 .login nav {
      width: auto;
      overflow: visible; } }
  @media (max-width: 1379.99px) {
    #container1 .login nav {
      width: 0;
      overflow: hidden; } }
  .login nav ul {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap; }
    .sticky .login nav ul,
    .open-menu .login nav ul {
      max-width: 9999px; }
    .login nav ul li {
      position: relative;
      padding-left: 8px;
      margin-left: 8px; }
      @media (max-width: 1379.99px) {
        .login nav ul li {
          padding-left: 0;
          margin-left: 0; } }
      .login nav ul li:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        display: inline-block;
        width: 1px;
        height: 22px;
        margin: auto 0 auto 0;
        background-color: #ffffff;
        content: ''; }
        @media (max-width: 1379.99px) {
          .login nav ul li:before {
            display: none; } }
      .login nav ul li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .login nav ul li:first-child:before {
          display: none; }
  #container5 .login {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
    padding: 0;
    height: auto; }
    #container5 .login nav {
      position: relative;
      left: 0;
      display: block; }
      #container5 .login nav ul {
        max-width: none;
        margin: 0;
        padding: 0 0 0 4px;
        overflow: visible; }
        #container5 .login nav ul li a {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 50px;
          margin: 0 3px 0 -12px;
          padding: 0 9px;
          font-size: 18px;
          color: #ffffff;
          line-height: 50px;
          text-transform: uppercase;
          border: 3px solid transparent; }
          #container5 .login nav ul li a:hover {
            text-decoration: none;
            border-color: #ffffff; }
          #container5 .login nav ul li a.active {
            border-color: #ffffff; }
        #container5 .login nav ul li:after {
          display: none; }
  .login .loginpopup {
    color: #191919; }
    .login .loginpopup .modal-dialog {
      max-width: 380px; }
      .login .loginpopup .modal-dialog .modal-body {
        padding-top: 30px;
        padding-bottom: 40px; }
      .login .loginpopup .modal-dialog .row > div {
        padding-left: 45px;
        padding-right: 45px; }
      .login .loginpopup .modal-dialog .link {
        margin: 16px 0;
        text-align: center; }
        .login .loginpopup .modal-dialog .link a {
          padding: 0;
          font-size: 16px; }
      .login .loginpopup .modal-dialog p {
        margin: 16px 0;
        font-size: 16px;
        font-weight: 500;
        text-align: center; }
      .login .loginpopup .modal-dialog form .btn {
        margin-top: 20px; }

.cart {
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 65px;
  height: 30px;
  margin: auto;
  padding: 0 45px 0 15px; }
  @media (max-width: 1560px) {
    .cart {
      right: 50px; } }
  @media (max-width: 1199.98px) {
    .cart {
      right: 50px; } }
  @media (max-width: 1100px) {
    .cart {
      right: 42px; } }
  @media (max-width: 991.98px) {
    .cart {
      right: 20px; } }
  .cart nav a {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 23px;
    background-image: url(../images/redesign/icon-cart-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
    .sticky .cart nav a,
    .open-menu .cart nav a {
      background-image: url(../images/redesign/icon-cart.svg); }
    #skeleton1 .cart nav a {
      background-image: url(../images/redesign/icon-cart.svg); }
    .cart nav a .count {
      position: absolute;
      top: -15px;
      right: -15px;
      width: 20px;
      height: 20px;
      font-size: 12px;
      color: #ffffff;
      text-align: center;
      line-height: 20px;
      border-radius: 10px;
      background-color: #eb5d00; }
      @media (min-width: 992px) {
        .sticky .cart nav a .count,
        .open-menu .cart nav a .count {
          color: #191919; } }
      #skeleton1 .cart nav a .count {
        color: #191919; }
  .cart .cartpopup {
    color: #191919; }
    .cart .cartpopup a {
      color: #191919; }
    .cart .cartpopup .modal-dialog {
      max-width: 540px; }
      @media (max-width: 991.98px) {
        .cart .cartpopup .modal-dialog {
          max-width: 468px; } }
      @media (max-width: 767.98px) {
        .cart .cartpopup .modal-dialog {
          max-width: 100%; } }
      .cart .cartpopup .modal-dialog .modal-content .modal-body {
        padding: 15px 25px 25px 25px; }
        @media (max-width: 991.98px) {
          .cart .cartpopup .modal-dialog .modal-content .modal-body {
            padding: 15px 20px 20px 20px; } }
        @media (max-width: 767.98px) {
          .cart .cartpopup .modal-dialog .modal-content .modal-body {
            padding: 15px; }
            .cart .cartpopup .modal-dialog .modal-content .modal-body .btn {
              max-width: none; } }
    .cart .cartpopup form table {
      width: 100%;
      table-layout: fixed;
      font-weight: 500;
      border-collapse: initial;
      border-spacing: 0; }
      @media (max-width: 767.98px) {
        .cart .cartpopup form table thead {
          display: none; } }
      .cart .cartpopup form table thead tr {
        height: 25px; }
        @media (max-width: 991.98px) {
          .cart .cartpopup form table thead tr {
            height: 25px; } }
        .cart .cartpopup form table thead tr th {
          padding: 0 15px 0 15px;
          font-size: 18px;
          text-transform: uppercase;
          text-align: center;
          white-space: nowrap;
          background-color: #ffffff; }
          @media (max-width: 991.98px) {
            .cart .cartpopup form table thead tr th {
              font-size: 16px;
              padding: 0 5px 0 5px; } }
          .cart .cartpopup form table thead tr th:first-child {
            padding-left: 0;
            width: 33%; }
          .cart .cartpopup form table thead tr th:last-child {
            text-align: right;
            padding-right: 0; }
          .cart .cartpopup form table thead tr th:nth-child(1) {
            text-align: left; }
          .cart .cartpopup form table thead tr th:nth-child(2) {
            width: 200px; }
            @media (max-width: 991.98px) {
              .cart .cartpopup form table thead tr th:nth-child(2) {
                width: 130px; } }
          .cart .cartpopup form table thead tr th:nth-child(3) {
            width: 140px; }
            @media (max-width: 991.98px) {
              .cart .cartpopup form table thead tr th:nth-child(3) {
                width: 100px; } }
      @media (max-width: 767.98px) {
        .cart .cartpopup form table tbody tr {
          display: block;
          background-color: #ffffff; } }
      .cart .cartpopup form table tbody tr.separator {
        height: 16px; }
        @media (max-width: 991.98px) {
          .cart .cartpopup form table tbody tr.separator {
            height: 11px; } }
        @media (max-width: 767.98px) {
          .cart .cartpopup form table tbody tr.separator {
            display: none; } }
        .cart .cartpopup form table tbody tr.separator td {
          background-color: #ffffff; }
      .cart .cartpopup form table tbody tr.additional {
        height: 60px; }
        @media (max-width: 991.98px) {
          .cart .cartpopup form table tbody tr.additional {
            height: 51px; } }
        @media (max-width: 767.98px) {
          .cart .cartpopup form table tbody tr.additional {
            height: auto;
            padding-bottom: 0; } }
        .cart .cartpopup form table tbody tr.additional td:nth-child(1) {
          font-size: 16px;
          font-weight: 500; }
          @media (max-width: 991.98px) {
            .cart .cartpopup form table tbody tr.additional td:nth-child(1) {
              font-size: 14px; } }
          @media (max-width: 991.98px) {
            .cart .cartpopup form table tbody tr.additional td:nth-child(1) {
              font-size: 12px;
              line-height: 120%; } }
        .cart .cartpopup form table tbody tr.additional td:nth-child(2) {
          position: relative;
          padding-left: 30px;
          font-size: 20px;
          font-weight: 700;
          text-align: right; }
          .cart .cartpopup form table tbody tr.additional td:nth-child(2) div {
            font-size: 18px;
            line-height: 115%;
            text-transform: none; }
          @media (max-width: 991.98px) {
            .cart .cartpopup form table tbody tr.additional td:nth-child(2) {
              font-size: 16px; } }
          @media (max-width: 767.98px) {
            .cart .cartpopup form table tbody tr.additional td:nth-child(2) {
              display: none; } }
          .cart .cartpopup form table tbody tr.additional td:nth-child(2):before {
            position: absolute;
            top: -25px;
            right: 20px;
            width: 20px;
            height: 20px;
            display: block;
            margin: auto;
            font-size: 20px;
            text-align: center;
            content: "+"; }
            @media (max-width: 991.98px) {
              .cart .cartpopup form table tbody tr.additional td:nth-child(2):before {
                top: -20px;
                right: 15px; } }
            @media (max-width: 767.98px) {
              .cart .cartpopup form table tbody tr.additional td:nth-child(2):before {
                display: none; } }
      @media (max-width: 767.98px) {
        .cart .cartpopup form table tbody tr.additional-mobile td:nth-child(1) {
          display: block;
          float: left;
          margin: 0;
          font-size: 16px;
          text-transform: uppercase;
          line-height: 40px; } }
      @media (max-width: 767.98px) {
        .cart .cartpopup form table tbody tr.additional-mobile td:nth-child(2) {
          display: block;
          margin: 0;
          font-size: 14px;
          font-weight: 500; } }
      .cart .cartpopup form table tbody tr.summary {
        height: 50px; }
        @media (max-width: 991.98px) {
          .cart .cartpopup form table tbody tr.summary {
            height: 50px; } }
        @media (max-width: 767.98px) {
          .cart .cartpopup form table tbody tr.summary {
            height: auto;
            padding-bottom: 0; } }
        .cart .cartpopup form table tbody tr.summary td {
          font-size: 20px;
          font-weight: 700; }
          .cart .cartpopup form table tbody tr.summary td:nth-child(1) {
            background: transparent; }
            @media (max-width: 767.98px) {
              .cart .cartpopup form table tbody tr.summary td:nth-child(1) {
                display: none; } }
          .cart .cartpopup form table tbody tr.summary td:nth-child(1), .cart .cartpopup form table tbody tr.summary td:nth-child(2) {
            border-top: 2px solid #000000;
            border-bottom: 2px solid #000000; }
            @media (max-width: 767.98px) {
              .cart .cartpopup form table tbody tr.summary td:nth-child(1), .cart .cartpopup form table tbody tr.summary td:nth-child(2) {
                border-left: 2px solid #000000;
                border-right: 2px solid #000000; } }
          .cart .cartpopup form table tbody tr.summary td:nth-child(1) {
            padding-left: 15px;
            text-transform: uppercase;
            text-align: left;
            border-left: 2px solid #000000; }
            @media (max-width: 767.98px) {
              .cart .cartpopup form table tbody tr.summary td:nth-child(1) {
                height: 40px;
                padding-left: 10px;
                padding-right: 10px;
                line-height: 40px;
                text-align: left !important; } }
          .cart .cartpopup form table tbody tr.summary td:nth-child(2) {
            text-align: right;
            padding-right: 15px;
            border-right: 2px solid #000000; }
            @media (max-width: 767.98px) {
              .cart .cartpopup form table tbody tr.summary td:nth-child(2) {
                height: 40px;
                margin-top: 15px;
                padding-left: 10px;
                padding-right: 10px;
                padding-bottom: 5px;
                line-height: 36px;
                font-size: 16px; } }
      .cart .cartpopup form table tbody tr td {
        padding: 0 15px 0 15px;
        font-size: 16px;
        text-align: center;
        line-height: 130%;
        background-color: #ffffff; }
        @media (max-width: 991.98px) {
          .cart .cartpopup form table tbody tr td {
            padding: 0 5px 0 5px; } }
        @media (max-width: 767.98px) {
          .cart .cartpopup form table tbody tr td {
            display: block;
            height: 40px;
            padding: 0;
            line-height: 40px;
            overflow: hidden; }
            .cart .cartpopup form table tbody tr td:first-child {
              height: auto;
              padding-top: 0;
              margin-bottom: 5px; }
            .cart .cartpopup form table tbody tr td:not(:first-child) {
              text-align: right !important; }
            .cart .cartpopup form table tbody tr td[data-th]:before {
              float: left;
              content: attr(data-th);
              font-size: 16px;
              text-transform: uppercase; } }
        .cart .cartpopup form table tbody tr td:first-child {
          padding-left: 0;
          font-weight: 700; }
          .cart .cartpopup form table tbody tr td:first-child a {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            min-height: 90px;
            padding: 15px 0;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            color: #191919; }
            @media (max-width: 991.98px) {
              .cart .cartpopup form table tbody tr td:first-child a {
                min-height: 76px;
                padding: 10px 0; } }
            @media (max-width: 767.98px) {
              .cart .cartpopup form table tbody tr td:first-child a {
                min-height: 30px;
                padding: 0 0 15px 0;
                font-size: 14px;
                line-height: 140%;
                border-bottom: 1px solid #E7E5DD; } }
        .cart .cartpopup form table tbody tr td:last-child {
          padding-right: 0;
          text-align: right;
          font-weight: 700; }
          @media (max-width: 767.98px) {
            .cart .cartpopup form table tbody tr td:last-child {
              padding-right: 0;
              font-size: 14px;
              font-weight: 500; } }
        .cart .cartpopup form table tbody tr td:nth-child(1) {
          text-align: left; }
        .cart .cartpopup form table tbody tr td .quantity {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 145px;
          margin: 0 auto;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media (max-width: 991.98px) {
            .cart .cartpopup form table tbody tr td .quantity {
              width: 130px; } }
          @media (max-width: 767.98px) {
            .cart .cartpopup form table tbody tr td .quantity {
              -webkit-justify-content: space-between;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              float: right; } }
          .cart .cartpopup form table tbody tr td .quantity button {
            position: relative;
            width: 25px;
            height: 25px;
            font-size: 29px;
            line-height: 25px;
            border-radius: 12.5px;
            border: 1px solid #000000;
            outline: none;
            cursor: pointer;
            background-color: #ffffff;
            transition: all ease-in-out .4s; }
            .cart .cartpopup form table tbody tr td .quantity button:hover {
              color: #ffffff;
              background-color: #000000;
              transition: none; }
            .cart .cartpopup form table tbody tr td .quantity button:active {
              background-color: #EB5D00; }
            @media (max-width: 991.98px) {
              .cart .cartpopup form table tbody tr td .quantity button {
                width: 30px;
                height: 30px;
                font-size: 34px;
                line-height: 30px;
                border-radius: 15px; } }
            @media (max-width: 767.98px) {
              .cart .cartpopup form table tbody tr td .quantity button {
                position: relative;
                top: 5px; } }
            .cart .cartpopup form table tbody tr td .quantity button.dec:before {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              display: block;
              width: 23px;
              height: 23px;
              margin: auto;
              text-align: center;
              line-height: 13px;
              content: '-'; }
              @media (max-width: 991.98px) {
                .cart .cartpopup form table tbody tr td .quantity button.dec:before {
                  line-height: 12px; } }
            .cart .cartpopup form table tbody tr td .quantity button.inc:before {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              display: block;
              width: 23px;
              height: 23px;
              margin: auto;
              text-align: center;
              line-height: 13px;
              content: '+'; }
              @media (max-width: 991.98px) {
                .cart .cartpopup form table tbody tr td .quantity button.inc:before {
                  line-height: 12px; } }
          .cart .cartpopup form table tbody tr td .quantity .input-wrapper {
            position: relative;
            width: 49px;
            height: 30px;
            margin: 0 10px; }
            .cart .cartpopup form table tbody tr td .quantity .input-wrapper:before {
              position: absolute;
              right: 0;
              top: 0;
              bottom: 0;
              display: block;
              width: 25px;
              margin: auto;
              text-align: center;
              line-height: 30px;
              content: attr(data-piece); }
              @media (max-width: 991.98px) {
                .cart .cartpopup form table tbody tr td .quantity .input-wrapper:before {
                  font-size: 14px;
                  line-height: 32px; } }
              @media (max-width: 767.98px) {
                .cart .cartpopup form table tbody tr td .quantity .input-wrapper:before {
                  line-height: 40px; } }
            .cart .cartpopup form table tbody tr td .quantity .input-wrapper input {
              position: relative;
              z-index: 10;
              width: 49px;
              height: 30px;
              padding-right: 25px;
              margin: 0;
              text-align: right;
              background: transparent;
              border: 1px solid #A6A6A6; }
    .cart .cartpopup form .couponcode {
      position: relative;
      top: -132px;
      z-index: 10;
      width: 363px;
      min-height: 131px;
      margin-bottom: -132px; }
      @media (max-width: 991.98px) {
        .cart .cartpopup form .couponcode {
          top: -104px;
          width: 238px;
          margin-bottom: -104px; } }
      @media (max-width: 991.98px) {
        .cart .cartpopup form .couponcode {
          top: 0;
          width: 100%;
          margin-bottom: 0; } }
      @media (max-width: 767.98px) {
        .cart .cartpopup form .couponcode {
          width: 85%;
          margin: 20px auto 10px auto; } }
      .cart .cartpopup form .couponcode .form-control {
        display: block;
        width: 80%;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 15px; }
        @media (max-width: 991.98px) {
          .cart .cartpopup form .couponcode .form-control {
            width: 100%;
            padding-left: 15px;
            padding-right: 15px; } }
      .cart .cartpopup form .couponcode p {
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
        text-align: justify; }
        @media (max-width: 991.98px) {
          .cart .cartpopup form .couponcode p {
            font-size: 12px; } }
    .cart .cartpopup form .buttons {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 25px;
      padding-bottom: 0; }
      @media (max-width: 991.98px) {
        .cart .cartpopup form .buttons {
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding-top: 25px;
          padding-bottom: 0; } }
      @media (max-width: 767.98px) {
        .cart .cartpopup form .buttons {
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding-top: 15px;
          padding-bottom: 0; } }

.languageselector {
  position: absolute;
  right: 407px;
  top: 0;
  bottom: 0;
  height: 27px;
  margin: auto; }
  @media (max-width: 1560px) {
    .languageselector {
      right: 372px; } }
  @media (max-width: 1460px) {
    .languageselector {
      right: 342px; } }
  @media (max-width: 1100px) {
    .languageselector {
      right: 292px; } }
  @media (min-width: 1380px) {
    .languageselector {
      display: block !important; } }
  @media (max-width: 1379.99px) {
    .languageselector {
      display: none; } }
  .languageselector nav ul {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap; }
    .sticky .languageselector nav ul,
    .open-menu .languageselector nav ul {
      max-width: 9999px; }
    .languageselector nav ul li a {
      display: inline-block;
      height: 27px;
      padding: 0 6px;
      line-height: 25px;
      border: 1px solid #ffffff; }
      .languageselector nav ul li a.active {
        color: #636363 !important;
        background-color: #ffffff; }
  #container5 .languageselector {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
    margin: 18px 0 0 0;
    padding: 18px 0 0 0;
    border-top: 1px solid #828282; }
    #container5 .languageselector nav {
      position: relative;
      left: 0;
      display: block; }
      #container5 .languageselector nav ul {
        max-width: none;
        margin: 0;
        padding: 0 0 0 0; }
        #container5 .languageselector nav ul li {
          width: 50%;
          display: block;
          float: left; }
          #container5 .languageselector nav ul li a {
            display: inline-block;
            width: 100%;
            height: 50px;
            color: #ffffff;
            font-size: 18px;
            text-transform: uppercase;
            line-height: 50px;
            text-align: center; }
          #container5 .languageselector nav ul li:after {
            margin: 0 20px 0 20px;
            font-size: 18px; }

.footermap {
  width: 50%;
  height: 400px; }
  @media (max-width: 991.98px) {
    .footermap {
      width: 100%;
      height: 425px; } }
  .footermap #map {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    margin: auto; }
    .footermap #map * {
      color: #191919; }
    @media (max-width: 991.98px) {
      .footermap #map {
        right: 0;
        bottom: auto;
        width: 100%;
        height: 425px; } }

.footercontact {
  padding: 60px 30px; }
  @media (max-width: 991.98px) {
    .footercontact {
      float: left;
      width: 60%;
      padding: 60px 0; } }
  @media (max-width: 575.98px) {
    .footercontact {
      float: left;
      width: 100%;
      padding: 25px 30px; } }
  .footercontact h2 {
    font-size: 23px;
    text-transform: uppercase;
    padding-top: 40px; }
    .footercontact h2:first-of-type {
      padding-top: 0; }
  .footercontact p {
    font-size: 14px;
    margin-bottom: 0; }

.footermenu {
  padding: 60px 30px; }
  @media (max-width: 991.98px) {
    .footermenu {
      float: left;
      width: 40%;
      padding: 60px 0; } }
  @media (max-width: 575.98px) {
    .footermenu {
      float: left;
      width: 100%;
      padding: 15px 30px 25px 30px; }
      .footermenu::after {
        display: block;
        clear: both;
        content: ""; } }
  @media (max-width: 575.98px) {
    .footermenu nav {
      float: left;
      width: 50%; } }
  .footermenu nav ul {
    padding: 0;
    margin-bottom: 25px; }
    .footermenu nav ul li {
      margin: 0;
      list-style: none;
      line-height: 130%; }
      .footermenu nav ul li a {
        font-size: 14px;
        margin-bottom: 0; }
        .footermenu nav ul li a.facebook {
          display: inline-block;
          width: 50px;
          height: 50px;
          background-image: url(../images/redesign/icon-facebook.svg);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center; }

.rainyday,
.slideshow {
  position: relative; }
  .rainyday .scroll-icon,
  .slideshow .scroll-icon {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    z-index: 150;
    display: block;
    width: 26px;
    height: 57px;
    margin: auto;
    content: '';
    background-image: url(../images/redesign/icon-scroll.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
    @media (max-width: 1199.98px) {
      .rainyday .scroll-icon,
      .slideshow .scroll-icon {
        display: none; } }
    @media (max-height: 800px) {
      .rainyday .scroll-icon,
      .slideshow .scroll-icon {
        display: none; } }
  .rainyday .cycle-slideshow,
  .slideshow .cycle-slideshow {
    height: 800px;
    width: 100%; }
    .rainyday .cycle-slideshow .slide,
    .slideshow .cycle-slideshow .slide {
      width: 100%;
      height: 800px;
      background: no-repeat center center;
      background-size: cover; }
      .rainyday .cycle-slideshow .slide .guitar-layer,
      .slideshow .cycle-slideshow .slide .guitar-layer {
        height: 100%;
        background-image: url(/media/images/redesign/slider_loader_v2.gif);
        background-repeat: no-repeat;
        background-position: center center; }
      .rainyday .cycle-slideshow .slide .container,
      .slideshow .cycle-slideshow .slide .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        padding-top: 150px;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        opacity: 0; }
      .rainyday .cycle-slideshow .slide h1,
      .slideshow .cycle-slideshow .slide h1 {
        margin-bottom: 8%;
        text-transform: uppercase;
        font-size: 41px;
        color: #ffffff; }
        @media (max-width: 767.98px) {
          .rainyday .cycle-slideshow .slide h1,
          .slideshow .cycle-slideshow .slide h1 {
            font-size: 25px; } }
      .rainyday .cycle-slideshow .slide .logo-kobuci-kert,
      .slideshow .cycle-slideshow .slide .logo-kobuci-kert {
        width: 380px;
        height: 145px;
        margin-bottom: 20px;
        background-image: url(../images/redesign/logo-kobuci-kert.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; }
        @media (max-width: 767.98px) {
          .rainyday .cycle-slideshow .slide .logo-kobuci-kert,
          .slideshow .cycle-slideshow .slide .logo-kobuci-kert {
            width: 230px;
            height: 90px;
            margin-bottom: 15px; } }
      .rainyday .cycle-slideshow .slide .button,
      .slideshow .cycle-slideshow .slide .button {
        display: inline-block;
        height: 70px;
        padding: 0 30px;
        border: 1px solid #ffffff;
        font-size: 32px;
        line-height: 70px;
        color: #ffffff;
        text-transform: uppercase; }
        @media (max-width: 991.98px) {
          .rainyday .cycle-slideshow .slide .button,
          .slideshow .cycle-slideshow .slide .button {
            height: 60px;
            padding: 0 20px;
            font-size: 26px;
            line-height: 60px; } }
        .rainyday .cycle-slideshow .slide .button:hover,
        .slideshow .cycle-slideshow .slide .button:hover {
          text-decoration: none;
          background-color: #ffffff;
          color: #191919; }

.slider {
  position: relative;
  padding: 40px 0 5px 0;
  overflow: hidden; }
  .slider .container {
    position: relative; }
  .slider .cycle-slideshow {
    width: 100%; }
    .slider .cycle-slideshow .slide {
      position: relative !important;
      width: auto;
      height: auto;
      transition: none;
      overflow: hidden; }
      .slider .cycle-slideshow .slide img {
        width: 100%;
        height: auto; }
      .slider .cycle-slideshow .slide h2 {
        position: absolute;
        right: 0;
        bottom: 90px;
        max-width: 80%;
        margin: 0;
        font-size: 32px;
        color: #ffffff;
        text-align: right;
        text-transform: uppercase;
        font-weight: 300;
        overflow: hidden;
        padding-left: 25px;
        padding-right: 25px; }
        .slider .cycle-slideshow .slide h2 span {
          padding: 15px 0;
          background-color: rgba(235, 93, 0, 0.9);
          box-shadow: 25px 0 0 rgba(235, 93, 0, 0.9), -25px 0 0 rgba(235, 93, 0, 0.9);
          white-space: normal;
          line-height: 71px; }
        @media (max-width: 991.98px) {
          .slider .cycle-slideshow .slide h2 {
            bottom: 50px;
            font-size: 22px;
            padding-left: 16px;
            padding-right: 16px; }
            .slider .cycle-slideshow .slide h2 span {
              padding: 11px 0;
              background-color: rgba(235, 93, 0, 0.9);
              box-shadow: 16px 0 0 rgba(235, 93, 0, 0.9), -16px 0 0 rgba(235, 93, 0, 0.9);
              line-height: 50px; } }
        @media (max-width: 767.98px) {
          .slider .cycle-slideshow .slide h2 {
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: block;
            height: 50px;
            max-width: none;
            margin: auto;
            padding-top: 0;
            padding-bottom: 0;
            font-size: 22px;
            line-height: 50px;
            text-align: center;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
            .slider .cycle-slideshow .slide h2 span {
              display: block;
              width: 100%;
              margin: 0;
              padding: 0 10px;
              text-align: center;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; } }
      .slider .cycle-slideshow .slide .button {
        position: absolute;
        right: 0;
        bottom: 40px;
        display: inline-block;
        height: 50px;
        padding: 0 25px 0 100px;
        font-size: 20px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 50px;
        background-color: rgba(43, 43, 43, 0.6); }
        @media (max-width: 991.98px) {
          .slider .cycle-slideshow .slide .button {
            bottom: 18px;
            height: 32px;
            padding: 0 15px 0 70px;
            font-size: 13px;
            line-height: 32px; } }
        @media (max-width: 767.98px) {
          .slider .cycle-slideshow .slide .button {
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: block;
            margin: auto;
            text-align: right; } }
        .slider .cycle-slideshow .slide .button .time {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 80px;
          padding: 7px;
          line-height: 100%;
          background-color: #2B2B2B; }
          @media (max-width: 991.98px) {
            .slider .cycle-slideshow .slide .button .time {
              width: 50px;
              padding: 4px; } }
          .slider .cycle-slideshow .slide .button .time .date {
            display: block;
            padding-bottom: 2px;
            font-size: 27px;
            text-align: center;
            font-weight: 700; }
            @media (max-width: 991.98px) {
              .slider .cycle-slideshow .slide .button .time .date {
                font-size: 18px; } }
          .slider .cycle-slideshow .slide .button .time .day {
            display: block;
            font-size: 12px;
            text-align: center;
            font-weight: 300; }
            @media (max-width: 991.98px) {
              .slider .cycle-slideshow .slide .button .time .day {
                font-size: 8px; } }
          .slider .cycle-slideshow .slide .button .time:after {
            position: absolute;
            top: 0;
            bottom: 0;
            right: -4px;
            display: block;
            width: 7px;
            height: 7px;
            margin: auto;
            background-color: #2B2B2B;
            border-radius: 3.5px;
            content: ''; }
        .slider .cycle-slideshow .slide .button:hover {
          text-decoration: none;
          background-color: #eb5d00; }
  @media (max-width: 767.98px) {
    .slider .cycle-nav {
      display: none; } }
  .slider .cycle-nav .prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    width: 20px;
    height: 36px;
    margin: auto;
    background-image: url(../images/redesign/icon-arrow-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .slider .cycle-nav .prev {
        left: -15px; } }
  .slider .cycle-nav .next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    width: 20px;
    height: 36px;
    margin: auto;
    background-image: url(../images/redesign/icon-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .slider .cycle-nav .next {
        right: -15px; } }
  .slider .pager {
    padding: 15px 0;
    line-height: 0;
    text-align: center; }
    .slider .pager .circle {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 10px;
      line-height: 0;
      background-color: #000000;
      border-radius: 5px;
      cursor: pointer; }
      .slider .pager .circle.cycle-pager-active {
        background-color: #eb5d00; }

@media (max-width: 767.98px) {
  .events .row {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .events .row [class*="col-"] {
      padding-left: 7.5px;
      padding-right: 7.5px; } }

.events .box {
  background-color: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 0 1px transparent;
  transition: all ease-in-out .4s; }
  @media (max-width: 767.98px) {
    .events .box {
      margin-bottom: 15px; } }
  .events .box:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
    .events .box:hover .image {
      -webkit-transform: scale(1.06);
              transform: scale(1.06);
      -webkit-transform-origin: center;
              transform-origin: center; }
  .events .box .image {
    width: 100%;
    height: 0;
    display: block;
    padding-bottom: 62%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .events .box h2 {
    position: relative;
    height: 95px;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #191919;
    line-height: 25px;
    text-overflow: ellipsis;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
    @media (max-width: 991.98px) {
      .events .box h2 {
        margin: 0 0 17px 0;
        padding: 0;
        font-size: 17px; } }
    @media (max-width: 767.98px) {
      .events .box h2 {
        height: 53px;
        margin: 0 0 8px 0;
        padding: 0;
        font-size: 14px;
        line-height: 15px; } }
    .events .box h2 a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 20px 20px 0 20px;
      color: #191919; }
      @media (max-width: 991.98px) {
        .events .box h2 a {
          padding: 17px 17px 0 17px; } }
      @media (max-width: 767.98px) {
        .events .box h2 a {
          padding: 8px 8px 0 8px; } }
      .events .box h2 a:hover {
        text-decoration: none; }
  .events .box .button {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 15px 0 100px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 115%;
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
    background-color: #eb5d00; }
    @media (max-width: 991.98px) {
      .events .box .button {
        height: 40px;
        padding-left: 80px;
        padding-right: 5px;
        font-size: 18px;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .events .box .button {
        height: 40px;
        padding-left: 53px;
        padding-right: 15px;
        font-size: 16px;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @media (max-width: 575.98px) {
      .events .box .button {
        padding-right: 7px;
        font-size: 13px; } }
    .events .box .button:hover {
      text-decoration: none;
      background-color: #000000; }
    .events .box .button.disabled {
      font-size: 16px;
      background-color: #A6A6A6; }
      @media (max-width: 991.98px) {
        .events .box .button.disabled {
          font-size: 14px; } }
      @media (max-width: 767.98px) {
        .events .box .button.disabled {
          font-size: 14px; } }
      @media (max-width: 575.98px) {
        .events .box .button.disabled {
          font-size: 12px; } }
    .events .box .button .time {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 80px;
      padding: 7px;
      background-color: #2B2B2B; }
      @media (max-width: 991.98px) {
        .events .box .button .time {
          width: 65px;
          padding: 4px; } }
      @media (max-width: 767.98px) {
        .events .box .button .time {
          width: 42px;
          padding: 4px; } }
      .events .box .button .time .date {
        display: block;
        padding-bottom: 2px;
        font-size: 27px;
        text-align: center;
        font-weight: 700;
        line-height: 20px; }
        @media (max-width: 991.98px) {
          .events .box .button .time .date {
            font-size: 22px;
            line-height: 19px; } }
        @media (max-width: 767.98px) {
          .events .box .button .time .date {
            font-size: 15px;
            line-height: 18px; } }
      .events .box .button .time .day {
        display: block;
        font-size: 12px;
        text-align: center;
        font-weight: 300;
        line-height: 20px; }
        @media (max-width: 991.98px) {
          .events .box .button .time .day {
            font-size: 10px;
            line-height: 12px; } }
        @media (max-width: 767.98px) {
          .events .box .button .time .day {
            font-size: 7px;
            line-height: 10px; } }
      .events .box .button .time:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -4px;
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        background-color: #2B2B2B;
        border-radius: 3.5px;
        content: ''; }

.galleryblock .row {
  margin-left: -3px;
  margin-right: -3px; }
  .galleryblock .row [class*="col-"] {
    padding-left: 3px;
    padding-right: 3px; }

.galleryblock .box {
  background-color: transparent;
  margin-bottom: 30px;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .galleryblock .box {
      margin-bottom: 20px; } }
  .galleryblock .box:hover .image {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .galleryblock .box:hover .button .time {
    background-color: #eb5d00; }
    .galleryblock .box:hover .button .time:after {
      background-color: #eb5d00; }
  .galleryblock .box .image {
    width: 100%;
    height: 0;
    display: block;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .galleryblock .box h2 {
    position: relative;
    z-index: 10;
    height: 85px;
    margin: 0 0 10px 0;
    padding: 10px 10px 0 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #191919;
    line-height: 25px;
    overflow: hidden;
    background-color: #E7E5DD; }
    @media (max-width: 1199.98px) {
      .galleryblock .box h2 {
        height: 59px;
        margin: 0 0 8px 0;
        padding: 8px 8px 0 0;
        font-size: 15px;
        line-height: 17px; } }
    .galleryblock .box h2 a {
      display: block;
      color: #191919; }
  .galleryblock .box .button {
    position: relative;
    display: block;
    height: 30px;
    padding: 0;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 30px;
    background-color: rgba(43, 43, 43, 0.3); }
    @media (max-width: 1199.98px) {
      .galleryblock .box .button {
        height: 30px;
        font-size: 12px;
        line-height: 30px; } }
    .galleryblock .box .button .time {
      position: relative;
      display: block;
      width: 100%;
      height: 30px;
      padding: 0 7px;
      line-height: 100%;
      background-color: #2B2B2B;
      transition: all ease-in-out .4s;
      white-space: nowrap; }
      @media (max-width: 1199.98px) {
        .galleryblock .box .button .time {
          height: 30px; } }
      .galleryblock .box .button .time .date {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        height: 30px;
        font-size: 16px;
        font-weight: 700;
        line-height: 30px; }
        @media (max-width: 1199.98px) {
          .galleryblock .box .button .time .date {
            height: 30px;
            font-size: 14px;
            line-height: 30px; } }
      .galleryblock .box .button .time .day {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        height: 30px;
        font-size: 16px;
        font-weight: 300;
        line-height: 30px; }
        @media (max-width: 1199.98px) {
          .galleryblock .box .button .time .day {
            height: 30px;
            font-size: 14px;
            line-height: 30px; } }
      .galleryblock .box .button .time:after {
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 0;
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        background-color: #2B2B2B;
        border-radius: 3.5px;
        content: '';
        transition: all ease-in-out .4s; }
        @media (max-width: 1199.98px) {
          .galleryblock .box .button .time:after {
            bottom: -3px; } }
    .galleryblock .box .button:hover {
      text-decoration: none;
      background-color: #eb5d00; }

.photogallery {
  margin-bottom: 35px; }
  @media (max-width: 991.98px) {
    .photogallery .container {
      padding: 0; } }
  @media (max-width: 767.98px) {
    .photogallery .container {
      padding: 0 15px; } }
  .photogallery h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }

.eventslist {
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .eventslist .row {
      margin-left: -7.5px;
      margin-right: -7.5px; }
      .eventslist .row [class*="col-"] {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
  .eventslist .event-month {
    position: relative;
    padding-bottom: 53px; }
    @media (max-width: 991.98px) {
      .eventslist .event-month {
        padding-bottom: 23px; } }
    @media (min-width: 992px) {
      .eventslist .event-month.month1 {
        min-height: 250px; }
      .eventslist .event-month.month2 {
        min-height: 272px; }
      .eventslist .event-month.month3 {
        min-height: 261px; }
      .eventslist .event-month.month4 {
        min-height: 232px; }
      .eventslist .event-month.month5 {
        min-height: 212px; }
      .eventslist .event-month.month6 {
        min-height: 224px; }
      .eventslist .event-month.month7 {
        min-height: 218px; }
      .eventslist .event-month.month8 {
        min-height: 343px; }
      .eventslist .event-month.month9 {
        min-height: 375px; }
      .eventslist .event-month.month10 {
        min-height: 271px; }
      .eventslist .event-month.month11 {
        min-height: 321px; }
      .eventslist .event-month.month12 {
        min-height: 315px; } }
    .eventslist .event-month h2 {
      position: absolute;
      top: 1000px;
      left: -15px;
      width: 1000px;
      height: 80px;
      font-size: 67px;
      font-weight: 200;
      text-transform: uppercase;
      text-align: right;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
      @media (max-width: 991.98px) {
        .eventslist .event-month h2 {
          position: relative;
          top: auto;
          left: auto;
          width: auto;
          height: auto;
          font-size: 40px;
          text-align: left;
          -webkit-transform: none;
                  transform: none; } }
      @media (max-width: 767.98px) {
        .eventslist .event-month h2 {
          font-size: 30px;
          font-weight: 400; } }
  .eventslist .box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 70px;
    margin-bottom: 17px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 1px transparent;
    transition: all ease-in-out .4s; }
    @media (max-width: 991.98px) {
      .eventslist .box {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-left: 0; } }
    .eventslist .box:hover {
      -webkit-transform: scale(1.03);
              transform: scale(1.03); }
      .eventslist .box:hover .image {
        -webkit-transform: scale(1.06);
                transform: scale(1.06);
        -webkit-transform-origin: center;
                transform-origin: center; }
    .eventslist .box .image {
      width: 150px;
      height: 93px;
      display: block;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 991.98px) {
        .eventslist .box .image {
          width: 100%;
          height: 0;
          padding-bottom: 62%; } }
    .eventslist .box .content {
      position: relative;
      z-index: 10;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 93px;
      width: calc(100% - 150px);
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: #ffffff; }
      @media (max-width: 991.98px) {
        .eventslist .box .content {
          width: 100%;
          height: auto; } }
    .eventslist .box h3 {
      position: relative;
      z-index: 10;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 53px;
      margin: 0;
      padding: 0 15px;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700;
      color: #191919;
      line-height: 25px;
      text-overflow: ellipsis;
      background-color: #ffffff;
      overflow: hidden; }
      @media (max-width: 991.98px) {
        .eventslist .box h3 {
          height: 90px;
          padding: 17px 17px 0 17px;
          margin-bottom: 20px;
          font-size: 17px;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      @media (max-width: 767.98px) {
        .eventslist .box h3 {
          height: 53px;
          margin: 0 0 8px 0;
          padding: 8px 8px 0 8px;
          font-size: 14px;
          line-height: 15px; } }
      .eventslist .box h3 a {
        width: 100%;
        max-height: 50px;
        color: #191919;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        @media (max-width: 991.98px) {
          .eventslist .box h3 a {
            max-height: 75px;
            -webkit-line-clamp: 3; } }
        .eventslist .box h3 a:hover {
          text-decoration: none; }
    .eventslist .box .time {
      position: relative;
      height: 40px;
      padding: 0 15px;
      font-size: 20px;
      color: #ffffff;
      text-transform: uppercase;
      line-height: 40px;
      background-color: #2B2B2B; }
      @media (max-width: 991.98px) {
        .eventslist .box .time {
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 10;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around;
          height: 70px;
          width: 68px;
          padding: 7px 0;
          text-align: center;
          line-height: 100%; } }
      @media (max-width: 767.98px) {
        .eventslist .box .time {
          height: 50px;
          width: 50px;
          padding: 2px 0; } }
      .eventslist .box .time .date {
        font-weight: 700; }
        @media (max-width: 991.98px) {
          .eventslist .box .time .date {
            font-size: 22px;
            line-height: 22px; } }
        @media (max-width: 767.98px) {
          .eventslist .box .time .date {
            font-size: 16px;
            line-height: 16px; } }
      .eventslist .box .time .day {
        font-weight: 300; }
        @media (max-width: 991.98px) {
          .eventslist .box .time .day {
            font-size: 10px;
            line-height: 10px; } }
        @media (max-width: 767.98px) {
          .eventslist .box .time .day {
            font-size: 10px;
            line-height: 10px; } }
      .eventslist .box .time .start {
        font-weight: 700; }
        @media (max-width: 991.98px) {
          .eventslist .box .time .start {
            font-size: 21px;
            line-height: 21px; } }
        @media (max-width: 767.98px) {
          .eventslist .box .time .start {
            font-size: 15px;
            line-height: 15px; } }
    .eventslist .box .button {
      position: absolute;
      right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 53px;
      padding: 0 30px 0 15px;
      font-size: 20px;
      color: #ffffff;
      line-height: 130%;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      background-color: #eb5d00; }
      @media (max-width: 991.98px) {
        .eventslist .box .button {
          position: relative;
          z-index: 20;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 70px;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: calc(100% - 68px);
          margin-left: 68px;
          padding-left: 10px;
          padding-right: 10px;
          font-size: 18px;
          line-height: 110%; } }
      @media (max-width: 767.98px) {
        .eventslist .box .button {
          height: 50px;
          width: calc(100% - 50px);
          margin-left: 50px;
          padding-left: 5px;
          padding-right: 5px;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 12px; } }
      .eventslist .box .button:hover {
        text-decoration: none;
        background-color: #000000; }
        .eventslist .box .button:hover:before {
          background-color: #000000; }
      .eventslist .box .button:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -4px;
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        background-color: #eb5d00;
        border-radius: 3.5px;
        content: '';
        transition: all ease-in-out .4s; }
        @media (max-width: 767.98px) {
          .eventslist .box .button:before {
            left: -2px;
            display: block;
            width: 4px;
            height: 4px;
            margin: auto;
            background-color: #eb5d00;
            border-radius: 2px; } }
      .eventslist .box .button.disabled {
        font-size: 18px;
        background-color: #A6A6A6; }
        @media (max-width: 991.98px) {
          .eventslist .box .button.disabled {
            font-size: 13px; } }
        @media (max-width: 767.98px) {
          .eventslist .box .button.disabled {
            font-size: 11px; } }
        .eventslist .box .button.disabled:before {
          background-color: #A6A6A6; }

.eventslist2 {
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .eventslist2 .row {
      margin-left: -7.5px;
      margin-right: -7.5px; }
      .eventslist2 .row [class*="col-"] {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
  .eventslist2 h2 {
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px; }
    @media (max-width: 991.98px) {
      .eventslist2 h2 {
        padding-left: 0;
        padding-right: 0;
        font-size: 20px; } }
    @media (max-width: 767.98px) {
      .eventslist2 h2 {
        font-size: 16px; } }
  .eventslist2 .my-events {
    padding-bottom: 60px; }
    @media (max-width: 767.98px) {
      .eventslist2 .my-events {
        padding-bottom: 10px; } }
    .eventslist2 .my-events header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 30px 20px 30px;
      padding: 0 15px;
      color: #ffffff;
      text-transform: uppercase;
      background: #eb5d00;
      height: 40px; }
      @media (max-width: 991.98px) {
        .eventslist2 .my-events header {
          margin-left: 0;
          margin-right: 0; } }
      @media (max-width: 767.98px) {
        .eventslist2 .my-events header {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          height: auto;
          padding-top: 10px;
          padding-bottom: 10px; } }
      .eventslist2 .my-events header h2 {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 20px;
        line-height: 40px;
        font-weight: 600; }
        @media (max-width: 991.98px) {
          .eventslist2 .my-events header h2 {
            font-size: 18px; } }
        @media (max-width: 767.98px) {
          .eventslist2 .my-events header h2 {
            -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            font-size: 16px;
            line-height: 120%; } }
      .eventslist2 .my-events header p {
        display: inline-block;
        margin: 0;
        font-size: 20px;
        line-height: 40px; }
        @media (max-width: 991.98px) {
          .eventslist2 .my-events header p {
            font-size: 18px; } }
        @media (max-width: 767.98px) {
          .eventslist2 .my-events header p {
            font-size: 16px;
            line-height: 120%; } }
  .eventslist2 .event-month {
    position: relative;
    /*
		@include media-breakpoint-up(lg){
			&.month1{
				min-height: 250px;
			}
			&.month2{
				min-height: 272px;
			}
			&.month3{
				min-height: 261px;
			}
			&.month4{
				min-height: 232px;
			}
			&.month5{
				min-height: 212px;
			}
			&.month6{
				min-height: 224px;
			}
			&.month7{
				min-height: 218px;
			}
			&.month8{
				min-height: 343px;
			}
			&.month9{
				min-height: 375px;
			}
			&.month10{
				min-height: 271px;
			}
			&.month11{
				min-height: 321px;
			}
			&.month12{
				min-height: 315px;
			}
		}*/ }
    .eventslist2 .event-month h2 {
      display: none;
      position: absolute;
      top: 1000px;
      left: -15px;
      width: 1000px;
      height: 80px;
      font-size: 67px;
      font-weight: 200;
      text-transform: uppercase;
      text-align: right;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
  .eventslist2 .box {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 17px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 1px transparent;
    transition: all ease-in-out .4s; }
    @media (max-width: 991.98px) {
      .eventslist2 .box {
        margin-left: 0;
        margin-right: 0; } }
    .eventslist2 .box:hover .image {
      -webkit-transform: scale(1.06);
              transform: scale(1.06);
      -webkit-transform-origin: center;
              transform-origin: center; }
      @media (max-width: 767.98px) {
        .eventslist2 .box:hover .image {
          -webkit-transform: none;
                  transform: none; } }
    .eventslist2 .box .box-header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      box-shadow: 0 0 1px transparent; }
    .eventslist2 .box .image {
      width: 150px;
      height: 93px;
      display: block;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 767.98px) {
        .eventslist2 .box .image {
          position: absolute;
          left: 0;
          top: 52px;
          z-index: 100; } }
    .eventslist2 .box .content {
      position: relative;
      z-index: 101;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 93px;
      width: 100%;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: #ffffff; }
      @media (max-width: 767.98px) {
        .eventslist2 .box .content {
          height: 145px;
          background-color: transparent; }
          .eventslist2 .box .content > .row {
            height: 100%; } }
      .eventslist2 .box .content .top {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: #2B2B2B; }
        @media (max-width: 767.98px) {
          .eventslist2 .box .content .top {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100; } }
        .eventslist2 .box .content .top .time {
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          position: relative;
          height: 40px;
          padding: 0 15px;
          font-size: 20px;
          color: #ffffff;
          text-transform: uppercase;
          line-height: 40px;
          background-color: #2B2B2B; }
          @media (max-width: 767.98px) {
            .eventslist2 .box .content .top .time {
              height: 52px;
              font-size: 14px;
              line-height: 125%;
              white-space: nowrap;
              padding-top: 9px; } }
          .eventslist2 .box .content .top .time .date {
            font-weight: 700; }
            @media (max-width: 767.98px) {
              .eventslist2 .box .content .top .time .date {
                font-size: 14px;
                line-height: 125%; } }
          .eventslist2 .box .content .top .time .day {
            font-weight: 300; }
            @media (max-width: 767.98px) {
              .eventslist2 .box .content .top .time .day {
                font-size: 14px;
                line-height: 125%;
                position: absolute;
                top: 26px;
                left: 15px; } }
          .eventslist2 .box .content .top .time .start {
            font-weight: 700; }
            @media (max-width: 767.98px) {
              .eventslist2 .box .content .top .time .start {
                font-size: 14px;
                line-height: 125%; } }
        .eventslist2 .box .content .top .tickets {
          position: relative;
          height: 40px;
          padding: 0 15px 0 15px;
          font-size: 20px;
          color: #ffffff;
          text-transform: uppercase;
          line-height: 40px;
          background-color: #2B2B2B; }
          @media (max-width: 767.98px) {
            .eventslist2 .box .content .top .tickets {
              height: 52px;
              padding-top: 9px;
              font-size: 14px;
              line-height: 125%; }
              .eventslist2 .box .content .top .tickets strong {
                display: block; } }
        .eventslist2 .box .content .top .arrow {
          position: relative;
          width: 40px;
          border-left: 1px solid #ffffff;
          cursor: pointer;
          transition: all ease-in-out .4s; }
          @media (max-width: 767.98px) {
            .eventslist2 .box .content .top .arrow {
              width: 52px;
              min-width: 52px;
              max-width: 52px; } }
          .eventslist2 .box .content .top .arrow:hover {
            background-color: #191919; }
            .eventslist2 .box .content .top .arrow:hover:before {
              -webkit-transform: scale(1.1);
                      transform: scale(1.1); }
          .eventslist2 .box .content .top .arrow:before {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 8px;
            display: block;
            width: 23px;
            height: 16px;
            margin: auto;
            background-image: url(../images/redesign/icon-accordion-arrow-down-white.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
            content: '';
            transition: all ease-in-out .4s; }
            @media (max-width: 767.98px) {
              .eventslist2 .box .content .top .arrow:before {
                right: 13px; } }
    .eventslist2 .box .details {
      max-height: 0;
      padding: 0 30px;
      overflow: hidden;
      border-top: 2px solid #E7E5DD;
      transition: all ease-in-out .4s; }
      @media (max-width: 767.98px) {
        .eventslist2 .box .details {
          padding: 0 10px; } }
      .eventslist2 .box .details p:first-of-type {
        font-weight: 700; }
      .eventslist2 .box .details p:last-child {
        margin-bottom: 0; }
        @media (max-width: 991.98px) {
          .eventslist2 .box .details p:last-child {
            margin-bottom: 30px; } }
        @media (max-width: 767.98px) {
          .eventslist2 .box .details p:last-child {
            margin-bottom: 20px; } }
      .eventslist2 .box .details nav {
        margin-top: 10px; }
        @media (max-width: 991.98px) {
          .eventslist2 .box .details nav {
            margin-top: 0; } }
        @media (max-width: 767.98px) {
          .eventslist2 .box .details nav {
            margin-top: 20px; } }
        .eventslist2 .box .details nav ul {
          margin: 0;
          padding: 0;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (max-width: 991.98px) {
            .eventslist2 .box .details nav ul {
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-align-items: flex-start;
                  -ms-flex-align: start;
                      align-items: flex-start; } }
          .eventslist2 .box .details nav ul li {
            margin: 0;
            padding: 0;
            list-style: none; }
            @media (max-width: 991.98px) {
              .eventslist2 .box .details nav ul li {
                width: 100%;
                margin-bottom: 15px; }
                .eventslist2 .box .details nav ul li:not(:last-child) {
                  border-bottom: 1px solid #A6A6A6; } }
            @media (max-width: 767.98px) {
              .eventslist2 .box .details nav ul li:last-child {
                margin-bottom: 0; }
                .eventslist2 .box .details nav ul li:last-child a {
                  margin-bottom: 0; } }
            .eventslist2 .box .details nav ul li:last-child a {
              border: 0; }
            .eventslist2 .box .details nav ul li.separator {
              width: 1px;
              height: 55px;
              background-color: #A6A6A6; }
              @media (max-width: 991.98px) {
                .eventslist2 .box .details nav ul li.separator {
                  display: none; } }
            .eventslist2 .box .details nav ul li a {
              display: block;
              height: 78px;
              font-size: 14px;
              color: #191919;
              line-height: 78px;
              text-transform: uppercase; }
              @media (max-width: 991.98px) {
                .eventslist2 .box .details nav ul li a {
                  height: 30px;
                  padding-left: 6px;
                  line-height: 30px;
                  margin-bottom: 15px; } }
              .eventslist2 .box .details nav ul li a:before {
                position: relative;
                top: -2px;
                display: inline-block;
                width: 30px;
                height: 30px;
                margin-left: 0;
                margin-right: 15px;
                vertical-align: middle;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: contain;
                content: ''; }
              .eventslist2 .box .details nav ul li a.facebook-event:before {
                background-image: url(../images/redesign/icon-facebook-event.png); }
              .eventslist2 .box .details nav ul li a.facebook-page:before {
                background-image: url(../images/redesign/icon-facebook-page.png); }
              .eventslist2 .box .details nav ul li a.webpage:before {
                background-image: url(../images/redesign/icon-webpage.png);
                background-size: 80%; }
    .eventslist2 .box.open .top .arrow:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .eventslist2 .box.open .top .arrow:hover:before {
      -webkit-transform: rotate(180deg) scale(1.1);
              transform: rotate(180deg) scale(1.1); }
    .eventslist2 .box.open .details {
      max-height: 9999px;
      padding: 30px; }
      @media (max-width: 767.98px) {
        .eventslist2 .box.open .details {
          padding: 10px 10px 20px 10px; } }
    .eventslist2 .box h3 {
      position: relative;
      z-index: 10;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 53px;
      margin: 0;
      padding: 0 15px;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700;
      color: #191919;
      line-height: 25px;
      text-overflow: ellipsis;
      background-color: #ffffff;
      overflow: hidden; }
      @media (max-width: 991.98px) {
        .eventslist2 .box h3 {
          font-size: 16px; } }
      @media (max-width: 767.98px) {
        .eventslist2 .box h3 {
          position: absolute;
          top: 52px;
          z-index: 100;
          padding-left: 160px;
          font-size: 14px;
          background-color: transparent; } }
      .eventslist2 .box h3 a {
        width: 100%;
        max-height: 50px;
        color: #191919;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        @media (max-width: 767.98px) {
          .eventslist2 .box h3 a {
            max-height: 53px;
            -webkit-line-clamp: 3;
            line-height: 120%; } }
        .eventslist2 .box h3 a:hover {
          text-decoration: none; }
    .eventslist2 .box .button {
      position: absolute;
      right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 53px;
      padding: 0 30px 0 15px;
      font-size: 20px;
      color: #ffffff;
      line-height: 130%;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      background-color: #eb5d00; }
      @media (max-width: 767.98px) {
        .eventslist2 .box .button {
          bottom: 0;
          left: 157px;
          width: calc(100% - 165px);
          height: 40px;
          padding: 0 15px;
          font-size: 13px; } }
      .eventslist2 .box .button:hover {
        text-decoration: none;
        background-color: #000000; }
        .eventslist2 .box .button:hover:before {
          background-color: #000000; }
      .eventslist2 .box .button:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -4px;
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        background-color: #eb5d00;
        border-radius: 3.5px;
        content: '';
        transition: all ease-in-out .4s; }
        @media (max-width: 767.98px) {
          .eventslist2 .box .button:before {
            left: -2px;
            display: block;
            width: 4px;
            height: 4px;
            margin: auto;
            background-color: #eb5d00;
            border-radius: 2px; } }
      .eventslist2 .box .button.secondary {
        background-color: #23B0F0; }
        .eventslist2 .box .button.secondary:before {
          background-color: #23B0F0; }
        .eventslist2 .box .button.secondary:hover {
          text-decoration: none;
          background-color: #000000; }
          .eventslist2 .box .button.secondary:hover:before {
            background-color: #000000; }
      .eventslist2 .box .button.disabled {
        font-size: 18px;
        background-color: #A6A6A6; }
        @media (max-width: 991.98px) {
          .eventslist2 .box .button.disabled {
            font-size: 13px; } }
        @media (max-width: 767.98px) {
          .eventslist2 .box .button.disabled {
            font-size: 11px; } }
        .eventslist2 .box .button.disabled:before {
          background-color: #A6A6A6; }

.eventspage {
  margin-bottom: 45px; }
  .eventspage .container::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 991.98px) {
    .eventspage .container {
      padding: 0; } }
  @media (max-width: 767.98px) {
    .eventspage .container {
      padding: 0 15px; } }
  @media (max-width: 991.98px) {
    .eventspage .event-image {
      margin-left: -24px;
      margin-right: -24px; } }
  @media (max-width: 767.98px) {
    .eventspage .event-image {
      margin-left: -15px;
      margin-right: -15px; } }
  .eventspage .event-image img {
    width: 100%; }
  .eventspage .event-image .time {
    position: relative;
    display: block;
    height: 70px;
    padding: 0 25px;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 70px;
    background-color: #2B2B2B; }
    @media (max-width: 991.98px) {
      .eventspage .event-image .time {
        height: 50px;
        line-height: 100%; } }
    @media (max-width: 767.98px) {
      .eventspage .event-image .time {
        height: 36px;
        line-height: 90%; } }
    .eventspage .event-image .time .date {
      font-weight: 700; }
      @media (max-width: 991.98px) {
        .eventspage .event-image .time .date {
          display: inline-block;
          height: 50px;
          font-size: 21px;
          line-height: 50px; } }
      @media (max-width: 767.98px) {
        .eventspage .event-image .time .date {
          height: 36px;
          font-size: 18px;
          line-height: 36px; } }
    .eventspage .event-image .time .day {
      font-weight: 300; }
      @media (max-width: 991.98px) {
        .eventspage .event-image .time .day {
          display: inline-block;
          height: 50px;
          font-size: 21px;
          line-height: 50px; } }
      @media (max-width: 767.98px) {
        .eventspage .event-image .time .day {
          height: 36px;
          font-size: 18px;
          line-height: 36px; } }
    .eventspage .event-image .time .start {
      font-weight: 700; }
      @media (max-width: 991.98px) {
        .eventspage .event-image .time .start {
          display: inline-block;
          height: 50px;
          font-size: 21px;
          line-height: 50px; } }
      @media (max-width: 767.98px) {
        .eventspage .event-image .time .start {
          height: 36px;
          font-size: 18px;
          line-height: 36px; } }
  .eventspage .event-details {
    width: calc(100% - 263px);
    float: left; }
    @media (max-width: 767.98px) {
      .eventspage .event-details {
        width: 100%; } }
    .eventspage .event-details h1 {
      padding-right: 40px;
      margin-bottom: 30px;
      padding-top: 25px;
      font-size: 50px;
      font-weight: 300; }
      @media (max-width: 991.98px) {
        .eventspage .event-details h1 {
          font-size: 35px; } }
      @media (max-width: 767.98px) {
        .eventspage .event-details h1 {
          margin-bottom: 25px;
          padding-right: 0;
          padding-top: 20px;
          font-size: 30px; } }
    .eventspage .event-details p {
      padding-right: 40px; }
      @media (max-width: 767.98px) {
        .eventspage .event-details p {
          padding-right: 0; } }
    .eventspage .event-details p:first-of-type {
      font-weight: 700; }
    .eventspage .event-details .buy {
      position: absolute;
      top: -70px;
      right: -263px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 263px;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 991.98px) {
        .eventspage .event-details .buy {
          top: -50px;
          right: -287px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 287px; } }
      @media (max-width: 767.98px) {
        .eventspage .event-details .buy {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto;
          min-height: 43px;
          width: 100%;
          margin-bottom: 30px;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          background-color: #191919; } }
      .eventspage .event-details .buy .price {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 70px;
        width: 100%;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff; }
        @media (max-width: 991.98px) {
          .eventspage .event-details .buy .price {
            height: 50px;
            font-size: 21px; } }
        @media (max-width: 767.98px) {
          .eventspage .event-details .buy .price {
            height: auto;
            font-size: 21px; } }
        .eventspage .event-details .buy .price:before {
          position: absolute;
          left: 0;
          top: 10px;
          bottom: 10px;
          display: block;
          width: 1px;
          margin-right: 15px;
          vertical-align: middle;
          background-color: #808080;
          content: ''; }
          @media (max-width: 767.98px) {
            .eventspage .event-details .buy .price:before {
              display: none; } }
        .eventspage .event-details .buy .price.no-price:before {
          display: none; }
        .eventspage .event-details .buy .price.smaller {
          font-size: 24px; }
          @media (max-width: 991.98px) {
            .eventspage .event-details .buy .price.smaller {
              font-size: 20px; } }
          @media (max-width: 767.98px) {
            .eventspage .event-details .buy .price.smaller {
              height: auto;
              font-size: 20px; } }
      .eventspage .event-details .buy .button {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 76px;
        width: 100%;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 130%;
        background-color: #eb5d00; }
        @media (max-width: 991.98px) {
          .eventspage .event-details .buy .button {
            height: 50px;
            font-size: 17px; } }
        @media (max-width: 767.98px) {
          .eventspage .event-details .buy .button {
            height: auto;
            padding: 5px;
            font-size: 17px; } }
        .eventspage .event-details .buy .button:hover {
          background-color: #000000;
          text-decoration: none; }
          .eventspage .event-details .buy .button:hover:after {
            background-color: #000000; }
        .eventspage .event-details .buy .button:before {
          position: relative;
          top: -3px;
          display: inline-block;
          width: 27px;
          height: 25px;
          margin-right: 15px;
          vertical-align: middle;
          background-position: center center;
          background-repeat: no-repeat;
          background-image: url(../images/redesign/icon-cart.svg);
          background-size: contain;
          content: ''; }
          @media (max-width: 767.98px) {
            .eventspage .event-details .buy .button:before {
              display: none; } }
        .eventspage .event-details .buy .button:after {
          position: absolute;
          top: -4px;
          right: 0;
          left: 0;
          display: block;
          width: 7px;
          height: 7px;
          margin: auto;
          background-color: #eb5d00;
          border-radius: 3.5px;
          content: '';
          transition: all ease-in-out .4s; }
          @media (max-width: 767.98px) {
            .eventspage .event-details .buy .button:after {
              top: 0;
              right: auto;
              left: -4px;
              bottom: 0; } }
        .eventspage .event-details .buy .button.disabled {
          background-color: #A6A6A6;
          text-align: center; }
          .eventspage .event-details .buy .button.disabled:before {
            display: none; }
          .eventspage .event-details .buy .button.disabled:after {
            background-color: #A6A6A6; }
        .eventspage .event-details .buy .button.free {
          background-color: #46DF4F;
          text-align: center;
          cursor: default; }
          .eventspage .event-details .buy .button.free:before {
            display: none; }
          .eventspage .event-details .buy .button.free:after {
            background-color: #46DF4F; }
          .eventspage .event-details .buy .button.free:hover {
            background-color: #46DF4F; }
  .eventspage .event-sidebar {
    width: 263px;
    padding-top: 86px;
    float: right; }
    @media (max-width: 991.98px) {
      .eventspage .event-sidebar {
        width: 273px;
        margin-right: -10px; } }
    @media (max-width: 767.98px) {
      .eventspage .event-sidebar {
        width: 100%;
        margin: 0;
        padding: 0; } }
    .eventspage .event-sidebar nav ul {
      margin: 0;
      padding: 0; }
      .eventspage .event-sidebar nav ul li {
        margin: 0;
        padding: 0;
        list-style: none; }
        .eventspage .event-sidebar nav ul li:last-child a {
          border: 0; }
        .eventspage .event-sidebar nav ul li a {
          display: block;
          height: 78px;
          font-size: 16px;
          color: #191919;
          line-height: 78px;
          text-transform: uppercase;
          border-bottom: 1px solid #191919; }
          .eventspage .event-sidebar nav ul li a:before {
            position: relative;
            top: -5px;
            display: inline-block;
            width: 32px;
            height: 32px;
            margin-left: 15px;
            margin-right: 25px;
            vertical-align: middle;
            background-position: center center;
            background-repeat: no-repeat;
            content: ''; }
          .eventspage .event-sidebar nav ul li a.facebook-event:before {
            background-image: url(../images/redesign/icon-facebook-event.png); }
          .eventspage .event-sidebar nav ul li a.facebook-page:before {
            background-image: url(../images/redesign/icon-facebook-page.png); }
          .eventspage .event-sidebar nav ul li a.webpage:before {
            background-image: url(../images/redesign/icon-webpage.png); }
  .eventspage .videowrapper {
    width: calc(100% - 263px); }
    @media (max-width: 991.98px) {
      .eventspage .videowrapper {
        width: 100%; } }
  .eventspage .event-details .videowrapper {
    width: calc(100% - 40px);
    padding-bottom: calc(53.1% - 40px); }
    @media (max-width: 991.98px) {
      .eventspage .event-details .videowrapper {
        width: 100%;
        padding-bottom: 53.1%; } }

.cartpage form,
.cart-section form {
  margin-left: -7px;
  margin-right: -7px; }
  .cartpage form table,
  .cart-section form table {
    width: 100%;
    table-layout: fixed;
    font-weight: 500;
    border-collapse: initial;
    border-spacing: 0 2px; }
    @media (max-width: 767.98px) {
      .cartpage form table thead,
      .cart-section form table thead {
        display: none; } }
    .cartpage form table thead tr,
    .cart-section form table thead tr {
      border-bottom: 2px solid #E7E5DD;
      height: 60px; }
      @media (max-width: 991.98px) {
        .cartpage form table thead tr,
        .cart-section form table thead tr {
          height: 51px; } }
      .cartpage form table thead tr th,
      .cart-section form table thead tr th {
        padding: 0 15px 0 15px;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap;
        background-color: #ffffff; }
        @media (max-width: 991.98px) {
          .cartpage form table thead tr th,
          .cart-section form table thead tr th {
            font-size: 16px;
            padding: 0 5px 0 5px; } }
        .cartpage form table thead tr th:first-child,
        .cart-section form table thead tr th:first-child {
          padding-left: 30px;
          width: 33%; }
          @media (max-width: 991.98px) {
            .cartpage form table thead tr th:first-child,
            .cart-section form table thead tr th:first-child {
              padding-left: 20px; } }
        .cartpage form table thead tr th:last-child,
        .cart-section form table thead tr th:last-child {
          padding-right: 30px; }
          @media (max-width: 991.98px) {
            .cartpage form table thead tr th:last-child,
            .cart-section form table thead tr th:last-child {
              padding-right: 20px; } }
        .cartpage form table thead tr th:nth-child(1), .cartpage form table thead tr th:nth-child(2),
        .cart-section form table thead tr th:nth-child(1),
        .cart-section form table thead tr th:nth-child(2) {
          text-align: left; }
        .cartpage form table thead tr th:nth-child(2),
        .cart-section form table thead tr th:nth-child(2) {
          width: 17%; }
        .cartpage form table thead tr th:nth-child(3),
        .cart-section form table thead tr th:nth-child(3) {
          width: 200px; }
          @media (max-width: 991.98px) {
            .cartpage form table thead tr th:nth-child(3),
            .cart-section form table thead tr th:nth-child(3) {
              width: 130px; } }
        .cartpage form table thead tr th:nth-child(5),
        .cart-section form table thead tr th:nth-child(5) {
          width: 140px; }
          @media (max-width: 991.98px) {
            .cartpage form table thead tr th:nth-child(5),
            .cart-section form table thead tr th:nth-child(5) {
              width: 100px; } }
    .cartpage form table tbody tr,
    .cart-section form table tbody tr {
      border-bottom: 2px solid #E7E5DD; }
      @media (max-width: 767.98px) {
        .cartpage form table tbody tr,
        .cart-section form table tbody tr {
          display: block;
          padding-bottom: 10px;
          background-color: #ffffff;
          border-bottom: 9px solid #E7E5DD; } }
      .cartpage form table tbody tr.separator,
      .cart-section form table tbody tr.separator {
        height: 16px; }
        @media (max-width: 991.98px) {
          .cartpage form table tbody tr.separator,
          .cart-section form table tbody tr.separator {
            height: 11px; } }
        @media (max-width: 767.98px) {
          .cartpage form table tbody tr.separator,
          .cart-section form table tbody tr.separator {
            display: none; } }
        .cartpage form table tbody tr.separator td,
        .cart-section form table tbody tr.separator td {
          background-color: #E7E5DD; }
      .cartpage form table tbody tr.additional,
      .cart-section form table tbody tr.additional {
        height: 60px; }
        @media (max-width: 991.98px) {
          .cartpage form table tbody tr.additional,
          .cart-section form table tbody tr.additional {
            height: 51px; } }
        @media (max-width: 767.98px) {
          .cartpage form table tbody tr.additional,
          .cart-section form table tbody tr.additional {
            height: auto;
            padding-bottom: 0; } }
        .cartpage form table tbody tr.additional td:nth-child(1), .cartpage form table tbody tr.additional td:nth-child(2),
        .cart-section form table tbody tr.additional td:nth-child(1),
        .cart-section form table tbody tr.additional td:nth-child(2) {
          background: transparent; }
          @media (max-width: 767.98px) {
            .cartpage form table tbody tr.additional td:nth-child(1), .cartpage form table tbody tr.additional td:nth-child(2),
            .cart-section form table tbody tr.additional td:nth-child(1),
            .cart-section form table tbody tr.additional td:nth-child(2) {
              display: none; } }
        .cartpage form table tbody tr.additional td:nth-child(3),
        .cart-section form table tbody tr.additional td:nth-child(3) {
          padding-left: 30px;
          font-size: 20px;
          font-weight: 700;
          text-align: left;
          text-transform: uppercase; }
          @media (max-width: 991.98px) {
            .cartpage form table tbody tr.additional td:nth-child(3),
            .cart-section form table tbody tr.additional td:nth-child(3) {
              font-size: 16px; } }
          @media (max-width: 767.98px) {
            .cartpage form table tbody tr.additional td:nth-child(3),
            .cart-section form table tbody tr.additional td:nth-child(3) {
              display: none; } }
        @media (max-width: 767.98px) {
          .cartpage form table tbody tr.additional td:nth-child(4),
          .cart-section form table tbody tr.additional td:nth-child(4) {
            height: 60px;
            line-height: 60px; } }
      .cartpage form table tbody tr.summary,
      .cart-section form table tbody tr.summary {
        height: 70px; }
        @media (max-width: 991.98px) {
          .cartpage form table tbody tr.summary,
          .cart-section form table tbody tr.summary {
            height: 59px; } }
        @media (max-width: 767.98px) {
          .cartpage form table tbody tr.summary,
          .cart-section form table tbody tr.summary {
            height: auto;
            padding-bottom: 0; } }
        .cartpage form table tbody tr.summary td,
        .cart-section form table tbody tr.summary td {
          font-size: 20px;
          font-weight: 700; }
          @media (max-width: 991.98px) {
            .cartpage form table tbody tr.summary td,
            .cart-section form table tbody tr.summary td {
              font-size: 16px; } }
          .cartpage form table tbody tr.summary td:nth-child(1), .cartpage form table tbody tr.summary td:nth-child(2),
          .cart-section form table tbody tr.summary td:nth-child(1),
          .cart-section form table tbody tr.summary td:nth-child(2) {
            background: transparent; }
            @media (max-width: 767.98px) {
              .cartpage form table tbody tr.summary td:nth-child(1), .cartpage form table tbody tr.summary td:nth-child(2),
              .cart-section form table tbody tr.summary td:nth-child(1),
              .cart-section form table tbody tr.summary td:nth-child(2) {
                display: none; } }
          .cartpage form table tbody tr.summary td:nth-child(3), .cartpage form table tbody tr.summary td:nth-child(4), .cartpage form table tbody tr.summary td:nth-child(5),
          .cart-section form table tbody tr.summary td:nth-child(3),
          .cart-section form table tbody tr.summary td:nth-child(4),
          .cart-section form table tbody tr.summary td:nth-child(5) {
            border-top: 2px solid #000000;
            border-bottom: 2px solid #000000; }
            @media (max-width: 767.98px) {
              .cartpage form table tbody tr.summary td:nth-child(3), .cartpage form table tbody tr.summary td:nth-child(4), .cartpage form table tbody tr.summary td:nth-child(5),
              .cart-section form table tbody tr.summary td:nth-child(3),
              .cart-section form table tbody tr.summary td:nth-child(4),
              .cart-section form table tbody tr.summary td:nth-child(5) {
                border-left: 2px solid #000000;
                border-right: 2px solid #000000; } }
          .cartpage form table tbody tr.summary td:nth-child(3),
          .cart-section form table tbody tr.summary td:nth-child(3) {
            padding-left: 30px;
            text-transform: uppercase;
            text-align: left;
            border-left: 2px solid #000000; }
            @media (max-width: 767.98px) {
              .cartpage form table tbody tr.summary td:nth-child(3),
              .cart-section form table tbody tr.summary td:nth-child(3) {
                height: 40px;
                padding-left: 10px;
                padding-right: 10px;
                line-height: 40px;
                text-align: left !important; } }
          @media (max-width: 767.98px) {
            .cartpage form table tbody tr.summary td:nth-child(4),
            .cart-section form table tbody tr.summary td:nth-child(4) {
              height: 35px;
              padding-top: 5px;
              padding-left: 10px;
              padding-right: 10px;
              line-height: 30px;
              font-weight: 500;
              border-top: 0;
              border-bottom: 0; } }
          .cartpage form table tbody tr.summary td:nth-child(5),
          .cart-section form table tbody tr.summary td:nth-child(5) {
            border-right: 2px solid #000000; }
            @media (max-width: 767.98px) {
              .cartpage form table tbody tr.summary td:nth-child(5),
              .cart-section form table tbody tr.summary td:nth-child(5) {
                height: 35px;
                padding-left: 10px;
                padding-right: 10px;
                padding-bottom: 5px;
                line-height: 30px;
                border-top: 0; } }
      .cartpage form table tbody tr td,
      .cart-section form table tbody tr td {
        padding: 0 15px 0 15px;
        font-size: 16px;
        text-align: center;
        line-height: 130%;
        background-color: #ffffff; }
        @media (max-width: 991.98px) {
          .cartpage form table tbody tr td,
          .cart-section form table tbody tr td {
            padding: 0 5px 0 5px;
            font-size: 14px; } }
        @media (max-width: 767.98px) {
          .cartpage form table tbody tr td,
          .cart-section form table tbody tr td {
            display: block;
            height: 35px;
            padding: 0 15px;
            line-height: 35px;
            overflow: hidden; }
            .cartpage form table tbody tr td:first-child,
            .cart-section form table tbody tr td:first-child {
              height: auto;
              padding-top: 0;
              margin-bottom: 5px; }
            .cartpage form table tbody tr td:not(:first-child),
            .cart-section form table tbody tr td:not(:first-child) {
              text-align: right !important; }
            .cartpage form table tbody tr td[data-th]:before,
            .cart-section form table tbody tr td[data-th]:before {
              float: left;
              content: attr(data-th);
              font-size: 16px;
              text-transform: uppercase; } }
        .cartpage form table tbody tr td:first-child,
        .cart-section form table tbody tr td:first-child {
          padding-left: 30px;
          font-weight: 700; }
          @media (max-width: 991.98px) {
            .cartpage form table tbody tr td:first-child,
            .cart-section form table tbody tr td:first-child {
              padding-left: 20px; } }
          @media (max-width: 767.98px) {
            .cartpage form table tbody tr td:first-child,
            .cart-section form table tbody tr td:first-child {
              padding-left: 15px; } }
          .cartpage form table tbody tr td:first-child a,
          .cart-section form table tbody tr td:first-child a {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            min-height: 90px;
            padding: 15px 0;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            color: #191919; }
            @media (max-width: 991.98px) {
              .cartpage form table tbody tr td:first-child a,
              .cart-section form table tbody tr td:first-child a {
                min-height: 76px;
                padding: 10px 0; } }
            @media (max-width: 767.98px) {
              .cartpage form table tbody tr td:first-child a,
              .cart-section form table tbody tr td:first-child a {
                min-height: 50px;
                padding: 10px 0;
                line-height: 140%;
                border-bottom: 1px solid #E7E5DD; } }
        .cartpage form table tbody tr td:last-child,
        .cart-section form table tbody tr td:last-child {
          padding-right: 30px; }
          @media (max-width: 991.98px) {
            .cartpage form table tbody tr td:last-child,
            .cart-section form table tbody tr td:last-child {
              padding-right: 20px; } }
          @media (max-width: 767.98px) {
            .cartpage form table tbody tr td:last-child,
            .cart-section form table tbody tr td:last-child {
              padding-right: 15px; } }
        .cartpage form table tbody tr td:nth-child(1), .cartpage form table tbody tr td:nth-child(2),
        .cart-section form table tbody tr td:nth-child(1),
        .cart-section form table tbody tr td:nth-child(2) {
          text-align: left; }
        .cartpage form table tbody tr td .quantity,
        .cart-section form table tbody tr td .quantity {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 180px;
          margin: 0 auto;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media (max-width: 991.98px) {
            .cartpage form table tbody tr td .quantity,
            .cart-section form table tbody tr td .quantity {
              width: 130px; } }
          @media (max-width: 767.98px) {
            .cartpage form table tbody tr td .quantity,
            .cart-section form table tbody tr td .quantity {
              -webkit-justify-content: space-between;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              float: right; } }
          .cartpage form table tbody tr td .quantity button,
          .cart-section form table tbody tr td .quantity button {
            position: relative;
            width: 25px;
            height: 25px;
            font-size: 29px;
            line-height: 25px;
            border-radius: 12.5px;
            border: 1px solid #000000;
            outline: none;
            cursor: pointer;
            background-color: #ffffff;
            transition: all ease-in-out .4s; }
            .cartpage form table tbody tr td .quantity button:hover,
            .cart-section form table tbody tr td .quantity button:hover {
              color: #ffffff;
              background-color: #000000;
              transition: none; }
            .cartpage form table tbody tr td .quantity button:active,
            .cart-section form table tbody tr td .quantity button:active {
              background-color: #EB5D00; }
            @media (max-width: 991.98px) {
              .cartpage form table tbody tr td .quantity button,
              .cart-section form table tbody tr td .quantity button {
                width: 30px;
                height: 30px;
                font-size: 34px;
                line-height: 30px;
                border-radius: 15px; } }
            @media (max-width: 767.98px) {
              .cartpage form table tbody tr td .quantity button,
              .cart-section form table tbody tr td .quantity button {
                position: relative;
                top: 4px; } }
            .cartpage form table tbody tr td .quantity button.dec:before,
            .cart-section form table tbody tr td .quantity button.dec:before {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              display: block;
              width: 23px;
              height: 23px;
              margin: auto;
              text-align: center;
              line-height: 13px;
              content: '-'; }
              @media (max-width: 991.98px) {
                .cartpage form table tbody tr td .quantity button.dec:before,
                .cart-section form table tbody tr td .quantity button.dec:before {
                  line-height: 12px; } }
            .cartpage form table tbody tr td .quantity button.inc:before,
            .cart-section form table tbody tr td .quantity button.inc:before {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              display: block;
              width: 23px;
              height: 23px;
              margin: auto;
              text-align: center;
              line-height: 13px;
              content: '+'; }
              @media (max-width: 991.98px) {
                .cartpage form table tbody tr td .quantity button.inc:before,
                .cart-section form table tbody tr td .quantity button.inc:before {
                  line-height: 12px; } }
          .cartpage form table tbody tr td .quantity .input-wrapper,
          .cart-section form table tbody tr td .quantity .input-wrapper {
            position: relative;
            width: 49px;
            height: 30px;
            margin: 0 10px; }
            .cartpage form table tbody tr td .quantity .input-wrapper:before,
            .cart-section form table tbody tr td .quantity .input-wrapper:before {
              position: absolute;
              right: 0;
              top: 0;
              bottom: 0;
              display: block;
              width: 25px;
              margin: auto;
              text-align: center;
              line-height: 30px;
              content: attr(data-piece); }
              @media (max-width: 991.98px) {
                .cartpage form table tbody tr td .quantity .input-wrapper:before,
                .cart-section form table tbody tr td .quantity .input-wrapper:before {
                  font-size: 14px;
                  line-height: 32px; } }
              @media (max-width: 767.98px) {
                .cartpage form table tbody tr td .quantity .input-wrapper:before,
                .cart-section form table tbody tr td .quantity .input-wrapper:before {
                  line-height: 35px; } }
            .cartpage form table tbody tr td .quantity .input-wrapper input,
            .cart-section form table tbody tr td .quantity .input-wrapper input {
              position: relative;
              z-index: 10;
              width: 49px;
              height: 30px;
              padding-right: 25px;
              margin: 0;
              text-align: right;
              background: transparent;
              border: 1px solid #A6A6A6; }
  .cartpage form .couponcode,
  .cart-section form .couponcode {
    position: relative;
    top: -132px;
    z-index: 10;
    width: 363px;
    min-height: 131px;
    margin-bottom: -132px; }
    @media (max-width: 991.98px) {
      .cartpage form .couponcode,
      .cart-section form .couponcode {
        top: 0;
        width: 100%;
        margin-bottom: 0;
        margin-top: 20px; } }
    @media (max-width: 767.98px) {
      .cartpage form .couponcode,
      .cart-section form .couponcode {
        width: 85%;
        margin: 20px auto 10px auto; } }
    .cartpage form .couponcode .form-control,
    .cart-section form .couponcode .form-control {
      display: block;
      width: 80%;
      padding-left: 30px;
      padding-right: 30px;
      margin-bottom: 15px; }
      @media (max-width: 991.98px) {
        .cartpage form .couponcode .form-control,
        .cart-section form .couponcode .form-control {
          width: 100%;
          padding-left: 15px;
          padding-right: 15px; } }
    .cartpage form .couponcode p,
    .cart-section form .couponcode p {
      font-size: 16px;
      font-weight: 700;
      line-height: 130%;
      text-align: justify; }
      @media (max-width: 991.98px) {
        .cartpage form .couponcode p,
        .cart-section form .couponcode p {
          font-size: 12px; } }
  .cartpage form .buttons,
  .cart-section form .buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 60px;
    padding-bottom: 50px; }
    @media (max-width: 991.98px) {
      .cartpage form .buttons,
      .cart-section form .buttons {
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .cartpage form .buttons,
      .cart-section form .buttons {
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 30px; } }
    @media (max-width: 340px) {
      .cartpage form .buttons,
      .cart-section form .buttons {
        margin-left: -8px;
        margin-right: -8px; } }
    .cartpage form .buttons .btn,
    .cart-section form .buttons .btn {
      margin-left: 60px;
      width: 225px; }
      .cartpage form .buttons .btn:first-child,
      .cart-section form .buttons .btn:first-child {
        width: auto; }
      .cartpage form .buttons .btn.first,
      .cart-section form .buttons .btn.first {
        margin-left: 0; }
      @media (max-width: 991.98px) {
        .cartpage form .buttons .btn,
        .cart-section form .buttons .btn {
          margin-left: 0; } }
      @media (max-width: 767.98px) {
        .cartpage form .buttons .btn,
        .cart-section form .buttons .btn {
          width: auto;
          margin-left: 0; } }

.checkoutpage section .narrow-container {
  padding-bottom: 95px; }
  @media (max-width: 767.98px) {
    .checkoutpage section .narrow-container {
      padding-bottom: 45px; } }

.checkoutpage section header {
  position: relative;
  margin-bottom: 70px; }
  @media (max-width: 767.98px) {
    .checkoutpage section header {
      margin-bottom: 40px;
      margin-left: -15px;
      margin-right: -15px; } }
  .checkoutpage section header h2 {
    height: 50px;
    padding-left: 150px;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #D1D0C7;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .checkoutpage section header h2 {
        height: 38px;
        padding-left: 99px;
        font-size: 18px;
        line-height: 38px; } }
  .checkoutpage section header .step {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 125px;
    height: 50px;
    margin: auto;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    background-color: #191919; }
    @media (max-width: 767.98px) {
      .checkoutpage section header .step {
        width: 86px;
        height: 38px;
        font-size: 18px;
        line-height: 38px; } }
    .checkoutpage section header .step:before {
      position: absolute;
      top: 0;
      bottom: 0;
      right: -4px;
      display: block;
      width: 7px;
      height: 7px;
      margin: auto;
      background-color: #191919;
      border-radius: 3.5px;
      content: ''; }
  .checkoutpage section header .status {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 78px;
    height: 50px;
    margin: auto;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    background-color: #46DF4F;
    background-image: url(../images/redesign/icon-tick-green.svg);
    background-position: center center;
    background-size: 28px 22px;
    background-repeat: no-repeat; }
    @media (max-width: 767.98px) {
      .checkoutpage section header .status {
        width: 56px;
        height: 38px;
        font-size: 18px;
        line-height: 38px; } }
    .checkoutpage section header .status:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -4px;
      display: block;
      width: 7px;
      height: 7px;
      margin: auto;
      background-color: #46DF4F;
      border-radius: 3.5px;
      content: ''; }

.checkoutpage section p {
  font-weight: 500; }
  @media (max-width: 767.98px) {
    .checkoutpage section p {
      text-align: center; } }

.checkoutpage section h3 {
  margin-bottom: 15px; }
  @media (max-width: 767.98px) {
    .checkoutpage section h3 {
      display: none; } }

.checkoutpage section .btn {
  min-width: 190px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767.98px) {
    .checkoutpage section .btn {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

.checkoutpage .login-section .btn {
  margin: 27px 0 11px 0; }

.checkoutpage .login-section .btn-facebook {
  margin-top: 11px; }

.checkoutpage .login-section .mobile-reg p {
  margin: 0;
  padding: 5px 0; }

.checkoutpage .login-section .mobile-reg .btn {
  margin-top: 11px; }

.checkoutpage .billing-section .btn {
  margin: 11px 0 11px 0; }

.checkoutpage .billing-section .billing-bottom {
  margin-top: 50px; }
  @media (max-width: 767.98px) {
    .checkoutpage .billing-section .billing-bottom {
      margin-top: 15px; } }
  .checkoutpage .billing-section .billing-bottom p {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    text-align: justify; }
    @media (max-width: 767.98px) {
      .checkoutpage .billing-section .billing-bottom p {
        font-size: 14px;
        text-align: center; } }

.checkoutpage .cart-section .cart-bottom {
  padding-top: 38px; }
  @media (min-width: 576px) {
    .checkoutpage .cart-section .cart-bottom {
      padding-left: 0; } }
  @media (max-width: 767.98px) {
    .checkoutpage .cart-section .cart-bottom {
      padding-top: 15px; } }

.checkoutpage .cart-section .privacypolicy p {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  text-align: justify; }
  @media (max-width: 991.98px) {
    .checkoutpage .cart-section .privacypolicy p {
      font-size: 12px; } }
  @media (max-width: 767.98px) {
    .checkoutpage .cart-section .privacypolicy p {
      text-align: center;
      font-size: 14px; } }
  .checkoutpage .cart-section .privacypolicy p a {
    color: #004cff;
    white-space: nowrap; }

.checkoutpage .cart-section form {
  margin-left: 0;
  margin-right: 0; }
  .checkoutpage .cart-section form table tbody tr.separator {
    display: none; }
  .checkoutpage .cart-section form .buttons {
    padding-top: 30px;
    padding-bottom: 0px; }
    @media (max-width: 340px) {
      .checkoutpage .cart-section form .buttons {
        margin-left: -15px;
        margin-right: -15px; } }
    .checkoutpage .cart-section form .buttons .btn {
      width: 100%; }
      @media (max-width: 991.98px) {
        .checkoutpage .cart-section form .buttons .btn {
          width: auto; } }
    .checkoutpage .cart-section form .buttons .btn:first-child {
      width: 225px; }
      @media (max-width: 991.98px) {
        .checkoutpage .cart-section form .buttons .btn:first-child {
          width: 110px; } }
      @media (max-width: 767.98px) {
        .checkoutpage .cart-section form .buttons .btn:first-child {
          width: auto;
          min-width: 0; } }

.signuppage {
  padding-bottom: 55px; }
  .signuppage .registration-section p {
    font-weight: 500;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .signuppage .registration-section p {
        margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .signuppage .registration-section .registration-top > div:first-child {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 992px) {
    .signuppage .registration-section .registration-top > div:first-child {
      padding-right: 40px;
      padding-left: 65px; } }
  @media (min-width: 768px) {
    .signuppage .registration-section .registration-top > div:last-child {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (min-width: 992px) {
    .signuppage .registration-section .registration-top > div:last-child {
      padding-right: 65px;
      padding-left: 40px; } }
  @media (min-width: 992px) {
    .signuppage .registration-section .registration-top .form-group {
      margin-bottom: 1.5rem; } }
  .signuppage .registration-section .registration-bottom {
    margin-top: 50px; }
    @media (max-width: 991.98px) {
      .signuppage .registration-section .registration-bottom {
        margin-top: 0; } }
    .signuppage .registration-section .registration-bottom p:first-of-type {
      white-space: nowrap; }
    @media (min-width: 992px) {
      .signuppage .registration-section .registration-bottom .wrapper {
        max-width: 222px;
        margin: 0 auto; } }
    .signuppage .registration-section .registration-bottom > div .btn {
      width: 100%; }
    .signuppage .registration-section .registration-bottom p {
      width: 222px;
      margin-left: auto;
      margin-right: auto; }
    .signuppage .registration-section .registration-bottom .custom-control {
      width: 222px;
      margin: 10px auto 20px auto; }
    .signuppage .registration-section .registration-bottom .g-recaptcha {
      display: block;
      width: 222px;
      margin: 0 auto;
      padding-top: 10px;
      padding-bottom: 25px;
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
      @media (max-width: 991.98px) {
        .signuppage .registration-section .registration-bottom .g-recaptcha {
          padding-bottom: 15px; } }

.rainyday .rainyday-content {
  width: 526px;
  height: 549px;
  padding: 150px 40px 0 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/redesign/icon-rainyday.svg);
  line-height: 100%; }
  @media (max-width: 767.98px) {
    .rainyday .rainyday-content {
      width: 293px;
      height: 306px;
      padding: 85px 30px 0 45px;
      line-height: 30%; } }
  .rainyday .rainyday-content p {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 130%; }
    @media (max-width: 767.98px) {
      .rainyday .rainyday-content p {
        font-size: 13px;
        margin-bottom: 5px; } }
  .rainyday .rainyday-content small {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 100%; }
    @media (max-width: 767.98px) {
      .rainyday .rainyday-content small {
        font-size: 8px; } }

#registration_form .strength_meter {
  height: 20px;
  position: absolute;
  width: 100%; }

#registration_form .strength_meter div {
  background: silver;
  display: none;
  width: 100%;
  height: 20px;
  text-align: center;
  color: #555;
  line-height: 20px;
  font-size: 14px;
  font-weight: initial; }

#registration_form .strength_meter .veryweak {
  background-color: #FFA0A0;
  border-color: #F04040 !important;
  display: block; }

#registration_form .strength_meter .weak {
  background-color: #FFB78C;
  border-color: #FF853C !important;
  display: block; }

#registration_form .strength_meter .medium {
  background-color: #FFEC8B;
  border-color: #FC0 !important;
  display: block; }

#registration_form .strength_meter .strong {
  background-color: #C3FF88;
  border-color: #8DFF1C !important;
  display: block; }

.usermenu {
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 105px;
  height: 58px;
  margin: auto;
  padding: 0 45px 0 15px; }
  @media (max-width: 1560px) {
    .usermenu {
      right: 90px; } }
  @media (max-width: 1199.98px) {
    .usermenu {
      right: 115px; } }
  @media (max-width: 1100px) {
    .usermenu {
      right: 100px; } }
  @media (max-width: 991.98px) {
    .usermenu {
      right: 95px; } }
  @media (max-width: 1199.98px) {
    .usermenu {
      padding: 0 20px 0 10px; } }
  @media (max-width: 991.98px) {
    .usermenu {
      padding: 0 0 0 0; } }
  .usermenu nav > ul > li {
    position: relative; }
    .usermenu nav > ul > li > a {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 52px;
      background-image: url(../images/redesign/icon-user-dark.svg);
      background-repeat: no-repeat;
      background-size: 23px 23px;
      background-position: center center; }
      .sticky .usermenu nav > ul > li > a,
      .open-menu .usermenu nav > ul > li > a {
        background-image: url(../images/redesign/icon-user.svg); }
      #skeleton1 .usermenu nav > ul > li > a {
        background-image: url(../images/redesign/icon-user.svg); }
      .open-usermenu .usermenu nav > ul > li > a {
        background-color: #ffffff;
        background-image: url(../images/redesign/icon-user-dark.svg) !important; }
    .usermenu nav > ul > li > ul {
      position: absolute;
      right: 0;
      top: 52px;
      display: none;
      width: 195px;
      padding: 10px 0;
      background-color: #ffffff; }
      .open-usermenu .usermenu nav > ul > li > ul {
        display: block; }
      .usermenu nav > ul > li > ul li {
        list-style: none; }
        .usermenu nav > ul > li > ul li a {
          display: block;
          padding: 15px 30px 15px 30px;
          color: #191919 !important;
          font-size: 18px;
          font-weight: 700;
          text-transform: uppercase; }

.gallerylist {
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .gallerylist {
      padding-bottom: 30px; } }
  .gallerylist .box {
    position: relative;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 40px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .gallerylist .box {
        margin-bottom: 25px;
        padding-bottom: 33px; } }
    .gallerylist .box:hover .image {
      -webkit-transform: scale(1.06);
              transform: scale(1.06);
      -webkit-transform-origin: center;
              transform-origin: center; }
    .gallerylist .box .image {
      width: 100%;
      height: 0;
      display: block;
      padding-bottom: 63.5%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .gallerylist .box h2 {
      display: inline;
      margin: 0;
      padding: 0;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700;
      color: #ffffff;
      line-height: 120%; }
      @media (max-width: 767.98px) {
        .gallerylist .box h2 {
          font-size: 16px;
          line-height: 23px; } }
      .gallerylist .box h2 a {
        display: block;
        color: #191919; }
    .gallerylist .box .button {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      height: auto;
      padding: 5px 10px;
      font-size: 20px;
      color: #ffffff;
      text-transform: uppercase;
      line-height: 30px;
      background-color: #2B2B2B; }
      @media (max-width: 767.98px) {
        .gallerylist .box .button {
          font-size: 16px;
          line-height: 23px; } }
      .gallerylist .box .button .date {
        position: relative;
        display: inline;
        font-weight: 700;
        line-height: 120%;
        transition: all ease-in-out .4s; }
        @media (max-width: 767.98px) {
          .gallerylist .box .button .date {
            font-size: 16px; } }
        .gallerylist .box .button .date:after {
          position: relative;
          top: 1px;
          display: inline-block;
          width: 2px;
          height: 17px;
          margin: 0 15px;
          background-color: #EB5D00;
          content: ''; }
      .gallerylist .box .button:hover {
        text-decoration: none; }

.gallerypage h1 {
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .gallerypage h1 {
      margin-bottom: 20px; } }

.gallerypage .gallery-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  margin-bottom: 30px;
  font-size: 20px;
  background-color: #2B2B2B; }
  @media (max-width: 991.98px) {
    .gallerypage .gallery-name {
      font-size: 18px; } }
  .gallerypage .gallery-name .date-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    background-color: #EB5D00; }
  .gallerypage .gallery-name .date {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    background-color: #EB5D00; }
    @media (max-width: 991.98px) {
      .gallerypage .gallery-name .date {
        font-size: 18px; } }
    .gallerypage .gallery-name .date:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: -14px;
      display: block;
      width: 7px;
      height: 7px;
      margin: auto;
      background-color: #EB5D00;
      border-radius: 3.5px;
      content: ''; }
  .gallerypage .gallery-name h2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin: 0;
    max-width: 420px;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    background-color: #2B2B2B; }
    @media (max-width: 991.98px) {
      .gallerypage .gallery-name h2 {
        max-width: 380px;
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      .gallerypage .gallery-name h2 {
        font-size: 16px; } }

.contactpage {
  padding-bottom: 20px; }
  .contactpage .sidebar {
    margin-bottom: 30px; }
  .contactpage h1 {
    margin-bottom: 50px; }
    @media (max-width: 767.98px) {
      .contactpage h1 {
        margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .contactpage .row {
      margin-left: -32.5px;
      margin-right: -32.5px; }
      .contactpage .row [class*="col-"] {
        padding-left: 32.5px;
        padding-right: 32.5px; } }
  .contactpage .box {
    background-color: #ffffff;
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .contactpage .box {
        margin-bottom: 15px; } }
    .contactpage .box h2 {
      margin: 0;
      padding: 8px 15px;
      background-color: #2B2B2B;
      color: #ffffff;
      font-size: 20px;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .contactpage .box h2 {
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .contactpage .box h2 {
          padding: 8px 10px;
          font-size: 16px; } }
    .contactpage .box .h3,
    .contactpage .box h3 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 20px; }
    .contactpage .box .h4,
    .contactpage .box h4 {
      font-size: 16px;
      font-weight: 700;
      margin: 0; }
    .contactpage .box p {
      font-weight: 500; }
      .contactpage .box p strong {
        font-weight: 700; }
    .contactpage .box .content {
      padding: 25px 30px; }
      @media (max-width: 767.98px) {
        .contactpage .box .content {
          padding: 10px 15px; } }
    .contactpage .box.small-box .content {
      padding: 10px 15px; }
      @media (max-width: 767.98px) {
        .contactpage .box.small-box .content {
          padding: 8px 10px; } }
    .contactpage .box.small-box p {
      margin: 0;
      font-size: 20px;
      line-height: 138%; }
      @media (max-width: 991.98px) {
        .contactpage .box.small-box p {
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .contactpage .box.small-box p {
          font-size: 16px; } }
      .contactpage .box.small-box p a {
        color: #191919; }
    .contactpage .box.inline-box {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 50px; }
      @media (max-width: 991.98px) {
        .contactpage .box.inline-box {
          height: 45px; } }
      .contactpage .box.inline-box h2 {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 50px;
        white-space: nowrap; }
        @media (max-width: 991.98px) {
          .contactpage .box.inline-box h2 {
            line-height: 45px; } }
        .contactpage .box.inline-box h2:after {
          position: absolute;
          top: 0;
          bottom: 0;
          right: -4px;
          display: block;
          width: 7px;
          height: 7px;
          margin: auto;
          background-color: #2B2B2B;
          border-radius: 3.5px;
          content: ''; }
      .contactpage .box.inline-box .content {
        padding-top: 0;
        padding-bottom: 0; }
        .contactpage .box.inline-box .content p {
          line-height: 50px; }
          @media (max-width: 991.98px) {
            .contactpage .box.inline-box .content p {
              line-height: 45px; } }
    .contactpage .box.newsletter .content {
      padding: 0; }
      .contactpage .box.newsletter .content .form-group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .contactpage .box.newsletter .content .form-group .form-control {
          height: 50px; }
          @media (max-width: 991.98px) {
            .contactpage .box.newsletter .content .form-group .form-control {
              height: 45px; } }
        .contactpage .box.newsletter .content .form-group button {
          position: relative;
          height: 50px;
          padding: 0 15px;
          color: #ffffff;
          font-size: 20px;
          font-weight: 700;
          text-transform: uppercase;
          background-color: #EB5D00;
          border: 0;
          cursor: pointer; }
          @media (max-width: 991.98px) {
            .contactpage .box.newsletter .content .form-group button {
              height: 45px; } }
          .contactpage .box.newsletter .content .form-group button:hover {
            background-color: #000000; }
            .contactpage .box.newsletter .content .form-group button:hover:after {
              background-color: #000000; }
          .contactpage .box.newsletter .content .form-group button:after {
            position: absolute;
            top: 0;
            bottom: 0;
            left: -4px;
            display: block;
            width: 7px;
            height: 7px;
            margin: auto;
            background-color: #EB5D00;
            border-radius: 3.5px;
            content: ''; }
    .contactpage .box.image {
      height: 220px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }

@media (max-width: 767.98px) {
  .orderspage h1 {
    margin-bottom: 0; } }

.orderspage header {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .orderspage header {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .orderspage header {
      margin-bottom: 0; }
      .orderspage header .form-group {
        margin-bottom: 5px; } }

.orderspage #accordion {
  padding: 0 60px; }
  @media (max-width: 1199.98px) {
    .orderspage #accordion {
      padding: 0; } }
  @media (max-width: 767.98px) {
    .orderspage #accordion {
      margin-left: -15px;
      margin-right: -15px; } }
  .orderspage #accordion .card {
    border-radius: 0;
    border: 0;
    margin-bottom: 25px;
    background-color: transparent; }
  .orderspage #accordion .card-header {
    padding: 0;
    border: 0; }
    .orderspage #accordion .card-header .btn {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding: 0;
      color: #ffffff;
      font-size: 20px;
      text-align: left;
      text-decoration: none;
      border: 0;
      background-color: #191919; }
      @media (max-width: 991.98px) {
        .orderspage #accordion .card-header .btn {
          font-size: 16px; } }
      @media (max-width: 767.98px) {
        .orderspage #accordion .card-header .btn {
          white-space: normal; }
          .orderspage #accordion .card-header .btn span {
            display: block;
            white-space: nowrap;
            line-height: 120%; } }
      .orderspage #accordion .card-header .btn:hover {
        text-decoration: none; }
      .orderspage #accordion .card-header .btn .time {
        position: relative;
        display: inline-block;
        padding: 8px 15px;
        font-size: 18px;
        background-color: #EB5D00;
        color: #ffffff;
        margin-right: 15px;
        transition: all ease-in-out .4s; }
        @media (max-width: 991.98px) {
          .orderspage #accordion .card-header .btn .time {
            font-size: 16px; } }
        @media (max-width: 767.98px) {
          .orderspage #accordion .card-header .btn .time {
            padding: 6px 15px; } }
        .orderspage #accordion .card-header .btn .time:after {
          position: absolute;
          top: 0;
          bottom: 0;
          right: -4px;
          display: block;
          width: 7px;
          height: 7px;
          margin: auto;
          background-color: #EB5D00;
          border-radius: 3.5px;
          content: '';
          transition: all ease-in-out .4s; }
      .orderspage #accordion .card-header .btn:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        display: block;
        width: 23px;
        height: 16px;
        margin: auto;
        background-image: url(../images/redesign/icon-accordion-arrow-down-white.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        content: ''; }
        @media (max-width: 991.98px) {
          .orderspage #accordion .card-header .btn:after {
            right: 15px;
            width: 20px;
            height: 15px; } }
      .orderspage #accordion .card-header .btn.collapsed .time {
        background-color: #EB5D00; }
        .orderspage #accordion .card-header .btn.collapsed .time:after {
          background-color: #EB5D00; }
      .orderspage #accordion .card-header .btn.collapsed:after {
        background-image: url(../images/redesign/icon-accordion-arrow-up-white.svg); }
  .orderspage #accordion .card-body {
    padding-top: 0; }
    @media (max-width: 767.98px) {
      .orderspage #accordion .card-body {
        padding: 0 0 20px 0; } }
    .orderspage #accordion .card-body .box {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -35px 40px -35px;
      background-color: #ffffff;
      overflow: hidden;
      box-shadow: 0 0 1px transparent;
      transition: all ease-in-out .4s; }
      @media (max-width: 767.98px) {
        .orderspage #accordion .card-body .box {
          margin: 0 -15px 30px -15px; } }
      .orderspage #accordion .card-body .box .content {
        position: relative;
        z-index: 10;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        background-color: #ffffff; }
      .orderspage #accordion .card-body .box .title {
        position: relative;
        height: 70px;
        padding: 0 15px;
        font-size: 20px;
        color: #191919;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 140%;
        background-color: #ffffff; }
        @media (max-width: 991.98px) {
          .orderspage #accordion .card-body .box .title {
            height: 50px;
            font-size: 16px;
            line-height: 133%; } }
        @media (max-width: 767.98px) {
          .orderspage #accordion .card-body .box .title {
            height: auto;
            min-height: 50px;
            font-size: 16px; } }
        .orderspage #accordion .card-body .box .title a {
          color: #191919;
          display: block;
          padding: 8px 15px;
          height: 70px;
          overflow: hidden; }
          @media (max-width: 991.98px) {
            .orderspage #accordion .card-body .box .title a {
              height: 50px;
              padding: 5px 15px; } }
          @media (max-width: 767.98px) {
            .orderspage #accordion .card-body .box .title a {
              height: auto;
              min-height: 50px; } }
          .orderspage #accordion .card-body .box .title a:hover {
            text-decoration: none; }
        .orderspage #accordion .card-body .box .title h3 {
          position: relative;
          z-index: 10;
          display: inline;
          margin: 0;
          font-size: 20px;
          font-weight: 700;
          text-transform: uppercase; }
          @media (max-width: 991.98px) {
            .orderspage #accordion .card-body .box .title h3 {
              font-size: 16px;
              font-weight: 700; } }
        .orderspage #accordion .card-body .box .title .date {
          font-weight: 700; }
          .orderspage #accordion .card-body .box .title .date:after {
            position: relative;
            top: 1px;
            display: inline-block;
            width: 2px;
            height: 17px;
            margin: 0 15px;
            background-color: #EB5D00;
            content: ''; }
            @media (max-width: 991.98px) {
              .orderspage #accordion .card-body .box .title .date:after {
                top: 0;
                height: 12px;
                margin: 0 10px; } }
        .orderspage #accordion .card-body .box .title .day {
          font-weight: 300; }
        .orderspage #accordion .card-body .box .title .start {
          font-weight: 700; }
      .orderspage #accordion .card-body .box .button {
        position: absolute;
        right: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 190px;
        height: 70px;
        padding: 0 15px 0 0;
        font-size: 19px;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 50px;
        background-color: #A6A6A6; }
        @media (max-width: 991.98px) {
          .orderspage #accordion .card-body .box .button {
            height: 50px;
            font-size: 16px; } }
        .orderspage #accordion .card-body .box .button:hover {
          text-decoration: none;
          background-color: #000000; }
          .orderspage #accordion .card-body .box .button:hover:before {
            background-color: #000000; }
        .orderspage #accordion .card-body .box .button:before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: -4px;
          display: block;
          width: 7px;
          height: 7px;
          margin: auto;
          background-color: #A6A6A6;
          border-radius: 3.5px;
          content: '';
          transition: all ease-in-out .4s; }
    .orderspage #accordion .card-body .tickets {
      padding: 0 90px; }
      @media (max-width: 991.98px) {
        .orderspage #accordion .card-body .tickets {
          padding: 0 70px; } }
      @media (max-width: 767.98px) {
        .orderspage #accordion .card-body .tickets {
          padding: 0 25px; } }
      .orderspage #accordion .card-body .tickets > .row {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 991.98px) {
          .orderspage #accordion .card-body .tickets > .row {
            margin-left: -35px;
            margin-right: -35px; }
            .orderspage #accordion .card-body .tickets > .row [class*="col-"] {
              padding-left: 35px;
              padding-right: 35px; } }
      .orderspage #accordion .card-body .tickets .ticket {
        margin-bottom: 30px;
        padding: 15px;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        background-color: #ffffff; }
        .orderspage #accordion .card-body .tickets .ticket .code {
          margin-bottom: 15px;
          padding: 0 15px; }
          .orderspage #accordion .card-body .tickets .ticket .code img {
            width: 100%; }
        .orderspage #accordion .card-body .tickets .ticket .id {
          margin-bottom: 20px;
          line-height: 120%; }
        .orderspage #accordion .card-body .tickets .ticket .status {
          margin-bottom: 20px;
          line-height: 120%; }
        .orderspage #accordion .card-body .tickets .ticket .btn {
          width: 100%;
          font-size: 20px;
          line-height: 1.6; }
  .orderspage #accordion .mobile-button {
    text-align: center;
    margin-bottom: 30px; }

.pricespage {
  padding-bottom: 40px; }
  .pricespage h1 {
    font-size: 40px; }
  .pricespage .container {
    max-width: 1320px; }
  .pricespage .wrapper {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 70px;
            column-gap: 70px; }
    @media (max-width: 1199.98px) {
      .pricespage .wrapper {
        -webkit-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 30px;
                column-gap: 30px; } }
    @media (max-width: 767.98px) {
      .pricespage .wrapper {
        -webkit-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
                column-gap: 0; } }
    .pricespage .wrapper section {
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari */
      page-break-inside: avoid;
      /* Theoretically FF 20+ */
      break-inside: avoid-column;
      /* IE 11 */
      display: table;
      /* Actually FF 20+ */
      margin-bottom: 60px; }
      @media (max-width: 767.98px) {
        .pricespage .wrapper section {
          width: 100%;
          margin-bottom: 15px;
          border-bottom: 3px dotted #aeaca7; } }
      .pricespage .wrapper section h2 {
        position: relative;
        color: #aeaca7;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase; }
        @media (max-width: 767.98px) {
          .pricespage .wrapper section h2 {
            min-height: 50px;
            padding-top: 5px;
            padding-right: 30px; } }
        .pricespage .wrapper section h2 span {
          font-weight: 500;
          white-space: nowrap; }
        .pricespage .wrapper section h2:after {
          display: inline-block;
          width: 40px;
          height: 45px;
          margin-left: 10px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: bottom left;
          content: ''; }
          @media (max-width: 767.98px) {
            .pricespage .wrapper section h2:after {
              display: none;
              opacity: 0;
              transition: all ease-in-out .4s; } }
        @media (max-width: 767.98px) {
          .pricespage .wrapper section h2:before {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            display: block;
            width: 22px;
            height: 15px;
            margin: auto;
            background-image: url(../images/redesign/icon-prices-arrow-down.svg);
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            content: ''; } }
      .pricespage .wrapper section header.icon-bor h2:after {
        background-image: url(../images/redesign/prices/icon-bor.svg); }
      .pricespage .wrapper section header.icon-csapoltcider h2:after {
        background-image: url(../images/redesign/prices/icon-csapoltcider.svg); }
      .pricespage .wrapper section header.icon-csapoltsor h2:after {
        background-image: url(../images/redesign/prices/icon-csapoltsor.svg); }
      .pricespage .wrapper section header.icon-etel h2:after {
        background-image: url(../images/redesign/prices/icon-etel.svg);
        width: 50px; }
      .pricespage .wrapper section header.icon-froccs h2:after {
        background-image: url(../images/redesign/prices/icon-froccs.svg); }
      .pricespage .wrapper section header.icon-hazikoktel h2:after {
        background-image: url(../images/redesign/prices/icon-hazikoktel.svg); }
      .pricespage .wrapper section header.icon-haziszorp h2:after {
        background-image: url(../images/redesign/prices/icon-haziszorp.svg); }
      .pricespage .wrapper section header.icon-kave h2:after {
        background-image: url(../images/redesign/prices/icon-kave.svg); }
      .pricespage .wrapper section header.icon-palinka h2:after {
        background-image: url(../images/redesign/prices/icon-palinka.svg);
        background-size: auto 70%; }
      .pricespage .wrapper section header.icon-pezsgo h2:after {
        background-image: url(../images/redesign/prices/icon-pezsgo.svg); }
      .pricespage .wrapper section header.icon-uvegesbor h2:after {
        background-image: url(../images/redesign/prices/icon-uvegesbor.svg); }
      .pricespage .wrapper section header.icon-uvegescider h2:after {
        background-image: url(../images/redesign/prices/icon-uvegescider.svg); }
      .pricespage .wrapper section header.icon-uvegessor h2:after {
        background-image: url(../images/redesign/prices/icon-uvegessor.svg); }
      @media (max-width: 767.98px) {
        .pricespage .wrapper section .table-wrapper {
          max-height: 0;
          overflow: hidden;
          transition: all ease-in-out .4s; } }
      .pricespage .wrapper section table {
        width: 100%;
        table-layout: fixed;
        font-size: 18px; }
        @media (max-width: 767.98px) {
          .pricespage .wrapper section table {
            font-size: 14px; } }
        .pricespage .wrapper section table thead tr th {
          height: 40px;
          white-space: nowrap; }
          .pricespage .wrapper section table thead tr th:first-child {
            width: 55%; }
        .pricespage .wrapper section table tbody tr {
          border-bottom: 1px solid #aeaca7; }
          .pricespage .wrapper section table tbody tr td {
            height: 40px; }
            .pricespage .wrapper section table tbody tr td:first-child {
              width: 55%;
              font-weight: 700; }
      @media (max-width: 767.98px) {
        .pricespage .wrapper section.open {
          border-bottom-color: transparent; }
          .pricespage .wrapper section.open h2:after {
            display: inline-block;
            opacity: 1; }
          .pricespage .wrapper section.open h2:before {
            display: none; }
          .pricespage .wrapper section.open .table-wrapper {
            max-height: 9999px; } }

#profile_form > div.row.registration-bottom > div > div.wrapper {
  max-width: initial;
  text-align: center; }
  #profile_form > div.row.registration-bottom > div > div.wrapper .btn {
    width: initial;
    cursor: pointer;
    margin-bottom: 10px; }
  #profile_form > div.row.registration-bottom > div > div.wrapper button.btn {
    margin-right: 30px; }
    @media (max-width: 480px) {
      #profile_form > div.row.registration-bottom > div > div.wrapper button.btn {
        display: block;
        margin: 0 auto 10px auto; } }

/*#profile_form > div.row.registration-bottom > div > div > .btn{
  width: initial;
  cursor: pointer;
  margin-bottom: 10px;
}

#profile_form > div.row.registration-bottom > div > div > button.btn{
  margin-right: 30px;
  @media (max-width: 480px) {
    display: block;
    margin: 0 auto 10px auto;
  }
}*/
.error404 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .error404 .box {
    width: 100%;
    max-width: 540px;
    margin: 0 auto; }
    .error404 .box header h1 {
      display: block;
      color: #EB5D00;
      font-size: 80px;
      font-weight: 700;
      text-align: center;
      line-height: 110%;
      margin: 0 0 10px 0;
      padding: 0; }
      .error404 .box header h1 span {
        display: block;
        color: #191919;
        text-align: center; }
      @media (max-width: 991.98px) {
        .error404 .box header h1 {
          font-size: 67px; } }
      @media (max-width: 767.98px) {
        .error404 .box header h1 {
          font-size: 53px; } }
    .error404 .box p {
      font-size: 20px;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .error404 .box p {
          font-size: 17px; } }
      @media (max-width: 767.98px) {
        .error404 .box p {
          font-size: 13px; } }

.highlightedmessage .message-block {
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  background-color: #e76714; }
  .highlightedmessage .message-block .title {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 120%; }
    .highlightedmessage .message-block .title a {
      color: #ffffff; }
  .highlightedmessage .message-block .message {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%; }
    .highlightedmessage .message-block .message a {
      color: #ffffff; }

.banner {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 991.98px) {
    .banner {
      padding-top: 0;
      padding-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .banner {
      padding-top: 20px;
      padding-bottom: 0;
      margin-bottom: -15px; } }
  .banner a {
    position: relative;
    display: block;
    height: 180px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .banner a {
        height: 130px; } }
    @media (max-width: 767.98px) {
      .banner a {
        height: 320px; } }
    .banner a.webdream {
      background-image: url(../images/redesign/webdream-background.png);
      background-repeat: repeat;
      background-position: center center; }
      .banner a.webdream:hover:before {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .banner a.webdream:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        width: 87px;
        height: 92px;
        margin: auto;
        background-image: url(../images/redesign/webdream.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        content: '';
        transition: all ease-in-out .4s; }
        @media (max-width: 991.98px) {
          .banner a.webdream:before {
            width: 63px;
            height: 66px; } }
        @media (max-width: 767.98px) {
          .banner a.webdream:before {
            width: 87px;
            height: 92px; } }

.show-loader {
  overflow: hidden; }
  .show-loader #loading_layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000000; }

.loader {
  pointer-events: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(43, 43, 43, 0.9);
  z-index: 9999; }
  .show-loader .loader {
    display: block; }

.loader-content {
  position: absolute;
  width: 20vh;
  height: 40vh;
  top: 50%;
  left: 50%;
  margin-top: -10vh;
  margin-left: -10vh;
  -webkit-perspective: 95vh;
          perspective: 95vh;
  z-index: 9999; }
  .loader-content:before, .loader-content:after {
    content: "";
    position: absolute;
    width: 55%;
    height: 50%; }
  .loader-content:before {
    left: -1.333333333333334vh;
    background-image: url(../images/redesign/kobuci-loader-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transform: translateZ(0vh);
            transform: translateZ(0vh);
    z-index: 1;
    -webkit-animation: rotation1 1.2s ease-out infinite;
            animation: rotation1 1.2s ease-out infinite; }
  .loader-content:after {
    right: -1.333333333333334vh;
    background-image: url(../images/redesign/kobuci-loader-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transform: translateZ(0vh);
            transform: translateZ(0vh);
    z-index: 1;
    -webkit-animation: rotation2 1.2s ease-out infinite;
            animation: rotation2 1.2s ease-out infinite; }

.loader-payment {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(43, 43, 43, 0.9);
  z-index: 9999; }
  .show-loader .loader-payment {
    display: block; }

.loader-content-payment {
  margin: 0 auto !important;
  width: 5vh;
  height: 10vh;
  margin-left: 100px;
  -webkit-perspective: 95vh;
          perspective: 95vh;
  z-index: 9999; }
  .loader-content-payment:before, .loader-content-payment:after {
    content: "";
    position: absolute;
    width: 55%;
    height: 50%; }
  .loader-content-payment:before {
    left: -1.333333333333334vh;
    background-image: url(../images/redesign/kobuci-loader-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transform: translateZ(0vh);
            transform: translateZ(0vh);
    z-index: 1;
    -webkit-animation: rotation_payment1 1.2s ease-out infinite;
            animation: rotation_payment1 1.2s ease-out infinite; }
  .loader-content-payment:after {
    right: -1.333333333333334vh;
    background-image: url(../images/redesign/kobuci-loader-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transform: translateZ(0vh);
            transform: translateZ(0vh);
    z-index: 1;
    -webkit-animation: rotation_payment2 1.2s ease-out infinite;
            animation: rotation_payment2 1.2s ease-out infinite; }

@-webkit-keyframes rotation1 {
  25% {
    left: 0;
    -webkit-transform: translateZ(-10vh);
            transform: translateZ(-10vh); }
  50% {
    left: 10.333333333333334vh;
    -webkit-transform: translateZ(0vh);
            transform: translateZ(0vh); }
  75% {
    left: 0;
    -webkit-transform: translateZ(20vh);
            transform: translateZ(20vh);
    z-index: 2; } }

@keyframes rotation1 {
  25% {
    left: 0;
    -webkit-transform: translateZ(-10vh);
            transform: translateZ(-10vh); }
  50% {
    left: 10.333333333333334vh;
    -webkit-transform: translateZ(0vh);
            transform: translateZ(0vh); }
  75% {
    left: 0;
    -webkit-transform: translateZ(20vh);
            transform: translateZ(20vh);
    z-index: 2; } }

@-webkit-keyframes rotation2 {
  25% {
    right: 0;
    -webkit-transform: translateZ(20vh);
            transform: translateZ(20vh);
    z-index: 2; }
  50% {
    right: 10.333333333333334vh;
    -webkit-transform: translateZ(0vh);
            transform: translateZ(0vh); }
  75% {
    right: 0;
    -webkit-transform: translateZ(-10vh);
            transform: translateZ(-10vh); } }

@keyframes rotation2 {
  25% {
    right: 0;
    -webkit-transform: translateZ(20vh);
            transform: translateZ(20vh);
    z-index: 2; }
  50% {
    right: 10.333333333333334vh;
    -webkit-transform: translateZ(0vh);
            transform: translateZ(0vh); }
  75% {
    right: 0;
    -webkit-transform: translateZ(-10vh);
            transform: translateZ(-10vh); } }

@-webkit-keyframes rotation_payment1 {
  25% {
    left: 0;
    -webkit-transform: translateZ(-10vh);
            transform: translateZ(-10vh); }
  50% {
    left: 3.333333333333334vh;
    -webkit-transform: translateZ(0vh);
            transform: translateZ(0vh); }
  75% {
    left: 0;
    -webkit-transform: translateZ(20vh);
            transform: translateZ(20vh);
    z-index: 2; } }

@keyframes rotation_payment1 {
  25% {
    left: 0;
    -webkit-transform: translateZ(-10vh);
            transform: translateZ(-10vh); }
  50% {
    left: 3.333333333333334vh;
    -webkit-transform: translateZ(0vh);
            transform: translateZ(0vh); }
  75% {
    left: 0;
    -webkit-transform: translateZ(20vh);
            transform: translateZ(20vh);
    z-index: 2; } }

@-webkit-keyframes rotation_payment2 {
  25% {
    right: 0;
    -webkit-transform: translateZ(20vh);
            transform: translateZ(20vh);
    z-index: 2; }
  50% {
    right: 3.333333333333334vh;
    -webkit-transform: translateZ(0vh);
            transform: translateZ(0vh); }
  75% {
    right: 0;
    -webkit-transform: translateZ(-10vh);
            transform: translateZ(-10vh); } }

@keyframes rotation_payment2 {
  25% {
    right: 0;
    -webkit-transform: translateZ(20vh);
            transform: translateZ(20vh);
    z-index: 2; }
  50% {
    right: 3.333333333333334vh;
    -webkit-transform: translateZ(0vh);
            transform: translateZ(0vh); }
  75% {
    right: 0;
    -webkit-transform: translateZ(-10vh);
            transform: translateZ(-10vh); } }

.forgottenpassword h1 {
  font-size: 25px; }
  @media (max-width: 1199.98px) {
    .forgottenpassword h1 {
      font-size: 20px; } }
  @media (max-width: 767.98px) {
    .forgottenpassword h1 {
      font-size: 20px; } }

.forgottenpassword form .btn {
  margin-top: 30px; }

.festheader {
  margin-bottom: 65px; }
  @media (max-width: 767.98px) {
    .festheader {
      margin-bottom: 40px; } }
  .festheader header {
    width: 100%;
    height: 0;
    padding-bottom: 37.219%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 767.98px) {
      .festheader header {
        padding-bottom: 60%; } }
    @media (max-width: 575.98px) {
      .festheader header {
        padding-bottom: 70%; } }
    .festheader header .buttons {
      position: absolute;
      bottom: 14.45%;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; }
      .festheader header .buttons .btn {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 20px;
        line-height: 1.6; }

.festeventslist {
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .festeventslist .row {
      margin-left: -7.5px;
      margin-right: -7.5px; }
      .festeventslist .row [class*="col-"] {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
  .festeventslist .event-month {
    position: relative;
    padding-bottom: 53px; }
    @media (max-width: 991.98px) {
      .festeventslist .event-month {
        padding-bottom: 23px; } }
    .festeventslist .event-month h2 {
      position: absolute;
      top: 1000px;
      left: -15px;
      width: 1000px;
      height: 80px;
      font-size: 67px;
      font-weight: 200;
      text-transform: uppercase;
      text-align: right;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
      @media (max-width: 991.98px) {
        .festeventslist .event-month h2 {
          position: relative;
          top: auto;
          left: auto;
          width: auto;
          height: auto;
          font-size: 40px;
          text-align: left;
          -webkit-transform: none;
                  transform: none; } }
      @media (max-width: 767.98px) {
        .festeventslist .event-month h2 {
          font-size: 30px;
          font-weight: 400; } }
  .festeventslist .box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 65px;
    margin-right: 65px;
    margin-bottom: 17px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 1px transparent;
    transition: all ease-in-out .4s; }
    @media (max-width: 991.98px) {
      .festeventslist .box {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-left: 0;
        margin-right: 0; } }
    .festeventslist .box:hover {
      -webkit-transform: scale(1.03);
              transform: scale(1.03); }
      .festeventslist .box:hover .image {
        -webkit-transform: scale(1.06);
                transform: scale(1.06);
        -webkit-transform-origin: center;
                transform-origin: center; }
    .festeventslist .box .image {
      width: 200px;
      height: 115px;
      display: block;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 991.98px) {
        .festeventslist .box .image {
          width: 100%;
          height: 0;
          padding-bottom: 62%; } }
    .festeventslist .box .content {
      position: relative;
      z-index: 10;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 115px;
      width: calc(100% - 200px);
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: #ffffff; }
      @media (max-width: 991.98px) {
        .festeventslist .box .content {
          width: 100%;
          height: auto; } }
    .festeventslist .box h3 {
      position: relative;
      z-index: 10;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 75px;
      margin: 0;
      padding: 0 15px;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700;
      color: #191919;
      line-height: 25px;
      text-overflow: ellipsis;
      background-color: #ffffff;
      overflow: hidden; }
      @media (max-width: 991.98px) {
        .festeventslist .box h3 {
          height: 90px;
          padding: 17px 17px 0 17px;
          margin-bottom: 20px;
          font-size: 17px;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      @media (max-width: 767.98px) {
        .festeventslist .box h3 {
          height: 53px;
          margin: 0 0 8px 0;
          padding: 8px 8px 0 8px;
          font-size: 14px;
          line-height: 15px; } }
      .festeventslist .box h3 a {
        width: 100%;
        max-height: 50px;
        color: #191919;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        @media (max-width: 991.98px) {
          .festeventslist .box h3 a {
            max-height: 75px;
            -webkit-line-clamp: 3; } }
        .festeventslist .box h3 a:hover {
          text-decoration: none; }
    .festeventslist .box .time {
      position: relative;
      height: 40px;
      padding: 0 15px;
      font-size: 20px;
      color: #ffffff;
      text-transform: uppercase;
      line-height: 40px;
      background-color: #2B2B2B; }
      @media (max-width: 991.98px) {
        .festeventslist .box .time {
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 10;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around;
          height: 70px;
          width: 68px;
          padding: 7px 0;
          text-align: center;
          line-height: 100%; } }
      @media (max-width: 767.98px) {
        .festeventslist .box .time {
          height: 50px;
          width: 50px;
          padding: 2px 0; } }
      .festeventslist .box .time .date {
        font-weight: 700; }
        @media (max-width: 991.98px) {
          .festeventslist .box .time .date {
            font-size: 22px;
            line-height: 22px; } }
        @media (max-width: 767.98px) {
          .festeventslist .box .time .date {
            font-size: 16px;
            line-height: 16px; } }
      .festeventslist .box .time .day {
        font-weight: 300; }
        @media (max-width: 991.98px) {
          .festeventslist .box .time .day {
            font-size: 10px;
            line-height: 10px; } }
        @media (max-width: 767.98px) {
          .festeventslist .box .time .day {
            font-size: 10px;
            line-height: 10px; } }
      .festeventslist .box .time .start {
        font-weight: 700; }
        @media (max-width: 991.98px) {
          .festeventslist .box .time .start {
            font-size: 21px;
            line-height: 21px; } }
        @media (max-width: 767.98px) {
          .festeventslist .box .time .start {
            font-size: 15px;
            line-height: 15px; } }
    .festeventslist .box .button {
      position: absolute;
      top: -40px;
      right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 160px;
      height: 40px;
      padding: 0 30px 0 15px;
      font-size: 20px;
      color: #ffffff;
      line-height: 130%;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      background-color: #eb5d00; }
      @media (max-width: 991.98px) {
        .festeventslist .box .button {
          position: relative;
          top: auto;
          z-index: 20;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 70px;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: calc(100% - 68px);
          margin-left: 68px;
          padding-left: 10px;
          padding-right: 10px;
          font-size: 18px;
          line-height: 110%; } }
      @media (max-width: 767.98px) {
        .festeventslist .box .button {
          top: auto;
          bottom: 0;
          height: 50px;
          width: calc(100% - 50px);
          margin-left: 50px;
          padding-left: 5px;
          padding-right: 5px;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 12px; } }
      .festeventslist .box .button:hover {
        text-decoration: none;
        background-color: #000000; }
        .festeventslist .box .button:hover:before {
          background-color: #000000; }
      .festeventslist .box .button:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -4px;
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        background-color: #eb5d00;
        border-radius: 3.5px;
        content: '';
        transition: all ease-in-out .4s; }
        @media (max-width: 767.98px) {
          .festeventslist .box .button:before {
            left: -2px;
            display: block;
            width: 4px;
            height: 4px;
            margin: auto;
            background-color: #eb5d00;
            border-radius: 2px; } }
      .festeventslist .box .button.disabled {
        font-size: 18px;
        background-color: #A6A6A6; }
        @media (max-width: 991.98px) {
          .festeventslist .box .button.disabled {
            font-size: 13px; } }
        @media (max-width: 767.98px) {
          .festeventslist .box .button.disabled {
            font-size: 11px; } }
        .festeventslist .box .button.disabled:before {
          background-color: #A6A6A6; }

.festgallerylist {
  padding-top: 60px;
  margin-bottom: -30px;
  border-top: 75px solid #E7E5DD;
  background-color: #EADED9; }
  @media (max-width: 767.98px) {
    .festgallerylist {
      padding-top: 40px;
      border-top: 40px solid #E7E5DD; } }

.festyoutube {
  padding: 25px 0;
  text-align: center;
  background-color: #EADED9; }
  .festyoutube .icon-youtube {
    color: #191919;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .festyoutube .icon-youtube {
        font-size: 20px; } }
    .festyoutube .icon-youtube:after {
      position: relative;
      top: -3px;
      display: inline-block;
      width: 66px;
      height: 46px;
      margin-left: 35px;
      vertical-align: middle;
      background-image: url(../images/redesign/icon-youtube.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      content: ''; }
      @media (max-width: 767.98px) {
        .festyoutube .icon-youtube:after {
          width: 66px;
          height: 30px;
          margin-left: 15px; } }

.festpartners {
  text-align: center;
  background-color: #EADED9; }
  .festpartners .container {
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: auto; }
  .festpartners img {
    width: 100%;
    min-width: 660px; }

.festcontent {
  padding: 70px 0; }
  @media (max-width: 767.98px) {
    .festcontent {
      padding: 40px 0 20px 0; } }
  .festcontent img {
    width: 100%; }
  .festcontent h2 {
    margin-top: -10px;
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 700;
    line-height: 115%; }
    @media (max-width: 767.98px) {
      .festcontent h2 {
        margin-top: 30px;
        font-size: 30px; } }
  .festcontent p {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 140%; }

.festeventspage .event-image {
  position: relative; }
  .festeventspage .event-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(204, 39, 131, 0.11);
    content: ''; }
  .festeventspage .event-image .time {
    display: block;
    float: left;
    width: 100%;
    font-weight: 700;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .festeventspage .event-image .time {
        display: inline-block;
        height: 50px;
        max-height: 50px;
        font-size: 21px;
        line-height: 50px; } }
    @media (max-width: 767.98px) {
      .festeventspage .event-image .time {
        height: 36px;
        max-height: 36px;
        padding: 0 15px;
        font-size: 16px;
        line-height: 36px; } }
    @media (max-width: 575.98px) {
      .festeventspage .event-image .time {
        font-size: 14px; } }
    .festeventspage .event-image .time .title {
      position: relative;
      padding-right: 60px; }
      @media (max-width: 767.98px) {
        .festeventspage .event-image .time .title {
          padding-right: 30px; } }
      .festeventspage .event-image .time .title:after {
        position: absolute;
        top: -6px;
        bottom: -6px;
        right: 29px;
        width: 2px;
        height: auto;
        margin: auto;
        background-color: #eb5d00;
        display: block;
        content: ''; }
        @media (max-width: 991.98px) {
          .festeventspage .event-image .time .title:after {
            top: -2px;
            bottom: -2px; } }
        @media (max-width: 767.98px) {
          .festeventspage .event-image .time .title:after {
            right: 14px; } }

.festeventspage .event-details h1 {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 130%; }
  @media (max-width: 991.98px) {
    .festeventspage .event-details h1 {
      font-size: 30px; } }
  @media (max-width: 767.98px) {
    .festeventspage .event-details h1 {
      font-size: 25px; } }
  .festeventspage .event-details h1:after {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #2B2B2B;
    display: block;
    content: ''; }

.festeventspage .event-details h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px; }
  .festeventspage .event-details h2:not(:first-of-type) {
    margin-top: 60px; }
  @media (max-width: 991.98px) {
    .festeventspage .event-details h2 {
      font-size: 25px;
      margin-bottom: 25px; } }
  @media (max-width: 767.98px) {
    .festeventspage .event-details h2 {
      font-size: 20px;
      margin-bottom: 20px; } }

.festeventspage .event-details .price {
  line-height: 120%;
  padding: 15px;
  font-size: 20px; }

.festeventspage .event-details .buy {
  background-color: #2B2B2B; }

.festeventspage .event-details .buy-fest {
  top: 107px; }
  @media (max-width: 767.98px) {
    .festeventspage .event-details .buy-fest {
      top: 0; } }
  .festeventspage .event-details .buy-fest .price {
    background-color: #2B2B2B; }

.festeventspage .free-festevent .event-details .buy .button {
  display: none; }

.festeventspage .free-festevent .event-details .buy-fest {
  display: none; }

.festeventspage .event-sidebar {
  padding-top: 255px;
  border-bottom: 1px solid #808080; }
  @media (max-width: 991.98px) {
    .festeventspage .event-sidebar {
      padding-top: 210px; } }
  @media (max-width: 767.98px) {
    .festeventspage .event-sidebar {
      padding-top: 0; } }

.festeventspage .free-festevent .event-sidebar {
  padding-top: 0; }

#loading_layer {
  display: none; }

#loading_layer #loading_overlay {
  position: fixed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000; }

#loading_layer #loading_body {
  z-index: 10001;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 10px;
  margin-left: -500px;
  height: 50px;
  width: 1000px;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80); }

#loading_layer #loading_body #loading_logo {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -40px;
  width: 70px;
  height: 100px; }

/* CSS FIX 2019 02 21 */
#errorModal {
  z-index: 1050 !important; }

.modal {
  z-index: 1049 !important;
  top: 70px !important; }

.cartpage form table tbody tr td .quantity .input-wrapper {
  margin-top: 0 !important;
  padding-top: 5px;
  text-align: center; }

.cart .cartpopup form table tbody tr td .quantity button,
.cartpage form table tbody tr td .quantity button,
.cart-section form table tbody tr td .quantity button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 !important; }

@media (max-width: 991.98px) {
  .events .box,
  .eventslist .box {
    margin-bottom: 34px !important; } }

.cookie_con .container .text {
  padding-bottom: 10px;
  width: 80% !important; }

@media (max-width: 767.98px) {
  .cookie_con .container .text {
    width: 100% !important; } }

.cookie_con .container {
  margin: 0.5% auto !important; }

.cookie_con {
  width: 100% !important;
  margin: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important; }

.checkoutpage section header h2 {
  height: auto !important;
  white-space: normal !important;
  padding: 7px 88px 7px 150px !important;
  line-height: 150% !important; }

.checkoutpage section header .step {
  height: 100% !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px; }

.checkoutpage section header .status {
  height: 100% !important;
  width: 78px !important; }

@media (max-width: 767.98px) {
  .checkoutpage section header h2 {
    padding: 5px 50px 5px 99px !important; }
  .checkoutpage section header .step {
    padding-left: 10px; }
  .checkoutpage section header .status {
    width: 40px !important;
    background-size: 20px auto !important; } }
 ::-webkit-full-page-media, _:future, :root .custom-select { font-family: sans-serif !important; }
/*# sourceMappingURL=redesign_style.css.map */
