/*$line-height-lg:              1.8 !default;
$line-height-sm:              1.8 !default;*/
:root {
  --beige: #9f948e;
  --section: #dedad4;
  --sectionalt: #f2f2ef;
  --purple_v1: #b793a9;
  --purple_v2: #8d6b93;
  --gray_light: #fafaf9;
  --black: #0f0f0f;
  --cec6b5f: #ec6b5f;
  --cf18c76: #f18c76;
  --ced9551: #ed9551;
  --cf8b877: #f8b877;
  --cffde4a: #ffde4a;
  --cfcc446: #fcc446;
  --cb7d8aa: #b7d8aa;
  --cd8dc48: #d8dc48;
  --c8ececf: #8ececf;
  --c9fb9ae: #9fb9ae;
  --c95c0d6: #95c0d6;
  --cdedad4: #dedad4;
  --cb793a9: #b793a9;
  --cd1b8c7: #d1b8c7;
  --cd4af9c: #d4af9c;
  --ce8d0c1: #e8d0c1;
  --c809886: #809886;
  --cb11c18: #b11c18;
  --c366474: #366474;
  --c72929d: #72929d;
  --c1f422c: #1f422c;
  --cece9e1: #ece9e1;
  --ce5667e: #e5667e;
  --gray: #6c757d;
  --gray-50: rgba(222, 218, 212, 0.5);
  --gray-25: rgba(222, 218, 212, 0.25);
  --cffffff: #ffffff;
  --cf29d45: #f29d45;
  --c000000: #000000;
  --blue: #6baee0;
  --indigo: #6610f2;
  --purple: #cf7fa1;
  --pink: #e83e8c;
  --red: #e63a2b;
  --orange: #ee7d05;
  --yellow: #ded1a7;
  --green: #28a745;
  --teal: #84c497;
  --cyan: #00afac;
  --white: #fff;
  --gray-dark: #343a40;
  --primary: #ea5d1a;
  --secondary: #0f0f0f;
  --success: #28a745;
  --info: #00afac;
  --warning: #ded1a7;
  --danger: #e63a2b;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 750px;
  --breakpoint-md: 1025px;
  --breakpoint-stop: 1400px;
  --breakpoint-lg: 1920px;
  --breakpoint-xl: 2560px;
  --font-family-sans-serif: "SeatRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: "SeatRegular", -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.8;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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: #ea5d1a;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #a8410f;
    text-decoration: underline; }

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

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

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

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;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

@media (min-width: 750px) {
  .container-sm, .container {
    max-width: 540px; } }

@media (min-width: 1025px) {
  .container-md, .container-sm, .container {
    max-width: 720px; } }

@media (min-width: 1920px) {
  .container-lg, .container-stop, .container-md, .container-sm, .container {
    max-width: 960px; } }

@media (min-width: 2560px) {
  .container-xl, .container-lg, .container-stop, .container-md, .container-sm, .container {
    max-width: 1140px; } }

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

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.8;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 93, 26, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(234, 93, 26, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #ea5d1a;
  border-color: #ea5d1a; }
  .btn-primary:hover {
    color: #fff;
    background-color: #cb4e13;
    border-color: #bf4a12; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #cb4e13;
    border-color: #bf4a12;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 117, 60, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(237, 117, 60, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ea5d1a;
    border-color: #ea5d1a; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bf4a12;
    border-color: #b44510; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 117, 60, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(237, 117, 60, 0.5); }

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

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

.btn-info {
  color: #fff;
  background-color: #00afac;
  border-color: #00afac; }
  .btn-info:hover {
    color: #fff;
    background-color: #008986;
    border-color: #007c7a; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #008986;
    border-color: #007c7a;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 187, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 187, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #00afac;
    border-color: #00afac; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007c7a;
    border-color: #006f6d; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 187, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 187, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ded1a7;
  border-color: #ded1a7; }
  .btn-warning:hover {
    color: #212529;
    background-color: #d4c28b;
    border-color: #d0be82; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #d4c28b;
    border-color: #d0be82;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 183, 148, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(194, 183, 148, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ded1a7;
    border-color: #ded1a7; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d0be82;
    border-color: #cdb979; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 183, 148, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(194, 183, 148, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #e63a2b;
  border-color: #e63a2b; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d22819;
    border-color: #c72517; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d22819;
    border-color: #c72517;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 88, 75, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(234, 88, 75, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e63a2b;
    border-color: #e63a2b; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c72517;
    border-color: #bb2316; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 88, 75, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(234, 88, 75, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #ea5d1a;
  border-color: #ea5d1a; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #ea5d1a;
    border-color: #ea5d1a; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 93, 26, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(234, 93, 26, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ea5d1a;
    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: #ea5d1a;
    border-color: #ea5d1a; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 93, 26, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(234, 93, 26, 0.5); }

.btn-outline-secondary {
  color: #0f0f0f;
  border-color: #0f0f0f; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #0f0f0f; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #0f0f0f;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #0f0f0f; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5); }

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

.btn-outline-info {
  color: #00afac;
  border-color: #00afac; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #00afac;
    border-color: #00afac; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 175, 172, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 175, 172, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #00afac;
    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: #00afac;
    border-color: #00afac; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 175, 172, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 175, 172, 0.5); }

.btn-outline-warning {
  color: #ded1a7;
  border-color: #ded1a7; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ded1a7;
    border-color: #ded1a7; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 209, 167, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 209, 167, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ded1a7;
    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: #ded1a7;
    border-color: #ded1a7; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 209, 167, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 209, 167, 0.5); }

.btn-outline-danger {
  color: #e63a2b;
  border-color: #e63a2b; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e63a2b;
    border-color: #e63a2b; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e63a2b;
    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: #e63a2b;
    border-color: #e63a2b; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

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

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

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

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

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }
.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: #ea5d1a !important; }

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

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

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

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

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

.bg-info {
  background-color: #00afac !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #00afac !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: 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: sticky !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 750px) {
  .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: 1025px) {
  .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: 1400px) {
  .m-stop-0 {
    margin: 0 !important; }
  .mt-stop-0,
  .my-stop-0 {
    margin-top: 0 !important; }
  .mr-stop-0,
  .mx-stop-0 {
    margin-right: 0 !important; }
  .mb-stop-0,
  .my-stop-0 {
    margin-bottom: 0 !important; }
  .ml-stop-0,
  .mx-stop-0 {
    margin-left: 0 !important; }
  .m-stop-1 {
    margin: 0.25rem !important; }
  .mt-stop-1,
  .my-stop-1 {
    margin-top: 0.25rem !important; }
  .mr-stop-1,
  .mx-stop-1 {
    margin-right: 0.25rem !important; }
  .mb-stop-1,
  .my-stop-1 {
    margin-bottom: 0.25rem !important; }
  .ml-stop-1,
  .mx-stop-1 {
    margin-left: 0.25rem !important; }
  .m-stop-2 {
    margin: 0.5rem !important; }
  .mt-stop-2,
  .my-stop-2 {
    margin-top: 0.5rem !important; }
  .mr-stop-2,
  .mx-stop-2 {
    margin-right: 0.5rem !important; }
  .mb-stop-2,
  .my-stop-2 {
    margin-bottom: 0.5rem !important; }
  .ml-stop-2,
  .mx-stop-2 {
    margin-left: 0.5rem !important; }
  .m-stop-3 {
    margin: 1rem !important; }
  .mt-stop-3,
  .my-stop-3 {
    margin-top: 1rem !important; }
  .mr-stop-3,
  .mx-stop-3 {
    margin-right: 1rem !important; }
  .mb-stop-3,
  .my-stop-3 {
    margin-bottom: 1rem !important; }
  .ml-stop-3,
  .mx-stop-3 {
    margin-left: 1rem !important; }
  .m-stop-4 {
    margin: 1.5rem !important; }
  .mt-stop-4,
  .my-stop-4 {
    margin-top: 1.5rem !important; }
  .mr-stop-4,
  .mx-stop-4 {
    margin-right: 1.5rem !important; }
  .mb-stop-4,
  .my-stop-4 {
    margin-bottom: 1.5rem !important; }
  .ml-stop-4,
  .mx-stop-4 {
    margin-left: 1.5rem !important; }
  .m-stop-5 {
    margin: 3rem !important; }
  .mt-stop-5,
  .my-stop-5 {
    margin-top: 3rem !important; }
  .mr-stop-5,
  .mx-stop-5 {
    margin-right: 3rem !important; }
  .mb-stop-5,
  .my-stop-5 {
    margin-bottom: 3rem !important; }
  .ml-stop-5,
  .mx-stop-5 {
    margin-left: 3rem !important; }
  .p-stop-0 {
    padding: 0 !important; }
  .pt-stop-0,
  .py-stop-0 {
    padding-top: 0 !important; }
  .pr-stop-0,
  .px-stop-0 {
    padding-right: 0 !important; }
  .pb-stop-0,
  .py-stop-0 {
    padding-bottom: 0 !important; }
  .pl-stop-0,
  .px-stop-0 {
    padding-left: 0 !important; }
  .p-stop-1 {
    padding: 0.25rem !important; }
  .pt-stop-1,
  .py-stop-1 {
    padding-top: 0.25rem !important; }
  .pr-stop-1,
  .px-stop-1 {
    padding-right: 0.25rem !important; }
  .pb-stop-1,
  .py-stop-1 {
    padding-bottom: 0.25rem !important; }
  .pl-stop-1,
  .px-stop-1 {
    padding-left: 0.25rem !important; }
  .p-stop-2 {
    padding: 0.5rem !important; }
  .pt-stop-2,
  .py-stop-2 {
    padding-top: 0.5rem !important; }
  .pr-stop-2,
  .px-stop-2 {
    padding-right: 0.5rem !important; }
  .pb-stop-2,
  .py-stop-2 {
    padding-bottom: 0.5rem !important; }
  .pl-stop-2,
  .px-stop-2 {
    padding-left: 0.5rem !important; }
  .p-stop-3 {
    padding: 1rem !important; }
  .pt-stop-3,
  .py-stop-3 {
    padding-top: 1rem !important; }
  .pr-stop-3,
  .px-stop-3 {
    padding-right: 1rem !important; }
  .pb-stop-3,
  .py-stop-3 {
    padding-bottom: 1rem !important; }
  .pl-stop-3,
  .px-stop-3 {
    padding-left: 1rem !important; }
  .p-stop-4 {
    padding: 1.5rem !important; }
  .pt-stop-4,
  .py-stop-4 {
    padding-top: 1.5rem !important; }
  .pr-stop-4,
  .px-stop-4 {
    padding-right: 1.5rem !important; }
  .pb-stop-4,
  .py-stop-4 {
    padding-bottom: 1.5rem !important; }
  .pl-stop-4,
  .px-stop-4 {
    padding-left: 1.5rem !important; }
  .p-stop-5 {
    padding: 3rem !important; }
  .pt-stop-5,
  .py-stop-5 {
    padding-top: 3rem !important; }
  .pr-stop-5,
  .px-stop-5 {
    padding-right: 3rem !important; }
  .pb-stop-5,
  .py-stop-5 {
    padding-bottom: 3rem !important; }
  .pl-stop-5,
  .px-stop-5 {
    padding-left: 3rem !important; }
  .m-stop-n1 {
    margin: -0.25rem !important; }
  .mt-stop-n1,
  .my-stop-n1 {
    margin-top: -0.25rem !important; }
  .mr-stop-n1,
  .mx-stop-n1 {
    margin-right: -0.25rem !important; }
  .mb-stop-n1,
  .my-stop-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-stop-n1,
  .mx-stop-n1 {
    margin-left: -0.25rem !important; }
  .m-stop-n2 {
    margin: -0.5rem !important; }
  .mt-stop-n2,
  .my-stop-n2 {
    margin-top: -0.5rem !important; }
  .mr-stop-n2,
  .mx-stop-n2 {
    margin-right: -0.5rem !important; }
  .mb-stop-n2,
  .my-stop-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-stop-n2,
  .mx-stop-n2 {
    margin-left: -0.5rem !important; }
  .m-stop-n3 {
    margin: -1rem !important; }
  .mt-stop-n3,
  .my-stop-n3 {
    margin-top: -1rem !important; }
  .mr-stop-n3,
  .mx-stop-n3 {
    margin-right: -1rem !important; }
  .mb-stop-n3,
  .my-stop-n3 {
    margin-bottom: -1rem !important; }
  .ml-stop-n3,
  .mx-stop-n3 {
    margin-left: -1rem !important; }
  .m-stop-n4 {
    margin: -1.5rem !important; }
  .mt-stop-n4,
  .my-stop-n4 {
    margin-top: -1.5rem !important; }
  .mr-stop-n4,
  .mx-stop-n4 {
    margin-right: -1.5rem !important; }
  .mb-stop-n4,
  .my-stop-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-stop-n4,
  .mx-stop-n4 {
    margin-left: -1.5rem !important; }
  .m-stop-n5 {
    margin: -3rem !important; }
  .mt-stop-n5,
  .my-stop-n5 {
    margin-top: -3rem !important; }
  .mr-stop-n5,
  .mx-stop-n5 {
    margin-right: -3rem !important; }
  .mb-stop-n5,
  .my-stop-n5 {
    margin-bottom: -3rem !important; }
  .ml-stop-n5,
  .mx-stop-n5 {
    margin-left: -3rem !important; }
  .m-stop-auto {
    margin: auto !important; }
  .mt-stop-auto,
  .my-stop-auto {
    margin-top: auto !important; }
  .mr-stop-auto,
  .mx-stop-auto {
    margin-right: auto !important; }
  .mb-stop-auto,
  .my-stop-auto {
    margin-bottom: auto !important; }
  .ml-stop-auto,
  .mx-stop-auto {
    margin-left: auto !important; } }

@media (min-width: 1920px) {
  .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: 2560px) {
  .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; } }

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

.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: 750px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

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

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

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

@media (min-width: 2560px) {
  .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: #ea5d1a !important; }

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

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

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

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

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

.text-info {
  color: #00afac !important; }

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

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

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

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

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

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

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

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

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

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

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

.text-black-50 {
  color: rgba(15, 15, 15, 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;
  word-wrap: break-word !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #ea5d1a; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #bf4a12; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 93, 26, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(234, 93, 26, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #0f0f0f; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: black; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #00afac; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #007c7a; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 175, 172, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 175, 172, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ded1a7; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d0be82; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 209, 167, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 209, 167, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #e63a2b; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #c72517; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ea5d1a;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #a8410f;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 93, 26, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(234, 93, 26, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ea5d1a;
  border-color: #ea5d1a; }

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

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

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.bg-beige {
  background-color: #9f948e !important; }

a.bg-beige:hover, a.bg-beige:focus,
button.bg-beige:hover,
button.bg-beige:focus {
  background-color: #877a73 !important; }

.bg-section {
  background-color: #dedad4 !important; }

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

.bg-sectionalt {
  background-color: #f2f2ef !important; }

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

.bg-purple_v1 {
  background-color: #b793a9 !important; }

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

.bg-purple_v2 {
  background-color: #8d6b93 !important; }

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

.bg-gray_light {
  background-color: #fafaf9 !important; }

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

.bg-black {
  background-color: #0f0f0f !important; }

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

.bg-cec6b5f {
  background-color: #ec6b5f !important; }

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

.bg-cf18c76 {
  background-color: #f18c76 !important; }

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

.bg-ced9551 {
  background-color: #ed9551 !important; }

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

.bg-cf8b877 {
  background-color: #f8b877 !important; }

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

.bg-cffde4a {
  background-color: #ffde4a !important; }

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

.bg-cfcc446 {
  background-color: #fcc446 !important; }

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

.bg-cb7d8aa {
  background-color: #b7d8aa !important; }

a.bg-cb7d8aa:hover, a.bg-cb7d8aa:focus,
button.bg-cb7d8aa:hover,
button.bg-cb7d8aa:focus {
  background-color: #99c887 !important; }

.bg-cd8dc48 {
  background-color: #d8dc48 !important; }

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

.bg-c8ececf {
  background-color: #8ececf !important; }

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

.bg-c9fb9ae {
  background-color: #9fb9ae !important; }

a.bg-c9fb9ae:hover, a.bg-c9fb9ae:focus,
button.bg-c9fb9ae:hover,
button.bg-c9fb9ae:focus {
  background-color: #82a395 !important; }

.bg-c95c0d6 {
  background-color: #95c0d6 !important; }

a.bg-c95c0d6:hover, a.bg-c95c0d6:focus,
button.bg-c95c0d6:hover,
button.bg-c95c0d6:focus {
  background-color: #70aac8 !important; }

.bg-cdedad4 {
  background-color: #dedad4 !important; }

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

.bg-cb793a9 {
  background-color: #b793a9 !important; }

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

.bg-cd1b8c7 {
  background-color: #d1b8c7 !important; }

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

.bg-cd4af9c {
  background-color: #d4af9c !important; }

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

.bg-ce8d0c1 {
  background-color: #e8d0c1 !important; }

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

.bg-c809886 {
  background-color: #809886 !important; }

a.bg-c809886:hover, a.bg-c809886:focus,
button.bg-c809886:hover,
button.bg-c809886:focus {
  background-color: #677e6d !important; }

.bg-cb11c18 {
  background-color: #b11c18 !important; }

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

.bg-c366474 {
  background-color: #366474 !important; }

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

.bg-c72929d {
  background-color: #72929d !important; }

a.bg-c72929d:hover, a.bg-c72929d:focus,
button.bg-c72929d:hover,
button.bg-c72929d:focus {
  background-color: #5a7882 !important; }

.bg-c1f422c {
  background-color: #1f422c !important; }

a.bg-c1f422c:hover, a.bg-c1f422c:focus,
button.bg-c1f422c:hover,
button.bg-c1f422c:focus {
  background-color: #0f1f15 !important; }

.bg-cece9e1 {
  background-color: #ece9e1 !important; }

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

.bg-ce5667e {
  background-color: #e5667e !important; }

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

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

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

.bg-gray-50 {
  background-color: rgba(222, 218, 212, 0.5) !important; }

a.bg-gray-50:hover, a.bg-gray-50:focus,
button.bg-gray-50:hover,
button.bg-gray-50:focus {
  background-color: rgba(200, 193, 183, 0.5) !important; }

.bg-gray-25 {
  background-color: rgba(222, 218, 212, 0.25) !important; }

a.bg-gray-25:hover, a.bg-gray-25:focus,
button.bg-gray-25:hover,
button.bg-gray-25:focus {
  background-color: rgba(200, 193, 183, 0.25) !important; }

.bg-cffffff {
  background-color: #ffffff !important; }

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

.bg-cf29d45 {
  background-color: #f29d45 !important; }

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

.bg-c000000 {
  background-color: #000000 !important; }

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

.bg-blue {
  background-color: #6baee0 !important; }

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #4197d7 !important; }

.bg-indigo {
  background-color: #6610f2 !important; }

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important; }

.bg-purple {
  background-color: #cf7fa1 !important; }

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

.bg-pink {
  background-color: #e83e8c !important; }

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

.bg-red {
  background-color: #e63a2b !important; }

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

.bg-orange {
  background-color: #ee7d05 !important; }

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

.bg-yellow {
  background-color: #ded1a7 !important; }

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

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

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

.bg-teal {
  background-color: #84c497 !important; }

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #62b37a !important; }

.bg-cyan {
  background-color: #00afac !important; }

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #007c7a !important; }

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

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

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

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

body {
  scroll-behavior: smooth; }

body,
html {
  overflow-x: hidden; }

*,
*::before,
*::after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

hr {
  border: none;
  border-bottom: 1px solid #333; }

.se-container {
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

@media (min-width: 1025px) {
  .se-container {
    padding-right: 32px;
    padding-left: 32px; } }

@media (min-width: 1025px) {
  body.submenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  body.submenu-overlay::after {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    overflow: hidden;
    background: rgba(15, 15, 15, 0.9); } }

.ico::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.ico-fuel::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMzUiIGhlaWdodD0iMjMzIiB2aWV3Qm94PSIwIDAgMjM1IDIzMyI+PHBhdGggZD0iTTE4NC4xIDMyVjFoLTE2MHYyMTZILjZ2MTVoMjA3di0xNWgtMjMuNXYtMzJoNTAuMlYzMmgtNTAuMnptLTE2LjUgNTdoLTEyN1YxN2gxMjd2NzJ6bTU4LjggODhoLTQyLjJWNDBoMjd2MzIuMmgxNS4yVjE3N3oiIGZpbGw9IiMwRjBGMEYiLz48L3N2Zz4=);
  width: 22px;
  height: 16px; }

.ico-co2::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMCIgeT0iMCIgd2lkdGg9IjM1NCIgaGVpZ2h0PSIyMTYiIHZpZXdCb3g9IjAgMCAzNTQgMjE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMEYwRjBGIiBkPSJNMzAxLjUgOTIuOWgtMjEuOWMtLjctMzctMzEuNS00OS40LTQ3LjMtNDkuNHMtMjQuNyA2LjktMjQuNyA2LjlDMTgyLjgtMS43IDEzMC43IDEgMTMwLjcgMSA0Mi44IDYuOCA0OS4xIDkyLjkgNDkuMSA5Mi45Yy01MC4xIDEyLjMtNDggNjAuNC00OCA2MC40QzEuMSAyMTUgNTUuMyAyMTUgNTUuMyAyMTVoMjUzLjFzNDQuNi04LjIgNDQuNi02My4xLTUxLjUtNTktNTEuNS01OXptLjUgMTA4LjZINjMuOHMtNDguNSA0LjktNDguNS01NC4yYzAgMCAuMS0zNC4zIDQ4LTQ1LjkgMCAwLTguMi04Ny42IDY4LjctODYgMCAwIDQ4LjctNS4xIDcyLjggNTYuMiAwIDAgMTAuMi0xNC4yIDI1LjMtMTQuMnM0MS4zIDExLjUgMzcuNSA0OS4xaDI3LjdzNDMuMi0yIDQzLjIgNDQuNmMuMiA0NS0zNi41IDUwLjQtMzYuNSA1MC40eiIvPjxwYXRoIGZpbGw9IiMwRjBGMEYiIGQ9Ik0xMTAuMSAxNTMuOGwxNS40IDQuOWMtMi40IDguNi02LjMgMTUtMTEuOCAxOS4xLTUuNSA0LjItMTIuNSA2LjMtMjAuOSA2LjMtMTAuNSAwLTE5LTMuNi0yNS44LTEwLjctNi43LTcuMS0xMC4xLTE2LjktMTAuMS0yOS4zIDAtMTMuMSAzLjQtMjMuMyAxMC4yLTMwLjVzMTUuNy0xMC45IDI2LjctMTAuOWM5LjYgMCAxNy41IDIuOCAyMy41IDguNSAzLjYgMy40IDYuMyA4LjIgOC4xIDE0LjVsLTE1LjcgMy44Yy0uOS00LjEtMi45LTcuMy01LjgtOS43LTMtMi40LTYuNS0zLjUtMTAuOC0zLjUtNS44IDAtMTAuNiAyLjEtMTQuMiA2LjMtMy42IDQuMi01LjUgMTEtNS41IDIwLjQgMCAxMCAxLjggMTcgNS40IDIxLjMgMy42IDQuMiA4LjIgNi4zIDE0IDYuMyA0LjIgMCA3LjktMS4zIDEwLjktNCAyLjktMi44IDUuMS03IDYuNC0xMi44ek0xMzAuNSAxNDMuOWMwLTggMS4yLTE0LjggMy42LTIwLjIgMS44LTQgNC4yLTcuNiA3LjMtMTAuOCAzLjEtMy4yIDYuNS01LjUgMTAuMi03LjEgNC45LTIuMSAxMC42LTMuMSAxNy0zLjEgMTEuNiAwIDIwLjkgMy42IDI3LjggMTAuOCA3IDcuMiAxMC40IDE3LjIgMTAuNCAzMCAwIDEyLjctMy41IDIyLjctMTAuNCAyOS44LTYuOSA3LjItMTYuMSAxMC44LTI3LjcgMTAuOC0xMS43IDAtMjEtMy42LTI3LjktMTAuNy02LjktNy4yLTEwLjMtMTctMTAuMy0yOS41em0xNi40LS42YzAgOC45IDIuMSAxNS43IDYuMiAyMC4zIDQuMSA0LjYgOS4zIDYuOSAxNS43IDYuOXMxMS41LTIuMyAxNS42LTYuOGM0LjEtNC42IDYuMS0xMS40IDYuMS0yMC41IDAtOS0yLTE1LjgtNS45LTIwLjItNC00LjQtOS4yLTYuNy0xNS44LTYuN1MxNTcgMTE4LjUgMTUzIDEyM2MtNC4xIDQuNS02LjEgMTEuMy02LjEgMjAuM3pNMjYxLjQgMTY4Ljd2MTRoLTUyLjljLjYtNS4zIDIuMy0xMC4zIDUuMi0xNS4xIDIuOS00LjcgOC41LTExIDE3LTE4LjkgNi44LTYuMyAxMS0xMC42IDEyLjUtMTIuOSAyLjEtMy4xIDMuMS02LjIgMy4xLTkuMiAwLTMuNC0uOS02LTIuNy03LjgtMS44LTEuOC00LjMtMi43LTcuNS0yLjdzLTUuNy45LTcuNSAyLjhjLTEuOSAxLjktMi45IDUtMy4yIDkuNWwtMTUtMS41Yy45LTguMyAzLjctMTQuMyA4LjQtMTcuOSA0LjctMy42IDEwLjYtNS40IDE3LjctNS40IDcuOCAwIDEzLjkgMi4xIDE4LjMgNi4zIDQuNCA0LjIgNi43IDkuNCA2LjcgMTUuNiAwIDMuNS0uNiA2LjktMS45IDEwLjEtMS4zIDMuMi0zLjMgNi42LTYgMTAuMS0xLjggMi4zLTUuMSA1LjctOS45IDEwLTQuOCA0LjQtNy44IDcuMy05LjEgOC43LTEuMyAxLjQtMi4zIDIuOC0zLjEgNC4yaDI5Ljl6Ii8+PC9zdmc+);
  width: 22px;
  height: 14px; }

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

.play-trigger {
  cursor: pointer;
  display: block;
  position: relative; }
  .play-trigger::after {
    content: "";
    z-index: 20;
    background-color: rgba(51, 48, 46, 0.5);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75 86.6"><polygon fill="%23fff" points="75 43.3 0 0 0 86.6 75 43.3"/></svg>');
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none; }
    @media (min-width: 750px) {
      .play-trigger::after {
        width: 64px;
        height: 64px; } }
  .play-trigger:hover::after {
    background-color: rgba(51, 48, 46, 0.8); }

.block-body,
.block {
  margin-left: 15px;
  margin-right: 15px; }

.social-date {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 22px;
  color: rgba(15, 15, 15, 0.6); }

.social-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #cccccc; }

.social-icons {
  margin: 16px auto;
  padding: 0;
  max-width: 384px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .social-icons li {
    list-style: none;
    margin-left: 0;
    height: 100%; }
    .social-icons li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .social-icons li a img {
        width: 27px;
        height: auto !important;
        display: block; }

@media (min-width: 1025px) {
  .social-date-container {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .social-content {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .social-date {
    width: 100%;
    text-align: left;
    font-size: 14px; }
  .social-icons {
    max-width: 352px;
    margin: 0 0 8px auto;
    display: block;
    overflow: hidden; }
    .social-icons li {
      float: left;
      list-style: none;
      margin-left: 24px;
      height: 100%; } }

.link-back {
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none;
  line-height: 70px; }
  .link-back::before {
    position: relative;
    top: -1px;
    display: inline-block;
    content: "";
    margin-right: 32px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #0f0f0f;
    border-right: 2px solid #0f0f0f;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.block-title {
  min-height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 32px;
  padding-bottom: 32px; }
  .block-title .title {
    font-size: 25px;
    line-height: 32px; }

.block-introduction {
  padding-top: 32px; }
  .block-introduction .eyebrow {
    font-size: 16px;
    margin-bottom: 16px;
    color: rgba(15, 15, 15, 0.6); }
  .block-introduction .title {
    font-size: 30px;
    line-height: 38px;
    margin: 0 auto 32px auto; }
  .block-introduction .richtext {
    font-size: 14px;
    line-height: 26px;
    margin: 0 auto 32px auto; }

@media (min-width: 1025px) {
  .block-introduction {
    padding-top: 64px; }
    .block-introduction .eyebrow {
      font-size: 16px;
      line-height: 30px; }
    .block-introduction .title {
      font-size: 38px;
      line-height: 48px; }
    .block-introduction .richtext {
      max-width: 788px;
      font-size: 16px;
      line-height: 30px; }
  .block-title {
    min-height: 255px;
    padding-top: 64px;
    padding-bottom: 64px; }
    .block-title .title {
      font-size: 30px;
      line-height: 38px;
      margin-bottom: 24px; }
  .block-body .content {
    width: 634px;
    margin: 0 auto; } }

@media (min-width: 1400px) {
  .block-body .content {
    margin: 0 117px;
    width: auto; } }

@media (min-width: 1025px) {
  .block-body {
    margin-left: 13.85vw;
    margin-right: 13.85vw; } }

@media (min-width: 1400px) {
  .block-body {
    margin-left: calc((100vw - 868px) / 2);
    margin-right: calc((100vw - 868px) / 2); }
  .block {
    max-width: 1400px;
    margin: 0 auto; } }

.arrows-cta::after {
  position: relative;
  top: -1px;
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #0f0f0f;
  border-right: 2px solid #0f0f0f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.arrows-cta:hover {
  text-decoration: none; }

.section-title {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px; }

.hidden-part {
  display: none !important; }

.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .lazy.lazy-loaded {
    opacity: 1; }

.object-position-right-center {
  -o-object-position: right center;
     object-position: right center; }

.object-position-right-top {
  -o-object-position: right top;
     object-position: right top; }

.object-position-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom; }

.object-position-left-center {
  -o-object-position: left center;
     object-position: left center; }

.object-position-left-top {
  -o-object-position: left top;
     object-position: left top; }

.object-position-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom; }

.object-position-center-center {
  -o-object-position: center center;
     object-position: center center; }

.object-position-center-top {
  -o-object-position: center top;
     object-position: center top; }

.object-position-center-bottom {
  -o-object-position: center bottom;
     object-position: center bottom; }

@font-face {
  font-family: "SeatBlack";
  src: url("../fonts/SeatBcn-Black.eot");
  src: url("../fonts/SeatBcn-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "SeatBlack";
  src: url("../fonts/SeatBcn-BlackItalic.eot");
  src: url("../fonts/SeatBcn-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: "SeatBold";
  src: url("../fonts/SeatBcn-Bold.eot");
  src: url("../fonts/SeatBcn-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "SeatBold";
  src: url("../fonts/SeatBcn-BoldItalic.eot");
  src: url("../fonts/SeatBcn-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: "SeatBook";
  src: url("../fonts/SeatBcn-Book.eot");
  src: url("../fonts/SeatBcn-Book.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "SeatBook";
  src: url("../fonts/SeatBcn-BookItalic.eot");
  src: url("../fonts/SeatBcn-BookItalic.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: "Seat";
  src: url("../fonts/SeatBcn-Italic.eot");
  src: url("../fonts/SeatBcn-Italic.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: "SeatLight";
  src: url("../fonts/SeatBcn-Light.eot");
  src: url("../fonts/SeatBcn-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "SeatLight";
  src: url("../fonts/SeatBcn-LightItalic.eot");
  src: url("../fonts/SeatBcn-LightItalic.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: "SeatMedium";
  src: url("../fonts/SeatBcn-Medium.eot");
  src: url("../fonts/SeatBcn-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "SeatMedium";
  src: url("../fonts/SeatBcn-MediumItalic.eot");
  src: url("../fonts/SeatBcn-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: "SeatRegular";
  src: url("../fonts/SeatBcn-Regular.eot");
  src: url("../fonts/SeatBcn-Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "SeatRegular";
  src: url("../fonts/SeatBcn-Bold.eot");
  src: url("../fonts/SeatBcn-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "SeatRegular";
  src: url("../fonts/SeatBcn-BoldItalic.eot");
  src: url("../fonts/SeatBcn-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: "SeatExtraLight";
  src: url("../fonts/SeatBcn-ExtraLight.eot");
  src: url("../fonts/SeatBcn-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "SeatExtraLight";
  src: url("../fonts/SeatBcn-ExtraLightItalic.eot");
  src: url("../fonts/SeatBcn-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-display: swap;
  font-style: italic; }

.italic {
  font-style: italic; }

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

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.8;
  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-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

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

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: 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: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

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

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #fff;
  background-color: rgba(230, 58, 43, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e63a2b;
  padding-right: calc(1.8em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e63a2b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63a2b' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.45em + 0.1875rem) center;
  background-size: calc(0.9em + 0.375rem) calc(0.9em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #e63a2b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e63a2b;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e63a2b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63a2b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.9em + 0.375rem) calc(0.9em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #e63a2b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 0.25); }

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

.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: #e63a2b; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e63a2b; }

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 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: #e63a2b; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e63a2b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(230, 58, 43, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 750px) {
    .form-inline label {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
         -moz-box-align: 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-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
.custom-control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal; }

.custom-control-sm {
  font-size: 13px;
  padding-left: 24px; }

.custom-control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 1px solid #2e3538;
  border-radius: 2px; }

.custom-control-sm .custom-control-indicator {
  height: 18px;
  width: 18px;
  border: 1px solid #cbcbcb;
  border-radius: 3px; }

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

.custom-control:hover input ~ .custom-control-indicator,
.custom-control input:focus ~ .custom-control-indicator {
  background: #ccc; }

.custom-control input:checked ~ .custom-control-indicator {
  background: #ea5d1a;
  border-color: #ea5d1a; }

.custom-control:hover input:not([disabled]):checked ~ .custom-control-indicator,
.custom-control input:checked:focus ~ .custom-control-indicator {
  background: #bf4a12;
  border-color: #bf4a12; }

.custom-control input:disabled ~ .custom-control-indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.custom-control-indicator:after {
  content: "";
  position: absolute;
  display: none; }

.custom-control input:checked ~ .custom-control-indicator:after {
  display: block; }

.custom-control-checkbox .custom-control-indicator:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.custom-control-checkbox.custom-control-sm .custom-control-indicator:after {
  left: 4px;
  top: 0px; }

.custom-control-checkbox input:disabled ~ .custom-control-indicator:after {
  border-color: #7b7b7b; }

.custom-control-radio .custom-control-indicator:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }

.custom-control-radio input:disabled ~ .custom-control-indicator:after {
  background: #7b7b7b; }

.custom-select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%; }

.custom-select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.custom-select select::-ms-expand {
  display: none; }

.custom-select select:hover,
.custom-select select:focus {
  color: #000;
  background: #ccc; }

.custom-select select:disabled {
  opacity: 0.5;
  pointer-events: none; }

.custom-select-arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent; }

.custom-select select:hover ~ .custom-select-arrow,
.custom-select select:focus ~ .custom-select-arrow {
  border-top-color: #000; }

.custom-select select:disabled ~ .custom-select-arrow {
  border-top-color: #ccc; }

.form-group {
  padding-top: 18px;
  line-height: 1.25; }
  @media (min-width: 750px) {
    .form-group {
      padding-top: 30px; } }
.form-label {
  position: absolute;
  margin-bottom: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 240ms;
  transition: 240ms;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "SeatMedium", 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";
  color: #6c757d;
  font-size: 16px;
  line-height: 26px; }

.form-group.focused .form-label {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0) scale(0.75);
          transform: translate3d(0, -50%, 0) scale(0.75); }

form,
form * {
  -webkit-backface-visibility: visible;
          backface-visibility: visible; }

.form-control {
  min-height: 40px;
  font-size: 17px;
  padding: 0 2px;
  line-height: 40px;
  color: #000;
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.2s;
  transition: border-color ease-in-out 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .form-control[readonly], .form-control[disabled] {
    color: #999;
    background-color: inherit; }
  .form-control:focus {
    border-color: rgba(15, 15, 15, 0.6);
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent; }
  .form-control.error {
    color: #f00;
    border-color: #f00; }
  .form-control.error ~ .error {
    color: #f00; }

.checkbox {
  position: relative; }
  .checkbox input.error {
    outline: 1px solid #f00; }

.checkbox label.error {
  color: #f00;
  display: block;
  position: absolute;
  font-size: 12px;
  bottom: -15px; }

select.form-control-select::-ms-expand {
  display: none; }

.form-control-select {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 3rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAAgElEQVQokY3OoRqEIBCFUTLVbDcAd+Aij2K2bqaarZt9202ryyrK1Jnzf6NSGrogdlaNQ1IHsfNoTK/okaNgo0dugfTutd+T1IRdngIFhF1I6mNxE/i+eoJFuRL4hSkNXf21v0AApijYKG6twsuAuLUZXgWiuPdoTN8Ei4BHvoMfmLA4rzZxDysAAAAASUVORK5CYII=") center no-repeat;
  background-size: 15px 9px;
  background-repeat: no-repeat;
  background-position: 97% 60%;
  outline: 0; }

@media (min-width: 1px) {
  ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent; }
  :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent; }
  ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent; }
  :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent; }
  textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent; }
  textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent; }
  textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent; }
  textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent; } }

.form-title {
  margin-bottom: 2em; }

@media (max-width: 1024.98px) {
  .recaptcha-wrapper {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

.intro, .title-evento, .title {
  font-family: "SeatBlack", 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"; }

.seat-black {
  font-family: "SeatBlack", 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" !important; }

.home-trims a, .tag-rata, footer a.col-lead, .card-team h3, .extra-subtitle-evento, .subtitle-evento, .subtitle, #top-navbar .s-dealer, .block-introduction .eyebrow {
  font-family: "SeatBold", 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"; }

.seat-bold {
  font-family: "SeatBold", 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" !important; }

.seat-book {
  font-family: "SeatBook", 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" !important; }

.seat-light {
  font-family: "SeatLight", 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" !important; }

.dkcar-preview .text-price, footer, .section-intro .section-intro-info p, .btn-standard, .text-important, .se-sub-bar, #top-navbar, h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  font-family: "SeatMedium", 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"; }

.seat-medium {
  font-family: "SeatMedium", 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" !important; }

.tags .tag, .home-trims .trim-subtitle {
  font-family: "SeatRegular", 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"; }

.seat-regular {
  font-family: "SeatRegular", 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" !important; }

.on {
  display: none; }

#top-navbar {
  font-size: 14px;
  line-height: 29px;
  color: #0f0f0f;
  background-color: #fff;
  border-bottom: 1px solid #ccc; }
  #top-navbar ul,
  #top-navbar li {
    list-style: none;
    list-style-type: none; }
  #top-navbar a {
    color: #0f0f0f;
    text-decoration: none; }
  #top-navbar > div {
    height: 54px;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
    max-width: 1400px;
    margin: 0 auto; }
  #top-navbar .s-logo {
    padding: 10px 8px; }
    #top-navbar .s-logo svg {
      width: 40px;
      height: 32px;
      display: block; }
  #top-navbar .s-dealer {
    text-align: center;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 13px 16px;
    border-left: 1px solid #ccc; }
  #top-navbar .toggle-main-menu {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 57px;
    border-left: 1px solid #ccc; }
  @media (min-width: 750px) {
    #top-navbar .s-logo {
      padding: 15px 16px; }
    #top-navbar .s-logo svg {
      width: 104px;
      height: 23px; } }
  @media (min-width: 1025px) {
    #top-navbar > div {
      background: #fff;
      height: 72px;
      position: relative;
      z-index: 6; }
    #top-navbar .s-logo {
      border-right: 1px solid #ccc; }
    #top-navbar .s-logo,
    #top-navbar .s-dealer {
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 20px 32px; }
      #top-navbar .s-logo svg,
      #top-navbar .s-dealer svg {
        width: 140px;
        height: 32px; }
    #top-navbar .s-dealer {
      text-align: left;
      padding: 22px 32px;
      border-left: 1px solid #ccc; }
    #top-navbar .s-menu {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: block;
      height: auto;
      max-height: none; }
    #top-navbar .toggle-main-menu {
      display: none; } }
#main-menu {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 1025px) {
    #main-menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      #main-menu > li > a.active {
        color: rgba(15, 15, 15, 0.6); } }
  #main-menu > li > a.has-submenu {
    position: relative; }
    #main-menu > li > a.has-submenu::after {
      content: "";
      border-left: 1px solid rgba(15, 15, 15, 0.7);
      border-bottom: 1px solid rgba(15, 15, 15, 0.7);
      width: 7px;
      height: 7px;
      vertical-align: middle;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 24px;
      right: 8px; }
    #main-menu > li > a.has-submenu.active::after {
      -webkit-transform: rotate(-225deg);
              transform: rotate(-225deg); }
  #main-menu .submenu {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none; }
    #main-menu .submenu .menu-subtitle,
    #main-menu .submenu .menu-more {
      display: none; }
    #main-menu .submenu .li a {
      display: block;
      padding: 16px 8px;
      padding-top: 0;
      opacity: 0.6; }
      #main-menu .submenu .li a picture,
      #main-menu .submenu .li a img {
        display: none; }
  #main-menu .submenu-active {
    display: block; }
  #main-menu .submenu-tags {
    display: none; }
  @media (max-width: 749.98px) {
    #main-menu .megamenu-modelli.submenu-active {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #main-menu .megamenu-modelli.submenu-active > .li {
        text-align: center;
        -webkit-box-flex: 0;
           -moz-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
        #main-menu .megamenu-modelli.submenu-active > .li picture,
        #main-menu .megamenu-modelli.submenu-active > .li img {
          display: block; }
      #main-menu .megamenu-modelli.submenu-active .li a {
        opacity: 1; } }
  @media (min-width: 1025px) {
    #main-menu {
      padding-left: 10px;
      padding-right: 10px; }
      #main-menu > li > a {
        padding: 20px 12px;
        white-space: nowrap;
        text-overflow: ellipsis; }
      #main-menu > li:first-child > a {
        padding-left: 0; }
      #main-menu > li > a.has-submenu {
        display: block; }
        #main-menu > li > a.has-submenu::after {
          right: 0;
          top: 30px; }
        #main-menu > li > a.has-submenu.active::after {
          top: 33px; }
      #main-menu .submenu {
        z-index: 5;
        position: fixed;
        top: 72px;
        border-top: 1px solid #ccc;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        width: 100vw;
        max-width: 1400px;
        margin: 0 auto;
        background: #fff;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 16px; }
        #main-menu .submenu .menu-title {
          font-family: "SeatBold", sans-serif;
          font-size: 16px;
          font-weight: 500;
          line-height: 29px;
          margin-bottom: 0px;
          margin-top: 16px;
          text-align: center; }
        #main-menu .submenu .menu-subtitle {
          display: block;
          font-family: "SeatRegular", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 26px;
          margin-bottom: 0px;
          margin-top: 0px;
          min-height: 52px;
          opacity: 0.6;
          text-align: center; }
        #main-menu .submenu .menu-more {
          display: block;
          text-align: center;
          font-family: "SeatRegular", sans-serif;
          font-size: 14px; }
          #main-menu .submenu .menu-more > span {
            display: inline-block;
            border-bottom: 2px solid #0f0f0f; }
        #main-menu .submenu .li {
          -webkit-box-flex: 0;
             -moz-box-flex: 0;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%;
          max-width: 25%; }
        #main-menu .submenu.megamenu-modelli .li {
          display: block;
          max-width: 16.666666666666667%;
          -webkit-box-flex: 0;
             -moz-box-flex: 0;
              -ms-flex: 0 0 16.666666666666667%;
                  flex: 0 0 16.666666666666667%; }
        #main-menu .submenu .li a {
          opacity: 1;
          padding: 24px; }
          #main-menu .submenu .li a picture,
          #main-menu .submenu .li a img {
            display: block; }
          #main-menu .submenu .li a:hover {
            background-color: #fafaf9; }
        #main-menu .submenu.megamenu-modelli li {
          max-width: 16.666666666666667%;
          -webkit-box-flex: 0;
             -moz-box-flex: 0;
              -ms-flex: 0 0 16.666666666666667%;
                  flex: 0 0 16.666666666666667%; }
      #main-menu .modello-tag {
        opacity: 0.4;
        pointer-events: none;
        cursor: default; }
      #main-menu .modello-tag.modello-active {
        opacity: 1;
        pointer-events: all;
        cursor: pointer; }
      #main-menu .submenu-tags {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-left: -16px;
        margin-right: -16px;
        margin-top: -16px;
        padding: 0 16px;
        border-bottom: 1px solid #ccc; }
        #main-menu .submenu-tags > div {
          margin-left: 32px;
          font-size: 14px;
          color: rgba(15, 15, 15, 0.6);
          line-height: 29px;
          padding: 0;
          display: block;
          height: 68px;
          padding-top: 20px;
          cursor: pointer;
          border-bottom: 4px solid #fff; }
          #main-menu .submenu-tags > div:hover {
            color: #0f0f0f; }
          #main-menu .submenu-tags > div.selected {
            border-bottom: 4px solid #0f0f0f; }
      #main-menu .submenu-active {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 1400px) {
    #main-menu {
      padding-left: 30px;
      padding-right: 30px; }
      #main-menu > li > a {
        padding-left: 16px;
        padding-right: 16px; } }
@media (max-width: 1024.98px) {
  .s-menu {
    z-index: 50;
    position: fixed;
    top: 55px;
    max-height: 0;
    left: 0;
    right: 0;
    -webkit-transition: max-height 0.1s linear;
    transition: max-height 0.1s linear;
    overflow: hidden; }
  #main-menu {
    background: #fff; }
    #main-menu > li {
      opacity: 1;
      margin-left: 19px;
      margin-right: 19px;
      border-bottom: 1px solid #ccc; }
      #main-menu > li > a {
        display: block;
        padding: 16px 8px; } }

@media (max-width: 1024.98px) {
  .main-menu-active {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100; }
    .main-menu-active #top-navbar .s-menu {
      top: 55px;
      display: block;
      max-height: calc(100vh - 55px);
      overflow-y: auto;
      padding-bottom: 200px;
      -webkit-overflow-scrolling: touch; }
    .main-menu-active #top-navbar .toggle-main-menu .off {
      display: none; }
    .main-menu-active #top-navbar .toggle-main-menu .on {
      display: block; }
    .main-menu-active .bg-main,
    .main-menu-active footer {
      opacity: 0.2;
      pointer-events: none; } }

.se-sub-bar {
  background: #33302e;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  text-align: center; }
  .se-sub-bar a {
    padding: 16px 0;
    margin: 0;
    font-size: 14px;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.6);
    display: block; }
    .se-sub-bar a:hover {
      text-decoration: none; }
  .se-sub-bar a.selected {
    color: #fff; }
  .se-sub-bar ul,
  .se-sub-bar li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .se-sub-bar .se-container > ul {
    display: none; }
  .se-sub-bar li {
    border-bottom: 1px solid #82807f;
    position: relative; }
    .se-sub-bar li.has-children::after {
      content: "";
      border-left: 2px solid #82807f;
      border-bottom: 2px solid #82807f;
      width: 7px;
      height: 7px;
      vertical-align: middle;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: -webkit-transform 0.1s;
      transition: -webkit-transform 0.1s;
      transition: transform 0.1s;
      transition: transform 0.1s, -webkit-transform 0.1s;
      position: absolute;
      top: 26px;
      right: 4px; }
    .se-sub-bar li > ul {
      display: none; }
      .se-sub-bar li > ul li {
        border-bottom: none; }
        .se-sub-bar li > ul li a {
          padding: 4px 0; }
    .se-sub-bar li.open > a {
      color: #fff; }
    .se-sub-bar li.open > ul {
      display: block; }
    .se-sub-bar li.open::after {
      -webkit-transform: rotate(-225deg);
              transform: rotate(-225deg); }
  .se-sub-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99; }

.se-sub-bar-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #82807f; }
  .se-sub-bar-header h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1.4em; }
  .se-sub-bar-header h4 {
    letter-spacing: 0; }
  .se-sub-bar-header h3,
  .se-sub-bar-header h4 {
    margin: 0;
    padding: 0; }
  .se-sub-bar-header a {
    width: auto;
    margin: 0;
    padding: 6px 24px;
    position: relative; }
    .se-sub-bar-header a::after {
      content: "";
      border-left: 2px solid #ea5d1a;
      border-bottom: 2px solid #ea5d1a;
      width: 7px;
      height: 7px;
      vertical-align: middle;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: -webkit-transform 0.1s;
      transition: -webkit-transform 0.1s;
      transition: transform 0.1s;
      transition: transform 0.1s, -webkit-transform 0.1s;
      position: absolute;
      top: 24px;
      right: 8px; }

.active .se-sub-bar-header a::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg); }

@media (max-width: 1024.98px) {
  .se-sub-bar.active .se-container > ul {
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 16px;
    background: #33302e; }
    .se-sub-bar.active .se-container > ul > li > a {
      color: #fff; }
    .se-sub-bar.active .se-container > ul .open {
      padding-bottom: 16px; } }

@media (min-width: 1025px) {
  .se-sub-bar-header {
    display: none; }
  .se-sub-bar {
    text-align: left; }
    .se-sub-bar .se-container > ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .se-sub-bar li {
      display: block;
      padding: 0 16px;
      margin: 0;
      border-bottom: none; }
      .se-sub-bar li > ul {
        background: #33302e;
        min-width: 164px;
        position: absolute;
        left: 8px;
        top: calc(100% - 8px);
        z-index: 100;
        padding-bottom: 8px; }
        .se-sub-bar li > ul li a {
          padding: 12px 0; }
      .se-sub-bar li.open::after {
        right: 0; }
    .se-sub-bar a {
      position: relative; }
      .se-sub-bar a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        height: 2px;
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s; }
    .se-sub-bar a:hover::after, .se-sub-bar a.selected::after {
      -webkit-transform: scale(1);
              transform: scale(1); } }

.submenu-overlay .se-sub-bar {
  visibility: hidden; }

.title {
  letter-spacing: normal;
  font-stretch: normal; }

.richtext {
  margin-top: 16px;
  margin-bottom: 24px; }

.title-evento {
  letter-spacing: normal;
  font-stretch: normal;
  font-size: 60px;
  line-height: normal; }

.subtitle-evento {
  font-size: 30px;
  line-height: normal; }

.extra-subtitle-evento {
  font-size: 23px;
  line-height: normal; }

@media (min-width: 750px) {
  .title-evento {
    font-size: 80px; }
  .subtitle-evento {
    font-size: 40px; }
  .extra-subtitle-evento {
    font-size: 30px; } }

.intro {
  letter-spacing: normal;
  font-stretch: normal; }

.text-dark-light {
  color: rgba(15, 15, 15, 0.6); }

.text-rich {
  font-size: 14px;
  line-height: 26px; }

.h1 {
  font-size: 2em; }

@media (min-width: 750px) {
  .text-cols-2 {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px; }
  .text-cols-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px; } }

.legal-notes {
  font-size: 12px;
  line-height: 22px;
  padding: 32px 15px 72px;
  color: rgba(15, 15, 15, 0.6); }
  @media (min-width: 1025px) {
    .legal-notes {
      padding: 32px 136px 104px; } }
/*
.disclaimer-text {
  padding: 32px 136px 104px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  font-size: 12px;
  line-height: 22px;
}*/
.home-previews {
  padding-bottom: 72px; }
  .home-previews .btn-cta {
    color: #0f0f0f; }
    .home-previews .btn-cta:hover {
      color: #ea5d1a; }
      .home-previews .btn-cta:hover::after {
        border-color: #ea5d1a; }
  .home-previews > .home-preview {
    position: relative;
    display: block;
    color: #0f0f0f;
    text-decoration: none;
    background: #f2f2ef;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px; }
    .home-previews > .home-preview .txt {
      padding-top: 15px;
      padding-left: 8px;
      padding-right: 8px; }
    .home-previews > .home-preview .txt > p {
      display: none; }
    .home-previews > .home-preview .img {
      -webkit-box-ordinal-group: 2;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      position: relative;
      display: block;
      overflow: hidden;
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
      .home-previews > .home-preview .img::before {
        display: block;
        content: "";
        padding-top: 120%; }
      .home-previews > .home-preview .img img {
        width: 100%;
        display: block;
        height: 100%;
        position: absolute;
        -o-object-fit: cover;
           object-fit: cover;
        font-family: 'object-fit: cover;';
        top: 0;
        left: 0; }
  .home-previews > .home-preview:nth-child(1) .img img, .home-previews > .home-preview:nth-child(3) .img img {
    width: 100%; }
  .home-previews > .home-preview:nth-child(2) {
    background: #dedad4; }
    .home-previews > .home-preview:nth-child(2) .img img {
      height: 100%; }

@media (min-width: 750px) {
  .home-previews {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .home-previews > .home-preview {
      display: block;
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%;
      max-width: 33.333%; }
      .home-previews > .home-preview .img {
        -webkit-box-ordinal-group: 1;
           -moz-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
    .home-previews > .home-preview:nth-child(1) {
      color: #fff; }
      .home-previews > .home-preview:nth-child(1) .btn-cta {
        color: #fff; }
        .home-previews > .home-preview:nth-child(1) .btn-cta::after {
          border-color: #fff; }
        .home-previews > .home-preview:nth-child(1) .btn-cta:hover {
          color: #ea5d1a;
          text-decoration: none; }
          .home-previews > .home-preview:nth-child(1) .btn-cta:hover::after {
            border-color: #ea5d1a; }
      .home-previews > .home-preview:nth-child(1) .txt {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        padding: 30px; }
      .home-previews > .home-preview:nth-child(1) .img {
        position: relative;
        display: block;
        overflow: hidden;
        max-width: none;
        -webkit-box-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: auto;
                flex: auto; }
        .home-previews > .home-preview:nth-child(1) .img::before {
          display: block;
          content: "";
          padding-top: 170%; }
      .home-previews > .home-preview:nth-child(1) .txt {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .home-previews > .home-preview:nth-child(2) {
      text-align: center; }
      .home-previews > .home-preview:nth-child(2) .btn-cta {
        font-family: "SeatMedium", 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";
        display: inline-block;
        font-weight: 400;
        color: #0f0f0f;
        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.25rem;
        -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        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;
        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, -webkit-box-shadow 0.15s ease-in-out;
        font-size: 16px;
        line-height: 30px;
        padding: 6px 20px;
        border-color: #0f0f0f;
        text-decoration: none;
        min-width: 206px; }
        .home-previews > .home-preview:nth-child(2) .btn-cta::after {
          display: none;
          content: none; }
        .home-previews > .home-preview:nth-child(2) .btn-cta:hover {
          color: #fff;
          background-color: #0f0f0f;
          border-color: #0f0f0f; }
      .home-previews > .home-preview:nth-child(2) .txt {
        padding: 0 32px;
        height: 68%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .home-previews > .home-preview:nth-child(2) .txt > p {
          display: block; }
      .home-previews > .home-preview:nth-child(2) .img {
        position: relative;
        display: block;
        max-width: none;
        overflow: hidden; }
        .home-previews > .home-preview:nth-child(2) .img::before {
          display: block;
          content: "";
          padding-top: 54%; }
    .home-previews > .home-preview:nth-child(3) .txt {
      padding: 30px; }
    .home-previews > .home-preview:nth-child(3) .img {
      position: relative;
      display: block;
      overflow: hidden;
      max-width: none; }
      .home-previews > .home-preview:nth-child(3) .img::before {
        display: block;
        content: "";
        padding-top: 54%; } }

@media (min-width: 1025px) {
  .home-previews > .home-preview {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .home-previews > .home-preview:nth-child(1) .img::before {
    padding-top: 200%; }
  .home-previews > .home-preview:nth-child(2) {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    .home-previews > .home-preview:nth-child(2) .txt {
      height: 46%; }
  .home-previews > .home-preview:nth-child(3) .img::before {
    padding-top: 141%; } }

.btn-standard {
  font-size: 16px;
  line-height: 30px;
  padding: 6px 20px; }

.btn-wide {
  padding: 6px 60px; }

.btn-black {
  background-color: #0f0f0f;
  color: #fff; }
  .btn-black:hover {
    background-color: rgba(15, 15, 15, 0.6);
    color: #fff; }

.btn-outline-black {
  color: #0f0f0f;
  border-color: #0f0f0f; }

.btn-outline-black:hover {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f; }

.btn-outline-black:focus,
.btn-outline-black.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5); }

.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: #0f0f0f;
  background-color: transparent; }

.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black.active:not(:disabled):not(.disabled),
.show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f; }

.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5); }

.btn-orange {
  background-color: #ea5d1a;
  color: #fff; }
  .btn-orange:hover {
    background-color: rgba(234, 93, 26, 0.6);
    color: #fff; }

.hero .btn,
.section-intro .btn {
  width: auto; }

.hero .btn {
  min-width: 251px; }

.trims .btn {
  min-width: 251px; }

.dkhero,
.hero {
  color: #0f0f0f; }
  .dkhero .txt,
  .hero .txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    padding: 16px 16px 32px 16px; }
    .dkhero .txt .title,
    .hero .txt .title {
      font-size: 30px;
      line-height: 32px;
      min-height: 64px; }
    .dkhero .txt .subtitle,
    .hero .txt .subtitle {
      font-size: 14px;
      line-height: 26px; }
    .dkhero .txt .richtext,
    .hero .txt .richtext {
      min-height: 40px; }

.hero {
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .hero .btn {
    display: block; }
  .hero .img {
    position: relative;
    overflow: hidden;
    height: 180px; }
    .hero .img .play-trigger {
      width: 100%;
      display: block;
      height: 100%; }
    .hero .img img {
      width: 100%;
      display: block;
      height: 100%;
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover;";
      top: 0;
      left: 0;
      /*
      @include media-breakpoint-down(sm) {
        width: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }*/ }

@media (min-width: 750px) {
  .dkhero .txt,
  .hero .txt {
    padding: 32px; }
    .dkhero .txt .title,
    .hero .txt .title {
      font-size: 50px;
      line-height: 54px; }
  .hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .hero .btn {
      display: inline-block; }
    .hero .txt,
    .hero .img {
      height: auto;
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .hero .img {
      position: relative;
      overflow: hidden;
      min-height: 375px; }
      .hero .img picture {
        display: block;
        width: 100%;
        height: 100%; } }

@media (min-width: 1025px) {
  .hero .txt {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
    .hero .txt .subtitle {
      font-size: 16px;
      line-height: 30px; }
  .hero .img {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-height: 500px; } }

@media (min-width: 750px) {
  .hero.hero-tall .img {
    min-height: 660px; } }

.hero-cmp .txt .title {
  font-size: 30px;
  line-height: 38px; }

@media (min-width: 750px) {
  .hero-cmp .txt .title {
    font-size: 38px;
    line-height: 48px; } }

@media (max-width: 749.98px) {
  .hero {
    /*.img {
      height: auto;
      &::before {
        display: block;
        content: "";
        padding-top: 56.25%;
      }
    }*/ }
    .hero .txt {
      height: auto; } }

@media (min-width: 750px) {
  .hero-oe:nth-child(odd) .txt,
  .hero-ri .txt {
    -webkit-box-ordinal-group: 1;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .hero-oe:nth-child(odd) .img,
  .hero-ri .img {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 750px) {
  .hero-li .txt {
    -webkit-box-ordinal-group: 2 !important;
       -moz-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .hero-li .img {
    -webkit-box-ordinal-group: 1 !important;
       -moz-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; } }

@media (min-width: 1400px) {
  .hero .txt {
    padding-right: calc((100vw - 1336px) / 2);
    padding-left: 72px; }
  .hero.hero-oe:nth-child(odd) .txt,
  .hero.hero-ri .txt {
    padding-left: calc((100vw - 1336px) / 2);
    padding-right: 72px; } }

@media (min-width: 1025px) {
  .hero-h .txt {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .hero-h .img {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

.swiper-slide.hero {
  height: auto; }
  .swiper-slide.hero .txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.hero-overlay {
  position: relative; }
  .hero-overlay .img {
    position: static;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 100%;
    min-height: 500px; }
  .hero-overlay .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
    .hero-overlay .txt .title,
    .hero-overlay .txt .subtitle,
    .hero-overlay .txt .richtext {
      color: #fff; }
  @media (min-width: 750px) {
    .hero-overlay .txt {
      width: 50%;
      max-width: 50%;
      top: 0;
      right: auto; }
    .hero-overlay.hero-rt .txt {
      right: 0;
      left: auto; } }
  @media (min-width: 1025px) {
    .hero-overlay .txt {
      width: 41.66667%;
      max-width: 41.66667%; } }
.ratio {
  position: relative;
  display: block;
  overflow: hidden; }
  .ratio::before {
    display: block;
    content: ""; }
  .ratio > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .ratio > .r-item {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .ratio > .r-item > img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: 0;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;'; }

.r-21-9::before {
  padding-top: 42.85%; }

.r-16-9::before {
  padding-top: 56.25%; }

.r-3-2::before {
  padding-top: 66.67%; }

.r-4-3::before {
  padding-top: 75%; }

.r-2-1::before {
  padding-top: 50%; }

.r-1-1::before {
  padding-top: 100%; }

.r-4-1::before {
  padding-top: 25%; }

.map-block > div:first-child {
  padding: 72px; }

.map-block .gmap {
  padding-top: 100%; }

@media (min-width: 750px) {
  .map-block .gmap {
    padding-top: 28%; }
  .map-block > div {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 1;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .map-block:nth-child(odd) > div:first-child {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 1920px) {
  .map-block > div:first-child {
    padding: 120px; } }

.detail-page {
  padding-top: 32px;
  padding-bottom: 32px; }

@media (min-width: 1025px) {
  .detail-page {
    padding-top: 64px;
    padding-bottom: 64px; } }

.article {
  padding-top: 64px; }
  .article .i {
    display: inline-block; }
  .article .intro {
    margin-bottom: 20px;
    border-bottom: 3px solid #0f0f0f;
    padding-bottom: 10px;
    font-size: 22px; }
  .article .txt + div {
    margin-top: 60px; }
  .article .txt h2 {
    font-size: 25px;
    line-height: 32px;
    color: #0f0f0f;
    margin-bottom: 16px;
    padding-top: 8px; }
  .article .txt .p {
    font-size: 14px;
    line-height: 26px;
    color: rgba(15, 15, 15, 0.6);
    margin-bottom: 16px; }
  .article .txt ul {
    color: rgba(15, 15, 15, 0.6); }
  .article .imgs picture {
    margin-bottom: 15px; }

.article:last-child {
  padding-bottom: 64px; }

/*@supports (scroll-snap-type) {

}*/
@media (min-width: 750px) {
  .article .intro {
    float: right;
    max-width: 50%;
    margin-left: 20px; }
  .article .imgs picture {
    margin-bottom: 0; }
  .article .imgs {
    padding-bottom: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -15px;
    margin-right: -15px; }
    .article .imgs .sm-carousel-slide {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px;
      max-width: 33%;
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%; }
  .article .txt h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 24px; }
  .article .txt .p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 32px;
    margin-top: 32px; } }

@media (min-width: 1025px) {
  .article .txt {
    width: 634px;
    margin: 0 auto; }
    .article .txt .intro {
      margin-right: -4vw; } }

@media (min-width: 1400px) {
  .article .txt {
    margin: 0 117px;
    width: auto; }
    .article .txt .intro {
      margin-right: -117px; } }

@media (max-width: 1399.98px) {
  .sm-carousel-w {
    position: relative;
    padding-bottom: 25px; }
  .sm-carousel-pager {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 11px;
    width: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sm-carousel-pager > a {
      display: block; }
  .sm-carousel-pager-el {
    width: 30px;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    background: #0f0f0f;
    opacity: 0.2;
    overflow: hidden;
    text-indent: -1000px;
    margin: 0 4px; }
  .sm-carousel-pager-el:active,
  .sm-carousel-pager-el.active {
    opacity: 1; }
  .sm-carousel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-points-x: repeat(100%);
        scroll-snap-points-x: repeat(100%);
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .sm-carousel::-webkit-scrollbar {
      display: none; } }

@media (max-width: 749.98px) {
  .sm-carousel-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(100% - 20px);
    margin-right: 10px;
    scroll-snap-align: start; } }

@media (min-width: 750px) {
  .sm-carousel-pager {
    display: none; } }

.card-teams-block {
  padding-top: 80px; }
  .card-teams-block h2 {
    margin-bottom: 60px; }

.card-team-body .text-dark-light {
  font-size: 14px;
  line-height: 26px;
  color: rgba(15, 15, 15, 0.6); }

.article + .card-teams-block {
  margin-top: 32px;
  border-top: 1px solid #ccc; }

.card-teams-block + .card-teams-block {
  padding-top: 0; }

.block-introduction + .card-teams-block {
  padding-top: 0; }

.card-team h3 {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 12px; }

@media (max-width: 1399.98px) {
  .sm-carousel .card-team-body {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  .sm-carousel .active-slide .card-team-body {
    opacity: 1; } }

@media (min-width: 750px) {
  .article + .card-teams-block {
    margin-top: 64px; }
  .card-teams {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 -15px; }
    .card-teams .card-team {
      padding-bottom: 40px;
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 1025px) {
  .card-team-body .text-dark-light {
    font-size: 16px;
    line-height: 30px; }
  .card-teams .card-team {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
    padding-left: 15px;
    padding-right: 15px; }
  .card-teams-v2 {
    max-width: 900px;
    margin: 0 auto; }
    .card-teams-v2 .card-team {
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; } }

.section-intro {
  padding-bottom: 16px;
  padding-top: 16px;
  color: currentColor; }
  @media (min-width: 750px) {
    .section-intro {
      padding-bottom: 64px;
      padding-top: 64px; } }
  .section-intro h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 32px; }
    @media (min-width: 750px) {
      .section-intro h1 {
        font-size: 68px;
        line-height: 94px;
        max-height: 152px;
        margin-top: 0;
        margin-bottom: 56px; } }
  .section-intro .section-intro-info {
    margin-bottom: 32px; }
    .section-intro .section-intro-info > div {
      height: 100%;
      min-height: 80px;
      border-bottom: 1px solid currentColor; }
    .section-intro .section-intro-info h4 {
      margin: 0;
      font-size: 25px;
      line-height: 34px;
      /*max-height: 64px;*/
      padding-bottom: 20px; }
    .section-intro .section-intro-info p {
      font-size: 14px;
      line-height: 26px;
      margin: 0; }
  .section-intro .section-intro-cta,
  .section-intro .section-intro-link {
    margin-bottom: 32px; }
  .section-intro .section-intro-link {
    border-bottom: 1px solid currentColor;
    line-height: 34px; }
    .section-intro .section-intro-link a {
      position: relative;
      display: block;
      color: currentColor; }
      .section-intro .section-intro-link a::after {
        position: absolute;
        top: 33%;
        right: 5px;
        display: inline-block;
        content: "";
        margin-left: 5px;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid currentColor;
        border-right: 2px solid currentColor;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .section-intro .col-buttons {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

@media (min-width: 750px) {
  .col-buttons {
    padding-bottom: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 28%; }
    .col-buttons .section-intro-cta,
    .col-buttons .section-intro-link {
      margin-bottom: 0; } }

@media (min-width: 1025px) {
  .col-buttons {
    max-width: 22%; } }

@media (min-width: 1920px) {
  .col-buttons {
    max-width: 320px; } }

#floating-bar {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  right: 8px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1001;
  width: 48px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #floating-bar li a {
    margin: 0;
    padding: 0;
    display: block;
    text-decoration: none;
    width: 48px;
    border-radius: 25px;
    background: #ea5d1a;
    color: #fff; }
    #floating-bar li a .i {
      width: 48px;
      height: 48px;
      padding: 8px;
      display: block; }
      #floating-bar li a .i > svg {
        width: 100%;
        fill: #fff; }
  #floating-bar li {
    margin: 0;
    padding: 0;
    /*display: none;*/
    position: relative; }
  #floating-bar li.more {
    display: block; }
    #floating-bar li.more a {
      cursor: pointer; }
      #floating-bar li.more a:after {
        content: "";
        width: 2px;
        height: 60%;
        position: absolute;
        top: 20%;
        background: #fff;
        left: calc(50% - 1px); }
      #floating-bar li.more a:before {
        content: "";
        height: 2px;
        width: 60%;
        position: absolute;
        left: 20%;
        background: #fff;
        top: calc(50% - 1px); }

.floating-bar-overlay {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@media (max-width: 1024.98px) {
  #floating-bar li {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    height: 0;
    margin-bottom: 0;
    width: 0;
    height: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
    #floating-bar li > a {
      width: 100%;
      height: 100%;
      border-radius: 50px;
      background-color: #ea5d1a;
      text-decoration: none;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: width 0.5s;
      transition: width 0.5s;
      text-decoration: none; }
  #floating-bar li:nth-child(1) {
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
  #floating-bar li:nth-child(2) {
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  #floating-bar li:nth-child(3) {
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  #floating-bar li:nth-child(4) {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  #floating-bar li.more {
    height: 48px;
    width: 48px;
    margin-bottom: 16px;
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0); }
  .floating-bar-open {
    /*position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;*/ }
    .floating-bar-open #floating-bar li {
      display: block;
      height: 48px;
      width: 150px;
      margin-bottom: 16px; }
      .floating-bar-open #floating-bar li .t {
        width: 102px; }
    .floating-bar-open #floating-bar li.more {
      height: 48px;
      width: 48px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .floating-bar-open #floating-bar li.more a {
      background-color: #ea5d1a; }
    .floating-bar-open .floating-bar-overlay {
      opacity: 1;
      background: rgba(0, 0, 0, 0.75);
      z-index: 90;
      pointer-events: visible; } }

@media (min-width: 1025px) {
  #floating-bar {
    width: auto;
    z-index: 99;
    right: 30px; }
    #floating-bar li {
      margin-bottom: 15px;
      display: block; }
    #floating-bar li.more {
      display: none; }
    #floating-bar li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: width 0.5s;
      transition: width 0.5s;
      text-decoration: none; }
      #floating-bar li a .t {
        width: 0;
        -webkit-transition: width 0.5s;
        transition: width 0.5s;
        white-space: nowrap;
        overflow: hidden; }
      #floating-bar li a .i {
        -webkit-box-flex: 0;
           -moz-box-flex: 0;
            -ms-flex: 0 0 48px;
                flex: 0 0 48px;
        max-width: 48px;
        max-height: 48px;
        padding: 8px;
        display: block; }
        #floating-bar li a .i > svg {
          width: 100%;
          fill: #fff; }
    #floating-bar:hover li a {
      width: 150px; }
      #floating-bar:hover li a .t {
        width: 102px; } }

footer {
  font-size: 14px;
  color: #dedad4; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none; }
  footer a.col-lead {
    color: #dedad4; }
  footer .footer-main-menu {
    display: none; }
  footer #permanent-footer {
    padding-top: 72px;
    padding-bottom: 72px;
    margin-left: -15px;
    margin-right: -15px; }
  footer .s-socials {
    display: block;
    text-align: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 18px 15px;
    border-top: 1px solid #dedad4;
    border-bottom: 1px solid #dedad4; }
    footer .s-socials a {
      display: inline-block;
      margin-left: 5%;
      margin-right: 5%; }
    footer .s-socials svg {
      fill: #dedad4;
      width: 35px;
      height: 35px; }
  footer .s-disclaimer {
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    color: #fff; }
  footer .s-logo {
    padding: 18px 15px; }
    footer .s-logo img {
      width: 60px;
      display: block;
      margin: 0 auto; }
  footer .seat-menu,
  footer .s-legals {
    max-width: 100%;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  footer .seat-menu ul {
    margin: 0;
    padding: 0 15px;
    list-style: none;
    list-style-type: none; }
    footer .seat-menu ul li {
      padding-top: 18px;
      padding-bottom: 18px;
      border-top: 1px solid #dedad4; }
      footer .seat-menu ul li:first-child {
        border-top: none; }
    footer .seat-menu ul a {
      display: block;
      position: relative;
      white-space: nowrap; }
      footer .seat-menu ul a::after {
        position: absolute;
        top: 33%;
        right: 15px;
        display: inline-block;
        content: "";
        margin-left: 5px;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #dedad4;
        border-right: 2px solid #dedad4;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  footer .seat-menu ul + ul {
    padding-top: 0; }
    footer .seat-menu ul + ul li:first-child {
      border-top: 1px solid #dedad4; }
  @media (min-width: 1025px) {
    footer .s-socials {
      text-align: right; }
      footer .s-socials a:last-child {
        margin-right: 0; }
    footer #permanent-footer {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 0;
      margin-left: 0;
      margin-right: 0;
      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 15px;
      padding-right: 15px; }
    footer .se-container {
      padding-left: 0;
      padding-right: 0; }
    footer .seat-menu ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 0;
      padding-right: 0;
      -webkit-box-pack: left;
         -moz-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left; }
      footer .seat-menu ul li {
        border-top: none;
        -webkit-box-flex: 0;
           -moz-box-flex: 0;
            -ms-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
        max-width: 12.5%;
        padding-left: 0;
        padding-right: 0; }
      footer .seat-menu ul a::after {
        position: static;
        top: auto;
        right: auto; }
    footer .s-logo,
    footer .s-disclaimer,
    footer .s-socials {
      border-top: 1px solid #dedad4;
      padding-top: 18px; }
    footer .s-logo {
      max-width: 12.5%;
      -webkit-box-ordinal-group: 1;
         -moz-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      padding-left: 0; }
    footer .s-logo img {
      width: 40px;
      margin: 0; }
    footer .s-disclaimer {
      -webkit-box-ordinal-group: 2;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      max-width: 62.5%;
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 62.5%;
              flex: 0 0 62.5%;
      padding-right: 12.5%;
      text-align: left;
      padding-left: 0; }
    footer .s-socials {
      -webkit-box-ordinal-group: 3;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      max-width: 25%;
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      border-bottom: none;
      padding-left: 0;
      padding-right: 0; }
    footer .s-legals {
      -webkit-box-ordinal-group: 4;
         -moz-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
      footer .s-legals ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: right; }
        footer .s-legals ul li {
          display: inline-block;
          padding-right: 10px; }
        footer .s-legals ul li:last-child {
          padding-right: 0; }
    footer .footer-main-menu {
      padding-top: 72px;
      padding-bottom: 72px;
      padding-left: 15px;
      padding-right: 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /*> div {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
      }*/ }
      footer .footer-main-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 32px; }
      footer .footer-main-menu li {
        padding-bottom: 16px; } }
.text-preview {
  font-size: 14px;
  line-height: 2;
  color: #5c5c5c; }

.i-24 > svg {
  width: 24px;
  height: 24px; }

.i-20 > svg {
  width: 20px;
  height: 20px; }

.i-18 > svg {
  width: 18px;
  height: 18px; }

.tag-rata {
  font-size: 22px; }

.tag-contributo,
.tag-tasso {
  color: #5c5c5c;
  font-size: 13px; }

.previews {
  padding-bottom: 60px; }

.previews-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.preview-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  .preview-col.disabled {
    /*opacity: .1;
    pointer-events: none;*/
    display: none; }

.preview-content {
  position: relative;
  padding-top: 18px;
  margin-top: 10px; }
  .preview-content .preview-date {
    font-size: 12px;
    position: absolute;
    color: rgba(15, 15, 15, 0.6);
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px; }

.preview {
  padding-top: 60px; }
  .preview h3 {
    margin-top: 15px; }
  .preview .tag + h3 {
    margin-top: 0; }
  .preview .tag-locale,
  .preview .tag-nazionale {
    margin-top: 15px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 5px;
    border-radius: 3px; }
  .preview .tag-locale {
    background-color: #95c0d6;
    color: #000; }
  .preview .tag-nazionale {
    background-color: #ea5d1a;
    color: #000; }
  .preview .img .ratio::before {
    padding-top: 66.67%; }
  .preview .preview-intro {
    font-size: 14px;
    line-height: 2;
    color: #5c5c5c;
    margin-bottom: 28px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(30px * 2 + 2px); }
    .preview .preview-intro .tag {
      color: #0f0f0f;
      display: inline-block;
      padding-right: 7px; }
  .preview .btn-standard {
    width: 200px;
    max-width: 100%; }

.preview.dkcar-preview .preview-intro {
  max-height: calc(38px * 2 + 2px);
  border-bottom: 1px solid #ddd;
  font-size: 16px; }

.dkcar-preview .text-price {
  font-size: 18px; }

.dkcar-preview .text-preview {
  color: #212529;
  font-size: 16px; }
  .dkcar-preview .text-preview .i {
    position: relative;
    top: -2px; }

@media (min-width: 1025px) {
  .preview-col {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    .preview-col.hero-highlight {
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  #results.previews-row {
    /*justify-content: space-between;*/
    margin-left: -28px;
    margin-right: -28px; }
  #results .preview-col {
    padding: 0 15px;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3); }
  .preview {
    padding-left: 8vw;
    padding-right: 8vw; }
  .dkcar-preview {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px; } }

@media (min-width: 1400px) {
  .preview {
    padding-top: 90px;
    padding-left: 114px;
    padding-right: 114px; }
  .dkcar-preview {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 70px; } }

.preview-col.hero-highlight {
  padding: 0; }

.hero-highlight {
  margin-top: 60px; }

.preview-footer {
  padding-bottom: 15px; }

.hero-highlight .preview {
  padding: 0; }
  .hero-highlight .preview .preview-intro {
    border-bottom: none; }
  .hero-highlight .preview .txt {
    padding: 32px; }

@media (min-width: 1025px) {
  .preview-footer {
    padding-bottom: 0; }
  .hero-highlight {
    margin-top: 90px; }
  .hero-highlight .preview {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .hero-highlight .preview .txt {
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 41.66%;
              flex: 0 0 41.66%;
      max-width: 41.66%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .hero-highlight .preview .img {
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 58.34%;
              flex: 0 0 58.34%;
      max-width: 58.34%; }
      .hero-highlight .preview .img .ratio::before {
        padding-top: 50%; } }

.modello-multiple-selection {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px; }
  .modello-multiple-selection div {
    display: block;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12.5px);
            flex: 0 0 calc(50% - 12.5px);
    width: calc(50% - 12.5px);
    margin-top: 25px; }
    .modello-multiple-selection div a {
      background-color: #fff;
      opacity: 0.4;
      position: relative;
      display: block;
      border: 1px solid #ccc;
      border-radius: 5px;
      text-align: center;
      font-size: 16px;
      line-height: 29px;
      color: #010101;
      font-weight: bold;
      text-decoration: none; }
      .modello-multiple-selection div a.enabled {
        opacity: 1; }
      .modello-multiple-selection div a picture {
        background-color: #cecece;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .modello-multiple-selection div a .cta {
        display: block;
        padding: 16px 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .modello-multiple-selection div a .indicator {
        display: none; }
      .modello-multiple-selection div a.enabled .indicator {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.27 11.01'%3E%3Cpolygon style='fill:%23fff;' points='5.72 11.01 0 6.77 1.19 5.16 5.33 8.23 11.69 0 13.27 1.22 5.72 11.01'/%3E%3C/svg%3E");
        background-size: 13px auto;
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 12px;
        position: absolute;
        right: -11px;
        bottom: 61px;
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
        background-color: #ea5d1a; }
  @media (min-width: 1025px) {
    .modello-multiple-selection {
      -webkit-box-pack: left;
         -moz-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      margin-left: -25px;
      margin-right: -25px; }
      .modello-multiple-selection div {
        -webkit-box-flex: 0;
           -moz-box-flex: 0;
            -ms-flex: 0 0 calc(20% - 20px);
                flex: 0 0 calc(20% - 20px);
        max-width: calc(20% - 20px);
        margin-right: 10px;
        margin-left: 10px; } }
.home-trims {
  padding-bottom: 150px; }
  .home-trims h2 {
    font-size: 30px; }
  .home-trims a {
    position: relative;
    padding: 15px;
    display: block;
    text-decoration: none;
    color: #0f0f0f; }
    .home-trims a:hover {
      color: #0f0f0f;
      background-color: #f2f2ef; }
    .home-trims a .tags {
      position: absolute;
      top: 15px;
      right: 15px; }
  .home-trims .trim-subtitle {
    color: rgba(15, 15, 15, 0.6);
    min-height: 48px;
    padding-top: 6px;
    padding-bottom: 18px;
    width: 100%;
    display: block; }
  @media (min-width: 750px) {
    .home-trims {
      padding-bottom: 90px; }
      .home-trims h2 {
        font-size: 38px; } }
.tags .tag {
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  padding: 3px 6px;
  text-transform: uppercase;
  font-size: 11px; }

.side-menu {
  color: #ea5d1a;
  padding-bottom: 4vh; }
  .side-menu .current {
    display: none; }
  .side-menu a {
    display: block;
    position: relative;
    padding-left: 5px;
    padding-right: 18px; }
    .side-menu a::after {
      content: "";
      border-left: 1px solid #ea5d1a;
      border-bottom: 1px solid #ea5d1a;
      width: 7px;
      height: 7px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      vertical-align: middle;
      position: absolute;
      top: 50%;
      margin-top: -3.5px;
      right: 8px; }
  .side-menu .side-menu-header a {
    line-height: 48px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer; }
    .side-menu .side-menu-header a::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .side-menu .side-menu-body {
    display: none; }
    .side-menu .side-menu-body div {
      border-bottom: 1px solid #ccc; }
    .side-menu .side-menu-body a {
      line-height: 27px;
      font-size: 16px;
      margin-top: 6px;
      margin-bottom: 6px; }
  .side-menu.active .side-menu-body {
    display: block; }
  .side-menu.active .side-menu-header a::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

@media (min-width: 750px) {
  .side-menu .current {
    display: block; }
  .side-menu .side-menu-header {
    display: none; }
  .side-menu .side-menu-body {
    padding-top: 54px; }
  .side-menu .side-menu-body, .side-menu.active .side-menu-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 4vh; }
    .side-menu .side-menu-body div, .side-menu.active .side-menu-body div {
      max-width: 47%;
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 47%;
              flex: 0 0 47%; }
  .side-menu a {
    margin-top: 22px;
    margin-bottom: 6px; } }

@media (min-width: 1025px) {
  .side-menu {
    display: block;
    padding-bottom: 8vh;
    margin-right: 25%; }
    .side-menu .side-menu-body {
      display: block; }
      .side-menu .side-menu-body div {
        width: auto;
        max-width: none; }
      .side-menu .side-menu-body div:first-child a {
        margin-top: 0; } }

.news-hero {
  position: relative;
  overflow: hidden; }
  .news-hero .img {
    min-height: 240px; }
    .news-hero .img img {
      width: 100%;
      display: block;
      height: 100%;
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover;";
      top: 0;
      left: 0; }
  .news-hero .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    max-height: calc(46px * 4 + 4px);
    overflow: hidden; }
    .news-hero .txt .title {
      margin-left: 16px;
      margin-right: 16px;
      font-size: 38px;
      line-height: 46px; }

.news-hero-overlay .img::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.5); }

@media (min-width: 750px) {
  .news-hero .img {
    min-height: 500px; }
  .news-hero .txt {
    max-height: calc(64px * 4 + 4px); }
    .news-hero .txt .title {
      font-size: 50px;
      line-height: 64px; } }

.news-preview {
  /*&.text-dark:hover {
    color: #343a40 !important;
  }*/
  display: block;
  position: relative;
  overflow: hidden; }
  .news-preview:hover {
    text-decoration: underline; }
    .news-preview:hover * {
      text-decoration: underline; }
  .news-preview.text-dark {
    color: #121416 !important; }
  .news-preview::before {
    content: "";
    display: block;
    padding-top: 66.667%; }
  .news-preview .img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .news-preview .img img {
      width: 100%;
      display: block;
      height: 100%;
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover;";
      top: 0;
      left: 0; }
  .news-preview .txt {
    padding: 16px 32px;
    width: 100%;
    position: absolute;
    bottom: 0; }
    .news-preview .txt h3 {
      font-size: 16px;
      line-height: 26px; }
    .news-preview .txt .title {
      font-size: 20px;
      overflow: hidden;
      line-height: 26px;
      max-height: calc(26px * 3 + 4px); }
  .news-preview.col-secondary-even .img, .news-preview.col-n-odd .img, .news-preview.col-n-a-even .img {
    display: none; }

@media (min-width: 750px) {
  .news-preview::before {
    padding-top: 0; }
  .news-preview .img,
  .news-preview .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto; }
  .news-preview .overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(15, 15, 15, 0.6)));
    background: linear-gradient(to bottom, transparent, rgba(15, 15, 15, 0.6));
    display: block;
    z-index: 3; }
  .news-preview:hover .overlay {
    background-color: rgba(51, 48, 46, 0.3);
    display: block;
    pointer-events: none; }
  .news-preview .txt {
    z-index: 4;
    padding: 0 32px 24px 32px;
    width: 100%;
    position: absolute;
    bottom: 0; }
    .news-preview .txt h3 {
      font-size: 20px; }
    .news-preview .txt .title {
      font-size: 25px;
      line-height: 32px;
      max-height: calc(32px * 3 + 4px); }
    .news-preview .txt .date {
      font-size: 16px;
      line-height: 30px; }
  .news-preview.col-sm-6::before {
    padding-bottom: 50%; }
  .news-preview.col-sm-3::before {
    padding-bottom: 100%; } }

@media (min-width: 1920px) {
  .news-preview .txt .title {
    font-size: 30px;
    line-height: 38px;
    max-height: calc(38px * 3 + 4px); } }

.load-more-news {
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  background: #fff;
  border-top: 1px solid rgba(51, 48, 46, 0.6);
  border-bottom: 1px solid rgba(51, 48, 46, 0.6);
  padding: 16px 0;
  height: 72px; }
  .load-more-news > span {
    border: 2px solid rgba(51, 48, 46, 0.6);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-item-align: center;
        align-self: center;
    color: transparent;
    overflow: hidden;
    position: relative; }
    .load-more-news > span::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      -webkit-transform: translate(-50%, -65%) rotate(-45deg);
              transform: translate(-50%, -65%) rotate(-45deg);
      width: 14px;
      height: 14px;
      border-bottom-left-radius: 2px;
      border-left: 3px solid #121416;
      border-bottom: 3px solid #121416; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(51, 48, 46, 0.9);
  opacity: 1; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.cookie-policy {
  background: #33302e;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1061;
  color: #fff;
  font-size: 12px;
  line-height: 22px; }
  @media (min-width: 750px) {
    .cookie-policy {
      font-size: 14px;
      line-height: 26px; } }
  .cookie-policy a {
    color: #fff; }
  .cookie-policy .cookies-btn {
    margin-top: 16px;
    margin-bottom: 16px; }
  .cookie-policy .btn-cta {
    font-family: "SeatMedium", 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";
    display: block;
    font-weight: 400;
    color: #fff;
    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: 2px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
    font-size: 16px;
    line-height: 30px;
    padding: 6px 20px;
    border-color: #fff;
    text-decoration: none;
    max-width: 180px;
    margin: 0 auto;
    cursor: pointer; }
  @media (min-width: 750px) {
    .cookie-policy .cookies-btn {
      margin-top: 64px;
      margin-bottom: 0; } }
.cookies-text {
  padding: 24px 15px 24px 15px; }

.se-powerlayer {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100; }
  .se-powerlayer > * {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 5vh; }

.se-powerlayer-active {
  height: 100vh;
  overflow: hidden; }

.se-powerlayer-active .se-powerlayer-to-show {
  opacity: 1;
  pointer-events: all; }

.se-powerlayer-active .se-powerlayer-to-show > * {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.se-powerlayer-init {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .se-powerlayer-init > * {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }

.se-powerlayer-body {
  position: relative; }
  .se-powerlayer-body [data-close] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 35px;
    cursor: pointer;
    line-height: 40px;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .se-powerlayer-body [data-close]:hover {
      opacity: 1; }

.bg-EA5D1A, .bg-ea5d1a {
  background-color: #EA5D1A; }

.text-EA5D1A, .text-ea5d1a {
  color: #EA5D1A; }

.bg-EE7D05, .bg-ee7d05 {
  background-color: #EE7D05; }

.text-EE7D05, .text-ee7d05 {
  color: #EE7D05; }

.bg-ED9551, .bg-ed9551 {
  background-color: #ED9551; }

.text-ED9551, .text-ed9551 {
  color: #ED9551; }

.bg-F8B877, .bg-f8b877 {
  background-color: #F8B877; }

.text-F8B877, .text-f8b877 {
  color: #F8B877; }

.bg-6BAEE0, .bg-6baee0 {
  background-color: #6BAEE0; }

.text-6BAEE0, .text-6baee0 {
  color: #6BAEE0; }

.bg-95C0D6, .bg-95c0d6 {
  background-color: #95C0D6; }

.text-95C0D6, .text-95c0d6 {
  color: #95C0D6; }

.bg-69A1B0, .bg-69a1b0 {
  background-color: #69A1B0; }

.text-69A1B0, .text-69a1b0 {
  color: #69A1B0; }

.bg-8EB9C4, .bg-8eb9c4 {
  background-color: #8EB9C4; }

.text-8EB9C4, .text-8eb9c4 {
  color: #8EB9C4; }

.bg-366474, .bg-366474 {
  background-color: #366474; }

.text-366474, .text-366474 {
  color: #366474; }

.bg-5A8292, .bg-5a8292 {
  background-color: #5A8292; }

.text-5A8292, .text-5a8292 {
  color: #5A8292; }

.bg-72929D, .bg-72929d {
  background-color: #72929D; }

.text-72929D, .text-72929d {
  color: #72929D; }

.bg-438A9C, .bg-438a9c {
  background-color: #438A9C; }

.text-438A9C, .text-438a9c {
  color: #438A9C; }

.bg-494352, .bg-494352 {
  background-color: #494352; }

.text-494352, .text-494352 {
  color: #494352; }

.bg-FFFFFF, .bg-ffffff {
  background-color: #FFFFFF; }

.text-FFFFFF, .text-ffffff {
  color: #FFFFFF; }

.bg-FCC446, .bg-fcc446 {
  background-color: #FCC446; }

.text-FCC446, .text-fcc446 {
  color: #FCC446; }

.bg-FFDE4A, .bg-ffde4a {
  background-color: #FFDE4A; }

.text-FFDE4A, .text-ffde4a {
  color: #FFDE4A; }

.bg-FAFAF9, .bg-fafaf9 {
  background-color: #FAFAF9; }

.text-FAFAF9, .text-fafaf9 {
  color: #FAFAF9; }

.bg-ECE9E1, .bg-ece9e1 {
  background-color: #ECE9E1; }

.text-ECE9E1, .text-ece9e1 {
  color: #ECE9E1; }

.bg-965856, .bg-965856 {
  background-color: #965856; }

.text-965856, .text-965856 {
  color: #965856; }

.bg-A6716F, .bg-a6716f {
  background-color: #A6716F; }

.text-A6716F, .text-a6716f {
  color: #A6716F; }

.bg-BA7E74, .bg-ba7e74 {
  background-color: #BA7E74; }

.text-BA7E74, .text-ba7e74 {
  color: #BA7E74; }

.bg-C49189, .bg-c49189 {
  background-color: #C49189; }

.text-C49189, .text-c49189 {
  color: #C49189; }

.bg-C09B9A, .bg-c09b9a {
  background-color: #C09B9A; }

.text-C09B9A, .text-c09b9a {
  color: #C09B9A; }

.bg-CEA49D, .bg-cea49d {
  background-color: #CEA49D; }

.text-CEA49D, .text-cea49d {
  color: #CEA49D; }

.bg-D4AF9C, .bg-d4af9c {
  background-color: #D4AF9C; }

.text-D4AF9C, .text-d4af9c {
  color: #D4AF9C; }

.bg-CCA681, .bg-cca681 {
  background-color: #CCA681; }

.text-CCA681, .text-cca681 {
  color: #CCA681; }

.bg-E8D0C1, .bg-e8d0c1 {
  background-color: #E8D0C1; }

.text-E8D0C1, .text-e8d0c1 {
  color: #E8D0C1; }

.bg-DED1A7, .bg-ded1a7 {
  background-color: #DED1A7; }

.text-DED1A7, .text-ded1a7 {
  color: #DED1A7; }

.bg-DEDAD4, .bg-dedad4 {
  background-color: #DEDAD4; }

.text-DEDAD4, .text-dedad4 {
  color: #DEDAD4; }

.bg-9F948E, .bg-9f948e {
  background-color: #9F948E; }

.text-9F948E, .text-9f948e {
  color: #9F948E; }

.bg-A59C94, .bg-a59c94 {
  background-color: #A59C94; }

.text-A59C94, .text-a59c94 {
  color: #A59C94; }

.bg-CBC4BC, .bg-cbc4bc {
  background-color: #CBC4BC; }

.text-CBC4BC, .text-cbc4bc {
  color: #CBC4BC; }

.bg-0F0F0F, .bg-0f0f0f {
  background-color: #0F0F0F; }

.text-0F0F0F, .text-0f0f0f {
  color: #0F0F0F; }

.bg-000000, .bg-000000 {
  background-color: #000000; }

.text-000000, .text-000000 {
  color: #000000; }

.bg-B11C18, .bg-b11c18 {
  background-color: #B11C18; }

.text-B11C18, .text-b11c18 {
  color: #B11C18; }

.bg-AF1E23, .bg-af1e23 {
  background-color: #AF1E23; }

.text-AF1E23, .text-af1e23 {
  color: #AF1E23; }

.bg-BB3D39, .bg-bb3d39 {
  background-color: #BB3D39; }

.text-BB3D39, .text-bb3d39 {
  color: #BB3D39; }

.bg-B44347, .bg-b44347 {
  background-color: #B44347; }

.text-B44347, .text-b44347 {
  color: #B44347; }

.bg-C8605D, .bg-c8605d {
  background-color: #C8605D; }

.text-C8605D, .text-c8605d {
  color: #C8605D; }

.bg-C76165, .bg-c76165 {
  background-color: #C76165; }

.text-C76165, .text-c76165 {
  color: #C76165; }

.bg-E63A2B, .bg-e63a2b {
  background-color: #E63A2B; }

.text-E63A2B, .text-e63a2b {
  color: #E63A2B; }

.bg-FE3B1F, .bg-fe3b1f {
  background-color: #FE3B1F; }

.text-FE3B1F, .text-fe3b1f {
  color: #FE3B1F; }

.bg-DE6568, .bg-de6568 {
  background-color: #DE6568; }

.text-DE6568, .text-de6568 {
  color: #DE6568; }

.bg-EC6B5F, .bg-ec6b5f {
  background-color: #EC6B5F; }

.text-EC6B5F, .text-ec6b5f {
  color: #EC6B5F; }

.bg-F18C76, .bg-f18c76 {
  background-color: #F18C76; }

.text-F18C76, .text-f18c76 {
  color: #F18C76; }

.bg-84C497, .bg-84c497 {
  background-color: #84C497; }

.text-84C497, .text-84c497 {
  color: #84C497; }

.bg-B7D8AA, .bg-b7d8aa {
  background-color: #B7D8AA; }

.text-B7D8AA, .text-b7d8aa {
  color: #B7D8AA; }

.bg-D8DC48, .bg-d8dc48 {
  background-color: #D8DC48; }

.text-D8DC48, .text-d8dc48 {
  color: #D8DC48; }

.bg-5BBE85, .bg-5bbe85 {
  background-color: #5BBE85; }

.text-5BBE85, .text-5bbe85 {
  color: #5BBE85; }

.bg-809887, .bg-809887 {
  background-color: #809887; }

.text-809887, .text-809887 {
  color: #809887; }

.bg-A0CAA1, .bg-a0caa1 {
  background-color: #A0CAA1; }

.text-A0CAA1, .text-a0caa1 {
  color: #A0CAA1; }

.bg-C6DFC6, .bg-c6dfc6 {
  background-color: #C6DFC6; }

.text-C6DFC6, .text-c6dfc6 {
  color: #C6DFC6; }

.bg-5AAFAF, .bg-5aafaf {
  background-color: #5AAFAF; }

.text-5AAFAF, .text-5aafaf {
  color: #5AAFAF; }

.bg-00AFAC, .bg-00afac {
  background-color: #00AFAC; }

.text-00AFAC, .text-00afac {
  color: #00AFAC; }

.bg-8ECECF, .bg-8ececf {
  background-color: #8ECECF; }

.text-8ECECF, .text-8ececf {
  color: #8ECECF; }

.bg-9FB9AE, .bg-9fb9ae {
  background-color: #9FB9AE; }

.text-9FB9AE, .text-9fb9ae {
  color: #9FB9AE; }

.bg-1F422C, .bg-1f422c {
  background-color: #1F422C; }

.text-1F422C, .text-1f422c {
  color: #1F422C; }

.bg-4C6856, .bg-4c6856 {
  background-color: #4C6856; }

.text-4C6856, .text-4c6856 {
  color: #4C6856; }

.bg-798E80, .bg-798e80 {
  background-color: #798E80; }

.text-798E80, .text-798e80 {
  color: #798E80; }

.bg-645F6C, .bg-645f6c {
  background-color: #645F6C; }

.text-645F6C, .text-645f6c {
  color: #645F6C; }

.bg-7F7B85, .bg-7f7b85 {
  background-color: #7F7B85; }

.text-7F7B85, .text-7f7b85 {
  color: #7F7B85; }

.bg-403859, .bg-403859 {
  background-color: #403859; }

.text-403859, .text-403859 {
  color: #403859; }

.bg-66607A, .bg-66607a {
  background-color: #66607A; }

.text-66607A, .text-66607a {
  color: #66607A; }

.bg-7F7990, .bg-7f7990 {
  background-color: #7F7990; }

.text-7F7990, .text-7f7990 {
  color: #7F7990; }

.bg-CF7FA1, .bg-cf7fa1 {
  background-color: #CF7FA1; }

.text-CF7FA1, .text-cf7fa1 {
  color: #CF7FA1; }

.bg-B793A9, .bg-b793a9 {
  background-color: #B793A9; }

.text-B793A9, .text-b793a9 {
  color: #B793A9; }

.bg-D1B8C7, .bg-d1b8c7 {
  background-color: #D1B8C7; }

.text-D1B8C7, .text-d1b8c7 {
  color: #D1B8C7; }

.bg-8D6B93, .bg-8d6b93 {
  background-color: #8D6B93; }

.text-8D6B93, .text-8d6b93 {
  color: #8D6B93; }

.bg-5D2C64, .bg-5d2c64 {
  background-color: #5D2C64; }

.text-5D2C64, .text-5d2c64 {
  color: #5D2C64; }

.bg-470A68, .bg-470a68 {
  background-color: #470A68; }

.text-470A68, .text-470a68 {
  color: #470A68; }

.bg-5B2F80, .bg-5b2f80 {
  background-color: #5B2F80; }

.text-5B2F80, .text-5b2f80 {
  color: #5B2F80; }

.bg-83569D, .bg-83569d {
  background-color: #83569D; }

.text-83569D, .text-83569d {
  color: #83569D; }

.bg-A380B7, .bg-a380b7 {
  background-color: #A380B7; }

.text-A380B7, .text-a380b7 {
  color: #A380B7; }

.bg-7977B1, .bg-7977b1 {
  background-color: #7977B1; }

.text-7977B1, .text-7977b1 {
  color: #7977B1; }

.bg-908EBE, .bg-908ebe {
  background-color: #908EBE; }

.text-908EBE, .text-908ebe {
  color: #908EBE; }

.bg-ACAACE, .bg-acaace {
  background-color: #ACAACE; }

.text-ACAACE, .text-acaace {
  color: #ACAACE; }

.bg-B36BA9, .bg-b36ba9 {
  background-color: #B36BA9; }

.text-B36BA9, .text-b36ba9 {
  color: #B36BA9; }

.bg-C289BA, .bg-c289ba {
  background-color: #C289BA; }

.text-C289BA, .text-c289ba {
  color: #C289BA; }

.bg-D1A6CB, .bg-d1a6cb {
  background-color: #D1A6CB; }

.text-D1A6CB, .text-d1a6cb {
  color: #D1A6CB; }

body {
  opacity: 1;
  background: #33302e; }

.bg-main {
  background-color: #fafaf9;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

footer {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.text-cece9e1,
.bg-c1f422c {
  color: #ece9e1; }
  .text-cece9e1 .title,
  .text-cece9e1 .text-dark-light,
  .text-cece9e1 .subtitle,
  .bg-c1f422c .title,
  .bg-c1f422c .text-dark-light,
  .bg-c1f422c .subtitle {
    color: #ece9e1 !important; }

.section-intro.bg-c1f422c .section-intro-info > div,
.section-intro.bg-c1f422c .section-intro-link {
  border-color: #ece9e1; }

.section-intro.bg-c1f422c .section-intro-link a {
  color: #ece9e1; }

.bg-c1f422c .section-intro-cta .btn-black {
  background-color: #ece9e1;
  color: #0f0f0f; }

.bg-c1f422c .section-intro-cta .btn-black:hover {
  background-color: #cec7b2; }
