@charset "UTF-8";

/*
    ========================================================================================================================================
    Don't alter this file!

    Provide custom overriding bootstrap variables in site/variables.scss
    Use site/site.scss for site specific CSS
    Configure bundling using Configure<EpiCrateBundlingConfiguration>() in App_Start\EpiCrateConfig.cs
    ========================================================================================================================================
*/
/* Virtual file: ~/Content/EpiCrate.scss */
/* EpiCrate variables */
/* EPiCrate Variables, used in both public and edit */
.tether-element, .tether-element:after, .tether-element:before, .tether-element *, .tether-element *:after, .tether-element *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tether-element {
  position: absolute;
  display: none;
}

.tether-element.tether-open {
  display: block;
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --color-0: #ffffff;
  --color-1: #cb998d;
  --color-2: #99a999;
  --color-3: #cedfd7;
  --color-4: #dcb38d;
  --color-5: #998e7a;
  --color-6: #8e9aaa;
  --color-7: #b6dbd1;
  --color-8: #f1998f;
  --color-9: #edc4b4;
  --color-10: #c4d1de;
  --color-11: #575656;
  --color-12: #9aaa9f;
  --color-13: #ff6b00;
  --color-14: #0014de;
  --color-15: #1d1d1b;
  --color-16: #f4f4f4;
  --color-17: #313031;
  --color-18: #383c45;
  --color-19: #e4d7c8;
  --color-20: #e1e0e0;
  --color-21: #1b275d;
  --color-22: #779ace;
  --color-23: #c8d9ec;
  --color-24: #f6d1ba;
  --color-25: #dfa374;
  --color-26: #f4eacf;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

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;
}

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;
}

dfn {
  font-style: italic;
}

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: #1d1d1b;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #76787b;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 22px;
  font-size: 1.75rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

/*@import "images";*/
/*@import "code";*/
.container {
  width: 100%;
  padding-right: 22px;
  padding-left: 22px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1330px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 22px;
  padding-left: 22px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 760px) {
  .row {
    margin-right: -22px;
    margin-left: -22px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-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: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-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;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-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;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-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;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-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;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-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: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-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;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-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;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-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;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-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;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-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: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-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;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-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;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-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;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-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;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-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: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-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;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-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;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-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;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-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;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-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%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

/*@import "tables";*/
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -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;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: 60px;
}

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.4;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.4;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 15px;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-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 {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-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 {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -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: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-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 {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0;
  -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;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
  -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-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(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -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-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(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
  -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-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(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-color-0 {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-color-0:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-color-0:focus, .btn-color-0.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-color-0.disabled, .btn-color-0:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-color-0:not(:disabled):not(.disabled):active, .btn-color-0:not(:disabled):not(.disabled).active,
.show > .btn-color-0.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-color-0:not(:disabled):not(.disabled):active:focus, .btn-color-0:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-0.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-color-1 {
  color: #212529;
  background-color: #cb998d;
  border-color: #cb998d;
}

.btn-color-1:hover {
  color: #fff;
  background-color: #bf8173;
  border-color: #bb7a6a;
}

.btn-color-1:focus, .btn-color-1.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 153, 141, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 153, 141, 0.5);
}

.btn-color-1.disabled, .btn-color-1:disabled {
  color: #212529;
  background-color: #cb998d;
  border-color: #cb998d;
}

.btn-color-1:not(:disabled):not(.disabled):active, .btn-color-1:not(:disabled):not(.disabled).active,
.show > .btn-color-1.dropdown-toggle {
  color: #fff;
  background-color: #bb7a6a;
  border-color: #b77261;
}

.btn-color-1:not(:disabled):not(.disabled):active:focus, .btn-color-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-1.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 153, 141, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 153, 141, 0.5);
}

.btn-color-2 {
  color: #212529;
  background-color: #99a999;
  border-color: #99a999;
}

.btn-color-2:hover {
  color: #fff;
  background-color: #849884;
  border-color: #7d927d;
}

.btn-color-2:focus, .btn-color-2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 169, 153, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 169, 153, 0.5);
}

.btn-color-2.disabled, .btn-color-2:disabled {
  color: #212529;
  background-color: #99a999;
  border-color: #99a999;
}

.btn-color-2:not(:disabled):not(.disabled):active, .btn-color-2:not(:disabled):not(.disabled).active,
.show > .btn-color-2.dropdown-toggle {
  color: #fff;
  background-color: #7d927d;
  border-color: #768c76;
}

.btn-color-2:not(:disabled):not(.disabled):active:focus, .btn-color-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 169, 153, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 169, 153, 0.5);
}

.btn-color-3 {
  color: #212529;
  background-color: #cedfd7;
  border-color: #cedfd7;
}

.btn-color-3:hover {
  color: #212529;
  background-color: #b7d0c4;
  border-color: #afcbbe;
}

.btn-color-3:focus, .btn-color-3.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 223, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 223, 215, 0.5);
}

.btn-color-3.disabled, .btn-color-3:disabled {
  color: #212529;
  background-color: #cedfd7;
  border-color: #cedfd7;
}

.btn-color-3:not(:disabled):not(.disabled):active, .btn-color-3:not(:disabled):not(.disabled).active,
.show > .btn-color-3.dropdown-toggle {
  color: #212529;
  background-color: #afcbbe;
  border-color: #a7c6b8;
}

.btn-color-3:not(:disabled):not(.disabled):active:focus, .btn-color-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 223, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 223, 215, 0.5);
}

.btn-color-4 {
  color: #212529;
  background-color: #dcb38d;
  border-color: #dcb38d;
}

.btn-color-4:hover {
  color: #212529;
  background-color: #d39f70;
  border-color: #d09966;
}

.btn-color-4:focus, .btn-color-4.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 179, 141, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 179, 141, 0.5);
}

.btn-color-4.disabled, .btn-color-4:disabled {
  color: #212529;
  background-color: #dcb38d;
  border-color: #dcb38d;
}

.btn-color-4:not(:disabled):not(.disabled):active, .btn-color-4:not(:disabled):not(.disabled).active,
.show > .btn-color-4.dropdown-toggle {
  color: #212529;
  background-color: #d09966;
  border-color: #cd925c;
}

.btn-color-4:not(:disabled):not(.disabled):active:focus, .btn-color-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-4.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 179, 141, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 179, 141, 0.5);
}

.btn-color-5 {
  color: #fff;
  background-color: #998e7a;
  border-color: #998e7a;
}

.btn-color-5:hover {
  color: #fff;
  background-color: #867b67;
  border-color: #7f7461;
}

.btn-color-5:focus, .btn-color-5.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 142, 122, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 142, 122, 0.5);
}

.btn-color-5.disabled, .btn-color-5:disabled {
  color: #fff;
  background-color: #998e7a;
  border-color: #998e7a;
}

.btn-color-5:not(:disabled):not(.disabled):active, .btn-color-5:not(:disabled):not(.disabled).active,
.show > .btn-color-5.dropdown-toggle {
  color: #fff;
  background-color: #7f7461;
  border-color: #786e5c;
}

.btn-color-5:not(:disabled):not(.disabled):active:focus, .btn-color-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 142, 122, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 142, 122, 0.5);
}

.btn-color-6 {
  color: #212529;
  background-color: #8e9aaa;
  border-color: #8e9aaa;
}

.btn-color-6:hover {
  color: #fff;
  background-color: #78869a;
  border-color: #718094;
}

.btn-color-6:focus, .btn-color-6.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 154, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(142, 154, 170, 0.5);
}

.btn-color-6.disabled, .btn-color-6:disabled {
  color: #212529;
  background-color: #8e9aaa;
  border-color: #8e9aaa;
}

.btn-color-6:not(:disabled):not(.disabled):active, .btn-color-6:not(:disabled):not(.disabled).active,
.show > .btn-color-6.dropdown-toggle {
  color: #fff;
  background-color: #718094;
  border-color: #6b7a8e;
}

.btn-color-6:not(:disabled):not(.disabled):active:focus, .btn-color-6:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-6.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 154, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(142, 154, 170, 0.5);
}

.btn-color-7 {
  color: #212529;
  background-color: #b6dbd1;
  border-color: #b6dbd1;
}

.btn-color-7:hover {
  color: #212529;
  background-color: #9ccec1;
  border-color: #94cabb;
}

.btn-color-7:focus, .btn-color-7.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 219, 209, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(182, 219, 209, 0.5);
}

.btn-color-7.disabled, .btn-color-7:disabled {
  color: #212529;
  background-color: #b6dbd1;
  border-color: #b6dbd1;
}

.btn-color-7:not(:disabled):not(.disabled):active, .btn-color-7:not(:disabled):not(.disabled).active,
.show > .btn-color-7.dropdown-toggle {
  color: #212529;
  background-color: #94cabb;
  border-color: #8bc6b6;
}

.btn-color-7:not(:disabled):not(.disabled):active:focus, .btn-color-7:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-7.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 219, 209, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(182, 219, 209, 0.5);
}

.btn-color-8 {
  color: #212529;
  background-color: #f1998f;
  border-color: #f1998f;
}

.btn-color-8:hover {
  color: #212529;
  background-color: #ed7a6d;
  border-color: #eb7062;
}

.btn-color-8:focus, .btn-color-8.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 153, 143, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 153, 143, 0.5);
}

.btn-color-8.disabled, .btn-color-8:disabled {
  color: #212529;
  background-color: #f1998f;
  border-color: #f1998f;
}

.btn-color-8:not(:disabled):not(.disabled):active, .btn-color-8:not(:disabled):not(.disabled).active,
.show > .btn-color-8.dropdown-toggle {
  color: #fff;
  background-color: #eb7062;
  border-color: #ea6556;
}

.btn-color-8:not(:disabled):not(.disabled):active:focus, .btn-color-8:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-8.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 153, 143, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 153, 143, 0.5);
}

.btn-color-9 {
  color: #212529;
  background-color: #edc4b4;
  border-color: #edc4b4;
}

.btn-color-9:hover {
  color: #212529;
  background-color: #e6ac95;
  border-color: #e3a48b;
}

.btn-color-9:focus, .btn-color-9.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 196, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 196, 180, 0.5);
}

.btn-color-9.disabled, .btn-color-9:disabled {
  color: #212529;
  background-color: #edc4b4;
  border-color: #edc4b4;
}

.btn-color-9:not(:disabled):not(.disabled):active, .btn-color-9:not(:disabled):not(.disabled).active,
.show > .btn-color-9.dropdown-toggle {
  color: #212529;
  background-color: #e3a48b;
  border-color: #e19c81;
}

.btn-color-9:not(:disabled):not(.disabled):active:focus, .btn-color-9:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-9.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 196, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 196, 180, 0.5);
}

.btn-color-10 {
  color: #212529;
  background-color: #c4d1de;
  border-color: #c4d1de;
}

.btn-color-10:hover {
  color: #212529;
  background-color: #abbed0;
  border-color: #a3b8cc;
}

.btn-color-10:focus, .btn-color-10.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 209, 222, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(196, 209, 222, 0.5);
}

.btn-color-10.disabled, .btn-color-10:disabled {
  color: #212529;
  background-color: #c4d1de;
  border-color: #c4d1de;
}

.btn-color-10:not(:disabled):not(.disabled):active, .btn-color-10:not(:disabled):not(.disabled).active,
.show > .btn-color-10.dropdown-toggle {
  color: #212529;
  background-color: #a3b8cc;
  border-color: #9bb1c7;
}

.btn-color-10:not(:disabled):not(.disabled):active:focus, .btn-color-10:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 209, 222, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(196, 209, 222, 0.5);
}

.btn-color-11 {
  color: #fff;
  background-color: #575656;
  border-color: #575656;
}

.btn-color-11:hover {
  color: #fff;
  background-color: #444343;
  border-color: #3d3d3d;
}

.btn-color-11:focus, .btn-color-11.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 86, 86, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(87, 86, 86, 0.5);
}

.btn-color-11.disabled, .btn-color-11:disabled {
  color: #fff;
  background-color: #575656;
  border-color: #575656;
}

.btn-color-11:not(:disabled):not(.disabled):active, .btn-color-11:not(:disabled):not(.disabled).active,
.show > .btn-color-11.dropdown-toggle {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #373636;
}

.btn-color-11:not(:disabled):not(.disabled):active:focus, .btn-color-11:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-11.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 86, 86, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(87, 86, 86, 0.5);
}

.btn-color-12 {
  color: #212529;
  background-color: #9aaa9f;
  border-color: #9aaa9f;
}

.btn-color-12:hover {
  color: #fff;
  background-color: #85998b;
  border-color: #7e9385;
}

.btn-color-12:focus, .btn-color-12.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 170, 159, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(154, 170, 159, 0.5);
}

.btn-color-12.disabled, .btn-color-12:disabled {
  color: #212529;
  background-color: #9aaa9f;
  border-color: #9aaa9f;
}

.btn-color-12:not(:disabled):not(.disabled):active, .btn-color-12:not(:disabled):not(.disabled).active,
.show > .btn-color-12.dropdown-toggle {
  color: #fff;
  background-color: #7e9385;
  border-color: #778d7e;
}

.btn-color-12:not(:disabled):not(.disabled):active:focus, .btn-color-12:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-12.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 170, 159, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(154, 170, 159, 0.5);
}

.btn-color-13 {
  color: #fff;
  background-color: #ff6b00;
  border-color: #ff6b00;
}

.btn-color-13:hover {
  color: #fff;
  background-color: #d95b00;
  border-color: #cc5600;
}

.btn-color-13:focus, .btn-color-13.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 107, 0, 0.5);
}

.btn-color-13.disabled, .btn-color-13:disabled {
  color: #fff;
  background-color: #ff6b00;
  border-color: #ff6b00;
}

.btn-color-13:not(:disabled):not(.disabled):active, .btn-color-13:not(:disabled):not(.disabled).active,
.show > .btn-color-13.dropdown-toggle {
  color: #fff;
  background-color: #cc5600;
  border-color: #bf5000;
}

.btn-color-13:not(:disabled):not(.disabled):active:focus, .btn-color-13:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-13.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 107, 0, 0.5);
}

.btn-color-14 {
  color: #fff;
  background-color: #0014de;
  border-color: #0014de;
}

.btn-color-14:hover {
  color: #fff;
  background-color: #0011b8;
  border-color: #000fab;
}

.btn-color-14:focus, .btn-color-14.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 20, 222, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 20, 222, 0.5);
}

.btn-color-14.disabled, .btn-color-14:disabled {
  color: #fff;
  background-color: #0014de;
  border-color: #0014de;
}

.btn-color-14:not(:disabled):not(.disabled):active, .btn-color-14:not(:disabled):not(.disabled).active,
.show > .btn-color-14.dropdown-toggle {
  color: #fff;
  background-color: #000fab;
  border-color: #000e9e;
}

.btn-color-14:not(:disabled):not(.disabled):active:focus, .btn-color-14:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-14.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 20, 222, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 20, 222, 0.5);
}

.btn-color-15 {
  color: #fff;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.btn-color-15:hover {
  color: #fff;
  background-color: #090909;
  border-color: #030302;
}

.btn-color-15:focus, .btn-color-15.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
}

.btn-color-15.disabled, .btn-color-15:disabled {
  color: #fff;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.btn-color-15:not(:disabled):not(.disabled):active, .btn-color-15:not(:disabled):not(.disabled).active,
.show > .btn-color-15.dropdown-toggle {
  color: #fff;
  background-color: #030302;
  border-color: black;
}

.btn-color-15:not(:disabled):not(.disabled):active:focus, .btn-color-15:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-15.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
}

.btn-color-16 {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-color-16:hover {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #dbdbdb;
}

.btn-color-16:focus, .btn-color-16.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-color-16.disabled, .btn-color-16:disabled {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-color-16:not(:disabled):not(.disabled):active, .btn-color-16:not(:disabled):not(.disabled).active,
.show > .btn-color-16.dropdown-toggle {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d4d4d4;
}

.btn-color-16:not(:disabled):not(.disabled):active:focus, .btn-color-16:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-16.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-color-17 {
  color: #fff;
  background-color: #313031;
  border-color: #313031;
}

.btn-color-17:hover {
  color: #fff;
  background-color: #1e1d1e;
  border-color: #171717;
}

.btn-color-17:focus, .btn-color-17.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 48, 49, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 48, 49, 0.5);
}

.btn-color-17.disabled, .btn-color-17:disabled {
  color: #fff;
  background-color: #313031;
  border-color: #313031;
}

.btn-color-17:not(:disabled):not(.disabled):active, .btn-color-17:not(:disabled):not(.disabled).active,
.show > .btn-color-17.dropdown-toggle {
  color: #fff;
  background-color: #171717;
  border-color: #111011;
}

.btn-color-17:not(:disabled):not(.disabled):active:focus, .btn-color-17:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-17.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 48, 49, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 48, 49, 0.5);
}

.btn-color-18 {
  color: #fff;
  background-color: #383c45;
  border-color: #383c45;
}

.btn-color-18:hover {
  color: #fff;
  background-color: #272a30;
  border-color: #212429;
}

.btn-color-18:focus, .btn-color-18.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 60, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(56, 60, 69, 0.5);
}

.btn-color-18.disabled, .btn-color-18:disabled {
  color: #fff;
  background-color: #383c45;
  border-color: #383c45;
}

.btn-color-18:not(:disabled):not(.disabled):active, .btn-color-18:not(:disabled):not(.disabled).active,
.show > .btn-color-18.dropdown-toggle {
  color: #fff;
  background-color: #212429;
  border-color: #1b1d22;
}

.btn-color-18:not(:disabled):not(.disabled):active:focus, .btn-color-18:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-18.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 60, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(56, 60, 69, 0.5);
}

.btn-color-19 {
  color: #212529;
  background-color: #e4d7c8;
  border-color: #e4d7c8;
}

.btn-color-19:hover {
  color: #212529;
  background-color: #d7c4ae;
  border-color: #d3bea6;
}

.btn-color-19:focus, .btn-color-19.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 215, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 215, 200, 0.5);
}

.btn-color-19.disabled, .btn-color-19:disabled {
  color: #212529;
  background-color: #e4d7c8;
  border-color: #e4d7c8;
}

.btn-color-19:not(:disabled):not(.disabled):active, .btn-color-19:not(:disabled):not(.disabled).active,
.show > .btn-color-19.dropdown-toggle {
  color: #212529;
  background-color: #d3bea6;
  border-color: #cfb89d;
}

.btn-color-19:not(:disabled):not(.disabled):active:focus, .btn-color-19:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-19.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 215, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 215, 200, 0.5);
}

.btn-color-20 {
  color: #212529;
  background-color: #e1e0e0;
  border-color: #e1e0e0;
}

.btn-color-20:hover {
  color: #212529;
  background-color: #cecdcd;
  border-color: #c8c6c6;
}

.btn-color-20:focus, .btn-color-20.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 224, 224, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 224, 224, 0.5);
}

.btn-color-20.disabled, .btn-color-20:disabled {
  color: #212529;
  background-color: #e1e0e0;
  border-color: #e1e0e0;
}

.btn-color-20:not(:disabled):not(.disabled):active, .btn-color-20:not(:disabled):not(.disabled).active,
.show > .btn-color-20.dropdown-toggle {
  color: #212529;
  background-color: #c8c6c6;
  border-color: #c2c0c0;
}

.btn-color-20:not(:disabled):not(.disabled):active:focus, .btn-color-20:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-20.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 224, 224, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 224, 224, 0.5);
}

.btn-color-21 {
  color: #fff;
  background-color: #1b275d;
  border-color: #1b275d;
}

.btn-color-21:hover {
  color: #fff;
  background-color: #121b3f;
  border-color: #101635;
}

.btn-color-21:focus, .btn-color-21.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 39, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(27, 39, 93, 0.5);
}

.btn-color-21.disabled, .btn-color-21:disabled {
  color: #fff;
  background-color: #1b275d;
  border-color: #1b275d;
}

.btn-color-21:not(:disabled):not(.disabled):active, .btn-color-21:not(:disabled):not(.disabled).active,
.show > .btn-color-21.dropdown-toggle {
  color: #fff;
  background-color: #101635;
  border-color: #0d122c;
}

.btn-color-21:not(:disabled):not(.disabled):active:focus, .btn-color-21:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-21.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 39, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(27, 39, 93, 0.5);
}

.btn-color-22 {
  color: #fff;
  background-color: #779ace;
  border-color: #779ace;
}

.btn-color-22:hover {
  color: #fff;
  background-color: #5b85c4;
  border-color: #527ec0;
}

.btn-color-22:focus, .btn-color-22.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 154, 206, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 154, 206, 0.5);
}

.btn-color-22.disabled, .btn-color-22:disabled {
  color: #fff;
  background-color: #779ace;
  border-color: #779ace;
}

.btn-color-22:not(:disabled):not(.disabled):active, .btn-color-22:not(:disabled):not(.disabled).active,
.show > .btn-color-22.dropdown-toggle {
  color: #fff;
  background-color: #527ec0;
  border-color: #4877bd;
}

.btn-color-22:not(:disabled):not(.disabled):active:focus, .btn-color-22:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-22.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 154, 206, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 154, 206, 0.5);
}

.btn-color-23 {
  color: #212529;
  background-color: #c8d9ec;
  border-color: #c8d9ec;
}

.btn-color-23:hover {
  color: #212529;
  background-color: #acc5e2;
  border-color: #a2bfdf;
}

.btn-color-23:focus, .btn-color-23.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 217, 236, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(200, 217, 236, 0.5);
}

.btn-color-23.disabled, .btn-color-23:disabled {
  color: #212529;
  background-color: #c8d9ec;
  border-color: #c8d9ec;
}

.btn-color-23:not(:disabled):not(.disabled):active, .btn-color-23:not(:disabled):not(.disabled).active,
.show > .btn-color-23.dropdown-toggle {
  color: #212529;
  background-color: #a2bfdf;
  border-color: #99b8dc;
}

.btn-color-23:not(:disabled):not(.disabled):active:focus, .btn-color-23:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-23.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 217, 236, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(200, 217, 236, 0.5);
}

.btn-color-24 {
  color: #212529;
  background-color: #f6d1ba;
  border-color: #f6d1ba;
}

.btn-color-24:hover {
  color: #212529;
  background-color: #f2ba98;
  border-color: #f0b38d;
}

.btn-color-24:focus, .btn-color-24.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 209, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 209, 186, 0.5);
}

.btn-color-24.disabled, .btn-color-24:disabled {
  color: #212529;
  background-color: #f6d1ba;
  border-color: #f6d1ba;
}

.btn-color-24:not(:disabled):not(.disabled):active, .btn-color-24:not(:disabled):not(.disabled).active,
.show > .btn-color-24.dropdown-toggle {
  color: #212529;
  background-color: #f0b38d;
  border-color: #efab82;
}

.btn-color-24:not(:disabled):not(.disabled):active:focus, .btn-color-24:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-24.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 209, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 209, 186, 0.5);
}

.btn-color-25 {
  color: #212529;
  background-color: #dfa374;
  border-color: #dfa374;
}

.btn-color-25:hover {
  color: #212529;
  background-color: #d88e55;
  border-color: #d5884b;
}

.btn-color-25:focus, .btn-color-25.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 163, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(223, 163, 116, 0.5);
}

.btn-color-25.disabled, .btn-color-25:disabled {
  color: #212529;
  background-color: #dfa374;
  border-color: #dfa374;
}

.btn-color-25:not(:disabled):not(.disabled):active, .btn-color-25:not(:disabled):not(.disabled).active,
.show > .btn-color-25.dropdown-toggle {
  color: #212529;
  background-color: #d5884b;
  border-color: #d38140;
}

.btn-color-25:not(:disabled):not(.disabled):active:focus, .btn-color-25:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-25.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 163, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(223, 163, 116, 0.5);
}

.btn-color-26 {
  color: #212529;
  background-color: #f4eacf;
  border-color: #f4eacf;
}

.btn-color-26:hover {
  color: #212529;
  background-color: #eddcb0;
  border-color: #ead8a6;
}

.btn-color-26:focus, .btn-color-26.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 234, 207, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 234, 207, 0.5);
}

.btn-color-26.disabled, .btn-color-26:disabled {
  color: #212529;
  background-color: #f4eacf;
  border-color: #f4eacf;
}

.btn-color-26:not(:disabled):not(.disabled):active, .btn-color-26:not(:disabled):not(.disabled).active,
.show > .btn-color-26.dropdown-toggle {
  color: #212529;
  background-color: #ead8a6;
  border-color: #e8d39b;
}

.btn-color-26:not(:disabled):not(.disabled):active:focus, .btn-color-26:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-26.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 234, 207, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 234, 207, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  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: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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-outline-color-0 {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}

.btn-outline-color-0:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-color-0:focus, .btn-outline-color-0.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-color-0.disabled, .btn-outline-color-0:disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-color-0:not(:disabled):not(.disabled):active, .btn-outline-color-0:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-0.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-color-0:not(:disabled):not(.disabled):active:focus, .btn-outline-color-0:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-0.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-color-1 {
  color: #cb998d;
  background-color: transparent;
  background-image: none;
  border-color: #cb998d;
}

.btn-outline-color-1:hover {
  color: #212529;
  background-color: #cb998d;
  border-color: #cb998d;
}

.btn-outline-color-1:focus, .btn-outline-color-1.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 153, 141, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 153, 141, 0.5);
}

.btn-outline-color-1.disabled, .btn-outline-color-1:disabled {
  color: #cb998d;
  background-color: transparent;
}

.btn-outline-color-1:not(:disabled):not(.disabled):active, .btn-outline-color-1:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-1.dropdown-toggle {
  color: #212529;
  background-color: #cb998d;
  border-color: #cb998d;
}

.btn-outline-color-1:not(:disabled):not(.disabled):active:focus, .btn-outline-color-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-1.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 153, 141, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 153, 141, 0.5);
}

.btn-outline-color-2 {
  color: #99a999;
  background-color: transparent;
  background-image: none;
  border-color: #99a999;
}

.btn-outline-color-2:hover {
  color: #212529;
  background-color: #99a999;
  border-color: #99a999;
}

.btn-outline-color-2:focus, .btn-outline-color-2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 169, 153, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 169, 153, 0.5);
}

.btn-outline-color-2.disabled, .btn-outline-color-2:disabled {
  color: #99a999;
  background-color: transparent;
}

.btn-outline-color-2:not(:disabled):not(.disabled):active, .btn-outline-color-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-2.dropdown-toggle {
  color: #212529;
  background-color: #99a999;
  border-color: #99a999;
}

.btn-outline-color-2:not(:disabled):not(.disabled):active:focus, .btn-outline-color-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 169, 153, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 169, 153, 0.5);
}

.btn-outline-color-3 {
  color: #cedfd7;
  background-color: transparent;
  background-image: none;
  border-color: #cedfd7;
}

.btn-outline-color-3:hover {
  color: #212529;
  background-color: #cedfd7;
  border-color: #cedfd7;
}

.btn-outline-color-3:focus, .btn-outline-color-3.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 223, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 223, 215, 0.5);
}

.btn-outline-color-3.disabled, .btn-outline-color-3:disabled {
  color: #cedfd7;
  background-color: transparent;
}

.btn-outline-color-3:not(:disabled):not(.disabled):active, .btn-outline-color-3:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-3.dropdown-toggle {
  color: #212529;
  background-color: #cedfd7;
  border-color: #cedfd7;
}

.btn-outline-color-3:not(:disabled):not(.disabled):active:focus, .btn-outline-color-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 223, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 223, 215, 0.5);
}

.btn-outline-color-4 {
  color: #dcb38d;
  background-color: transparent;
  background-image: none;
  border-color: #dcb38d;
}

.btn-outline-color-4:hover {
  color: #212529;
  background-color: #dcb38d;
  border-color: #dcb38d;
}

.btn-outline-color-4:focus, .btn-outline-color-4.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 179, 141, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 179, 141, 0.5);
}

.btn-outline-color-4.disabled, .btn-outline-color-4:disabled {
  color: #dcb38d;
  background-color: transparent;
}

.btn-outline-color-4:not(:disabled):not(.disabled):active, .btn-outline-color-4:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-4.dropdown-toggle {
  color: #212529;
  background-color: #dcb38d;
  border-color: #dcb38d;
}

.btn-outline-color-4:not(:disabled):not(.disabled):active:focus, .btn-outline-color-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-4.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 179, 141, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 179, 141, 0.5);
}

.btn-outline-color-5 {
  color: #998e7a;
  background-color: transparent;
  background-image: none;
  border-color: #998e7a;
}

.btn-outline-color-5:hover {
  color: #fff;
  background-color: #998e7a;
  border-color: #998e7a;
}

.btn-outline-color-5:focus, .btn-outline-color-5.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 142, 122, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 142, 122, 0.5);
}

.btn-outline-color-5.disabled, .btn-outline-color-5:disabled {
  color: #998e7a;
  background-color: transparent;
}

.btn-outline-color-5:not(:disabled):not(.disabled):active, .btn-outline-color-5:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-5.dropdown-toggle {
  color: #fff;
  background-color: #998e7a;
  border-color: #998e7a;
}

.btn-outline-color-5:not(:disabled):not(.disabled):active:focus, .btn-outline-color-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 142, 122, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 142, 122, 0.5);
}

.btn-outline-color-6 {
  color: #8e9aaa;
  background-color: transparent;
  background-image: none;
  border-color: #8e9aaa;
}

.btn-outline-color-6:hover {
  color: #212529;
  background-color: #8e9aaa;
  border-color: #8e9aaa;
}

.btn-outline-color-6:focus, .btn-outline-color-6.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 154, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(142, 154, 170, 0.5);
}

.btn-outline-color-6.disabled, .btn-outline-color-6:disabled {
  color: #8e9aaa;
  background-color: transparent;
}

.btn-outline-color-6:not(:disabled):not(.disabled):active, .btn-outline-color-6:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-6.dropdown-toggle {
  color: #212529;
  background-color: #8e9aaa;
  border-color: #8e9aaa;
}

.btn-outline-color-6:not(:disabled):not(.disabled):active:focus, .btn-outline-color-6:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-6.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 154, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(142, 154, 170, 0.5);
}

.btn-outline-color-7 {
  color: #b6dbd1;
  background-color: transparent;
  background-image: none;
  border-color: #b6dbd1;
}

.btn-outline-color-7:hover {
  color: #212529;
  background-color: #b6dbd1;
  border-color: #b6dbd1;
}

.btn-outline-color-7:focus, .btn-outline-color-7.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 219, 209, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(182, 219, 209, 0.5);
}

.btn-outline-color-7.disabled, .btn-outline-color-7:disabled {
  color: #b6dbd1;
  background-color: transparent;
}

.btn-outline-color-7:not(:disabled):not(.disabled):active, .btn-outline-color-7:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-7.dropdown-toggle {
  color: #212529;
  background-color: #b6dbd1;
  border-color: #b6dbd1;
}

.btn-outline-color-7:not(:disabled):not(.disabled):active:focus, .btn-outline-color-7:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-7.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 219, 209, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(182, 219, 209, 0.5);
}

.btn-outline-color-8 {
  color: #f1998f;
  background-color: transparent;
  background-image: none;
  border-color: #f1998f;
}

.btn-outline-color-8:hover {
  color: #212529;
  background-color: #f1998f;
  border-color: #f1998f;
}

.btn-outline-color-8:focus, .btn-outline-color-8.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 153, 143, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 153, 143, 0.5);
}

.btn-outline-color-8.disabled, .btn-outline-color-8:disabled {
  color: #f1998f;
  background-color: transparent;
}

.btn-outline-color-8:not(:disabled):not(.disabled):active, .btn-outline-color-8:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-8.dropdown-toggle {
  color: #212529;
  background-color: #f1998f;
  border-color: #f1998f;
}

.btn-outline-color-8:not(:disabled):not(.disabled):active:focus, .btn-outline-color-8:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-8.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 153, 143, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 153, 143, 0.5);
}

.btn-outline-color-9 {
  color: #edc4b4;
  background-color: transparent;
  background-image: none;
  border-color: #edc4b4;
}

.btn-outline-color-9:hover {
  color: #212529;
  background-color: #edc4b4;
  border-color: #edc4b4;
}

.btn-outline-color-9:focus, .btn-outline-color-9.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 196, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 196, 180, 0.5);
}

.btn-outline-color-9.disabled, .btn-outline-color-9:disabled {
  color: #edc4b4;
  background-color: transparent;
}

.btn-outline-color-9:not(:disabled):not(.disabled):active, .btn-outline-color-9:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-9.dropdown-toggle {
  color: #212529;
  background-color: #edc4b4;
  border-color: #edc4b4;
}

.btn-outline-color-9:not(:disabled):not(.disabled):active:focus, .btn-outline-color-9:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-9.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 196, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 196, 180, 0.5);
}

.btn-outline-color-10 {
  color: #c4d1de;
  background-color: transparent;
  background-image: none;
  border-color: #c4d1de;
}

.btn-outline-color-10:hover {
  color: #212529;
  background-color: #c4d1de;
  border-color: #c4d1de;
}

.btn-outline-color-10:focus, .btn-outline-color-10.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 209, 222, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(196, 209, 222, 0.5);
}

.btn-outline-color-10.disabled, .btn-outline-color-10:disabled {
  color: #c4d1de;
  background-color: transparent;
}

.btn-outline-color-10:not(:disabled):not(.disabled):active, .btn-outline-color-10:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-10.dropdown-toggle {
  color: #212529;
  background-color: #c4d1de;
  border-color: #c4d1de;
}

.btn-outline-color-10:not(:disabled):not(.disabled):active:focus, .btn-outline-color-10:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 209, 222, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(196, 209, 222, 0.5);
}

.btn-outline-color-11 {
  color: #575656;
  background-color: transparent;
  background-image: none;
  border-color: #575656;
}

.btn-outline-color-11:hover {
  color: #fff;
  background-color: #575656;
  border-color: #575656;
}

.btn-outline-color-11:focus, .btn-outline-color-11.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 86, 86, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(87, 86, 86, 0.5);
}

.btn-outline-color-11.disabled, .btn-outline-color-11:disabled {
  color: #575656;
  background-color: transparent;
}

.btn-outline-color-11:not(:disabled):not(.disabled):active, .btn-outline-color-11:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-11.dropdown-toggle {
  color: #fff;
  background-color: #575656;
  border-color: #575656;
}

.btn-outline-color-11:not(:disabled):not(.disabled):active:focus, .btn-outline-color-11:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-11.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 86, 86, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(87, 86, 86, 0.5);
}

.btn-outline-color-12 {
  color: #9aaa9f;
  background-color: transparent;
  background-image: none;
  border-color: #9aaa9f;
}

.btn-outline-color-12:hover {
  color: #212529;
  background-color: #9aaa9f;
  border-color: #9aaa9f;
}

.btn-outline-color-12:focus, .btn-outline-color-12.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 170, 159, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(154, 170, 159, 0.5);
}

.btn-outline-color-12.disabled, .btn-outline-color-12:disabled {
  color: #9aaa9f;
  background-color: transparent;
}

.btn-outline-color-12:not(:disabled):not(.disabled):active, .btn-outline-color-12:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-12.dropdown-toggle {
  color: #212529;
  background-color: #9aaa9f;
  border-color: #9aaa9f;
}

.btn-outline-color-12:not(:disabled):not(.disabled):active:focus, .btn-outline-color-12:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-12.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 170, 159, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(154, 170, 159, 0.5);
}

.btn-outline-color-13 {
  color: #ff6b00;
  background-color: transparent;
  background-image: none;
  border-color: #ff6b00;
}

.btn-outline-color-13:hover {
  color: #fff;
  background-color: #ff6b00;
  border-color: #ff6b00;
}

.btn-outline-color-13:focus, .btn-outline-color-13.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 107, 0, 0.5);
}

.btn-outline-color-13.disabled, .btn-outline-color-13:disabled {
  color: #ff6b00;
  background-color: transparent;
}

.btn-outline-color-13:not(:disabled):not(.disabled):active, .btn-outline-color-13:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-13.dropdown-toggle {
  color: #fff;
  background-color: #ff6b00;
  border-color: #ff6b00;
}

.btn-outline-color-13:not(:disabled):not(.disabled):active:focus, .btn-outline-color-13:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-13.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 107, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 107, 0, 0.5);
}

.btn-outline-color-14 {
  color: #0014de;
  background-color: transparent;
  background-image: none;
  border-color: #0014de;
}

.btn-outline-color-14:hover {
  color: #fff;
  background-color: #0014de;
  border-color: #0014de;
}

.btn-outline-color-14:focus, .btn-outline-color-14.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 20, 222, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 20, 222, 0.5);
}

.btn-outline-color-14.disabled, .btn-outline-color-14:disabled {
  color: #0014de;
  background-color: transparent;
}

.btn-outline-color-14:not(:disabled):not(.disabled):active, .btn-outline-color-14:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-14.dropdown-toggle {
  color: #fff;
  background-color: #0014de;
  border-color: #0014de;
}

.btn-outline-color-14:not(:disabled):not(.disabled):active:focus, .btn-outline-color-14:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-14.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 20, 222, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 20, 222, 0.5);
}

.btn-outline-color-15 {
  color: #1d1d1b;
  background-color: transparent;
  background-image: none;
  border-color: #1d1d1b;
}

.btn-outline-color-15:hover {
  color: #fff;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.btn-outline-color-15:focus, .btn-outline-color-15.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
}

.btn-outline-color-15.disabled, .btn-outline-color-15:disabled {
  color: #1d1d1b;
  background-color: transparent;
}

.btn-outline-color-15:not(:disabled):not(.disabled):active, .btn-outline-color-15:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-15.dropdown-toggle {
  color: #fff;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.btn-outline-color-15:not(:disabled):not(.disabled):active:focus, .btn-outline-color-15:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-15.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
}

.btn-outline-color-16 {
  color: #f4f4f4;
  background-color: transparent;
  background-image: none;
  border-color: #f4f4f4;
}

.btn-outline-color-16:hover {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-color-16:focus, .btn-outline-color-16.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-outline-color-16.disabled, .btn-outline-color-16:disabled {
  color: #f4f4f4;
  background-color: transparent;
}

.btn-outline-color-16:not(:disabled):not(.disabled):active, .btn-outline-color-16:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-16.dropdown-toggle {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-color-16:not(:disabled):not(.disabled):active:focus, .btn-outline-color-16:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-16.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-outline-color-17 {
  color: #313031;
  background-color: transparent;
  background-image: none;
  border-color: #313031;
}

.btn-outline-color-17:hover {
  color: #fff;
  background-color: #313031;
  border-color: #313031;
}

.btn-outline-color-17:focus, .btn-outline-color-17.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 48, 49, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 48, 49, 0.5);
}

.btn-outline-color-17.disabled, .btn-outline-color-17:disabled {
  color: #313031;
  background-color: transparent;
}

.btn-outline-color-17:not(:disabled):not(.disabled):active, .btn-outline-color-17:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-17.dropdown-toggle {
  color: #fff;
  background-color: #313031;
  border-color: #313031;
}

.btn-outline-color-17:not(:disabled):not(.disabled):active:focus, .btn-outline-color-17:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-17.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 48, 49, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 48, 49, 0.5);
}

.btn-outline-color-18 {
  color: #383c45;
  background-color: transparent;
  background-image: none;
  border-color: #383c45;
}

.btn-outline-color-18:hover {
  color: #fff;
  background-color: #383c45;
  border-color: #383c45;
}

.btn-outline-color-18:focus, .btn-outline-color-18.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 60, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(56, 60, 69, 0.5);
}

.btn-outline-color-18.disabled, .btn-outline-color-18:disabled {
  color: #383c45;
  background-color: transparent;
}

.btn-outline-color-18:not(:disabled):not(.disabled):active, .btn-outline-color-18:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-18.dropdown-toggle {
  color: #fff;
  background-color: #383c45;
  border-color: #383c45;
}

.btn-outline-color-18:not(:disabled):not(.disabled):active:focus, .btn-outline-color-18:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-18.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 60, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(56, 60, 69, 0.5);
}

.btn-outline-color-19 {
  color: #e4d7c8;
  background-color: transparent;
  background-image: none;
  border-color: #e4d7c8;
}

.btn-outline-color-19:hover {
  color: #212529;
  background-color: #e4d7c8;
  border-color: #e4d7c8;
}

.btn-outline-color-19:focus, .btn-outline-color-19.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 215, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 215, 200, 0.5);
}

.btn-outline-color-19.disabled, .btn-outline-color-19:disabled {
  color: #e4d7c8;
  background-color: transparent;
}

.btn-outline-color-19:not(:disabled):not(.disabled):active, .btn-outline-color-19:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-19.dropdown-toggle {
  color: #212529;
  background-color: #e4d7c8;
  border-color: #e4d7c8;
}

.btn-outline-color-19:not(:disabled):not(.disabled):active:focus, .btn-outline-color-19:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-19.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 215, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 215, 200, 0.5);
}

.btn-outline-color-20 {
  color: #e1e0e0;
  background-color: transparent;
  background-image: none;
  border-color: #e1e0e0;
}

.btn-outline-color-20:hover {
  color: #212529;
  background-color: #e1e0e0;
  border-color: #e1e0e0;
}

.btn-outline-color-20:focus, .btn-outline-color-20.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 224, 224, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 224, 224, 0.5);
}

.btn-outline-color-20.disabled, .btn-outline-color-20:disabled {
  color: #e1e0e0;
  background-color: transparent;
}

.btn-outline-color-20:not(:disabled):not(.disabled):active, .btn-outline-color-20:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-20.dropdown-toggle {
  color: #212529;
  background-color: #e1e0e0;
  border-color: #e1e0e0;
}

.btn-outline-color-20:not(:disabled):not(.disabled):active:focus, .btn-outline-color-20:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-20.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 224, 224, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 224, 224, 0.5);
}

.btn-outline-color-21 {
  color: #1b275d;
  background-color: transparent;
  background-image: none;
  border-color: #1b275d;
}

.btn-outline-color-21:hover {
  color: #fff;
  background-color: #1b275d;
  border-color: #1b275d;
}

.btn-outline-color-21:focus, .btn-outline-color-21.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 39, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(27, 39, 93, 0.5);
}

.btn-outline-color-21.disabled, .btn-outline-color-21:disabled {
  color: #1b275d;
  background-color: transparent;
}

.btn-outline-color-21:not(:disabled):not(.disabled):active, .btn-outline-color-21:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-21.dropdown-toggle {
  color: #fff;
  background-color: #1b275d;
  border-color: #1b275d;
}

.btn-outline-color-21:not(:disabled):not(.disabled):active:focus, .btn-outline-color-21:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-21.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 39, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(27, 39, 93, 0.5);
}

.btn-outline-color-22 {
  color: #779ace;
  background-color: transparent;
  background-image: none;
  border-color: #779ace;
}

.btn-outline-color-22:hover {
  color: #fff;
  background-color: #779ace;
  border-color: #779ace;
}

.btn-outline-color-22:focus, .btn-outline-color-22.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 154, 206, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 154, 206, 0.5);
}

.btn-outline-color-22.disabled, .btn-outline-color-22:disabled {
  color: #779ace;
  background-color: transparent;
}

.btn-outline-color-22:not(:disabled):not(.disabled):active, .btn-outline-color-22:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-22.dropdown-toggle {
  color: #fff;
  background-color: #779ace;
  border-color: #779ace;
}

.btn-outline-color-22:not(:disabled):not(.disabled):active:focus, .btn-outline-color-22:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-22.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 154, 206, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 154, 206, 0.5);
}

.btn-outline-color-23 {
  color: #c8d9ec;
  background-color: transparent;
  background-image: none;
  border-color: #c8d9ec;
}

.btn-outline-color-23:hover {
  color: #212529;
  background-color: #c8d9ec;
  border-color: #c8d9ec;
}

.btn-outline-color-23:focus, .btn-outline-color-23.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 217, 236, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(200, 217, 236, 0.5);
}

.btn-outline-color-23.disabled, .btn-outline-color-23:disabled {
  color: #c8d9ec;
  background-color: transparent;
}

.btn-outline-color-23:not(:disabled):not(.disabled):active, .btn-outline-color-23:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-23.dropdown-toggle {
  color: #212529;
  background-color: #c8d9ec;
  border-color: #c8d9ec;
}

.btn-outline-color-23:not(:disabled):not(.disabled):active:focus, .btn-outline-color-23:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-23.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 217, 236, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(200, 217, 236, 0.5);
}

.btn-outline-color-24 {
  color: #f6d1ba;
  background-color: transparent;
  background-image: none;
  border-color: #f6d1ba;
}

.btn-outline-color-24:hover {
  color: #212529;
  background-color: #f6d1ba;
  border-color: #f6d1ba;
}

.btn-outline-color-24:focus, .btn-outline-color-24.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 209, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 209, 186, 0.5);
}

.btn-outline-color-24.disabled, .btn-outline-color-24:disabled {
  color: #f6d1ba;
  background-color: transparent;
}

.btn-outline-color-24:not(:disabled):not(.disabled):active, .btn-outline-color-24:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-24.dropdown-toggle {
  color: #212529;
  background-color: #f6d1ba;
  border-color: #f6d1ba;
}

.btn-outline-color-24:not(:disabled):not(.disabled):active:focus, .btn-outline-color-24:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-24.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 209, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 209, 186, 0.5);
}

.btn-outline-color-25 {
  color: #dfa374;
  background-color: transparent;
  background-image: none;
  border-color: #dfa374;
}

.btn-outline-color-25:hover {
  color: #212529;
  background-color: #dfa374;
  border-color: #dfa374;
}

.btn-outline-color-25:focus, .btn-outline-color-25.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 163, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(223, 163, 116, 0.5);
}

.btn-outline-color-25.disabled, .btn-outline-color-25:disabled {
  color: #dfa374;
  background-color: transparent;
}

.btn-outline-color-25:not(:disabled):not(.disabled):active, .btn-outline-color-25:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-25.dropdown-toggle {
  color: #212529;
  background-color: #dfa374;
  border-color: #dfa374;
}

.btn-outline-color-25:not(:disabled):not(.disabled):active:focus, .btn-outline-color-25:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-25.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 163, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(223, 163, 116, 0.5);
}

.btn-outline-color-26 {
  color: #f4eacf;
  background-color: transparent;
  background-image: none;
  border-color: #f4eacf;
}

.btn-outline-color-26:hover {
  color: #212529;
  background-color: #f4eacf;
  border-color: #f4eacf;
}

.btn-outline-color-26:focus, .btn-outline-color-26.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 234, 207, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 234, 207, 0.5);
}

.btn-outline-color-26.disabled, .btn-outline-color-26:disabled {
  color: #f4eacf;
  background-color: transparent;
}

.btn-outline-color-26:not(:disabled):not(.disabled):active, .btn-outline-color-26:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-26.dropdown-toggle {
  color: #212529;
  background-color: #f4eacf;
  border-color: #f4eacf;
}

.btn-outline-color-26:not(:disabled):not(.disabled):active:focus, .btn-outline-color-26:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-26.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 234, 207, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 234, 207, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1d1d1b;
  background-color: transparent;
}

.btn-link:hover {
  color: #76787b;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/*@import "transitions";*/
.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 11px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*@import "custom-forms";*/
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

/*@import "navbar";*/
/*@import "card";*/
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: none;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  color: #6c757d;
  content: ">";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #1d1d1b;
}

/*@import "pagination";*/
/*@import "badge";*/
/*@import "jumbotron";*/
/*@import "alert";*/
/*@import "progress";*/
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*@import "list-group";*/
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.4;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

/*@import "tooltip";*/
/*@import "popover";*/
/*@import "carousel";*/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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-color-0 {
  background-color: #ffffff !important;
}

a.bg-color-0:hover, a.bg-color-0:focus,
button.bg-color-0:hover,
button.bg-color-0:focus {
  background-color: #e6e6e6 !important;
}

.bg-color-1 {
  background-color: #cb998d !important;
}

a.bg-color-1:hover, a.bg-color-1:focus,
button.bg-color-1:hover,
button.bg-color-1:focus {
  background-color: #bb7a6a !important;
}

.bg-color-2 {
  background-color: #99a999 !important;
}

a.bg-color-2:hover, a.bg-color-2:focus,
button.bg-color-2:hover,
button.bg-color-2:focus {
  background-color: #7d927d !important;
}

.bg-color-3 {
  background-color: #cedfd7 !important;
}

a.bg-color-3:hover, a.bg-color-3:focus,
button.bg-color-3:hover,
button.bg-color-3:focus {
  background-color: #afcbbe !important;
}

.bg-color-4 {
  background-color: #dcb38d !important;
}

a.bg-color-4:hover, a.bg-color-4:focus,
button.bg-color-4:hover,
button.bg-color-4:focus {
  background-color: #d09966 !important;
}

.bg-color-5 {
  background-color: #998e7a !important;
}

a.bg-color-5:hover, a.bg-color-5:focus,
button.bg-color-5:hover,
button.bg-color-5:focus {
  background-color: #7f7461 !important;
}

.bg-color-6 {
  background-color: #8e9aaa !important;
}

a.bg-color-6:hover, a.bg-color-6:focus,
button.bg-color-6:hover,
button.bg-color-6:focus {
  background-color: #718094 !important;
}

.bg-color-7 {
  background-color: #b6dbd1 !important;
}

a.bg-color-7:hover, a.bg-color-7:focus,
button.bg-color-7:hover,
button.bg-color-7:focus {
  background-color: #94cabb !important;
}

.bg-color-8 {
  background-color: #f1998f !important;
}

a.bg-color-8:hover, a.bg-color-8:focus,
button.bg-color-8:hover,
button.bg-color-8:focus {
  background-color: #eb7062 !important;
}

.bg-color-9 {
  background-color: #edc4b4 !important;
}

a.bg-color-9:hover, a.bg-color-9:focus,
button.bg-color-9:hover,
button.bg-color-9:focus {
  background-color: #e3a48b !important;
}

.bg-color-10 {
  background-color: #c4d1de !important;
}

a.bg-color-10:hover, a.bg-color-10:focus,
button.bg-color-10:hover,
button.bg-color-10:focus {
  background-color: #a3b8cc !important;
}

.bg-color-11 {
  background-color: #575656 !important;
}

a.bg-color-11:hover, a.bg-color-11:focus,
button.bg-color-11:hover,
button.bg-color-11:focus {
  background-color: #3d3d3d !important;
}

.bg-color-12 {
  background-color: #9aaa9f !important;
}

a.bg-color-12:hover, a.bg-color-12:focus,
button.bg-color-12:hover,
button.bg-color-12:focus {
  background-color: #7e9385 !important;
}

.bg-color-13 {
  background-color: #ff6b00 !important;
}

a.bg-color-13:hover, a.bg-color-13:focus,
button.bg-color-13:hover,
button.bg-color-13:focus {
  background-color: #cc5600 !important;
}

.bg-color-14 {
  background-color: #0014de !important;
}

a.bg-color-14:hover, a.bg-color-14:focus,
button.bg-color-14:hover,
button.bg-color-14:focus {
  background-color: #000fab !important;
}

.bg-color-15 {
  background-color: #1d1d1b !important;
}

a.bg-color-15:hover, a.bg-color-15:focus,
button.bg-color-15:hover,
button.bg-color-15:focus {
  background-color: #030302 !important;
}

.bg-color-16 {
  background-color: #f4f4f4 !important;
}

a.bg-color-16:hover, a.bg-color-16:focus,
button.bg-color-16:hover,
button.bg-color-16:focus {
  background-color: #dbdbdb !important;
}

.bg-color-17 {
  background-color: #313031 !important;
}

a.bg-color-17:hover, a.bg-color-17:focus,
button.bg-color-17:hover,
button.bg-color-17:focus {
  background-color: #171717 !important;
}

.bg-color-18 {
  background-color: #383c45 !important;
}

a.bg-color-18:hover, a.bg-color-18:focus,
button.bg-color-18:hover,
button.bg-color-18:focus {
  background-color: #212429 !important;
}

.bg-color-19 {
  background-color: #e4d7c8 !important;
}

a.bg-color-19:hover, a.bg-color-19:focus,
button.bg-color-19:hover,
button.bg-color-19:focus {
  background-color: #d3bea6 !important;
}

.bg-color-20 {
  background-color: #e1e0e0 !important;
}

a.bg-color-20:hover, a.bg-color-20:focus,
button.bg-color-20:hover,
button.bg-color-20:focus {
  background-color: #c8c6c6 !important;
}

.bg-color-21 {
  background-color: #1b275d !important;
}

a.bg-color-21:hover, a.bg-color-21:focus,
button.bg-color-21:hover,
button.bg-color-21:focus {
  background-color: #101635 !important;
}

.bg-color-22 {
  background-color: #779ace !important;
}

a.bg-color-22:hover, a.bg-color-22:focus,
button.bg-color-22:hover,
button.bg-color-22:focus {
  background-color: #527ec0 !important;
}

.bg-color-23 {
  background-color: #c8d9ec !important;
}

a.bg-color-23:hover, a.bg-color-23:focus,
button.bg-color-23:hover,
button.bg-color-23:focus {
  background-color: #a2bfdf !important;
}

.bg-color-24 {
  background-color: #f6d1ba !important;
}

a.bg-color-24:hover, a.bg-color-24:focus,
button.bg-color-24:hover,
button.bg-color-24:focus {
  background-color: #f0b38d !important;
}

.bg-color-25 {
  background-color: #dfa374 !important;
}

a.bg-color-25:hover, a.bg-color-25:focus,
button.bg-color-25:hover,
button.bg-color-25:focus {
  background-color: #d5884b !important;
}

.bg-color-26 {
  background-color: #f4eacf !important;
}

a.bg-color-26:hover, a.bg-color-26:focus,
button.bg-color-26:hover,
button.bg-color-26:focus {
  background-color: #ead8a6 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-color-0 {
  border-color: #ffffff !important;
}

.border-color-1 {
  border-color: #cb998d !important;
}

.border-color-2 {
  border-color: #99a999 !important;
}

.border-color-3 {
  border-color: #cedfd7 !important;
}

.border-color-4 {
  border-color: #dcb38d !important;
}

.border-color-5 {
  border-color: #998e7a !important;
}

.border-color-6 {
  border-color: #8e9aaa !important;
}

.border-color-7 {
  border-color: #b6dbd1 !important;
}

.border-color-8 {
  border-color: #f1998f !important;
}

.border-color-9 {
  border-color: #edc4b4 !important;
}

.border-color-10 {
  border-color: #c4d1de !important;
}

.border-color-11 {
  border-color: #575656 !important;
}

.border-color-12 {
  border-color: #9aaa9f !important;
}

.border-color-13 {
  border-color: #ff6b00 !important;
}

.border-color-14 {
  border-color: #0014de !important;
}

.border-color-15 {
  border-color: #1d1d1b !important;
}

.border-color-16 {
  border-color: #f4f4f4 !important;
}

.border-color-17 {
  border-color: #313031 !important;
}

.border-color-18 {
  border-color: #383c45 !important;
}

.border-color-19 {
  border-color: #e4d7c8 !important;
}

.border-color-20 {
  border-color: #e1e0e0 !important;
}

.border-color-21 {
  border-color: #1b275d !important;
}

.border-color-22 {
  border-color: #779ace !important;
}

.border-color-23 {
  border-color: #c8d9ec !important;
}

.border-color-24 {
  border-color: #f6d1ba !important;
}

.border-color-25 {
  border-color: #dfa374 !important;
}

.border-color-26 {
  border-color: #f4eacf !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50% !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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-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;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-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;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-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;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-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;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-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: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-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;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-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;
        -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;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-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;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-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: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-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;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-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;
        -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;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-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;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-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: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-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;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-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;
        -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;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-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;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-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: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-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;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-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;
        -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;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-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;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-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;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-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: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !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: 5.5px !important;
}

.mt-1,
.my-1 {
  margin-top: 5.5px !important;
}

.mr-1,
.mx-1 {
  margin-right: 5.5px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 5.5px !important;
}

.ml-1,
.mx-1 {
  margin-left: 5.5px !important;
}

.m-2 {
  margin: 11px !important;
}

.mt-2,
.my-2 {
  margin-top: 11px !important;
}

.mr-2,
.mx-2 {
  margin-right: 11px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 11px !important;
}

.ml-2,
.mx-2 {
  margin-left: 11px !important;
}

.m-3 {
  margin: 22px !important;
}

.mt-3,
.my-3 {
  margin-top: 22px !important;
}

.mr-3,
.mx-3 {
  margin-right: 22px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 22px !important;
}

.ml-3,
.mx-3 {
  margin-left: 22px !important;
}

.m-4 {
  margin: 33px !important;
}

.mt-4,
.my-4 {
  margin-top: 33px !important;
}

.mr-4,
.mx-4 {
  margin-right: 33px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 33px !important;
}

.ml-4,
.mx-4 {
  margin-left: 33px !important;
}

.m-5 {
  margin: 66px !important;
}

.mt-5,
.my-5 {
  margin-top: 66px !important;
}

.mr-5,
.mx-5 {
  margin-right: 66px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 66px !important;
}

.ml-5,
.mx-5 {
  margin-left: 66px !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: 5.5px !important;
}

.pt-1,
.py-1 {
  padding-top: 5.5px !important;
}

.pr-1,
.px-1 {
  padding-right: 5.5px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 5.5px !important;
}

.pl-1,
.px-1 {
  padding-left: 5.5px !important;
}

.p-2 {
  padding: 11px !important;
}

.pt-2,
.py-2 {
  padding-top: 11px !important;
}

.pr-2,
.px-2 {
  padding-right: 11px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 11px !important;
}

.pl-2,
.px-2 {
  padding-left: 11px !important;
}

.p-3 {
  padding: 22px !important;
}

.pt-3,
.py-3 {
  padding-top: 22px !important;
}

.pr-3,
.px-3 {
  padding-right: 22px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 22px !important;
}

.pl-3,
.px-3 {
  padding-left: 22px !important;
}

.p-4 {
  padding: 33px !important;
}

.pt-4,
.py-4 {
  padding-top: 33px !important;
}

.pr-4,
.px-4 {
  padding-right: 33px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 33px !important;
}

.pl-4,
.px-4 {
  padding-left: 33px !important;
}

.p-5 {
  padding: 66px !important;
}

.pt-5,
.py-5 {
  padding-top: 66px !important;
}

.pr-5,
.px-5 {
  padding-right: 66px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 66px !important;
}

.pl-5,
.px-5 {
  padding-left: 66px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 5.5px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5.5px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5.5px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5.5px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5.5px !important;
  }
  .m-sm-2 {
    margin: 11px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 11px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 11px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 11px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 11px !important;
  }
  .m-sm-3 {
    margin: 22px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 22px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 22px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 22px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 22px !important;
  }
  .m-sm-4 {
    margin: 33px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 33px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 33px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 33px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 33px !important;
  }
  .m-sm-5 {
    margin: 66px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 66px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 66px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 66px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 66px !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: 5.5px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5.5px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5.5px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5.5px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5.5px !important;
  }
  .p-sm-2 {
    padding: 11px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 11px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 11px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 11px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 11px !important;
  }
  .p-sm-3 {
    padding: 22px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 22px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 22px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 22px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 22px !important;
  }
  .p-sm-4 {
    padding: 33px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 33px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 33px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 33px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 33px !important;
  }
  .p-sm-5 {
    padding: 66px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 66px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 66px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 66px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 66px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 5.5px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5.5px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5.5px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5.5px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5.5px !important;
  }
  .m-md-2 {
    margin: 11px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 11px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 11px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 11px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 11px !important;
  }
  .m-md-3 {
    margin: 22px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 22px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 22px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 22px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 22px !important;
  }
  .m-md-4 {
    margin: 33px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 33px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 33px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 33px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 33px !important;
  }
  .m-md-5 {
    margin: 66px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 66px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 66px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 66px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 66px !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: 5.5px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5.5px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5.5px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5.5px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5.5px !important;
  }
  .p-md-2 {
    padding: 11px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 11px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 11px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 11px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 11px !important;
  }
  .p-md-3 {
    padding: 22px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 22px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 22px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 22px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 22px !important;
  }
  .p-md-4 {
    padding: 33px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 33px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 33px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 33px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 33px !important;
  }
  .p-md-5 {
    padding: 66px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 66px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 66px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 66px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 66px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 5.5px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5.5px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5.5px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5.5px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5.5px !important;
  }
  .m-lg-2 {
    margin: 11px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 11px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 11px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 11px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 11px !important;
  }
  .m-lg-3 {
    margin: 22px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 22px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 22px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 22px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 22px !important;
  }
  .m-lg-4 {
    margin: 33px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 33px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 33px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 33px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 33px !important;
  }
  .m-lg-5 {
    margin: 66px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 66px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 66px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 66px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 66px !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: 5.5px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5.5px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5.5px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5.5px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5.5px !important;
  }
  .p-lg-2 {
    padding: 11px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 11px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 11px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 11px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 11px !important;
  }
  .p-lg-3 {
    padding: 22px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 22px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 22px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 22px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 22px !important;
  }
  .p-lg-4 {
    padding: 33px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 33px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 33px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 33px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 33px !important;
  }
  .p-lg-5 {
    padding: 66px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 66px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 66px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 66px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 66px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 5.5px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 5.5px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 5.5px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 5.5px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 5.5px !important;
  }
  .m-xl-2 {
    margin: 11px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 11px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 11px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 11px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 11px !important;
  }
  .m-xl-3 {
    margin: 22px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 22px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 22px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 22px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 22px !important;
  }
  .m-xl-4 {
    margin: 33px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 33px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 33px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 33px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 33px !important;
  }
  .m-xl-5 {
    margin: 66px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 66px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 66px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 66px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 66px !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: 5.5px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 5.5px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 5.5px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 5.5px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 5.5px !important;
  }
  .p-xl-2 {
    padding: 11px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 11px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 11px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 11px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 11px !important;
  }
  .p-xl-3 {
    padding: 22px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 22px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 22px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 22px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 22px !important;
  }
  .p-xl-4 {
    padding: 33px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 33px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 33px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 33px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 33px !important;
  }
  .p-xl-5 {
    padding: 66px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 66px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 66px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 66px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 66px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 5.5px !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 5.5px !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 5.5px !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 5.5px !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 5.5px !important;
  }
  .m-xxl-2 {
    margin: 11px !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 11px !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 11px !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 11px !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 11px !important;
  }
  .m-xxl-3 {
    margin: 22px !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 22px !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 22px !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 22px !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 22px !important;
  }
  .m-xxl-4 {
    margin: 33px !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 33px !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 33px !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 33px !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 33px !important;
  }
  .m-xxl-5 {
    margin: 66px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 66px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 66px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 66px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 66px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 5.5px !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 5.5px !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 5.5px !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 5.5px !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 5.5px !important;
  }
  .p-xxl-2 {
    padding: 11px !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 11px !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 11px !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 11px !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 11px !important;
  }
  .p-xxl-3 {
    padding: 22px !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 22px !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 22px !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 22px !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 22px !important;
  }
  .p-xxl-4 {
    padding: 33px !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 33px !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 33px !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 33px !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 33px !important;
  }
  .p-xxl-5 {
    padding: 66px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 66px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 66px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 66px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 66px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-color-0 {
  color: #ffffff !important;
}

a.text-color-0:hover, a.text-color-0:focus {
  color: #e6e6e6 !important;
}

.text-color-1 {
  color: #cb998d !important;
}

a.text-color-1:hover, a.text-color-1:focus {
  color: #bb7a6a !important;
}

.text-color-2 {
  color: #99a999 !important;
}

a.text-color-2:hover, a.text-color-2:focus {
  color: #7d927d !important;
}

.text-color-3 {
  color: #cedfd7 !important;
}

a.text-color-3:hover, a.text-color-3:focus {
  color: #afcbbe !important;
}

.text-color-4 {
  color: #dcb38d !important;
}

a.text-color-4:hover, a.text-color-4:focus {
  color: #d09966 !important;
}

.text-color-5 {
  color: #998e7a !important;
}

a.text-color-5:hover, a.text-color-5:focus {
  color: #7f7461 !important;
}

.text-color-6 {
  color: #8e9aaa !important;
}

a.text-color-6:hover, a.text-color-6:focus {
  color: #718094 !important;
}

.text-color-7 {
  color: #b6dbd1 !important;
}

a.text-color-7:hover, a.text-color-7:focus {
  color: #94cabb !important;
}

.text-color-8 {
  color: #f1998f !important;
}

a.text-color-8:hover, a.text-color-8:focus {
  color: #eb7062 !important;
}

.text-color-9 {
  color: #edc4b4 !important;
}

a.text-color-9:hover, a.text-color-9:focus {
  color: #e3a48b !important;
}

.text-color-10 {
  color: #c4d1de !important;
}

a.text-color-10:hover, a.text-color-10:focus {
  color: #a3b8cc !important;
}

.text-color-11 {
  color: #575656 !important;
}

a.text-color-11:hover, a.text-color-11:focus {
  color: #3d3d3d !important;
}

.text-color-12 {
  color: #9aaa9f !important;
}

a.text-color-12:hover, a.text-color-12:focus {
  color: #7e9385 !important;
}

.text-color-13 {
  color: #ff6b00 !important;
}

a.text-color-13:hover, a.text-color-13:focus {
  color: #cc5600 !important;
}

.text-color-14 {
  color: #0014de !important;
}

a.text-color-14:hover, a.text-color-14:focus {
  color: #000fab !important;
}

.text-color-15 {
  color: #1d1d1b !important;
}

a.text-color-15:hover, a.text-color-15:focus {
  color: #030302 !important;
}

.text-color-16 {
  color: #f4f4f4 !important;
}

a.text-color-16:hover, a.text-color-16:focus {
  color: #dbdbdb !important;
}

.text-color-17 {
  color: #313031 !important;
}

a.text-color-17:hover, a.text-color-17:focus {
  color: #171717 !important;
}

.text-color-18 {
  color: #383c45 !important;
}

a.text-color-18:hover, a.text-color-18:focus {
  color: #212429 !important;
}

.text-color-19 {
  color: #e4d7c8 !important;
}

a.text-color-19:hover, a.text-color-19:focus {
  color: #d3bea6 !important;
}

.text-color-20 {
  color: #e1e0e0 !important;
}

a.text-color-20:hover, a.text-color-20:focus {
  color: #c8c6c6 !important;
}

.text-color-21 {
  color: #1b275d !important;
}

a.text-color-21:hover, a.text-color-21:focus {
  color: #101635 !important;
}

.text-color-22 {
  color: #779ace !important;
}

a.text-color-22:hover, a.text-color-22:focus {
  color: #527ec0 !important;
}

.text-color-23 {
  color: #c8d9ec !important;
}

a.text-color-23:hover, a.text-color-23:focus {
  color: #a2bfdf !important;
}

.text-color-24 {
  color: #f6d1ba !important;
}

a.text-color-24:hover, a.text-color-24:focus {
  color: #f0b38d !important;
}

.text-color-25 {
  color: #dfa374 !important;
}

a.text-color-25:hover, a.text-color-25:focus {
  color: #d5884b !important;
}

.text-color-26 {
  color: #f4eacf !important;
}

a.text-color-26:hover, a.text-color-26:focus {
  color: #ead8a6 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .header-logo {
    width: 80px;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* EPiCrate base styles */
.ec-block {
  margin-bottom: 2%;
}

.ec-image {
  margin-bottom: 2%;
}

/* ImageWithText */
.ec-image-with-text {
  /*min-height: $image-with-text-min-height;*/
  /*max-height: $image-with-text-max-height;*/
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2%;
}

.ec-image-with-text .ec-image-wrapper {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3000px;
  width: 6000px;
  height: 100%;
}

.ec-image-with-text .ec-image-wrapper img {
  height: 100%;
}

.ec-image-with-text .ec-text-wrapper {
  position: absolute;
  max-width: 1600px;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ec-image-with-text .ec-text-wrapper-inner {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.ec-image-with-text.horizontal-left .ec-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  top: 0;
  bottom: 0;
}

.ec-image-with-text.horizontal-right .ec-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 0;
  bottom: 0;
}

.ec-image-with-text.vertical-top .ec-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 0;
  bottom: 0;
}

.ec-image-with-text.vertical-middle .ec-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
}

.ec-image-with-text.vertical-bottom .ec-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 0;
  bottom: 0;
}

/* Navigation */
.ec-text-and-image {
  margin-bottom: 2%;
}

.ec-text-and-image .ec-text-and-image-media {
  text-align: center;
}

.ec-text-and-image .ec-text-and-image-media img {
  max-width: 100%;
}

.ec-text-and-image.ec-text-and-image-border {
  border: solid 1px #af0;
  padding: 27px;
  background-color: #fff;
}

.ec-text-and-image.horizontal-center .ec-text-and-image-text {
  text-align: center;
}

.ec-text-and-image.horizontal-center .ec-text-and-image-text .ec-text-and-image-text-content {
  text-align: center;
}

.ec-text-and-image.horizontal-left .ec-text-and-image-text {
  text-align: left;
}

.ec-text-and-image.horizontal-left .ec-text-and-image-text .ec-text-and-image-text-content {
  text-align: left;
}

.ec-text-and-image.horizontal-right .ec-text-and-image-text {
  text-align: right;
}

.ec-text-and-image.horizontal-right .ec-text-and-image-text .ec-text-and-image-text-content {
  text-align: left;
}

.ec-text-and-image.vertical-top {
  height: auto;
  min-height: 100%;
}

.ec-text-and-image.vertical-middle {
  height: auto;
  min-height: 100%;
}

.ec-text-and-image.vertical-middle .ec-text-and-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.ec-text-and-image.vertical-bottom {
  height: auto;
  min-height: 100%;
}

.ec-text-and-image.vertical-bottom .ec-text-and-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

/*@import '_base';*/
.main-content .container-fluid {
  background: #fff;
}

.container-fluid {
  padding-left: 12px;
  padding-right: 12px;
  --container-padding: 12px;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 2.4%;
    padding-right: 2.4%;
    --container-padding: 3.6%;
  }
}

@media (max-width: 767.98px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.container-fluid .row {
  text-align: left;
  /*@include media-breakpoint-down(sm) {
			max-width: 500px;
		}*/
}

@media (max-width: 767.98px) {
  .container-fluid .row > div[class*="col-"] {
    padding: 0;
  }
}

.container-fluid .row > div[class*="col-"] > div {
  margin-bottom: 14%;
}

@media (max-width: 767.98px) {
  .container-fluid .row > div[class*="col-"] > div {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .container-fluid .row > div[class*="md-1"] > div {
    margin-bottom: 86.4%;
  }
  .container-fluid .row > div[class*="md-2"] > div {
    margin-bottom: 43.2%;
  }
  .container-fluid .row > div[class*="md-3"] > div {
    margin-bottom: 28.8%;
  }
  .container-fluid .row > div[class*="md-4"] > div {
    margin-bottom: 21.6%;
  }
  .container-fluid .row > div[class*="md-5"] > div {
    margin-bottom: 17.28%;
  }
  .container-fluid .row > div[class*="md-6"] > div {
    margin-bottom: 14.4%;
  }
  .container-fluid .row > div[class*="md-7"] > div {
    margin-bottom: 12.34286%;
  }
  .container-fluid .row > div[class*="md-8"] > div {
    margin-bottom: 10.8%;
  }
  .container-fluid .row > div[class*="md-9"] > div {
    margin-bottom: 9.6%;
  }
  .container-fluid .row > div[class*="md-10"] > div {
    margin-bottom: 8.64%;
  }
  .container-fluid .row > div[class*="md-11"] > div {
    margin-bottom: 7.85455%;
  }
  .container-fluid .row > div[class*="md-12"] > div {
    margin-bottom: 7.2%;
  }
}

@media (min-width: 1200px) {
  .container-fluid .row > div[class*="md-"] > div {
    margin-bottom: 80px;
  }
}

.container-fluid.has-background {
  padding-top: 50px;
  padding-bottom: 1px;
}

.container-fluid.has-background:last-child {
  margin-bottom: -2rem;
}

@media (min-width: 992px) {
  .container-fluid.has-background {
    padding-top: 80px;
    padding-bottom: 1px;
  }
}

.container-fluid.has-background + .container-fluid {
  margin-top: 14%;
}

@media (min-width: 992px) {
  .container-fluid.has-background + .container-fluid {
    margin-top: 80px;
  }
}

.container-fluid.container-grey {
  background: #f4f4f4;
}

@media (min-width: 768px) {
  .container-tiles {
    padding-left: calc(3.6% * 2/3 + 22px);
    padding-right: calc(3.6% * 2/3 + 22px);
  }
}

.container-tiles > .row,
.container-fluid .row-tiles {
  display: block;
  margin-bottom: 14.4%;
}

.container-tiles > .row div[class*="col-"] > div,
.container-fluid .row-tiles div[class*="col-"] > div {
  margin-bottom: 7.2%;
}

@media (min-width: 1200px) {
  .container-tiles > .row,
  .container-fluid .row-tiles {
    margin-bottom: 80px;
  }
  .container-tiles > .row div[class*="col-"] > div,
  .container-fluid .row-tiles div[class*="col-"] > div {
    margin-bottom: 80px;
  }
}

.container-tiles > .row .col-md-12 .ec-text-and-image,
.container-fluid .row-tiles .col-md-12 .ec-text-and-image {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .container-tiles > .row:not(:last-child),
  .container-fluid .row-tiles:not(:last-child) {
    margin-bottom: 2px;
  }
  .container-tiles > .row div[class*="col-"] > div,
  .container-fluid .row-tiles div[class*="col-"] > div {
    margin-bottom: 2px;
  }
}

iframe {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .container-tiles > .row,
  .container-fluid .row-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*@include make-gutters();*/
    margin-bottom: 7.2%;
    background-color: inherit;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .container-tiles > .row,
  .container-fluid .row-tiles {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .container-tiles > .row div[class*="col-"],
  .container-fluid .row-tiles div[class*="col-"] {
    position: relative;
    padding: 0;
    /*max-height: 510px;*/
    background-color: inherit;
  }
  .container-tiles > .row div[class*="col-"] > div,
  .container-fluid .row-tiles div[class*="col-"] > div {
    /*margin-bottom: 0 !important;*/
    min-height: 100% !important;
  }
  .container-tiles > .row div[class*="col-"] .ec-image-with-text,
  .container-fluid .row-tiles div[class*="col-"] .ec-image-with-text {
    margin-bottom: 0;
  }
  .container-tiles > .row div[class*="col-"] .ec-image-with-text .ec-image-wrapper,
  .container-fluid .row-tiles div[class*="col-"] .ec-image-with-text .ec-image-wrapper {
    height: 100%;
  }
  .container-tiles > .row div[class*="col-"] .ec-image-with-text .ec-image-wrapper img,
  .container-fluid .row-tiles div[class*="col-"] .ec-image-with-text .ec-image-wrapper img {
    /*height: 100%;*/
    /*min-height: 100%;*/
    min-width: 100%;
    /*width: auto;*/
  }
  .container-tiles > .row div[class*="col-"]:before,
  .container-fluid .row-tiles div[class*="col-"]:before {
    content: '';
    display: block;
    width: 100%;
    background-color: inherit;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
  }
  .container-tiles > .row div[class*="col-"]:after,
  .container-fluid .row-tiles div[class*="col-"]:after {
    content: '';
    display: block;
    width: 2px;
    background-color: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .container-tiles > .row.row-tiles-1-1 div[class*="col-"],
  .container-fluid .row-tiles.row-tiles-1-1 div[class*="col-"] {
    max-height: 386px;
    height: 22.7vw;
    /*@media all and (min-width: $max-width) {
					height: 388px;
				}*/
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .container-tiles > .row.row-tiles-1-1 div[class*="col-"],
  .container-fluid .row-tiles.row-tiles-1-1 div[class*="col-"] {
    height: 30.2vw;
    /*max-height: 510px;*/
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container-tiles > .row.row-tiles-1-1 div[class*="col-"],
  .container-fluid .row-tiles.row-tiles-1-1 div[class*="col-"] {
    height: 44.9vw;
  }
}

@media (min-width: 768px) and (max-width: 767.98px) {
  .container-tiles > .row.row-tiles-1-1 div[class*="col-"],
  .container-fluid .row-tiles.row-tiles-1-1 div[class*="col-"] {
    height: 88.6vw;
  }
}

@media (min-width: 768px) {
  .container-tiles > .row + .row,
  .container-fluid .row-tiles + .row-tiles {
    margin-top: -7.2%;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .container-tiles > .row + .row,
  .container-fluid .row-tiles + .row-tiles {
    margin-top: -80px;
  }
}

.row-equal-height {
  display: block;
}

@media (min-width: 768px) {
  .row-equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6%;
  }
  .row-equal-height > div[class*="col-"] > div {
    height: 100% !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .row-equal-height {
    margin-bottom: 80px;
  }
}

/* Fullbleed container */
.container-fullbleed {
  padding-left: 0;
  padding-right: 0;
}

.container-fullbleed > .row {
  max-width: none;
}

.container-fullbleed > .row:first-child {
  margin-right: 0;
  margin-left: 0;
}

.container-fullbleed > .row > div {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .ratio-1-1 {
    min-height: calc(100vw - 3vw * 2 - 28px);
  }
}

@media (min-width: 768px) {
  div[class*="md-1"] .vertical-offset--5 {
    margin-top: -216%;
  }
  div[class*="md-2"] .vertical-offset--5 {
    margin-top: -108%;
  }
  div[class*="md-3"] .vertical-offset--5 {
    margin-top: -72%;
  }
  div[class*="md-4"] .vertical-offset--5 {
    margin-top: -54%;
  }
  div[class*="md-5"] .vertical-offset--5 {
    margin-top: -43.2%;
  }
  div[class*="md-6"] .vertical-offset--5 {
    margin-top: -36%;
  }
  div[class*="md-7"] .vertical-offset--5 {
    margin-top: -30.85714%;
  }
  div[class*="md-8"] .vertical-offset--5 {
    margin-top: -27%;
  }
  div[class*="md-9"] .vertical-offset--5 {
    margin-top: -24%;
  }
  div[class*="md-10"] .vertical-offset--5 {
    margin-top: -21.6%;
  }
  div[class*="md-11"] .vertical-offset--5 {
    margin-top: -19.63636%;
  }
  div[class*="md-12"] .vertical-offset--5 {
    margin-top: -18%;
  }
  div[class*="md-1"] .vertical-offset--4 {
    margin-top: -172.8%;
  }
  div[class*="md-2"] .vertical-offset--4 {
    margin-top: -86.4%;
  }
  div[class*="md-3"] .vertical-offset--4 {
    margin-top: -57.6%;
  }
  div[class*="md-4"] .vertical-offset--4 {
    margin-top: -43.2%;
  }
  div[class*="md-5"] .vertical-offset--4 {
    margin-top: -34.56%;
  }
  div[class*="md-6"] .vertical-offset--4 {
    margin-top: -28.8%;
  }
  div[class*="md-7"] .vertical-offset--4 {
    margin-top: -24.68571%;
  }
  div[class*="md-8"] .vertical-offset--4 {
    margin-top: -21.6%;
  }
  div[class*="md-9"] .vertical-offset--4 {
    margin-top: -19.2%;
  }
  div[class*="md-10"] .vertical-offset--4 {
    margin-top: -17.28%;
  }
  div[class*="md-11"] .vertical-offset--4 {
    margin-top: -15.70909%;
  }
  div[class*="md-12"] .vertical-offset--4 {
    margin-top: -14.4%;
  }
  div[class*="md-1"] .vertical-offset--3 {
    margin-top: -129.6%;
  }
  div[class*="md-2"] .vertical-offset--3 {
    margin-top: -64.8%;
  }
  div[class*="md-3"] .vertical-offset--3 {
    margin-top: -43.2%;
  }
  div[class*="md-4"] .vertical-offset--3 {
    margin-top: -32.4%;
  }
  div[class*="md-5"] .vertical-offset--3 {
    margin-top: -25.92%;
  }
  div[class*="md-6"] .vertical-offset--3 {
    margin-top: -21.6%;
  }
  div[class*="md-7"] .vertical-offset--3 {
    margin-top: -18.51429%;
  }
  div[class*="md-8"] .vertical-offset--3 {
    margin-top: -16.2%;
  }
  div[class*="md-9"] .vertical-offset--3 {
    margin-top: -14.4%;
  }
  div[class*="md-10"] .vertical-offset--3 {
    margin-top: -12.96%;
  }
  div[class*="md-11"] .vertical-offset--3 {
    margin-top: -11.78182%;
  }
  div[class*="md-12"] .vertical-offset--3 {
    margin-top: -10.8%;
  }
  div[class*="md-1"] .vertical-offset--2 {
    margin-top: -86.4%;
  }
  div[class*="md-2"] .vertical-offset--2 {
    margin-top: -43.2%;
  }
  div[class*="md-3"] .vertical-offset--2 {
    margin-top: -28.8%;
  }
  div[class*="md-4"] .vertical-offset--2 {
    margin-top: -21.6%;
  }
  div[class*="md-5"] .vertical-offset--2 {
    margin-top: -17.28%;
  }
  div[class*="md-6"] .vertical-offset--2 {
    margin-top: -14.4%;
  }
  div[class*="md-7"] .vertical-offset--2 {
    margin-top: -12.34286%;
  }
  div[class*="md-8"] .vertical-offset--2 {
    margin-top: -10.8%;
  }
  div[class*="md-9"] .vertical-offset--2 {
    margin-top: -9.6%;
  }
  div[class*="md-10"] .vertical-offset--2 {
    margin-top: -8.64%;
  }
  div[class*="md-11"] .vertical-offset--2 {
    margin-top: -7.85455%;
  }
  div[class*="md-12"] .vertical-offset--2 {
    margin-top: -7.2%;
  }
  div[class*="md-1"] .vertical-offset--1 {
    margin-top: -43.2%;
  }
  div[class*="md-2"] .vertical-offset--1 {
    margin-top: -21.6%;
  }
  div[class*="md-3"] .vertical-offset--1 {
    margin-top: -14.4%;
  }
  div[class*="md-4"] .vertical-offset--1 {
    margin-top: -10.8%;
  }
  div[class*="md-5"] .vertical-offset--1 {
    margin-top: -8.64%;
  }
  div[class*="md-6"] .vertical-offset--1 {
    margin-top: -7.2%;
  }
  div[class*="md-7"] .vertical-offset--1 {
    margin-top: -6.17143%;
  }
  div[class*="md-8"] .vertical-offset--1 {
    margin-top: -5.4%;
  }
  div[class*="md-9"] .vertical-offset--1 {
    margin-top: -4.8%;
  }
  div[class*="md-10"] .vertical-offset--1 {
    margin-top: -4.32%;
  }
  div[class*="md-11"] .vertical-offset--1 {
    margin-top: -3.92727%;
  }
  div[class*="md-12"] .vertical-offset--1 {
    margin-top: -3.6%;
  }
  div[class*="md-1"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-2"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-3"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-4"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-5"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-6"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-7"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-8"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-9"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-10"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-11"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-12"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-1"] .vertical-offset-1 {
    margin-top: 43.2%;
  }
  div[class*="md-2"] .vertical-offset-1 {
    margin-top: 21.6%;
  }
  div[class*="md-3"] .vertical-offset-1 {
    margin-top: 14.4%;
  }
  div[class*="md-4"] .vertical-offset-1 {
    margin-top: 10.8%;
  }
  div[class*="md-5"] .vertical-offset-1 {
    margin-top: 8.64%;
  }
  div[class*="md-6"] .vertical-offset-1 {
    margin-top: 7.2%;
  }
  div[class*="md-7"] .vertical-offset-1 {
    margin-top: 6.17143%;
  }
  div[class*="md-8"] .vertical-offset-1 {
    margin-top: 5.4%;
  }
  div[class*="md-9"] .vertical-offset-1 {
    margin-top: 4.8%;
  }
  div[class*="md-10"] .vertical-offset-1 {
    margin-top: 4.32%;
  }
  div[class*="md-11"] .vertical-offset-1 {
    margin-top: 3.92727%;
  }
  div[class*="md-12"] .vertical-offset-1 {
    margin-top: 3.6%;
  }
  div[class*="md-1"] .vertical-offset-2 {
    margin-top: 86.4%;
  }
  div[class*="md-2"] .vertical-offset-2 {
    margin-top: 43.2%;
  }
  div[class*="md-3"] .vertical-offset-2 {
    margin-top: 28.8%;
  }
  div[class*="md-4"] .vertical-offset-2 {
    margin-top: 21.6%;
  }
  div[class*="md-5"] .vertical-offset-2 {
    margin-top: 17.28%;
  }
  div[class*="md-6"] .vertical-offset-2 {
    margin-top: 14.4%;
  }
  div[class*="md-7"] .vertical-offset-2 {
    margin-top: 12.34286%;
  }
  div[class*="md-8"] .vertical-offset-2 {
    margin-top: 10.8%;
  }
  div[class*="md-9"] .vertical-offset-2 {
    margin-top: 9.6%;
  }
  div[class*="md-10"] .vertical-offset-2 {
    margin-top: 8.64%;
  }
  div[class*="md-11"] .vertical-offset-2 {
    margin-top: 7.85455%;
  }
  div[class*="md-12"] .vertical-offset-2 {
    margin-top: 7.2%;
  }
  div[class*="md-1"] .vertical-offset-3 {
    margin-top: 129.6%;
  }
  div[class*="md-2"] .vertical-offset-3 {
    margin-top: 64.8%;
  }
  div[class*="md-3"] .vertical-offset-3 {
    margin-top: 43.2%;
  }
  div[class*="md-4"] .vertical-offset-3 {
    margin-top: 32.4%;
  }
  div[class*="md-5"] .vertical-offset-3 {
    margin-top: 25.92%;
  }
  div[class*="md-6"] .vertical-offset-3 {
    margin-top: 21.6%;
  }
  div[class*="md-7"] .vertical-offset-3 {
    margin-top: 18.51429%;
  }
  div[class*="md-8"] .vertical-offset-3 {
    margin-top: 16.2%;
  }
  div[class*="md-9"] .vertical-offset-3 {
    margin-top: 14.4%;
  }
  div[class*="md-10"] .vertical-offset-3 {
    margin-top: 12.96%;
  }
  div[class*="md-11"] .vertical-offset-3 {
    margin-top: 11.78182%;
  }
  div[class*="md-12"] .vertical-offset-3 {
    margin-top: 10.8%;
  }
  div[class*="md-1"] .vertical-offset-4 {
    margin-top: 172.8%;
  }
  div[class*="md-2"] .vertical-offset-4 {
    margin-top: 86.4%;
  }
  div[class*="md-3"] .vertical-offset-4 {
    margin-top: 57.6%;
  }
  div[class*="md-4"] .vertical-offset-4 {
    margin-top: 43.2%;
  }
  div[class*="md-5"] .vertical-offset-4 {
    margin-top: 34.56%;
  }
  div[class*="md-6"] .vertical-offset-4 {
    margin-top: 28.8%;
  }
  div[class*="md-7"] .vertical-offset-4 {
    margin-top: 24.68571%;
  }
  div[class*="md-8"] .vertical-offset-4 {
    margin-top: 21.6%;
  }
  div[class*="md-9"] .vertical-offset-4 {
    margin-top: 19.2%;
  }
  div[class*="md-10"] .vertical-offset-4 {
    margin-top: 17.28%;
  }
  div[class*="md-11"] .vertical-offset-4 {
    margin-top: 15.70909%;
  }
  div[class*="md-12"] .vertical-offset-4 {
    margin-top: 14.4%;
  }
  div[class*="md-1"] .vertical-offset-5 {
    margin-top: 216%;
  }
  div[class*="md-2"] .vertical-offset-5 {
    margin-top: 108%;
  }
  div[class*="md-3"] .vertical-offset-5 {
    margin-top: 72%;
  }
  div[class*="md-4"] .vertical-offset-5 {
    margin-top: 54%;
  }
  div[class*="md-5"] .vertical-offset-5 {
    margin-top: 43.2%;
  }
  div[class*="md-6"] .vertical-offset-5 {
    margin-top: 36%;
  }
  div[class*="md-7"] .vertical-offset-5 {
    margin-top: 30.85714%;
  }
  div[class*="md-8"] .vertical-offset-5 {
    margin-top: 27%;
  }
  div[class*="md-9"] .vertical-offset-5 {
    margin-top: 24%;
  }
  div[class*="md-10"] .vertical-offset-5 {
    margin-top: 21.6%;
  }
  div[class*="md-11"] .vertical-offset-5 {
    margin-top: 19.63636%;
  }
  div[class*="md-12"] .vertical-offset-5 {
    margin-top: 18%;
  }
}

@media (min-width: 992px) {
  div[class*="md-1"] .vertical-offset--5 {
    margin-top: -216%;
  }
  div[class*="md-2"] .vertical-offset--5 {
    margin-top: -108%;
  }
  div[class*="md-3"] .vertical-offset--5 {
    margin-top: -72%;
  }
  div[class*="md-4"] .vertical-offset--5 {
    margin-top: -54%;
  }
  div[class*="md-5"] .vertical-offset--5 {
    margin-top: -43.2%;
  }
  div[class*="md-6"] .vertical-offset--5 {
    margin-top: -36%;
  }
  div[class*="md-7"] .vertical-offset--5 {
    margin-top: -30.85714%;
  }
  div[class*="md-8"] .vertical-offset--5 {
    margin-top: -27%;
  }
  div[class*="md-9"] .vertical-offset--5 {
    margin-top: -24%;
  }
  div[class*="md-10"] .vertical-offset--5 {
    margin-top: -21.6%;
  }
  div[class*="md-11"] .vertical-offset--5 {
    margin-top: -19.63636%;
  }
  div[class*="md-12"] .vertical-offset--5 {
    margin-top: -18%;
  }
  div[class*="md-1"] .vertical-offset--4 {
    margin-top: -172.8%;
  }
  div[class*="md-2"] .vertical-offset--4 {
    margin-top: -86.4%;
  }
  div[class*="md-3"] .vertical-offset--4 {
    margin-top: -57.6%;
  }
  div[class*="md-4"] .vertical-offset--4 {
    margin-top: -43.2%;
  }
  div[class*="md-5"] .vertical-offset--4 {
    margin-top: -34.56%;
  }
  div[class*="md-6"] .vertical-offset--4 {
    margin-top: -28.8%;
  }
  div[class*="md-7"] .vertical-offset--4 {
    margin-top: -24.68571%;
  }
  div[class*="md-8"] .vertical-offset--4 {
    margin-top: -21.6%;
  }
  div[class*="md-9"] .vertical-offset--4 {
    margin-top: -19.2%;
  }
  div[class*="md-10"] .vertical-offset--4 {
    margin-top: -17.28%;
  }
  div[class*="md-11"] .vertical-offset--4 {
    margin-top: -15.70909%;
  }
  div[class*="md-12"] .vertical-offset--4 {
    margin-top: -14.4%;
  }
  div[class*="md-1"] .vertical-offset--3 {
    margin-top: -129.6%;
  }
  div[class*="md-2"] .vertical-offset--3 {
    margin-top: -64.8%;
  }
  div[class*="md-3"] .vertical-offset--3 {
    margin-top: -43.2%;
  }
  div[class*="md-4"] .vertical-offset--3 {
    margin-top: -32.4%;
  }
  div[class*="md-5"] .vertical-offset--3 {
    margin-top: -25.92%;
  }
  div[class*="md-6"] .vertical-offset--3 {
    margin-top: -21.6%;
  }
  div[class*="md-7"] .vertical-offset--3 {
    margin-top: -18.51429%;
  }
  div[class*="md-8"] .vertical-offset--3 {
    margin-top: -16.2%;
  }
  div[class*="md-9"] .vertical-offset--3 {
    margin-top: -14.4%;
  }
  div[class*="md-10"] .vertical-offset--3 {
    margin-top: -12.96%;
  }
  div[class*="md-11"] .vertical-offset--3 {
    margin-top: -11.78182%;
  }
  div[class*="md-12"] .vertical-offset--3 {
    margin-top: -10.8%;
  }
  div[class*="md-1"] .vertical-offset--2 {
    margin-top: -86.4%;
  }
  div[class*="md-2"] .vertical-offset--2 {
    margin-top: -43.2%;
  }
  div[class*="md-3"] .vertical-offset--2 {
    margin-top: -28.8%;
  }
  div[class*="md-4"] .vertical-offset--2 {
    margin-top: -21.6%;
  }
  div[class*="md-5"] .vertical-offset--2 {
    margin-top: -17.28%;
  }
  div[class*="md-6"] .vertical-offset--2 {
    margin-top: -14.4%;
  }
  div[class*="md-7"] .vertical-offset--2 {
    margin-top: -12.34286%;
  }
  div[class*="md-8"] .vertical-offset--2 {
    margin-top: -10.8%;
  }
  div[class*="md-9"] .vertical-offset--2 {
    margin-top: -9.6%;
  }
  div[class*="md-10"] .vertical-offset--2 {
    margin-top: -8.64%;
  }
  div[class*="md-11"] .vertical-offset--2 {
    margin-top: -7.85455%;
  }
  div[class*="md-12"] .vertical-offset--2 {
    margin-top: -7.2%;
  }
  div[class*="md-1"] .vertical-offset--1 {
    margin-top: -43.2%;
  }
  div[class*="md-2"] .vertical-offset--1 {
    margin-top: -21.6%;
  }
  div[class*="md-3"] .vertical-offset--1 {
    margin-top: -14.4%;
  }
  div[class*="md-4"] .vertical-offset--1 {
    margin-top: -10.8%;
  }
  div[class*="md-5"] .vertical-offset--1 {
    margin-top: -8.64%;
  }
  div[class*="md-6"] .vertical-offset--1 {
    margin-top: -7.2%;
  }
  div[class*="md-7"] .vertical-offset--1 {
    margin-top: -6.17143%;
  }
  div[class*="md-8"] .vertical-offset--1 {
    margin-top: -5.4%;
  }
  div[class*="md-9"] .vertical-offset--1 {
    margin-top: -4.8%;
  }
  div[class*="md-10"] .vertical-offset--1 {
    margin-top: -4.32%;
  }
  div[class*="md-11"] .vertical-offset--1 {
    margin-top: -3.92727%;
  }
  div[class*="md-12"] .vertical-offset--1 {
    margin-top: -3.6%;
  }
  div[class*="md-1"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-2"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-3"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-4"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-5"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-6"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-7"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-8"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-9"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-10"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-11"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-12"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-1"] .vertical-offset-1 {
    margin-top: 43.2%;
  }
  div[class*="md-2"] .vertical-offset-1 {
    margin-top: 21.6%;
  }
  div[class*="md-3"] .vertical-offset-1 {
    margin-top: 14.4%;
  }
  div[class*="md-4"] .vertical-offset-1 {
    margin-top: 10.8%;
  }
  div[class*="md-5"] .vertical-offset-1 {
    margin-top: 8.64%;
  }
  div[class*="md-6"] .vertical-offset-1 {
    margin-top: 7.2%;
  }
  div[class*="md-7"] .vertical-offset-1 {
    margin-top: 6.17143%;
  }
  div[class*="md-8"] .vertical-offset-1 {
    margin-top: 5.4%;
  }
  div[class*="md-9"] .vertical-offset-1 {
    margin-top: 4.8%;
  }
  div[class*="md-10"] .vertical-offset-1 {
    margin-top: 4.32%;
  }
  div[class*="md-11"] .vertical-offset-1 {
    margin-top: 3.92727%;
  }
  div[class*="md-12"] .vertical-offset-1 {
    margin-top: 3.6%;
  }
  div[class*="md-1"] .vertical-offset-2 {
    margin-top: 86.4%;
  }
  div[class*="md-2"] .vertical-offset-2 {
    margin-top: 43.2%;
  }
  div[class*="md-3"] .vertical-offset-2 {
    margin-top: 28.8%;
  }
  div[class*="md-4"] .vertical-offset-2 {
    margin-top: 21.6%;
  }
  div[class*="md-5"] .vertical-offset-2 {
    margin-top: 17.28%;
  }
  div[class*="md-6"] .vertical-offset-2 {
    margin-top: 14.4%;
  }
  div[class*="md-7"] .vertical-offset-2 {
    margin-top: 12.34286%;
  }
  div[class*="md-8"] .vertical-offset-2 {
    margin-top: 10.8%;
  }
  div[class*="md-9"] .vertical-offset-2 {
    margin-top: 9.6%;
  }
  div[class*="md-10"] .vertical-offset-2 {
    margin-top: 8.64%;
  }
  div[class*="md-11"] .vertical-offset-2 {
    margin-top: 7.85455%;
  }
  div[class*="md-12"] .vertical-offset-2 {
    margin-top: 7.2%;
  }
  div[class*="md-1"] .vertical-offset-3 {
    margin-top: 129.6%;
  }
  div[class*="md-2"] .vertical-offset-3 {
    margin-top: 64.8%;
  }
  div[class*="md-3"] .vertical-offset-3 {
    margin-top: 43.2%;
  }
  div[class*="md-4"] .vertical-offset-3 {
    margin-top: 32.4%;
  }
  div[class*="md-5"] .vertical-offset-3 {
    margin-top: 25.92%;
  }
  div[class*="md-6"] .vertical-offset-3 {
    margin-top: 21.6%;
  }
  div[class*="md-7"] .vertical-offset-3 {
    margin-top: 18.51429%;
  }
  div[class*="md-8"] .vertical-offset-3 {
    margin-top: 16.2%;
  }
  div[class*="md-9"] .vertical-offset-3 {
    margin-top: 14.4%;
  }
  div[class*="md-10"] .vertical-offset-3 {
    margin-top: 12.96%;
  }
  div[class*="md-11"] .vertical-offset-3 {
    margin-top: 11.78182%;
  }
  div[class*="md-12"] .vertical-offset-3 {
    margin-top: 10.8%;
  }
  div[class*="md-1"] .vertical-offset-4 {
    margin-top: 172.8%;
  }
  div[class*="md-2"] .vertical-offset-4 {
    margin-top: 86.4%;
  }
  div[class*="md-3"] .vertical-offset-4 {
    margin-top: 57.6%;
  }
  div[class*="md-4"] .vertical-offset-4 {
    margin-top: 43.2%;
  }
  div[class*="md-5"] .vertical-offset-4 {
    margin-top: 34.56%;
  }
  div[class*="md-6"] .vertical-offset-4 {
    margin-top: 28.8%;
  }
  div[class*="md-7"] .vertical-offset-4 {
    margin-top: 24.68571%;
  }
  div[class*="md-8"] .vertical-offset-4 {
    margin-top: 21.6%;
  }
  div[class*="md-9"] .vertical-offset-4 {
    margin-top: 19.2%;
  }
  div[class*="md-10"] .vertical-offset-4 {
    margin-top: 17.28%;
  }
  div[class*="md-11"] .vertical-offset-4 {
    margin-top: 15.70909%;
  }
  div[class*="md-12"] .vertical-offset-4 {
    margin-top: 14.4%;
  }
  div[class*="md-1"] .vertical-offset-5 {
    margin-top: 216%;
  }
  div[class*="md-2"] .vertical-offset-5 {
    margin-top: 108%;
  }
  div[class*="md-3"] .vertical-offset-5 {
    margin-top: 72%;
  }
  div[class*="md-4"] .vertical-offset-5 {
    margin-top: 54%;
  }
  div[class*="md-5"] .vertical-offset-5 {
    margin-top: 43.2%;
  }
  div[class*="md-6"] .vertical-offset-5 {
    margin-top: 36%;
  }
  div[class*="md-7"] .vertical-offset-5 {
    margin-top: 30.85714%;
  }
  div[class*="md-8"] .vertical-offset-5 {
    margin-top: 27%;
  }
  div[class*="md-9"] .vertical-offset-5 {
    margin-top: 24%;
  }
  div[class*="md-10"] .vertical-offset-5 {
    margin-top: 21.6%;
  }
  div[class*="md-11"] .vertical-offset-5 {
    margin-top: 19.63636%;
  }
  div[class*="md-12"] .vertical-offset-5 {
    margin-top: 18%;
  }
}

@media (min-width: 1200px) {
  div[class*="md-1"] .vertical-offset--5 {
    margin-top: -216%;
  }
  div[class*="md-2"] .vertical-offset--5 {
    margin-top: -108%;
  }
  div[class*="md-3"] .vertical-offset--5 {
    margin-top: -72%;
  }
  div[class*="md-4"] .vertical-offset--5 {
    margin-top: -54%;
  }
  div[class*="md-5"] .vertical-offset--5 {
    margin-top: -43.2%;
  }
  div[class*="md-6"] .vertical-offset--5 {
    margin-top: -36%;
  }
  div[class*="md-7"] .vertical-offset--5 {
    margin-top: -30.85714%;
  }
  div[class*="md-8"] .vertical-offset--5 {
    margin-top: -27%;
  }
  div[class*="md-9"] .vertical-offset--5 {
    margin-top: -24%;
  }
  div[class*="md-10"] .vertical-offset--5 {
    margin-top: -21.6%;
  }
  div[class*="md-11"] .vertical-offset--5 {
    margin-top: -19.63636%;
  }
  div[class*="md-12"] .vertical-offset--5 {
    margin-top: -18%;
  }
  div[class*="md-1"] .vertical-offset--4 {
    margin-top: -172.8%;
  }
  div[class*="md-2"] .vertical-offset--4 {
    margin-top: -86.4%;
  }
  div[class*="md-3"] .vertical-offset--4 {
    margin-top: -57.6%;
  }
  div[class*="md-4"] .vertical-offset--4 {
    margin-top: -43.2%;
  }
  div[class*="md-5"] .vertical-offset--4 {
    margin-top: -34.56%;
  }
  div[class*="md-6"] .vertical-offset--4 {
    margin-top: -28.8%;
  }
  div[class*="md-7"] .vertical-offset--4 {
    margin-top: -24.68571%;
  }
  div[class*="md-8"] .vertical-offset--4 {
    margin-top: -21.6%;
  }
  div[class*="md-9"] .vertical-offset--4 {
    margin-top: -19.2%;
  }
  div[class*="md-10"] .vertical-offset--4 {
    margin-top: -17.28%;
  }
  div[class*="md-11"] .vertical-offset--4 {
    margin-top: -15.70909%;
  }
  div[class*="md-12"] .vertical-offset--4 {
    margin-top: -14.4%;
  }
  div[class*="md-1"] .vertical-offset--3 {
    margin-top: -129.6%;
  }
  div[class*="md-2"] .vertical-offset--3 {
    margin-top: -64.8%;
  }
  div[class*="md-3"] .vertical-offset--3 {
    margin-top: -43.2%;
  }
  div[class*="md-4"] .vertical-offset--3 {
    margin-top: -32.4%;
  }
  div[class*="md-5"] .vertical-offset--3 {
    margin-top: -25.92%;
  }
  div[class*="md-6"] .vertical-offset--3 {
    margin-top: -21.6%;
  }
  div[class*="md-7"] .vertical-offset--3 {
    margin-top: -18.51429%;
  }
  div[class*="md-8"] .vertical-offset--3 {
    margin-top: -16.2%;
  }
  div[class*="md-9"] .vertical-offset--3 {
    margin-top: -14.4%;
  }
  div[class*="md-10"] .vertical-offset--3 {
    margin-top: -12.96%;
  }
  div[class*="md-11"] .vertical-offset--3 {
    margin-top: -11.78182%;
  }
  div[class*="md-12"] .vertical-offset--3 {
    margin-top: -10.8%;
  }
  div[class*="md-1"] .vertical-offset--2 {
    margin-top: -86.4%;
  }
  div[class*="md-2"] .vertical-offset--2 {
    margin-top: -43.2%;
  }
  div[class*="md-3"] .vertical-offset--2 {
    margin-top: -28.8%;
  }
  div[class*="md-4"] .vertical-offset--2 {
    margin-top: -21.6%;
  }
  div[class*="md-5"] .vertical-offset--2 {
    margin-top: -17.28%;
  }
  div[class*="md-6"] .vertical-offset--2 {
    margin-top: -14.4%;
  }
  div[class*="md-7"] .vertical-offset--2 {
    margin-top: -12.34286%;
  }
  div[class*="md-8"] .vertical-offset--2 {
    margin-top: -10.8%;
  }
  div[class*="md-9"] .vertical-offset--2 {
    margin-top: -9.6%;
  }
  div[class*="md-10"] .vertical-offset--2 {
    margin-top: -8.64%;
  }
  div[class*="md-11"] .vertical-offset--2 {
    margin-top: -7.85455%;
  }
  div[class*="md-12"] .vertical-offset--2 {
    margin-top: -7.2%;
  }
  div[class*="md-1"] .vertical-offset--1 {
    margin-top: -43.2%;
  }
  div[class*="md-2"] .vertical-offset--1 {
    margin-top: -21.6%;
  }
  div[class*="md-3"] .vertical-offset--1 {
    margin-top: -14.4%;
  }
  div[class*="md-4"] .vertical-offset--1 {
    margin-top: -10.8%;
  }
  div[class*="md-5"] .vertical-offset--1 {
    margin-top: -8.64%;
  }
  div[class*="md-6"] .vertical-offset--1 {
    margin-top: -7.2%;
  }
  div[class*="md-7"] .vertical-offset--1 {
    margin-top: -6.17143%;
  }
  div[class*="md-8"] .vertical-offset--1 {
    margin-top: -5.4%;
  }
  div[class*="md-9"] .vertical-offset--1 {
    margin-top: -4.8%;
  }
  div[class*="md-10"] .vertical-offset--1 {
    margin-top: -4.32%;
  }
  div[class*="md-11"] .vertical-offset--1 {
    margin-top: -3.92727%;
  }
  div[class*="md-12"] .vertical-offset--1 {
    margin-top: -3.6%;
  }
  div[class*="md-1"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-2"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-3"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-4"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-5"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-6"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-7"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-8"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-9"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-10"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-11"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-12"] .vertical-offset-0 {
    margin-top: 0%;
  }
  div[class*="md-1"] .vertical-offset-1 {
    margin-top: 43.2%;
  }
  div[class*="md-2"] .vertical-offset-1 {
    margin-top: 21.6%;
  }
  div[class*="md-3"] .vertical-offset-1 {
    margin-top: 14.4%;
  }
  div[class*="md-4"] .vertical-offset-1 {
    margin-top: 10.8%;
  }
  div[class*="md-5"] .vertical-offset-1 {
    margin-top: 8.64%;
  }
  div[class*="md-6"] .vertical-offset-1 {
    margin-top: 7.2%;
  }
  div[class*="md-7"] .vertical-offset-1 {
    margin-top: 6.17143%;
  }
  div[class*="md-8"] .vertical-offset-1 {
    margin-top: 5.4%;
  }
  div[class*="md-9"] .vertical-offset-1 {
    margin-top: 4.8%;
  }
  div[class*="md-10"] .vertical-offset-1 {
    margin-top: 4.32%;
  }
  div[class*="md-11"] .vertical-offset-1 {
    margin-top: 3.92727%;
  }
  div[class*="md-12"] .vertical-offset-1 {
    margin-top: 3.6%;
  }
  div[class*="md-1"] .vertical-offset-2 {
    margin-top: 86.4%;
  }
  div[class*="md-2"] .vertical-offset-2 {
    margin-top: 43.2%;
  }
  div[class*="md-3"] .vertical-offset-2 {
    margin-top: 28.8%;
  }
  div[class*="md-4"] .vertical-offset-2 {
    margin-top: 21.6%;
  }
  div[class*="md-5"] .vertical-offset-2 {
    margin-top: 17.28%;
  }
  div[class*="md-6"] .vertical-offset-2 {
    margin-top: 14.4%;
  }
  div[class*="md-7"] .vertical-offset-2 {
    margin-top: 12.34286%;
  }
  div[class*="md-8"] .vertical-offset-2 {
    margin-top: 10.8%;
  }
  div[class*="md-9"] .vertical-offset-2 {
    margin-top: 9.6%;
  }
  div[class*="md-10"] .vertical-offset-2 {
    margin-top: 8.64%;
  }
  div[class*="md-11"] .vertical-offset-2 {
    margin-top: 7.85455%;
  }
  div[class*="md-12"] .vertical-offset-2 {
    margin-top: 7.2%;
  }
  div[class*="md-1"] .vertical-offset-3 {
    margin-top: 129.6%;
  }
  div[class*="md-2"] .vertical-offset-3 {
    margin-top: 64.8%;
  }
  div[class*="md-3"] .vertical-offset-3 {
    margin-top: 43.2%;
  }
  div[class*="md-4"] .vertical-offset-3 {
    margin-top: 32.4%;
  }
  div[class*="md-5"] .vertical-offset-3 {
    margin-top: 25.92%;
  }
  div[class*="md-6"] .vertical-offset-3 {
    margin-top: 21.6%;
  }
  div[class*="md-7"] .vertical-offset-3 {
    margin-top: 18.51429%;
  }
  div[class*="md-8"] .vertical-offset-3 {
    margin-top: 16.2%;
  }
  div[class*="md-9"] .vertical-offset-3 {
    margin-top: 14.4%;
  }
  div[class*="md-10"] .vertical-offset-3 {
    margin-top: 12.96%;
  }
  div[class*="md-11"] .vertical-offset-3 {
    margin-top: 11.78182%;
  }
  div[class*="md-12"] .vertical-offset-3 {
    margin-top: 10.8%;
  }
  div[class*="md-1"] .vertical-offset-4 {
    margin-top: 172.8%;
  }
  div[class*="md-2"] .vertical-offset-4 {
    margin-top: 86.4%;
  }
  div[class*="md-3"] .vertical-offset-4 {
    margin-top: 57.6%;
  }
  div[class*="md-4"] .vertical-offset-4 {
    margin-top: 43.2%;
  }
  div[class*="md-5"] .vertical-offset-4 {
    margin-top: 34.56%;
  }
  div[class*="md-6"] .vertical-offset-4 {
    margin-top: 28.8%;
  }
  div[class*="md-7"] .vertical-offset-4 {
    margin-top: 24.68571%;
  }
  div[class*="md-8"] .vertical-offset-4 {
    margin-top: 21.6%;
  }
  div[class*="md-9"] .vertical-offset-4 {
    margin-top: 19.2%;
  }
  div[class*="md-10"] .vertical-offset-4 {
    margin-top: 17.28%;
  }
  div[class*="md-11"] .vertical-offset-4 {
    margin-top: 15.70909%;
  }
  div[class*="md-12"] .vertical-offset-4 {
    margin-top: 14.4%;
  }
  div[class*="md-1"] .vertical-offset-5 {
    margin-top: 216%;
  }
  div[class*="md-2"] .vertical-offset-5 {
    margin-top: 108%;
  }
  div[class*="md-3"] .vertical-offset-5 {
    margin-top: 72%;
  }
  div[class*="md-4"] .vertical-offset-5 {
    margin-top: 54%;
  }
  div[class*="md-5"] .vertical-offset-5 {
    margin-top: 43.2%;
  }
  div[class*="md-6"] .vertical-offset-5 {
    margin-top: 36%;
  }
  div[class*="md-7"] .vertical-offset-5 {
    margin-top: 30.85714%;
  }
  div[class*="md-8"] .vertical-offset-5 {
    margin-top: 27%;
  }
  div[class*="md-9"] .vertical-offset-5 {
    margin-top: 24%;
  }
  div[class*="md-10"] .vertical-offset-5 {
    margin-top: 21.6%;
  }
  div[class*="md-11"] .vertical-offset-5 {
    margin-top: 19.63636%;
  }
  div[class*="md-12"] .vertical-offset-5 {
    margin-top: 18%;
  }
}

.overlay-light:before,
.overlay-dark:before,
.visible-navigation:before {
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  -moz-backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  opacity: 1;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.overlay-dark:before {
  background: #1d1d1b;
  opacity: 0.75;
}

img {
  max-width: 100%;
}

.cc-compliance a {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  input, select, textarea,
  body .header-search .header-search-input input.gsc-input {
    font-size: 16px !important;
  }
}

.article-list .ec-text-and-image-text-content {
  padding-left: 8% !important;
  padding-right: 8% !important;
}

.article-list .col-md-6 {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
}

.article-list .is-hidden {
  -webkit-transform: translateY(-40px) scale(0.95);
          transform: translateY(-40px) scale(0.95);
  opacity: 0;
}

.article-list .is-hidden > div {
  display: none;
}

.article-list__load-more {
  width: 100%;
}

@media (min-width: 768px) {
  .article-list {
    padding-bottom: 11vw;
  }
  .article-list .col-md-6:nth-child(2n) {
    position: relative;
    top: 11vw;
  }
  .article-list .ec-text-and-image {
    position: relative;
  }
  .article-list .ec-text-and-image-text-content {
    height: 250px !important;
  }
  .article-list__load-more {
    margin-top: 11vw !important;
  }
}

@media (min-width: 992px) {
  .article-list .ec-text-and-image-text-content {
    height: 270px !important;
  }
}

@media (min-width: 1200px) {
  .article-list .ec-text-and-image-text-content {
    height: 220px !important;
  }
}

@media screen and (min-width: 1600px) {
  .article-list .ec-text-and-image-text-content {
    height: 200px !important;
  }
}

.fully-clickable {
  cursor: pointer;
}

.info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.info__toggler {
  cursor: pointer;
}

.info__content {
  display: none;
  display: block;
  position: absolute;
  width: 245px;
  bottom: 35px;
  left: 50%;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  background: #fff;
  padding: 1.5em 2em;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.23);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.23);
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(10px) scale(0.96);
          transform: translateX(-50%) translateY(10px) scale(0.96);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.info__content:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: solid 10px #fff;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.info__content p {
  margin: 0;
}

.info.info--content-visible .info__content {
  display: block;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0px) scale(1);
          transform: translateX(-50%) translateY(0px) scale(1);
}

@media only screen and (max-height: 870px) and (min-width: 992px) {
  body.navigation-expanded .primary-navigation {
    pointer-events: none;
  }
  body.navigation-expanded .primary-navigation > * {
    pointer-events: all;
  }
  body.navigation-expanded .main-content {
    margin-top: 62px;
  }
}

@media only screen and (min-width: 992px) {
  body.navigation-expanded .primary-navigation {
    overflow: hidden;
  }
}

.main-content {
  margin-top: 6rem;
}

.navigation-expanded {
  overflow: auto;
}

body > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 3%;
  z-index: 10000;
  margin-top: 0;
  background: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 768px) {
  body > header {
    padding: 0 2.4%;
  }
}

@media (max-width: 767.98px) {
  body > header {
    padding: 0 1rem;
  }
}

body > header .header-inner {
  position: relative;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

body > header .header-logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 2vw;
  padding-right: Min(3vw, 4rem);
  text-align: left;
  overflow: hidden;
}

body > header .header-logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

body > header .header-logo a:after {
  content: '';
  display: block;
  width: 40%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  pointer-events: none;
}

body > header .header-logo img {
  max-width: none;
  width: auto;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

body > header .header-navigation {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0;
}

body > header .header-tools {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

body > header .header-search {
  position: relative;
}

body > header .header-favorites {
  margin-left: Min(1.5vw, 30px);
}

body > header .header-favorites .header-favorite-item {
  font-size: 0.93333rem;
  cursor: pointer;
}

body > header .header-favorites .header-favorite-item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body > header .header-favorites .header-favorite-item a span {
  font-size: 12px;
  letter-spacing: 0.02em;
}

body > header .header-favorites .header-favorite-item svg {
  margin-right: 0.5em;
  overflow: visible;
}

body > header .header-favorites .header-favorite-item svg path {
  stroke: #000;
}

@media (max-width: 1199.98px) {
  body > header .header-favorites .header-favorite-item svg {
    margin-left: 0.8em;
  }
}

body > header .header-favorites .header-favorite-item.has-items svg path {
  stroke: #000;
  fill: #000;
}

@media (max-width: 1199.98px) {
  body > header .header-favorites .header-favorite-item span {
    display: none;
  }
}

body > header .find-retailer-link {
  margin: 0;
  margin-left: 4em;
  margin-left: Min(3vw, 4em);
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 0.75rem 1rem;
}

@media (max-width: 1199.98px) {
  body > header .find-retailer-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

body > header .culture-selector {
  margin-left: 30px;
  margin-left: Min(1.5vw, 30px);
}

body > header .culture-selector__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

body > header .culture-selector__header:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23px;
  height: 23px;
  background: url("/Content/images/country-selector-icon.svg") no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

body > header .culture-selector__header span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: 0.02em;
}

body > header .culture-selector__list {
  position: absolute;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 150px;
  background: #656565;
  white-space: nowrap;
  text-align: left;
  padding: 0.6rem 1rem;
  margin-left: -15px;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  opacity: 0;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}

body > header .culture-selector__list li {
  list-style-type: none;
  margin: 0.3em 0;
}

body > header .culture-selector__list a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none !important;
}

body > header .culture-selector.is-expanded .culture-selector__list {
  -webkit-transform: scale(1);
          transform: scale(1);
  max-height: 1000px;
  opacity: 1;
}

@media (max-width: 991.98px) {
  body > header .culture-selector {
    position: relative;
    height: 100%;
    margin: 0;
  }
  body > header .culture-selector__header {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f2f2f2;
  }
  body > header .culture-selector__list {
    top: auto;
    bottom: 100%;
    width: 100%;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    border-top: none;
    border-bottom: solid 4px #1d1d1b;
    padding: 0.5em 1em !important;
  }
  body > header .culture-selector__list a {
    display: block;
    padding: 0.3em 0;
  }
}

@media (min-width: 992px) {
  body > header .find-retailer-link--mobile {
    display: none;
  }
  body > header .primary-navigation {
    width: 100%;
    font-size: 0;
  }
  body > header .primary-navigation-mobile-ctas {
    display: none;
  }
  body > header .primary-navigation > ul {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    white-space: nowrap;
  }
  body > header .primary-navigation > ul > li {
    padding: 0 1.5em;
    padding: 0 Min(1.2vw, 1.5em);
    margin: 0;
    list-style-type: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 100%;
    font-family: 'akkurat-regular', sans-serif;
  }
  body > header .primary-navigation > ul > li.separator {
    display: none;
  }
  body > header .primary-navigation > ul > li:not(.is-current):not(.is-expanded) a {
    color: #1d1d1b;
  }
  body > header .primary-navigation > ul > li.nav-hidden {
    position: absolute;
    top: -9999em;
  }
  body > header .primary-navigation > ul > li a {
    text-decoration: none;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
  }
  body > header .primary-navigation > ul > li:not(.is-expanded) span {
    color: #1d1d1b !important;
  }
  body > header .primary-navigation > ul > li ul {
    padding: 0;
  }
  body > header .primary-navigation > ul > li li {
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  body > header .primary-navigation > ul > li li.separator hr {
    border-top: solid 2px #fff;
    opacity: 0.4;
    margin: 0.9em 0 0.8em 0;
  }
  body > header .primary-navigation > ul > li .nav-expander {
    display: inline-block;
    width: auto;
  }
  body > header .primary-navigation > ul > li .nav-expander:after {
    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    width: 0;
    height: 0px;
    border-top: solid 0.3em #1d1d1b;
    border-left: solid 0.2em transparent;
    border-right: solid 0.2em transparent;
    vertical-align: middle;
    margin-left: 0.35em;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 33%;
            transform-origin: 50% 33%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  body > header .primary-navigation > ul > li.has-children.is-expanded .nav-expander:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  body > header .primary-navigation > ul > li .sub-nav {
    position: absolute;
    top: 100%;
    left: -9999em;
    right: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.1s 0s linear, top 3s ease-in-out, left 0s 0.1s ease-out, -webkit-transform 0.1s 0s ease-out;
    transition: opacity 0.1s 0s linear, top 3s ease-in-out, left 0s 0.1s ease-out, -webkit-transform 0.1s 0s ease-out;
    transition: opacity 0.1s 0s linear, top 3s ease-in-out, left 0s 0.1s ease-out, transform 0.1s 0s ease-out;
    transition: opacity 0.1s 0s linear, top 3s ease-in-out, left 0s 0.1s ease-out, transform 0.1s 0s ease-out, -webkit-transform 0.1s 0s ease-out;
    -webkit-transform: translateY(-10px) scale(0.98);
            transform: translateY(-10px) scale(0.98);
    -webkit-transform-origin: 50% 8px;
            transform-origin: 50% 8px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    cursor: default;
    background: #fff;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-animation: inherit;
    animation: inherit;
  }
  body > header .primary-navigation > ul > li .sub-nav__back {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3vw 0 1.5em 3.5%;
    font-size: 12px;
    letter-spacing: 0.08em;
    width: 100%;
    max-width: 250px;
    cursor: pointer;
    display: none;
    pointer-events: none;
    padding-bottom: 1.2em;
    border-bottom: solid 1px #95989a;
  }
  body > header .primary-navigation > ul > li .sub-nav__back.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: all;
  }
  body > header .primary-navigation > ul > li .sub-nav__back.is-visible + .sub-nav__group-name {
    display: none !important;
  }
  body > header .primary-navigation > ul > li .sub-nav__group-name {
    margin: 3vw 0 1.5em 3.5%;
    font-size: 12px;
    letter-spacing: 0.08em;
    padding-bottom: 1.2em;
    border-bottom: solid 1px #95989a;
    width: 16%;
    max-width: 250px;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__items {
    padding: 0.5em 2vw 3vw 3.5%;
    aspect-ratio: 1/1.7;
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    width: 22%;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__items-list {
    width: 100%;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__items-list > li {
    text-transform: none;
    /*> a:hover {
                                    text-decoration: underline;
                                }*/
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__items-list > li > span,
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__items-list > li > a {
    display: block;
    white-space: normal;
    font-size: 31px;
    margin-bottom: 0.2em;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__areas {
    position: absolute;
    top: 0;
    left: 22%;
    right: 0;
    bottom: 5px;
    display: grid;
    grid-gap: 0.5vw;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
    padding: 3vw 3.5% 1vw 0;
    overflow-y: auto;
    display: none;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__areas .sub-nav__group-name {
    display: none;
  }
  body > header .primary-navigation > ul > li .sub-nav > .sub-nav__areas {
    display: grid;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area {
    height: 100%;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area--1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area--1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5vw;
    height: 100%;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area--1 ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area--1 .sub-nav-card__text {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area--2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area--2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area--2 ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area--3 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area--3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area--3 ul li {
    margin-left: 1em;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area--3 ul li a {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline;
    color: #000;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area--3 picture,
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__area--3 img {
    display: none;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav-item__toggler {
    cursor: pointer;
    opacity: 1;
    position: relative;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav-item__toggler:hover {
    color: #b2b2b2;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav-item.is-expanded .sub-nav-item__toggler {
    color: #b2b2b2;
    position: relative;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav-item.is-expanded .sub-nav-item__toggler:before {
    opacity: 1;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav-item.is-expanded .sub-nav__areas {
    display: grid;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__areas--default {
    display: none;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__areas--default.is-expanded {
    display: grid;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__footer {
    background: #313031;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5vw 3.5%;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__footer-links {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__footer-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__footer-links li {
    font-size: 14px;
    text-transform: none;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__footer-links a {
    color: #afafaf;
    margin-right: 1.5em;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__footer-links a:hover {
    color: #fff;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__footer-copyright {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 12px;
    text-transform: none;
    color: #afafaf;
  }
  body > header .primary-navigation > ul > li .sub-nav .sub-nav__footer-links-social {
    margin-left: 1.5em;
  }
  body > header .primary-navigation > ul > li.is-expanded .sub-nav {
    left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity 0.2s 0s linear, left 0s 0s ease-out, -webkit-transform 0.2s 0s ease-out;
    transition: opacity 0.2s 0s linear, left 0s 0s ease-out, -webkit-transform 0.2s 0s ease-out;
    transition: opacity 0.2s 0s linear, left 0s 0s ease-out, transform 0.2s 0s ease-out;
    transition: opacity 0.2s 0s linear, left 0s 0s ease-out, transform 0.2s 0s ease-out, -webkit-transform 0.2s 0s ease-out;
  }
  body > header .primary-navigation .social-media-links a {
    border: none;
    background: none;
  }
}

.retailer-navigation a {
  color: #fff !important;
}

.retailer-navigation .retailer-navigation-hr {
  border-top: solid 1px rgba(191, 191, 191, 0.6);
  margin: 1.2rem 1.1rem 1rem 1.1rem;
}

.retailer-navigation .retailer-navigation-account-link a {
  font-size: 1.066666rem;
  color: #d1d1d1 !important;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.retailer-navigation .retailer-navigation-account-link a:after {
  display: none;
}

.retailer-navigation.is-logged-in .nav-item {
  background: #7f98af;
}

.retailer-navigation.is-logged-in .retailer-navigation-title {
  opacity: 1 !important;
  color: #fff;
}

.retailer-navigation.is-logged-in .retailer-navigation-title:before {
  background: url("/Content/images/user-white.svg") no-repeat;
}

.retailer-navigation.is-logged-in .nav-expander:after {
  border-top-color: #fff;
}

.retailer-navigation-title:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/Content/images/user.svg") no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  margin-right: 0.6em;
}

.is-expanded > .retailer-navigation-title:before {
  background: url("/Content/images/user-white.svg") no-repeat;
}

@media (max-width: 991.98px) {
  .retailer-navigation-title:before {
    display: none;
  }
  .retailer-navigation-title:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/Content/images/user.svg") no-repeat;
    background-size: 100% auto;
    vertical-align: top;
    margin-left: 0.6em;
  }
  .is-expanded > .retailer-navigation-title:after {
    background: url("/Content/images/user-white.svg") no-repeat;
  }
}

.retailer-navigation-logged-in-heading {
  font-size: 0.933333rem;
  color: #bababa;
  letter-spacing: 0.08em;
  padding: 0 1.3rem;
  margin: 0.4rem 0;
}

.retailer-navigation-logged-in-user {
  padding: 0 1.3rem;
  font-size: 1.333333rem;
  color: #fff;
  margin: 0 0 0.8rem 0;
}

.mobile-navigation {
  position: relative;
}

.mobile-navigation .nav-expander {
  right: 1.5rem !important;
}

.mobile-navigation div {
  background: #fff;
  padding: 0 !important;
  min-width: 180px;
  max-width: 300px;
}

.mobile-navigation div > ul > li {
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  font-size: 1.35714rem;
  border-bottom: solid 1px #d0d0d0;
  position: relative;
}

.mobile-navigation div > ul > li:last-child {
  border-bottom: none;
}

.mobile-navigation div > ul > li a,
.mobile-navigation div > ul > li span {
  display: block;
  width: 100%;
  color: #1d1d1b !important;
  padding: 1.2rem 1.5rem;
  cursor: pointer;
}

.mobile-navigation div > ul > li div span {
  display: none;
}

.mobile-navigation div > ul > li:not(.is-current):not(.is-expanded) a {
  color: #1d1d1b;
}

.mobile-navigation div > ul > li.has-children.is-expanded .nav-expander:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mobile-navigation div > ul > li.has-children.is-expanded > div {
  max-height: 1000px;
}

.mobile-navigation div > ul > li.has-children.is-expanded > div > ul li {
  opacity: 1;
}

.mobile-navigation div div {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}

.mobile-navigation div div > span {
  display: none;
}

.mobile-navigation div div > ul {
  padding: 1.2rem 1.5rem;
}

.mobile-navigation div div > ul li {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  border: none;
}

.mobile-navigation div div > ul a {
  text-transform: none;
  color: #fff !important;
  white-space: normal;
  padding: 0.5rem 0;
  font-size: 1.35714rem;
}

.mobile-navigation .retailer-navigation-logged-in-heading {
  padding: 0;
}

.mobile-navigation .retailer-navigation-logged-in-user {
  padding: 0;
}

.mobile-navigation .nav-expander {
  position: absolute;
  right: 0.5rem;
  top: 1.1rem !important;
  background: none;
}

@media (max-width: 991.98px) {
  .header-search-toggler {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-search-toggler span {
    text-indent: -9999em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 34px;
    height: 44px;
    -webkit-transition: border 0.4s;
    transition: border 0.4s;
  }
  .header-search-toggler:before {
    position: absolute;
    margin: 0;
  }
}

.header-logo img {
  height: 37px;
}

.header-search .header-search-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.header-search .header-search-toggler:before {
  content: '';
  width: 26px;
  height: 26px;
  background: url("/Content/images/search-icon.svg") no-repeat;
  background-size: 26px auto;
  display: block;
  margin-right: 0.5em;
  margin-bottom: 2px;
  z-index: 1;
}

.header-search .header-search-toggler span {
  z-index: 1;
}

.header-search .header-search-input {
  position: absolute;
  top: -17px;
  width: 385px;
  right: 10px;
  opacity: 0;
  max-width: 0%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 95% 50%;
          transform-origin: 95% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
}

.header-search .header-search-input input {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 0 40px 0 15px !important;
  font-family: 'akkurat-regular', sans-serif !important;
  font-size: 1.067rem !important;
  background-position: 30px 50% !important;
  border-radius: 0 !important;
  height: 55px !important;
  text-align: left;
  margin: 0;
}

.header-search.search-visible .header-search-input {
  right: -10px;
  max-width: 300px;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.mobile-retailer-logged-in {
  position: absolute;
  right: 91px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: solid 1px #c3c3c3;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.mobile-retailer-logged-in svg {
  width: 19px;
}

.mobile-retailer-logged-in.is-expanded {
  background: #1d1d1b;
  border-color: #1d1d1b;
}

.mobile-retailer-logged-in.is-expanded .user-head .cls-1 {
  stroke: #ffffff;
}

.is-retailer-expanded .retailer-navigation-title {
  pointer-events: none;
}

.is-retailer-expanded .nav-item:not(.nav-item-retailer) {
  display: none !important;
}

.sub-nav-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 100%;
  text-decoration: none !important;
}

.sub-nav-card__text {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 1rem;
  color: #fff;
  -ms-flex-item-align: end;
      align-self: end;
}

.nav-areas-count-2 .sub-nav-card__text {
  padding: 1rem;
}

.sub-nav-card__media {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  overflow: hidden;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .sub-nav-card__media {
    display: none;
  }
}

.sub-nav-card__media picture,
.sub-nav-card__media video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  -webkit-transition: -webkit-filter 0.2s ease-out;
  transition: -webkit-filter 0.2s ease-out;
  transition: filter 0.2s ease-out;
  transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}

.sub-nav-card__media picture img,
.sub-nav-card__media video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-nav-card__heading {
  text-transform: none;
  position: relative;
  font-size: 24px;
  margin: 0;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  text-wrap: wrap;
  line-height: 0.9;
}

.sub-nav-card__description {
  font-size: 17px;
  margin: 0.3em 0 0 0;
  text-transform: none;
}

@media (max-width: 991.98px) {
  .mobile-retailer-logged-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .is-retailer-expanded .nav-item-retailer .nav-expander {
    display: none !important;
  }
  .main-content {
    margin-top: 89px;
  }
  body > header {
    height: 42px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  body > header .header-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body > header .container-fluid {
    padding: 0 5px !important;
  }
  body > header .container-fluid .row > div {
    padding: 25px 0 !important;
  }
  body > header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body > header .header-logo img {
    height: 30px;
  }
  body > header .header-navigation {
    display: block;
  }
  body > header .header-search {
    width: 24px;
  }
  body > header .header-search-toggler {
    margin: 0;
  }
  body > header .header-search input.input-search {
    font-size: 0.9rem !important;
    height: 40px !important;
  }
  body > header .header-search.search-visible .header-search-input {
    top: -20px;
    right: -5px;
    width: 250px;
    max-width: 250px;
  }
  body > header .mobile-navigation-toggler {
    width: 23px;
    height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: Min(2vw, 30px);
  }
  body > header .mobile-navigation-toggler span {
    display: block;
    width: 23px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 1px 0;
  }
  body > header .mobile-navigation-toggler:before {
    content: '';
    display: block;
    width: 23px;
    height: 2px;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    background: #000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body > header .mobile-navigation-toggler:after {
    content: '';
    display: block;
    width: 23px;
    height: 2px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    background: #000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body > header .mobile-navigation-toggler.is-expanded span {
    -webkit-transform: rotate(90deg) scale(0.5);
            transform: rotate(90deg) scale(0.5);
    opacity: 0;
  }
  body > header .mobile-navigation-toggler.is-expanded:before {
    -webkit-transform: translateY(2px) rotate(45deg);
            transform: translateY(2px) rotate(45deg);
  }
  body > header .mobile-navigation-toggler.is-expanded:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
            transform: translateY(-4px) rotate(135deg);
  }
  body > header .primary-navigation {
    position: absolute;
    left: -20px;
    top: 100%;
    height: auto !important;
    width: calc(100% + 40px);
    background: transparent;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
    max-height: 0;
    overflow: hidden;
    overflow-y: auto;
    /*
            .sub-nav__group-name {
                order: 1;
                font-size: 14px;
                padding: 0 10%;
            }*/
  }
  body > header .primary-navigation.navigation-expanded {
    height: calc(100vh - 42px) !important;
    max-height: none;
  }
  body > header .primary-navigation ul {
    margin: 0;
    padding: 0;
  }
  body > header .primary-navigation > ul {
    padding: 30px 0 0 0;
    background: linear-gradient(to bottom, #eee 0%, #fff 10px);
  }
  body > header .primary-navigation .nav-item {
    font-size: 31px;
    list-style-type: none;
    margin: 0 0 0.3em 0;
    padding: 0;
  }
}

@media only screen and (max-width: 991.98px) and (min-width: 992px) {
  body > header .primary-navigation .nav-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  body > header .primary-navigation .nav-item:last-child:not(.is-expanded) {
    padding-bottom: 30px;
    margin: 0;
  }
  body > header .primary-navigation .nav-item.is-hidden {
    display: none;
  }
  body > header .primary-navigation .nav-item > span,
  body > header .primary-navigation .nav-item > a {
    display: block;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
    max-height: 100px;
    padding: 0 10%;
  }
  body > header .primary-navigation .nav-item a {
    text-decoration: none;
  }
  body > header .primary-navigation .nav-item.is-current > span:first-child {
    position: relative;
  }
  body > header .primary-navigation .nav-item.is-current > span:first-child:before {
    display: block;
    width: 0;
    height: 0;
    border-left: solid 4px #000;
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
    position: absolute;
    left: calc(10% - 0.8em);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body > header .primary-navigation .sub-nav {
    background: #fff;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }
  body > header .primary-navigation .sub-nav__back {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    cursor: pointer;
  }
  body > header .primary-navigation .nav-item.is-expanded {
    margin: 0;
  }
  body > header .primary-navigation .nav-item.is-expanded > span {
    max-height: 0;
  }
  body > header .primary-navigation .nav-item.is-expanded .sub-nav {
    max-height: 10000px;
    opacity: 1;
  }
  body > header .primary-navigation .nav-item.is-expanded .sub-nav__areas--default {
    max-height: none;
    opacity: 1;
  }
  body > header .primary-navigation .sub-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body > header .primary-navigation .sub-nav__items-list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 1em 0;
    padding: 0;
    z-index: 100;
  }
  body > header .primary-navigation .sub-nav__items-list li {
    list-style-type: none;
    margin: 0 0 0.3em 0;
    padding: 0;
  }
  body > header .primary-navigation .sub-nav__items-list li .sub-nav-item__toggler {
    padding: 0 10%;
  }
}

@media only screen and (max-width: 991.98px) and (max-width: 992px) {
  body > header .primary-navigation .sub-nav__items-list li .sub-nav-item__toggler {
    padding-bottom: 0.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 991.98px) and (min-width: 992px) {
  body > header .primary-navigation .sub-nav__items-list li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  body > header .primary-navigation .sub-nav-item__toggler {
    cursor: pointer;
    display: block;
  }
  body > header .primary-navigation .sub-nav__areas {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    overflow: hidden;
    display: none;
  }
  body > header .primary-navigation .sub-nav__areas.show {
    display: block;
  }
  body > header .primary-navigation .sub-nav__areas ul {
    margin: 0;
    padding: 0;
  }
  body > header .primary-navigation .sub-nav__areas li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0.2em;
  }
}

@media only screen and (max-width: 991.98px) and (min-width: 992px) {
  body > header .primary-navigation .sub-nav__areas li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  body > header .primary-navigation .sub-nav__areas li.is-current {
    position: relative;
  }
  body > header .primary-navigation .sub-nav__areas li.is-current:before {
    display: block;
    width: 0;
    height: 0;
    border-left: solid 4px #000;
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
    position: absolute;
    left: -0.8em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body > header .primary-navigation .sub-nav__items > .sub-nav__areas {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    order: 2;
  }
  body > header .primary-navigation .sub-nav__items > .sub-nav__areas .sub-nav__area--2, body > header .primary-navigation .sub-nav__items > .sub-nav__areas .sub-nav__area--3 {
    display: none;
  }
  body > header .primary-navigation .sub-nav-item.is-expanded {
    margin: 0 0 1rem 0;
  }
  body > header .primary-navigation .sub-nav-item.is-expanded .sub-nav__areas {
    max-height: 9999px;
    overflow: visible;
    opacity: 1;
    padding: 0 10%;
  }
  body > header .primary-navigation .sub-nav-item.is-current .sub-nav-item__toggler:before {
    display: block;
    width: 0;
    height: 0;
    border-left: solid 4px #000;
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
    position: absolute;
    left: -0.8em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (max-width: 991.98px) and (min-width: 992px) {
  body > header .primary-navigation .sub-nav__area > ul > li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  body > header .primary-navigation .sub-nav__area--1 {
    padding: 0;
  }
  body > header .primary-navigation .sub-nav__area--1 .sub-nav-card__text {
    padding: 10%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 991.98px) and (max-width: 992px) {
  body > header .primary-navigation .sub-nav__area--1 .sub-nav-card__text {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  body > header .primary-navigation .sub-nav__area--1 .sub-nav-card__media {
    aspect-ratio: 2.3/1;
  }
  body > header .primary-navigation .sub-nav__area--1 .sub-nav-card .sub-nav-card__heading {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991.98px) and (max-width: 992px) {
  body > header .primary-navigation .sub-nav__area--1 .sub-nav-card .sub-nav-card__heading {
    margin: 6.9px 0 0 1px;
    font-size: 20px;
    color: black !important;
  }
}

@media only screen and (max-width: 991.98px) and (max-width: 992px) {
  body > header .primary-navigation .sub-nav__area--1 .sub-nav-card .sub-nav-card__description {
    display: none;
  }
}

@media (max-width: 991.98px) {
  body > header .primary-navigation .sub-nav__area--2 {
    margin-left: 1em;
  }
}

@media only screen and (max-width: 991.98px) and (max-width: 992px) {
  body > header .primary-navigation .sub-nav__area--2 {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  body > header .primary-navigation .sub-nav__area--2 .sub-nav-card {
    position: relative;
    white-space: normal;
  }
  body > header .primary-navigation .sub-nav__area--2 .sub-nav-card__text {
    padding: 0;
    color: #000;
  }
  body > header .primary-navigation .sub-nav__area--2 .sub-nav-card__heading {
    margin: 0;
    font-size: 31px;
  }
}

@media only screen and (max-width: 991.98px) and (max-width: 992px) {
  body > header .primary-navigation .sub-nav__area--2 .sub-nav-card__heading {
    margin: 6.9px 0 0 1px;
    font-size: 20px;
    color: black !important;
  }
}

@media (max-width: 991.98px) {
  body > header .primary-navigation .sub-nav__area--2 .sub-nav-card__media {
    display: none;
  }
  body > header .primary-navigation .sub-nav__area--2 .sub-nav-card.is-current:before {
    display: block;
    width: 0;
    height: 0;
    border-left: solid 4px #000;
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
    position: absolute;
    left: -0.8em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body > header .primary-navigation .sub-nav__area--3 {
    margin: 1.5em 0;
    font-size: 15px;
  }
}

@media only screen and (max-width: 991.98px) and (max-width: 992px) {
  body > header .primary-navigation .sub-nav__area--3 {
    display: none;
  }
}

@media (max-width: 991.98px) {
  body > header .primary-navigation .sub-nav__area--3 li {
    margin-bottom: 0.8em;
  }
  body > header .primary-navigation .sub-nav__area--3 li.is-current {
    position: relative;
  }
  body > header .primary-navigation .sub-nav__area--3 li.is-current:before {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-left: solid 4px #000;
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
    position: absolute;
    left: -0.8em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body > header .primary-navigation .sub-nav__area--3 a {
    font-size: 15px;
    text-decoration: none;
    text-decoration: underline;
    color: #000;
  }
  body > header .primary-navigation .primary-navigation-mobile-ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body > header .primary-navigation .primary-navigation-mobile-ctas .find-retailer-link {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    height: 58px;
    color: #fff;
  }
  body > header .primary-navigation .sub-nav__footer-links {
    background: #313031;
    padding: 5% 10%;
  }
  body > header .primary-navigation .sub-nav__footer-links ul {
    margin: 0;
    padding: 0;
  }
  body > header .primary-navigation .sub-nav__footer-links li {
    list-style-type: none;
    margin: 0 0 0.3em 0;
    padding: 0;
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  body > header .primary-navigation .sub-nav__footer-links li {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 991.98px) and (min-width: 992px) {
  body > header .primary-navigation .sub-nav__footer-links li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  body > header .primary-navigation .sub-nav__footer-links a {
    display: block;
    color: #afafaf;
    text-decoration: none;
  }
  body > header .primary-navigation .sub-nav__footer-copyright, body > header .primary-navigation .sub-nav__footer-links-social {
    display: none;
  }
  .navigation-lvl2-expanded {
    /*
        .primary-navigation-mobile-ctas,*/
    /*        .sub-nav__footer-links,*/
  }
  .navigation-lvl2-expanded .sub-nav__areas--default {
    /* .sub-nav > .sub-nav__group-name*/
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0;
    opacity: 0;
  }
  .navigation-lvl2-expanded .sub-nav-item {
    margin: 0 !important;
  }
  .navigation-lvl2-expanded .sub-nav-item__toggler {
    /*opacity: 0;
            transition: opacity 0.3s ease-in-out;
            pointer-events: none;*/
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .navigation-lvl2-expanded .sub-nav__items-list {
    margin: 0 !important;
  }
  .navigation-lvl1-expanded > .sub-nav__footer-links {
    display: none;
  }
  .compact-header > header,
  .navigation-expanded > header {
    height: 5.563rem;
    padding-bottom: 1rem;
  }
  .compact-header > header .header-inner,
  .navigation-expanded > header .header-inner {
    height: 100%;
  }
  .compact-header > header .primary-navigation > ul > li.mobile-navigation,
  .navigation-expanded > header .primary-navigation > ul > li.mobile-navigation {
    border-color: transparent !important;
  }
  .compact-header > header .primary-navigation > ul > li.mobile-navigation div,
  .navigation-expanded > header .primary-navigation > ul > li.mobile-navigation div {
    top: calc(100% - 1px);
  }
  .header-languages {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-languages--desktop {
    display: none;
  }
  .header-languages > span {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.08em;
    background: #e5e5e5;
    padding: 1rem 2rem;
  }
  .header-languages__list {
    display: none;
  }
  .find-retailer-link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 !important;
    background: #000 !important;
  }
  .find-retailer-link--desktop {
    display: none !important;
  }
}

.icon__dropdown-arrow {
  width: 20px;
  height: 20px;
  -webkit-transition: linear transform 0.2s;
  transition: linear transform 0.2s;
}

@media only screen and (min-width: 992px) {
  .icon__dropdown-arrow {
    display: none;
  }
}

.icon__dropdown-arrow.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@font-face {
  font-family: akkurat-regular;
  src: url("/content/fonts/akkurat-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: akkurat-light;
  src: url("/content/fonts/akkurat-light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 16px;
}

/*@include media-breakpoint-up(lg) {
	html {
		font-size: 13px;
	}
}*/
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'akkurat-regular', sans-serif;
  line-height: 1.4;
  font-weight: 300;
  color: #1d1d1b;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .category-heading {
  font-family: akkurat-regular;
  text-transform: none;
  margin-top: 0.8em;
  font-weight: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child, .category-heading:first-child {
  margin-top: 0;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, .category-heading a {
  color: #1d1d1b;
}

h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover, .category-heading a:hover {
  color: #9caf86;
  text-decoration: none;
}

h1, .h1 {
  font-size: 2.7rem;
}

h2, .h2 {
  font-size: 2.25rem;
}

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h1, .h1 {
  line-height: 1.2;
  letter-spacing: -2px;
}

h2, .h2 {
  line-height: 1.16;
  letter-spacing: -2px;
}

h3, .h3 {
  line-height: 1.22;
  letter-spacing: -0.5px;
}

h4, .h4 {
  line-height: 1.33;
  letter-spacing: -1px;
}

h5, .h5 {
  line-height: 1.4;
  letter-spacing: -1px;
}

h6, .h6 {
  line-height: 1.55;
  letter-spacing: -1px;
}

h1 {
  margin-bottom: 1.6rem;
}

* .display-1 {
  font-family: akkurat-regular;
  font-weight: normal;
  font-size: 3.125rem;
  line-height: 1.06;
  margin-bottom: 0.3em;
  font-weight: normal;
  margin-top: 0.3em;
  text-transform: none;
}

@media screen and (min-width: 1600px) {
  * .display-1 {
    font-size: 50px;
  }
}

div[class*="md-5"] * .display-1,
div[class*="md-6"] * .display-1,
div[class*="md-7"] * .display-1,
div[class*="md-8"] * .display-1,
div[class*="md-9"] * .display-1,
div[class*="md-10"] * .display-1,
div[class*="md-11"] * .display-1,
div[class*="md-12"] * .display-1 {
  margin-top: 0;
}

.text-and-image-tag:first-child + h1 {
  margin-top: 0;
}

.category-tag {
  font-size: 0.75rem;
  color: #888;
  text-transform: uppercase;
}

.category-tag + h1,
.category-tag + h2,
.category-tag + h3 {
  margin-top: 0.4rem;
}

blockquote {
  font-family: sans-serif;
  font-style: italic;
  font-size: 1.5rem;
  color: #8a898e;
}

blockquote:before {
  content: "“ ";
}

blockquote:after {
  content: " “";
}

blockquote + .blockquote-name {
  margin-top: -0.5em;
  font-size: 1.067rem;
  font-family: "akkurat-regular", sans-serif;
  font-weight: normal;
  color: #8a898e;
  text-align: right;
}

blockquote + .blockquote-name:before {
  content: '-';
}

.btn {
  font-family: 'akkurat-regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  max-width: 370px;
  margin-top: 1em;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
}

.btn:hover {
  background: #57565a !important;
  border-color: #57565a !important;
  color: #fff !important;
}

.btn--small {
  padding: 0.5rem 1rem;
}

.btn-primary {
  background: #313031;
  color: #fff;
  border-color: #313031;
  padding: 1rem;
}

.text-inverted .btn-primary {
  background: #fff;
  color: #1d1d1b;
  border-color: #fff;
}

.btn-secondary {
  background: none;
  color: inherit;
  border-color: inherit;
  padding: 1rem;
}

.btn-secondary:hover {
  background: #313031 !important;
  border-color: #313031 !important;
  color: #fff !important;
}

.text-inverted .btn-secondary {
  color: #fff;
  border-color: #fff;
  background: none;
}

.text-inverted .btn-secondary:hover {
  color: #1d1d1b;
  background: #fff;
}

.text-inverted a {
  color: #fff;
}

.text-inverted a:hover {
  color: #fff;
}

.text-inverted .lnk {
  color: #fff;
}

.text-inverted .lnk:hover {
  color: #fff;
}

.text-inverted .lnk:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.text-inverted .lnk:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border-right-color: #fff;
}

@media (min-width: 768px) {
  .pb-slider .ec-image-with-text:not(.text-inverted) .lnk:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .text-inverted .ec-image-with-text:not(.text-inverted) .lnk {
    color: #1d1d1b;
  }
  .text-inverted .ec-image-with-text:not(.text-inverted) .lnk:hover {
    color: #1d1d1b;
  }
  .text-inverted .ec-image-with-text:not(.text-inverted) .lnk:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
  }
}

.lnk {
  font-family: 'akkurat-regular', sans-serif;
  display: inline-block;
  letter-spacing: 0.08em;
  text-rendering: geometricPrecision;
}

.lnk-primary,
.lnk-primary-down,
.lnk-secondary,
.lnk-secondary-down,
.lnk-no-arrow {
  text-transform: uppercase;
  color: #1d1d1b;
  text-decoration: none;
  padding-right: 24px;
  line-height: 1.2;
}

.lnk-primary:after,
.lnk-primary-down:after,
.lnk-secondary:after,
.lnk-secondary-down:after,
.lnk-no-arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 18px;
  height: 1.15em;
  vertical-align: baseline;
  margin-left: 0.5em;
}

.lnk-primary:hover,
.lnk-primary-down:hover,
.lnk-secondary:hover,
.lnk-secondary-down:hover,
.lnk-no-arrow:hover {
  text-decoration: none;
  color: inherit;
}

.lnk-standard {
  font-family: 'akkurat-regular', sans-serif;
  font-weight: normal;
  text-decoration: underline;
  letter-spacing: 0;
  display: inline;
}

.lnk.lnk-no-arrow {
  padding-right: 0;
}

.lnk.lnk-no-arrow:after {
  background-image: none !important;
}

.lnk-primary:after, .lnk-secondary:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateX(0em);
          transform: translateX(0em);
  -webkit-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.93, 1.35);
  transition: all 0.2s cubic-bezier(0.18, 0.89, 0.93, 1.35);
}

.lnk-primary:hover:after, .lnk-secondary:hover:after {
  -webkit-transform: translateX(0.3em);
          transform: translateX(0.3em);
}

.lnk-primary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 1.15rem;
}

.lnk-primary-down:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-position: 100% 50% !important;
}

.lnk-secondary-down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 16px;
  height: 16px;
  width: 20px;
}

.lnk-secondary-down:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

p a:not(.btn):not(.lnk) {
  text-decoration: underline;
}

.lead {
  font-size: 1.5rem;
}

.small {
  color: #9caf86;
}

ul {
  padding-left: 1rem;
}

ul li {
  line-height: 1.1;
  margin-bottom: 0.3em;
}

.ec-text-and-image ul li {
  line-height: 1.55;
  margin-bottom: 0.4em;
}

ol {
  padding-left: 20px;
  counter-reset: ol-counter;
}

ol li {
  list-style-type: none;
  padding-left: 1.3em;
  line-height: 1.1;
  margin-bottom: 0.3em;
}

ol li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  font-weight: bold;
  float: left;
  margin-left: -1.3em;
}

.image-with-text > a, .image-with-text > a:hover {
  text-decoration: none;
}

.image-with-text > a *:not(.small), .image-with-text > a:hover *:not(.small) {
  color: #1d1d1b;
}

.image-with-text .image-with-text-text a {
  font-weight: bold;
}

.horizontal-center {
  text-align: center;
}

.horizontal-left {
  text-align: left;
}

.horizontal-right {
  text-align: right;
}

.text-inverted {
  color: #fff;
}

div[class*="col-"] {
  line-height: 1.55;
}

div[class*="col-md-3"] {
  font-size: 1rem;
  line-height: 1.55;
}

/*@import '_textAndImage';
@import '_imageWithText';*/
/*@import '_imageBox';*/
/*@import '_moodboard';
@import '_configurator';
@import '_socialMediaLinkBlock';
@import '_findRetailers';*/
/*@import '_theme-colors';*/
/*@import '_form';*/
/*@import '_media';*/
/*@import '_mfp';
@import '_model-card';*/
/*@import '_archive';*/
/*@import '_image-list';*/
/*@import '_chat';
@import '_model-page';
@import '_slideshow';
@import '_instagram';*/
.emailInfoFail, .shareLinkInfoFail, .renameInfoFail {
  color: red;
}

.email-info {
  margin-top: 15px !important;
}

.btn-add-favorite span {
  margin: 0 0.2em;
  font-size: 28px;
  vertical-align: middle;
}

.toast-container {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  margin-left: 1rem;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.toast {
  background-color: #313031;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.toast.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.toast.hide {
  opacity: 0;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
}

.added-favorite {
  position: fixed;
  top: 150px;
  right: 20px;
  background: #f8f8f8;
  padding: 16px 22px;
  font-size: 13px;
  font-weight: bold;
  z-index: 100;
  text-align: center;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 20px -8px #403e40;
  box-shadow: 0px 0px 20px -8px #403e40;
}

@media (max-width: 767.98px) {
  .added-favorite {
    top: 90vh;
    right: calc(50% - 98px);
  }
}

.added-favorite p {
  margin: 0;
  padding-left: 22px;
}

.added-favorite p:before {
  content: "";
  position: absolute;
  background: url(/Content/images/heart.svg) no-repeat scroll center center;
  height: 30px;
  width: 30px;
  left: 11px;
  top: 10px;
}

.added-favorite p a {
  text-decoration: none !important;
  padding-bottom: 1px;
  border-bottom: 1px solid black;
}

.favorite-top-info {
  width: 50%;
  margin: auto;
  text-align: center;
}

@media (max-width: 991.98px) {
  .favorite-top-info {
    width: 80%;
  }
}

@media (max-width: 767.98px) {
  .favorite-top-info {
    width: 100%;
  }
}

.favorite-top-info .favorite-sharing {
  margin: 100px auto;
}

.favorite-top-info .favorite-sharing .favorite-email {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 0 30px;
  position: relative;
}

.favorite-top-info .favorite-sharing .favorite-email:before {
  content: "";
  width: 40px;
  height: 32px;
  background: url(/Content/images/email.svg) no-repeat scroll center center;
  position: absolute;
  top: -50px;
  right: calc(50% - 20px);
}

.favorite-top-info .favorite-sharing .favorite-print {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 0 30px;
  position: relative;
}

.favorite-top-info .favorite-sharing .favorite-print:before {
  content: "";
  width: 45px;
  height: 39px;
  background: url(/Content/images/print.svg) no-repeat scroll center center;
  position: absolute;
  top: -50px;
  right: calc(50% - 22px);
}

.favorite-top-info .favorite-sharing .favorite-share {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 0 30px;
  position: relative;
}

.favorite-top-info .favorite-sharing .favorite-share:before {
  content: "";
  width: 33px;
  height: 38px;
  background: url(/Content/images/moodboard/share.svg) no-repeat scroll center center;
  position: absolute;
  top: -50px;
  right: calc(50% - 16px);
}

@media (max-width: 575.98px) {
  .favorite-top-info .favorite-sharing .favorite-share {
    margin-top: 80px;
    display: block;
  }
}

.ec-text-and-image.ec-text-and-image-page .ec-text-and-image-text h3, .ec-text-and-image.ec-text-and-image-page .ec-text-and-image-text h4 {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.suggested-favorites {
  margin-left: 25px;
}

/*.favorite-item {
	display: flex;
	position: relative;
	max-height: 570px;
	background: #f4f4f4;


	span.btn.readonly.disabled {
		border: 1px solid;
		opacity: 0.45;
	}

	.disabled {
		pointer-events: none !important;
	}

	@include media-breakpoint-down(sm) {
		flex-direction: column;
		max-height: none;
	}

	.favorite-img-container {
		width: 50%;

		.missing-product {
			display: flex;
			background: #3f3D43;

			img {
				width: 50%;
				margin: auto;
			}
		}

		@include media-breakpoint-down(sm) {
			width: 100%;
		}

		img {
			height: 570px;

			@include media-breakpoint-down(sm) {
				height: auto;
			}
		}
	}

	.favorite-info-container {
		padding: 75px 50px 50px 50px;
		width: 50%;
		text-align: center;
		display: flex;
		flex-direction: column;

		@include media-breakpoint-down(sm) {
			width: 100%;
			padding: 50px 25px 25px 25px;
		}

		.delete-wrapper {
			position: absolute;
			right: 20px;
			top: 10px;


			.delete-favorite {
				position: absolute;
				right: 8px;
				top: 8px;
				width: 50px;
				height: 50px;
				border-radius: 50%;
				background: url(/Content/images/trashbin.svg) no-repeat scroll center center;
			}
		}

		.favorite-name, .font-size-fix {
			max-height: 142px;
			cursor: pointer;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			position: relative;

			h3 {
				margin: 0;
				font-size: 35px;
				overflow-wrap: break-word;
				word-wrap: break-word;
				hyphens: auto;
				overflow: hidden;
				max-width: 220px;
			}

			span {
				margin-top: 0;
				font-size: 14px;
			}

			.blur-effect {
				-webkit-filter: blur(5px);
				-moz-filter: blur(5px);
				-o-filter: blur(5px);
				-ms-filter: blur(5px);
				filter: blur(5px);
				width: 100%;
				height: 10px;
				background-color: #f4f4f4;
				position: absolute;
				bottom: 22px;
			}
		}

		.favorite-info {
			margin-top: 90px;

			h3 {
				margin: 0;
				font-size: 30px;
			}

			span {
				margin-bottom: 10px;
				font-size: 14px;
			}
		}

		.favorite-buttons {
			margin-top: auto;
		}
	}*/
/*	@include media-breakpoint-down(md) {
		
	}
}*/
.favorite-item-saved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #f4f4f4;
}

.favorite-item-saved .disabled {
  pointer-events: none !important;
  border: 1px solid;
}

.favorite-item-saved span.btn.readonly.disabled {
  border: 1px solid;
  opacity: 0.45;
}

.favorite-item-saved .favorite-img-container {
  width: 100%;
  min-height: 524px;
  max-height: 524px;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .favorite-item-saved .favorite-img-container {
    min-height: 424px;
    max-height: 424px;
  }
}

.favorite-item-saved .favorite-img-container .missing-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3f3D43;
  min-height: 524px;
}

@media (max-width: 1199.98px) {
  .favorite-item-saved .favorite-img-container .missing-product {
    min-height: 424px;
    max-height: 424px;
  }
}

.favorite-item-saved .favorite-img-container .missing-product img {
  width: 50%;
  margin: auto;
}

.favorite-item-saved .favorite-info-container {
  padding: 30px 30px 30px 30px;
  text-align: center;
}

.favorite-item-saved .favorite-info-container .delete-wrapper {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 37px;
  height: 37px;
  content: "";
  background: #fff;
  border-radius: 50%;
}

.favorite-item-saved .favorite-info-container .delete-wrapper .delete-favorite {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  background: url(/Content/images/moodboard/bin.svg) no-repeat scroll center center;
}

.favorite-item-saved .favorite-info-container .favorite-info h3 {
  margin: 0;
  font-size: 30px;
}

.favorite-item-saved .favorite-info-container .favorite-info span {
  margin-top: 0;
  font-size: 14px;
}

.read-only-favorites .favorite-item .favorite-info-container .delete-wrapper, .read-only-favorites .favorite-item-saved .favorite-info-container .delete-wrapper {
  display: none;
}

.read-only-favorites .favorite-item .favorite-info-container .favorite-name, .read-only-favorites .favorite-item-saved .favorite-info-container .favorite-name {
  cursor: default;
}

.read-only-favorites .favorite-item .favorite-info-container .favorite-name .favorite-rename, .read-only-favorites .favorite-item-saved .favorite-info-container .favorite-name .favorite-rename {
  display: none;
}

@media (max-width: 767.98px) {
  .compact-header .header-favorites {
    border-color: transparent;
  }
}

.favorite {
  position: relative;
  background: #f8f8f8;
  margin-bottom: 40px;
  padding: 3%;
  display: grid;
  grid-template-columns: 28% 45% auto;
  grid-template-rows: auto auto auto;
  grid-gap: 3vw;
}

.favorite__image {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
}

.favorite__image img {
  padding: 20px;
  background: #fff;
}

.favorite__image-description {
  font-size: 13px;
  font-style: italic;
  padding: 14px 20px 0 20px;
}

.favorite__heading {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

.favorite__heading h3 {
  font-size: 28px;
  margin-bottom: 0.2em;
}

.favorite__heading-category {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.favorite__attributes {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  margin-bottom: 0;
}

.favorite__article-numbers {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  margin-bottom: 0 !important;
}

.favorite__article-numbers .form-inline {
  position: relative;
  margin-bottom: 0.5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.favorite__article-numbers .form-inline h4 {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  color: #1d1d1b;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 1em 0 0.7em 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  .favorite__article-numbers .form-inline h4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.favorite__article-numbers .form-inline h4 .info {
  margin-left: 0.5em;
}

.favorite__article-numbers .form-inline > div {
  margin-bottom: 0.5em !important;
}

.favorite__article-numbers .form-inline input, .favorite__article-numbers .form-inline textarea {
  border: none;
  background: #eaeaea;
  font-size: 13px;
  min-height: 62px;
}

.favorite__article-numbers .btn {
  min-width: 190px !important;
}

.favorite__article-numbers .btn img {
  margin-left: 0.4em;
}

.favorite__article-numbers-description {
  opacity: 0.6;
  font-size: 13px;
  margin-left: 30px;
  width: 100%;
}

.favorite__price {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
}

.favorite__price h4 {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  color: #1d1d1b;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 0.7em 0;
}

@media (max-width: 991.98px) {
  .favorite__price h4 {
    text-align: center;
  }
}

.favorite__price p {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  padding: 0.5em;
}

@media (max-width: 1199.98px) {
  .favorite__price p {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .favorite__price p {
    font-size: 28px;
  }
}

.favorite__delete {
  position: absolute;
  top: 0;
  margin-top: 3%;
  right: 4%;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.favorite__delete:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.favorite__link {
  position: absolute;
  top: 0;
  margin-top: 3%;
  right: calc(4% + 90px);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  opacity: 0.7;
  padding-left: 28px;
  background: url(/Content/images/edit-icon.svg) 0% 50% no-repeat;
}

.empty-favorite {
  position: relative;
  background: #f8f8f8;
  margin-bottom: 40px;
  padding: 20px 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.empty-favorite h3 {
  font-size: 28px;
  margin: 0;
}

.empty-favorite .btn {
  margin: 0;
  background: #000 !important;
}

@media (max-width: 767.98px) {
  .empty-favorite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .empty-favorite h3 {
    margin-bottom: 0.5em;
    font-size: 20px;
  }
}

@media (max-width: 1199.98px) {
  .favorite__image {
    grid-row-end: 3;
  }
  .favorite__article-numbers {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 991.98px) {
  .favorite__image {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .favorite__heading {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    min-height: 80px;
    margin-right: 60px;
  }
  .favorite__attributes {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .favorite__article-numbers {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .favorite__price {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .favorite__price h4 {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    color: #1d1d1b;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 0.7em 0;
  }
  .favorite__price p {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 36px;
    padding: 0.5em;
  }
  .favorite__link {
    top: 50px;
    right: 4%;
  }
}

@media (min-width: 767px) {
  .favoritesPage .favorite-btn {
    right: 24px;
  }
}

@media print {
  .favoritesPage {
    text-align: left;
  }
  .favoritesPage .main-content {
    margin-top: 80px;
  }
  .favoritesPage .favorite-top-info {
    display: none;
  }
  .favoritesPage h3, .favoritesPage h4 {
    text-align: left;
  }
  .favoritesPage .favorites-group {
    -webkit-column-break-after: always;
            break-after: always;
    page-break-after: always;
  }
  .favoritesPage .favorite-item-root {
    padding-left: 0;
    padding-right: 0;
    background: none;
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
  .favoritesPage .favorite__image img {
    padding: 0;
  }
  .favoritesPage .favorite__link,
  .favoritesPage .favorite__delete {
    display: none;
  }
  .favoritesPage .configurator-code__header h4 {
    margin-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .favoritesPage .configurator-code__header .info {
    display: none;
  }
  .favoritesPage .configurator-code__header-description {
    text-align: left;
  }
  .favoritesPage .configurator-code .form-control {
    display: block;
    padding: 0;
    background: none;
    border: none;
    min-height: 0;
  }
  .favoritesPage .favorite__price h4 {
    text-align: right;
    margin-bottom: 0;
  }
  .favoritesPage .favorite__price p {
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .favoritesPage .empty-favorite {
    display: none;
  }
}

/* Dialog */
.dialog {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 20%;
  left: calc(50% - 400px);
  width: 800px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 30px;
          box-shadow: rgba(0, 0, 0, 0.25) 0 0 30px;
}

.dialog .dialog-close {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url(/Content/images/moodboard/close.svg) no-repeat scroll center center;
  background-size: 80%;
  opacity: 1;
}

.dialog .header {
  padding: 110px 100px 40px 100px;
}

.dialog .header > h4, .dialog .header > p {
  text-align: center;
}

.dialog .tabs {
  margin: 0 175px;
}

.dialog .tabs a {
  display: inline-block;
  width: 50%;
  padding: 0 0 0 30px;
  border-bottom: 5px solid #fff;
  line-height: 40px;
  font-size: 1rem;
  text-decoration: none;
}

.dialog .tabs a.current {
  border-color: #9caf86;
}

.dialog .tab-content {
  display: none;
  padding: 50px 130px;
  background: #eee;
}

.dialog .tab-content p {
  margin: 0;
  text-align: center;
}

.dialog .tab-content p strong {
  color: #a85245;
}

.dialog .tab-content.current {
  display: block;
}

.dialog .btn {
  width: 150px;
}

.dialog .form-check-input {
  height: 20px;
  width: 20px;
}

.favorite-email-dialog,
.send-dialog {
  background: #fff url(/Content/images/email.svg) no-repeat scroll center 60px;
  background-size: 40px;
}

.favorite-email-dialog.done .tab-content form, .favorite-email-dialog.done .tab-content p, .favorite-email-dialog .tab-content p.done-msg,
.send-dialog.done .tab-content form,
.send-dialog.done .tab-content p,
.send-dialog .tab-content p.done-msg {
  display: none;
}

.favorite-email-dialog.done .tab-content p.done-msg,
.send-dialog.done .tab-content p.done-msg {
  display: block;
}

.favorite-email-dialog .ec-form,
.send-dialog .ec-form {
  margin-bottom: 25px;
}

.favorite-email-dialog .ec-form .form-inline .form-button-group,
.send-dialog .ec-form .form-inline .form-button-group {
  position: relative;
}

.favorite-email-dialog .ec-form .form-inline .form-button-group img.loader-img.favorite-loader,
.send-dialog .ec-form .form-inline .form-button-group img.loader-img.favorite-loader {
  position: absolute;
  top: 20px;
  right: -32px;
}

@media (max-width: 767.98px) {
  .favorite-email-dialog,
  .send-dialog {
    width: 100%;
    left: 0px;
    overflow: scroll;
    top: 85px;
    height: calc(100vh - 85px);
  }
  .favorite-email-dialog .tab-content,
  .send-dialog .tab-content {
    padding: 50px 50px;
  }
  .favorite-email-dialog .ec-form .form-inline,
  .send-dialog .ec-form .form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
  .favorite-email-dialog .ec-form .form-inline .form-group,
  .send-dialog .ec-form .form-inline .form-group {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .favorite-email-dialog .ec-form .form-inline .form-button-group,
  .send-dialog .ec-form .form-inline .form-button-group {
    width: 100%;
  }
  .favorite-email-dialog .ec-form .btn,
  .send-dialog .ec-form .btn {
    width: 100%;
    min-width: 200px;
  }
  .favorite-email-dialog .header,
  .send-dialog .header {
    padding: 110px 50px 35px 50px;
  }
  .favorite-email-dialog .header p,
  .send-dialog .header p {
    display: none;
  }
  .favorite-email-dialog .ec-form .form-inline > div,
  .send-dialog .ec-form .form-inline > div {
    margin-left: 0;
  }
}

.favorite-share-dialog {
  background: #fff url(/Content/images/moodboard/share.svg) no-repeat scroll center 60px;
  background-size: 30px;
}

@media (max-width: 767.98px) {
  .favorite-share-dialog {
    width: 100%;
    left: 0px;
    overflow: scroll;
    top: 85px;
  }
  .favorite-share-dialog .tab-content {
    padding: 50px 50px;
  }
  .favorite-share-dialog .ec-form .form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
  .favorite-share-dialog .ec-form .form-inline .form-group {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .favorite-share-dialog .ec-form .form-inline .form-button-group {
    width: 100%;
  }
  .favorite-share-dialog .ec-form .btn {
    width: 100%;
    min-width: 200px;
  }
  .favorite-share-dialog .header {
    padding: 110px 50px 35px 50px;
  }
  .favorite-share-dialog .header p {
    display: none;
  }
  .favorite-share-dialog .ec-form .form-inline > div {
    margin-left: 0;
  }
}

.favorite-delete-dialog .ec-form .form-inline .form-button-group {
  margin: auto;
}

.favorite-save-dialog .ec-form .form-inline .form-button-group, .favorite-share-link-dialog .ec-form .form-inline .form-button-group, .favorite-rename-dialog .ec-form .form-inline .form-button-group, .favorite-delete-dialog .ec-form .form-inline .form-button-group {
  position: relative;
}

.favorite-save-dialog .ec-form .form-inline .form-button-group img.loader-img.favorite-loader, .favorite-share-link-dialog .ec-form .form-inline .form-button-group img.loader-img.favorite-loader, .favorite-rename-dialog .ec-form .form-inline .form-button-group img.loader-img.favorite-loader, .favorite-delete-dialog .ec-form .form-inline .form-button-group img.loader-img.favorite-loader {
  position: absolute;
  top: 20px;
  right: -32px;
}

@media (max-width: 767.98px) {
  .favorite-save-dialog, .favorite-share-link-dialog, .favorite-rename-dialog, .favorite-delete-dialog {
    width: 100%;
    left: 0px;
    overflow: scroll;
    top: 100px;
  }
  .favorite-save-dialog .tab-content, .favorite-share-link-dialog .tab-content, .favorite-rename-dialog .tab-content, .favorite-delete-dialog .tab-content {
    padding: 50px 50px;
  }
  .favorite-save-dialog .ec-form .form-inline, .favorite-share-link-dialog .ec-form .form-inline, .favorite-rename-dialog .ec-form .form-inline, .favorite-delete-dialog .ec-form .form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
  .favorite-save-dialog .ec-form .form-inline .form-group, .favorite-share-link-dialog .ec-form .form-inline .form-group, .favorite-rename-dialog .ec-form .form-inline .form-group, .favorite-delete-dialog .ec-form .form-inline .form-group {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .favorite-save-dialog .ec-form .form-inline .form-button-group, .favorite-share-link-dialog .ec-form .form-inline .form-button-group, .favorite-rename-dialog .ec-form .form-inline .form-button-group, .favorite-delete-dialog .ec-form .form-inline .form-button-group {
    width: 100%;
  }
  .favorite-save-dialog .ec-form .btn, .favorite-share-link-dialog .ec-form .btn, .favorite-rename-dialog .ec-form .btn, .favorite-delete-dialog .ec-form .btn {
    width: 100%;
    min-width: 200px;
  }
  .favorite-save-dialog .header, .favorite-share-link-dialog .header, .favorite-rename-dialog .header, .favorite-delete-dialog .header {
    padding: 110px 50px 35px 50px;
  }
  .favorite-save-dialog .header p, .favorite-share-link-dialog .header p, .favorite-rename-dialog .header p, .favorite-delete-dialog .header p {
    display: none;
  }
  .favorite-save-dialog .ec-form .form-inline > div, .favorite-share-link-dialog .ec-form .form-inline > div, .favorite-rename-dialog .ec-form .form-inline > div, .favorite-delete-dialog .ec-form .form-inline > div {
    margin-left: 0;
  }
}

.modal-result-message {
  overflow: hidden;
  -webkit-transition: all 0 ease-out;
  transition: all 0 ease-out;
  text-align: center;
  font-size: 0.9333rem;
  font-style: italic;
  font-weight: bold;
  color: #99a999;
}

.modal-result-message.error {
  color: #e52407;
}

.loader-img-inline {
  padding-left: 10px;
}

/*@import '_footer';*/
/*@import 'slick';
@import 'slick-theme';

@import 'PbSlider-2.1.1';
@import '_search.scss';*/
.not-optanon {
  text-align: center;
  padding: 2em;
}

.not-optanon h2 {
  font-family: akkurat-regular;
  margin-bottom: .2em;
}

.not-optanon p {
  font-size: 1rem;
}

.not-optanon a {
  font-size: 1.1rem !important;
}

/*Styles for modelsidan makeover 2022*/
html {
  scroll-padding-top: 45px;
}

.picture-modal__dialog {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  pointer-events: initial;
}

@media (min-width: 576px) {
  .picture-modal__dialog {
    max-width: none;
  }
}

.picture-modal__content {
  border: none;
  background-color: transparent;
}

.picture-modal__content p {
  background-color: white;
}

.picture-modal__header {
  border-bottom: none;
}

.picture-modal__item img {
  height: auto;
  width: 100%;
}

.picture-modal__close {
  opacity: initial;
  color: #fff;
}

.picture-modal__close--outside {
  position: fixed;
  right: -30px;
  top: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

.picture-modal__close--outside:focus {
  outline: none !important;
}

.picture-modal__close--outside span {
  font-size: 1.5939rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
}

.picture-modal__close--outside span:hover {
  color: #000;
}

@media (min-width: 768px) {
  .model-page-breadcrumb {
    display: none;
  }
}

@media (min-width: 992px) {
  .model-page-breadcrumb {
    display: block;
  }
}

.model-info-menu {
  position: -webkit-sticky;
  padding-left: 1.4rem;
  position: sticky;
  top: 80px;
}

.info-selector {
  cursor: pointer;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 31px;
  line-height: 42px;
  letter-spacing: 0px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

@media (min-width: 992px) {
  .info-selector {
    font-size: 2.3vw;
    line-height: 1.3;
  }
  .info-selector:hover {
    color: #b2b2b2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media (min-width: 1120px) {
  .info-selector {
    font-size: 31px;
    line-height: 42px;
  }
}

.info-selector.activeSelector {
  color: #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  #model-section1,
  #model-section2,
  #model-section3,
  #model-section4 {
    display: none;
  }
}

#model-section2,
#model-section3,
#model-section4 {
  display: none;
}

.model-info-content h4,
.details h4 {
  text-transform: uppercase;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0px;
  letter-spacing: 0.68px;
  color: #000000;
  opacity: 1;
  margin-top: 3rem;
}

.model-info-content h5,
.details h5 {
  text-transform: capitalize;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #57565a;
  opacity: 1;
  margin-bottom: 10px;
}

.model-info-content ul,
.details ul {
  padding-left: 15px;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 0px;
  color: #1b1b1b;
  opacity: 1;
}

.model-info-content li,
.details li {
  font-size: 16px;
  line-height: 27px;
}

.model-info-content .beskrivning p,
.details .beskrivning p {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #1d1d1b;
  opacity: 1;
}

.model-info-content .highlight-container,
.details .highlight-container {
  max-width: 316px;
  height: 64px;
  background: #f5f2f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .model-info-content .highlight-container,
  .details .highlight-container {
    width: 100%;
  }
}

@media (min-width: 1120px) {
  .model-info-content .highlight-container,
  .details .highlight-container {
    width: 316px;
  }
}

.model-info-content .highlight-container span,
.details .highlight-container span {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.68px;
  color: #000000;
  opacity: 1;
}

@media (max-width: 992px) {
  .model-info-content .highlight-container span,
  .details .highlight-container span {
    line-height: 29px;
  }
}

.model-info-content .model-info-content-meassurements,
.details .model-info-content-meassurements {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #1b1b1b;
  opacity: 1;
}

@media (max-width: 992px) {
  .model-info-content .model-info-content-meassurements,
  .details .model-info-content-meassurements {
    line-height: 27px;
  }
}

.valmojligheter-container {
  background-color: #f5f2f0;
}

@media (max-width: 992px) {
  .valmojligheter-container {
    margin-left: calc(-22px - 2%);
    margin-right: calc(-22px - 2%);
    width: auto;
    max-width: none;
  }
}

.valmojligheter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.valmojligheter .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.about-btn {
  width: 280px;
  font-size: 14px !important;
}

@media (min-width: 992px) {
  .about-btn {
    width: 162px;
    font-size: 12px !important;
  }
}

.details-mobile-link {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-rendering: geometricPrecision;
  padding-right: 24px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.details-mobile-link:before {
  display: none;
}

.details-mobile-link:after {
  top: 14px;
  position: absolute;
  content: '';
  display: inline-block;
  width: 18px;
  height: 1.15em;
  vertical-align: baseline;
  margin-left: 0.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateX(0em);
          transform: translateX(0em);
  -webkit-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.93, 1.35);
  transition: all 0.2s cubic-bezier(0.18, 0.89, 0.93, 1.35);
}

.details-mobile-link:hover {
  color: inherit;
  text-decoration: none;
}

.details-mobile-link:hover:after {
  -webkit-transform: translateX(0.3em) !important;
          transform: translateX(0.3em) !important;
}

@media (min-width: 992px) {
  .details-mobile-link {
    text-decoration: underline !important;
    text-underline-offset: 0.5em;
    margin-top: 0 !important;
  }
  .details-mobile-link:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(/Content/images/chevron-right-icon.svg) no-repeat;
    background-size: contain;
    margin-left: 1.5rem;
    margin-right: 0.6rem;
    padding: 0;
  }
  .details-mobile-link:after {
    display: none;
  }
  .details-mobile-link:hover {
    color: #b2b2b2 !important;
    text-decoration: underline !important;
  }
}

.details ul {
  list-style: none;
  padding-left: 0;
}

.details li {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #1d1d1b;
  opacity: 1;
}

.details li::before {
  content: '–\00a0';
  margin-right: 2px;
}

.details .name {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.28px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}

@media (max-width: 992px) {
  .details .features-image-and-text-row {
    overflow: auto;
    margin-left: calc(-22px - var(--container-padding));
    margin-right: calc(-22px - var(--container-padding));
    padding-left: calc(22px + var(--container-padding));
  }
}

.details .feature-text {
  margin-bottom: 20px !important;
}

.details .feature-text p {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #1d1d1b;
  opacity: 1;
}

.details .feature-text .desc-read-more {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  top: 0;
  left: 0;
  display: none;
  position: relative;
  margin-top: -10px;
  background: #fff;
}

.details .feature-text .desc-wrapper-collapsed {
  max-height: 80px;
}

.details .feature-text .desc-wrapper-collapsed + .desc-read-more {
  display: block;
}

.desc-details {
  padding-bottom: 0 !important;
}

.desc-details__description {
  display: inline-block;
}

.desc-details__description::before {
  content: ', ';
  margin-left: -3px;
}

.desc-details__description:first-child::before {
  content: '';
  margin-left: 0;
}

.details-feature-main {
  margin-right: calc(-22px - 2%);
}

@media (min-width: 992px) {
  .details-feature-main {
    margin-right: 0;
  }
}

@media (min-width: 9912px) {
  .details-feature-main-rubrik h4 {
    margin-bottom: 2.125rem;
  }
}

.details-feature-main-rubrik .features-image-and-text {
  width: 204px;
  min-width: 204px;
}

.details-feature-main-rubrik .feature-image {
  max-width: 182px;
  margin-bottom: 20px !important;
}

@media (min-width: 992px) {
  .details-feature-main-rubrik .feature-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.details-feature-main-rubrik .feature-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 3% 0 6%;
  word-break: break-word;
}

@media (max-width: 992px) {
  .details-feature-main-rubrik .feature-text {
    padding: 0;
  }
}

.documentation .feature-download-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 400px) {
  .documentation .feature-download-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.documentation .feature-download-links a {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  text-underline-offset: 0.5em;
  margin-right: 2.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.documentation .feature-download-links a:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(/Content/images/chevron-right-icon.svg) no-repeat;
  background-size: contain;
  margin-left: 0.7rem;
  margin-right: 0.6rem;
  padding: 0;
}

#designseries-text-wrapper {
  position: static;
}

@media (min-width: 992px) {
  #designseries-text-wrapper {
    position: absolute;
  }
}

@media (min-width: 992px) {
  .ec-text-wrapper-inner__container {
    padding: 50px 60px !important;
  }
}

.ec-text-wrapper-inner #ec-text-wrapper-inner-slideshow-h4 {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1.12px;
  color: #b2b2b2;
  opacity: 1;
  color: #000;
}

@media (min-width: 992px) {
  .ec-text-wrapper-inner #ec-text-wrapper-inner-slideshow-h4 {
    font-size: 24px;
  }
}

.ec-text-wrapper-inner h2#ec-text-wrapper-inner-slideshow-h2 {
  text-transform: none;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  padding-top: 0.5rem;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0px;
  color: #1d1d1b;
  opacity: 1;
}

@media (min-width: 992px) {
  .ec-text-wrapper-inner h2#ec-text-wrapper-inner-slideshow-h2 {
    font-size: 48px;
    line-height: 64px;
  }
}

.ec-text-wrapper-inner h1.slideshow-h1 {
  padding-top: 0.5rem;
}

.ec-text-wrapper-inner #ec-text-wrapper-inner-slideshow-p {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  font-family: akkurat-regular, sans-serif;
  letter-spacing: 0px;
  color: #1d1d1b;
  opacity: 1;
}

.ec-text-wrapper-inner #ec-text-wrapper-inner-designserie-h4 {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  font-family: akkurat-regular, sans-serif;
  letter-spacing: 1.12px;
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .ec-text-wrapper-inner #ec-text-wrapper-inner-designserie-h4 {
    position: absolute;
    top: -1.875rem;
  }
}

.ec-text-wrapper-inner #ec-text-wrapper-inner-designserie-h2 {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 50px;
  font-family: akkurat-regular;
  color: #1d1d1b;
  opacity: 1;
}

@media (max-width: 992px) {
  .ec-text-wrapper-inner #ec-text-wrapper-inner-designserie-h2 {
    font-size: 40px;
    line-height: 46px;
  }
}

.ec-text-wrapper-inner #ec-text-wrapper-inner-designserie-p {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 23px;
  font-family: akkurat-regular, sans-serif;
  color: #1d1d1b;
  opacity: 1;
}

.ec-text-wrapper-inner #ec-text-wrapper-link {
  display: inline-block;
  white-space: normal;
  font-size: 12px;
}

.eyebrow {
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1.12px;
  color: #000000;
  opacity: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

#matchwith-slider {
  margin-bottom: 70px !important;
}

@media (min-width: 768px) {
  .customize-product-area {
    margin-bottom: 7.2%;
  }
}

@media (min-width: 1200px) {
  .customize-product-area {
    margin-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .customize-product-area {
    margin-bottom: 50px;
  }
}
