/*
Theme Name: Iansagro
Theme URI: https://empresasiansa.cl/iansagro
Version: 1.0
Author: Samuel Ed
Author URI: https://linkedin.com/in/samuel-ed
*/
/* =Bootstrap
----------------------------------------------- */
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.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-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-white {
  border-color: #fff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* =Typography
----------------------------------------------- */
@font-face {
  font-family: "museosans-100";
  src: url("./assets/fonts/museosans-100.eot");
  src: url("./assets/fonts/museosans-100.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/museosans-100.woff") format("woff"), url("./assets/fonts/museosans-100.ttf") format("truetype"), url("./assets/fonts/museosans-100.svg#museosans-100") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "museosans-300";
  src: url("./assets/fonts/museosans-300.eot");
  src: url("./assets/fonts/museosans-300.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/museosans-300.woff") format("woff"), url("./assets/fonts/museosans-300.ttf") format("truetype"), url("./assets/fonts/museosans-300.svg#museosans-300") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "museosans-500";
  src: url("./assets/fonts/museosans-500.eot");
  src: url("./assets/fonts/museosans-500.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/museosans-500.woff") format("woff"), url("./assets/fonts/museosans-500.ttf") format("truetype"), url("./assets/fonts/museosans-500.svg#museosans-500") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "museosans-700";
  src: url("./assets/fonts/museosans-700.eot");
  src: url("./assets/fonts/museosans-700.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/museosans-700.woff") format("woff"), url("./assets/fonts/museosans-700.ttf") format("truetype"), url("./assets/fonts/museosans-700.svg#museosans-700") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "museosans-900";
  src: url("./assets/fonts/museosans-900.eot");
  src: url("./assets/fonts/museosans-900.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/museosans-900.woff") format("woff"), url("./assets/fonts/museosans-900.ttf") format("truetype"), url("./assets/fonts/museosans-900.svg#museosans-900") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =Icon Fonts
----------------------------------------------- */
@font-face {
  font-family: "appfont";
  src: url("./assets/fonts/appfont.eot");
  src: url("./assets/fonts/appfont.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/appfont.woff") format("woff"), url("./assets/fonts/appfont.ttf") format("truetype"), url("./assets/fonts/appfont.svg#security") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]::before {
  font-family: "appfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon); }

[class^='ic-']::before,
[class*=' ic-']::before {
  font-family: "appfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* =Icon Fonts Classes
----------------------------------------------- */
.ic-facebook::before {
  content: "w"; }

.ic-instagram::before {
  content: "y"; }

.ic-twitter::before {
  content: "z"; }

/* =Colors
----------------------------------------------- */
.text-blue {
  color: #054C8E !important; }

.bg-blue {
  background-color: #054C8E !important; }
  .bg-blue.expand-left {
    position: relative; }
    .bg-blue.expand-left::before {
      background-color: #054C8E;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-blue.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-blue.expand-right {
    position: relative; }
    .bg-blue.expand-right::before {
      background-color: #054C8E;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-blue.expand-right::before {
          left: 100%;
          right: initial; } }
.border-blue {
  border-color: #054C8E !important; }

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

.bg-indigo {
  background-color: #6610f2 !important; }
  .bg-indigo.expand-left {
    position: relative; }
    .bg-indigo.expand-left::before {
      background-color: #6610f2;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-indigo.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-indigo.expand-right {
    position: relative; }
    .bg-indigo.expand-right::before {
      background-color: #6610f2;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-indigo.expand-right::before {
          left: 100%;
          right: initial; } }
.border-indigo {
  border-color: #6610f2 !important; }

.text-purple {
  color: #6f42c1 !important; }

.bg-purple {
  background-color: #6f42c1 !important; }
  .bg-purple.expand-left {
    position: relative; }
    .bg-purple.expand-left::before {
      background-color: #6f42c1;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-purple.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-purple.expand-right {
    position: relative; }
    .bg-purple.expand-right::before {
      background-color: #6f42c1;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-purple.expand-right::before {
          left: 100%;
          right: initial; } }
.border-purple {
  border-color: #6f42c1 !important; }

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

.bg-pink {
  background-color: #e83e8c !important; }
  .bg-pink.expand-left {
    position: relative; }
    .bg-pink.expand-left::before {
      background-color: #e83e8c;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-pink.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-pink.expand-right {
    position: relative; }
    .bg-pink.expand-right::before {
      background-color: #e83e8c;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-pink.expand-right::before {
          left: 100%;
          right: initial; } }
.border-pink {
  border-color: #e83e8c !important; }

.text-red {
  color: #dc3545 !important; }

.bg-red {
  background-color: #dc3545 !important; }
  .bg-red.expand-left {
    position: relative; }
    .bg-red.expand-left::before {
      background-color: #dc3545;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-red.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-red.expand-right {
    position: relative; }
    .bg-red.expand-right::before {
      background-color: #dc3545;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-red.expand-right::before {
          left: 100%;
          right: initial; } }
.border-red {
  border-color: #dc3545 !important; }

.text-orange {
  color: #fd7e14 !important; }

.bg-orange {
  background-color: #fd7e14 !important; }
  .bg-orange.expand-left {
    position: relative; }
    .bg-orange.expand-left::before {
      background-color: #fd7e14;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-orange.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-orange.expand-right {
    position: relative; }
    .bg-orange.expand-right::before {
      background-color: #fd7e14;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-orange.expand-right::before {
          left: 100%;
          right: initial; } }
.border-orange {
  border-color: #fd7e14 !important; }

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

.bg-yellow {
  background-color: #ffc107 !important; }
  .bg-yellow.expand-left {
    position: relative; }
    .bg-yellow.expand-left::before {
      background-color: #ffc107;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-yellow.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-yellow.expand-right {
    position: relative; }
    .bg-yellow.expand-right::before {
      background-color: #ffc107;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-yellow.expand-right::before {
          left: 100%;
          right: initial; } }
.border-yellow {
  border-color: #ffc107 !important; }

.text-green {
  color: #006F44 !important; }

.bg-green {
  background-color: #006F44 !important; }
  .bg-green.expand-left {
    position: relative; }
    .bg-green.expand-left::before {
      background-color: #006F44;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-green.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-green.expand-right {
    position: relative; }
    .bg-green.expand-right::before {
      background-color: #006F44;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-green.expand-right::before {
          left: 100%;
          right: initial; } }
.border-green {
  border-color: #006F44 !important; }

.text-teal {
  color: #20c997 !important; }

.bg-teal {
  background-color: #20c997 !important; }
  .bg-teal.expand-left {
    position: relative; }
    .bg-teal.expand-left::before {
      background-color: #20c997;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-teal.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-teal.expand-right {
    position: relative; }
    .bg-teal.expand-right::before {
      background-color: #20c997;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-teal.expand-right::before {
          left: 100%;
          right: initial; } }
.border-teal {
  border-color: #20c997 !important; }

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

.bg-cyan {
  background-color: #17a2b8 !important; }
  .bg-cyan.expand-left {
    position: relative; }
    .bg-cyan.expand-left::before {
      background-color: #17a2b8;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-cyan.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-cyan.expand-right {
    position: relative; }
    .bg-cyan.expand-right::before {
      background-color: #17a2b8;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-cyan.expand-right::before {
          left: 100%;
          right: initial; } }
.border-cyan {
  border-color: #17a2b8 !important; }

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

.bg-white {
  background-color: #fff !important; }
  .bg-white.expand-left {
    position: relative; }
    .bg-white.expand-left::before {
      background-color: #fff;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-white.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-white.expand-right {
    position: relative; }
    .bg-white.expand-right::before {
      background-color: #fff;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-white.expand-right::before {
          left: 100%;
          right: initial; } }
.border-white {
  border-color: #fff !important; }

.text-gray {
  color: #808285 !important; }

.bg-gray {
  background-color: #808285 !important; }
  .bg-gray.expand-left {
    position: relative; }
    .bg-gray.expand-left::before {
      background-color: #808285;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-gray.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-gray.expand-right {
    position: relative; }
    .bg-gray.expand-right::before {
      background-color: #808285;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-gray.expand-right::before {
          left: 100%;
          right: initial; } }
.border-gray {
  border-color: #808285 !important; }

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

.bg-gray-dark {
  background-color: #343a40 !important; }
  .bg-gray-dark.expand-left {
    position: relative; }
    .bg-gray-dark.expand-left::before {
      background-color: #343a40;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-gray-dark.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-gray-dark.expand-right {
    position: relative; }
    .bg-gray-dark.expand-right::before {
      background-color: #343a40;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-gray-dark.expand-right::before {
          left: 100%;
          right: initial; } }
.border-gray-dark {
  border-color: #343a40 !important; }

.text-black {
  color: #000 !important; }

.bg-black {
  background-color: #000 !important; }
  .bg-black.expand-left {
    position: relative; }
    .bg-black.expand-left::before {
      background-color: #000;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-black.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-black.expand-right {
    position: relative; }
    .bg-black.expand-right::before {
      background-color: #000;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-black.expand-right::before {
          left: 100%;
          right: initial; } }
.border-black {
  border-color: #000 !important; }

.text-skyblue {
  color: #9FBAD4 !important; }

.bg-skyblue {
  background-color: #9FBAD4 !important; }
  .bg-skyblue.expand-left {
    position: relative; }
    .bg-skyblue.expand-left::before {
      background-color: #9FBAD4;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-skyblue.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-skyblue.expand-right {
    position: relative; }
    .bg-skyblue.expand-right::before {
      background-color: #9FBAD4;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-skyblue.expand-right::before {
          left: 100%;
          right: initial; } }
.border-skyblue {
  border-color: #9FBAD4 !important; }

.text-lightgreen {
  color: #64A70B !important; }

.bg-lightgreen {
  background-color: #64A70B !important; }
  .bg-lightgreen.expand-left {
    position: relative; }
    .bg-lightgreen.expand-left::before {
      background-color: #64A70B;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-lightgreen.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-lightgreen.expand-right {
    position: relative; }
    .bg-lightgreen.expand-right::before {
      background-color: #64A70B;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-lightgreen.expand-right::before {
          left: 100%;
          right: initial; } }
.border-lightgreen {
  border-color: #64A70B !important; }

.text-darkgray {
  color: #292929 !important; }

.bg-darkgray {
  background-color: #292929 !important; }
  .bg-darkgray.expand-left {
    position: relative; }
    .bg-darkgray.expand-left::before {
      background-color: #292929;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-darkgray.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-darkgray.expand-right {
    position: relative; }
    .bg-darkgray.expand-right::before {
      background-color: #292929;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-darkgray.expand-right::before {
          left: 100%;
          right: initial; } }
.border-darkgray {
  border-color: #292929 !important; }

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

.bg-primary-text {
  background-color: #000 !important; }
  .bg-primary-text.expand-left {
    position: relative; }
    .bg-primary-text.expand-left::before {
      background-color: #000;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-primary-text.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-primary-text.expand-right {
    position: relative; }
    .bg-primary-text.expand-right::before {
      background-color: #000;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-primary-text.expand-right::before {
          left: 100%;
          right: initial; } }
.border-primary-text {
  border-color: #000 !important; }

.text-error {
  color: #fc4a4a !important; }

.bg-error {
  background-color: #fc4a4a !important; }
  .bg-error.expand-left {
    position: relative; }
    .bg-error.expand-left::before {
      background-color: #fc4a4a;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-error.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-error.expand-right {
    position: relative; }
    .bg-error.expand-right::before {
      background-color: #fc4a4a;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-error.expand-right::before {
          left: 100%;
          right: initial; } }
.border-error {
  border-color: #fc4a4a !important; }

.text-success {
  color: #59cb8f !important; }

.bg-success {
  background-color: #59cb8f !important; }
  .bg-success.expand-left {
    position: relative; }
    .bg-success.expand-left::before {
      background-color: #59cb8f;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-success.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-success.expand-right {
    position: relative; }
    .bg-success.expand-right::before {
      background-color: #59cb8f;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-success.expand-right::before {
          left: 100%;
          right: initial; } }
.border-success {
  border-color: #59cb8f !important; }

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

.bg-primary {
  background-color: #B29772 !important; }
  .bg-primary.expand-left {
    position: relative; }
    .bg-primary.expand-left::before {
      background-color: #B29772;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-primary.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-primary.expand-right {
    position: relative; }
    .bg-primary.expand-right::before {
      background-color: #B29772;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-primary.expand-right::before {
          left: 100%;
          right: initial; } }
.border-primary {
  border-color: #B29772 !important; }

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

.bg-secondary {
  background-color: #F2F8F6 !important; }
  .bg-secondary.expand-left {
    position: relative; }
    .bg-secondary.expand-left::before {
      background-color: #F2F8F6;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-secondary.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-secondary.expand-right {
    position: relative; }
    .bg-secondary.expand-right::before {
      background-color: #F2F8F6;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-secondary.expand-right::before {
          left: 100%;
          right: initial; } }
.border-secondary {
  border-color: #F2F8F6 !important; }

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

.bg-primary-button-text {
  background-color: #fff !important; }
  .bg-primary-button-text.expand-left {
    position: relative; }
    .bg-primary-button-text.expand-left::before {
      background-color: #fff;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-primary-button-text.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-primary-button-text.expand-right {
    position: relative; }
    .bg-primary-button-text.expand-right::before {
      background-color: #fff;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-primary-button-text.expand-right::before {
          left: 100%;
          right: initial; } }
.border-primary-button-text {
  border-color: #fff !important; }

.text-navigation-primary-text {
  color: #705D44 !important; }

.bg-navigation-primary-text {
  background-color: #705D44 !important; }
  .bg-navigation-primary-text.expand-left {
    position: relative; }
    .bg-navigation-primary-text.expand-left::before {
      background-color: #705D44;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-navigation-primary-text.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-navigation-primary-text.expand-right {
    position: relative; }
    .bg-navigation-primary-text.expand-right::before {
      background-color: #705D44;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-navigation-primary-text.expand-right::before {
          left: 100%;
          right: initial; } }
.border-navigation-primary-text {
  border-color: #705D44 !important; }

.text-neutral-1 {
  color: #D8CBB8 !important; }

.bg-neutral-1 {
  background-color: #D8CBB8 !important; }
  .bg-neutral-1.expand-left {
    position: relative; }
    .bg-neutral-1.expand-left::before {
      background-color: #D8CBB8;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-neutral-1.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-neutral-1.expand-right {
    position: relative; }
    .bg-neutral-1.expand-right::before {
      background-color: #D8CBB8;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-neutral-1.expand-right::before {
          left: 100%;
          right: initial; } }
.border-neutral-1 {
  border-color: #D8CBB8 !important; }

.text-neutral-2 {
  color: #E7DFD4 !important; }

.bg-neutral-2 {
  background-color: #E7DFD4 !important; }
  .bg-neutral-2.expand-left {
    position: relative; }
    .bg-neutral-2.expand-left::before {
      background-color: #E7DFD4;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-neutral-2.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-neutral-2.expand-right {
    position: relative; }
    .bg-neutral-2.expand-right::before {
      background-color: #E7DFD4;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-neutral-2.expand-right::before {
          left: 100%;
          right: initial; } }
.border-neutral-2 {
  border-color: #E7DFD4 !important; }

.text-neutral-3 {
  color: #F7F4F0 !important; }

.bg-neutral-3 {
  background-color: #F7F4F0 !important; }
  .bg-neutral-3.expand-left {
    position: relative; }
    .bg-neutral-3.expand-left::before {
      background-color: #F7F4F0;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-neutral-3.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-neutral-3.expand-right {
    position: relative; }
    .bg-neutral-3.expand-right::before {
      background-color: #F7F4F0;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-neutral-3.expand-right::before {
          left: 100%;
          right: initial; } }
.border-neutral-3 {
  border-color: #F7F4F0 !important; }

.text-navigation-top {
  color: #F2F8F6 !important; }

.bg-navigation-top {
  background-color: #F2F8F6 !important; }
  .bg-navigation-top.expand-left {
    position: relative; }
    .bg-navigation-top.expand-left::before {
      background-color: #F2F8F6;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-navigation-top.expand-left::before {
          left: initial;
          right: 100%; } }
  .bg-navigation-top.expand-right {
    position: relative; }
    .bg-navigation-top.expand-right::before {
      background-color: #F2F8F6;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: -100%;
      position: absolute;
      right: -100%;
      top: 0;
      width: 500%; }
      @media (min-width: 48em) {
        .bg-navigation-top.expand-right::before {
          left: 100%;
          right: initial; } }
.border-navigation-top {
  border-color: #F2F8F6 !important; }

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

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

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

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

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

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

.slick-slide {
  outline: none; }
  .slick-slide:focus {
    outline: none; }
  .slick-vertical .slick-slide {
    border: 0; }

/* Slider */
.slick-prev,
.slick-next {
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  z-index: 20; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }

.slick-default {
  /* Arrows */
  /* Dots */ }
  .slick-default .slick-list {
    width: 100%; }
    .slick-loading .slick-default .slick-list {
      background: #fff slick-image-url("ajax-loader.gif") center center no-repeat; }
  .slick-default .slick-arrow {
    position: absolute;
    height: 42px;
    width: 23px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .slick-default .slick-arrow:hover::before, .slick-default .slick-arrow:focus::before {
      opacity: 1; }
    .slick-default .slick-arrow.slick-disabled::before {
      opacity: 0.25; }
    .slick-default .slick-arrow::before {
      content: '';
      font-size: 20px;
      display: block;
      line-height: 1;
      width: 23px;
      height: 42px; }
  .slick-default .slick-prev {
    left: 32px; }
    [dir='rtl'] .slick-default .slick-prev {
      left: auto;
      right: -25px; }
    .slick-default .slick-prev::before {
      background: transparent url("../images/icons/arrow-prev.svg") no-repeat center center; }
  .slick-default .slick-next {
    right: 32px; }
    [dir='rtl'] .slick-default .slick-next {
      left: -25px;
      right: auto; }
    .slick-default .slick-next::before {
      background: transparent url("../images/icons/arrow-next.svg") no-repeat center center; }
  .slick-default .slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .slick-default .slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
    width: 100%; }
    .slick-default .slick-dots li {
      position: relative;
      display: inline-block;
      height: 13px;
      width: 13px;
      margin: 0 10px;
      padding: 0;
      cursor: pointer; }
      .slick-default .slick-dots li button {
        border: 0;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.59);
        display: block;
        height: 13px;
        width: 13px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .slick-default .slick-dots li button:hover {
          background: rgba(255, 255, 255, 0.8); }
      .slick-default .slick-dots li.slick-active button {
        background-color: #fff; }

.banners .slick-dots {
  margin: 0;
  bottom: -40px; }
  .banners .slick-dots li button {
    background: rgba(5, 76, 142, 0.59); }
  .banners .slick-dots li.slick-active button {
    background-color: #054C8E; }

.banners .slick-prev {
  left: 32px; }
  @media (min-width: 48em) {
    .banners .slick-prev {
      left: -20px; } }
  @media (min-width: 62em) {
    .banners .slick-prev {
      left: -23px; } }
  @media (min-width: 75em) {
    .banners .slick-prev {
      left: -42px; } }
  .banners .slick-prev::before {
    background: transparent url("../images/icons/arrow-prev-blue.svg") no-repeat center center; }

.banners .slick-next {
  right: 32px; }
  @media (min-width: 48em) {
    .banners .slick-next {
      right: -20px; } }
  @media (min-width: 62em) {
    .banners .slick-next {
      right: -23px; } }
  @media (min-width: 75em) {
    .banners .slick-next {
      right: -42px; } }
  .banners .slick-next::before {
    background: transparent url("../images/icons/arrow-next-blue.svg") no-repeat center center; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

/* =Base
----------------------------------------------- */
body {
  color: #000;
  font-family: "museosans-500", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  overflow-x: hidden; }

a {
  color: #000; }
  a:hover {
    color: #B29772;
    text-decoration: none; }

b,
strong {
  font-family: "museosans-900", Arial, sans-serif;
  font-weight: bold; }

figure {
  margin: 0; }

blockquote {
  margin: 0; }

hr {
  background-color: #D8D8D8;
  border: 0;
  height: 1px; }

main {
  overflow-x: hidden;
  width: 100%; }

ul, ol {
  padding-left: 20px; }

/* =Icons
----------------------------------------------- */
[class*='icon-'] {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle; }

.icon-facebook {
  background-image: url("./assets/images/icons/facebook.svg");
  height: 38px;
  width: 38px; }

.icon-twitter {
  background-image: url("./assets/images/icons/twitter.svg");
  height: 38px;
  width: 38px; }

.icon-instagram {
  background-image: url("./assets/images/icons/instagram.svg");
  height: 14px;
  width: 15px; }

.no-svg .icon-facebook {
  display: block;
  background-image: url("./assets/images/icons/facebook.svg");
  height: 38px;
  width: 38px; }

.no-svg .icon-twitter {
  display: block;
  background-image: url("./assets/images/icons/twitter.svg");
  height: 38px;
  width: 38px; }

.no-svg .icon-instagram {
  display: block;
  background-image: url("./assets/images/icons/instagram.svg");
  height: 14px;
  width: 15px; }

/* =Helpers
----------------------------------------------- */
/* =Helpers - Images
----------------------------------------------- */
.img-responsive {
  display: block;
  height: auto;
  width: 100%; }

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

.img-fluid-overflowed {
  max-width: 100%;
  height: auto; }
  @media (min-width: 48em) {
    .img-fluid-overflowed {
      max-width: none; } }
.img-common {
  border-radius: 18px;
  overflow: hidden; }

@media (max-width: 47.99em) {
  .img-mobile {
    margin: 0 auto;
    max-width: 300px; } }

.img-shadow {
  border-radius: 18px;
  box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.14);
  overflow: hidden; }

/* =Lists
----------------------------------------------- */
ul.disc {
  list-style-type: disc;
  padding-left: 25px; }
  ul.disc li {
    list-style-type: disc; }

ul.circle {
  list-style-type: circle;
  padding-left: 25px; }
  ul.circle li {
    list-style-type: circle; }

ul.square {
  list-style-type: square;
  padding-left: 25px; }
  ul.square li {
    list-style-type: square; }

ol.upper-roman {
  list-style-type: upper-roman;
  padding-left: 25px; }
  ol.upper-roman li {
    list-style-type: upper-roman; }

ol.lower-alpha {
  list-style-type: lower-alpha;
  padding-left: 25px; }
  ol.lower-alpha li {
    list-style-type: lower-alpha; }

ul ul {
  padding-left: 2em; }

/* =Video
----------------------------------------------- */
.video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-bottom: 54%;
  /* 16:9 */
  padding-top: 25px;
  position: relative; }
  .video-wrapper iframe,
  .video-wrapper video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/* =Header
----------------------------------------------- */
.site-header {
  background-color: #fff;
  height: 65px;
  padding: 22px 0 0;
  position: relative; }
  @media (min-width: 62em) {
    .site-header {
      height: 102px; } }
  .site-header_sticky {
    background-color: #fff;
    left: 0;
    padding: 10px 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: .2s; }
    @media (min-width: 62em) {
      .site-header_sticky {
        position: relative; } }
    @media (min-width: 62em) {
      .site-header_sticky.sticky {
        height: 65px;
        margin-top: 0;
        padding: 10px 0;
        position: fixed; } }
    .site-header_sticky.sticky .site-logo {
      height: 45px; }
    .site-header_sticky.sticky .navigation_list {
      padding-top: 0; }
  .site-header_container {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 61.99em) {
      .site-header_container {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%; } }
  .site-header .site-logo {
    display: block;
    height: 45px;
    z-index: 40; }
    @media (min-width: 62em) {
      .site-header .site-logo {
        height: 50px; } }
    @media (min-width: 75em) {
      .site-header .site-logo {
        height: 60px; } }
    .site-header .site-logo img {
      height: 100%; }

.site-logo {
  color: #292929; }

.admin-bar .site-header_sticky.sticky {
  margin-top: 32px; }

/* =Navigation
----------------------------------------------- */
.navigation {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: right;
  top: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: all .2s ease-in-out;
  z-index: 30; }
  @media (max-width: 61.99em) {
    .navigation {
      -webkit-transform: translateX(100%);
              transform: translateX(100%); } }
  @media (min-width: 62em) {
    .navigation {
      background-color: transparent;
      padding: 0;
      position: relative;
      top: 0;
      -webkit-transform: scale(1);
              transform: scale(1); } }
  .navigation_heading {
    color: #000;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.4px; }
  .navigation_list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
    @media (min-width: 62em) {
      .navigation_list {
        text-align: right; } }
  .navigation_item {
    margin-bottom: 12px;
    overflow: hidden;
    padding: 6px 0;
    position: relative;
    vertical-align: middle; }
    @media (min-width: 62em) {
      .navigation_item {
        display: inline-block;
        margin-bottom: 0; }
        .navigation_item:not(:last-child) {
          margin-right: 20px; } }
    .navigation_item:hover {
      overflow: visible; }
      @media (min-width: 62em) {
        .navigation_item:hover .navigation-submenu,
        .navigation_item:hover .sub-menu {
          opacity: 1;
          top: 100%; } }
    .navigation_item.current-menu-item .navigation_link::after, .navigation_item.current-page-ancestor .navigation_link::after, .navigation_item.current-menu-ancestor .navigation_link::after {
      opacity: 1; }
    @media (max-width: 61.99em) {
      .navigation_item.active-submenu .sub-menu {
        display: block;
        height: auto;
        opacity: 1; } }
  .navigation_link {
    color: #705D44;
    display: block;
    font-size: 18px;
    font-family: "museosans-900", Arial, sans-serif;
    line-height: 1.625rem;
    position: relative;
    text-decoration: none;
    position: relative;
    z-index: 10; }
    @media (min-width: 62em) {
      .navigation_link {
        display: inline-block;
        font-size: 16px; } }
    @media (min-width: 75em) {
      .navigation_link {
        font-size: 18px; } }
    .navigation_link:hover {
      color: #705D44;
      text-decoration: none; }
    .navigation_link::after {
      content: '';
      background-color: #E7DFD4;
      border-radius: 3px;
      display: block;
      height: 6px;
      opacity: 0;
      width: 100%; }

.navigation-top {
  display: none; }
  @media (min-width: 62em) {
    .navigation-top {
      display: block; } }
  .navigation-top_content {
    background: #F2F8F6;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .3s ease-in-out; }
  .navigation-top_item {
    background: #F2F8F6;
    padding: 70px 0 32px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .3s;
    z-index: -1; }
    .navigation-top_item.active {
      opacity: 1;
      z-index: 2; }
  .navigation-top_header {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 77px; }
    @media (min-width: 48em) {
      .navigation-top_header {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .navigation-top_title {
    color: #000;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 4rem;
    letter-spacing: -1.06px;
    margin: 0;
    text-align: left;
    line-height: 3.875rem; }
  .navigation-top_close, .navigation-top_more {
    color: #000;
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.86px;
    text-transform: uppercase; }
  .navigation-top_menu {
    background: #B29772;
    display: block; }
  .navigation-top .navigation_item {
    padding: 7px 0;
    position: relative; }
    @media (min-width: 62em) {
      .navigation-top .navigation_item:not(:last-child) {
        margin-right: 12px; } }
    @media (min-width: 75em) {
      .navigation-top .navigation_item:not(:last-child) {
        margin-right: 20px; } }
    .navigation-top .navigation_item.active::before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      content: '';
      border-width: 6px 9px 0 9px;
      border-color: #F2F8F6 transparent transparent transparent;
      border-style: solid;
      height: 0;
      top: 0;
      width: 0; }
  .navigation-top .navigation_link {
    color: #fff;
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none; }
    @media (min-width: 62em) {
      .navigation-top .navigation_link {
        font-size: 11px; } }
    @media (min-width: 75em) {
      .navigation-top .navigation_link {
        font-size: 12px; } }
@media (max-width: 61.99em) {
  .navigation-main {
    margin-top: 65px;
    overflow: auto; } }

.navigation-main .navigation_list {
  padding: 15px 30px 30px; }
  @media (min-width: 62em) {
    .navigation-main .navigation_list {
      padding: 0; } }
@media (min-width: 62em) {
  .navigation-main .navigation_item:not(:last-child) {
    margin-right: 15px; } }

@media (min-width: 75em) {
  .navigation-main .navigation_item:not(:last-child) {
    margin-right: 30px; } }

@media (min-width: 62em) {
  .navigation-main .navigation_item::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    height: 20px;
    width: 20px;
    content: '';
    bottom: 5px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: .5s;
    -webkit-transform: rotate(-45deg) translateX(-50%);
            transform: rotate(-45deg) translateX(-50%);
    z-index: 1; } }

@media (min-width: 62em) {
  .navigation-main .navigation_item::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    height: 19px;
    width: 19px;
    content: '';
    bottom: 4px;
    background: #fff;
    opacity: 0;
    -webkit-transform: rotate(-45deg) translateX(-50%);
            transform: rotate(-45deg) translateX(-50%);
    transition: .4s;
    z-index: 2; } }

.navigation-main .navigation_item::before, .navigation-main .navigation_item::after {
  display: none; }

.navigation-main .navigation_item.menu-item-has-children::before, .navigation-main .navigation_item.menu-item-has-children::after {
  display: block; }

.navigation-main .navigation_item.menu-item-has-children:hover::after, .navigation-main .navigation_item.menu-item-has-children:hover::before {
  opacity: 1; }

.navigation-main .navigation_item.menu-item-has-children:hover::before {
  bottom: -4px; }

.navigation-main .navigation_item.menu-item-has-children:hover::after {
  bottom: -3px; }

.navigation-main .navigation_link:hover {
  color: #000; }

.navigation-main .navigation_link:not([href]) {
  color: #B29772; }

.navigation-main .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 18px;
  opacity: 0;
  text-align: left;
  transition: .4s;
  z-index: 1; }
  @media (max-width: 61.99em) {
    .navigation-main .sub-menu {
      display: none;
      height: 0;
      right: 0; } }
  @media (min-width: 62em) {
    .navigation-main .sub-menu {
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
      padding: 28px 26px;
      position: absolute;
      margin-top: -1px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 80%; } }
  .navigation-main .sub-menu .navigation_item {
    display: block;
    margin: 0 0 10px;
    padding: 0; }
    .navigation-main .sub-menu .navigation_item:last-child {
      margin: 0 !important; }
    .navigation-main .sub-menu .navigation_item::after, .navigation-main .sub-menu .navigation_item::before {
      display: none; }
    @media (min-width: 62em) {
      .navigation-main .sub-menu .navigation_item:not(:last-child) {
        margin-right: 0; } }
  .navigation-main .sub-menu .navigation_link {
    color: #000;
    display: block;
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0.86px;
    line-height: 1.1;
    padding: 7px 0;
    text-transform: uppercase;
    white-space: nowrap; }
    .navigation-main .sub-menu .navigation_link:hover {
      color: #000;
      text-decoration: underline; }
    .navigation-main .sub-menu .navigation_link::after {
      content: none; }

.navigation-bottom {
  background: #D8CBB8;
  padding: 10px 0 0; }
  @media (min-width: 62em) {
    .navigation-bottom {
      display: none; } }
  .navigation-bottom .navigation_list {
    padding-top: 60px; }
  .navigation-bottom .navigation_item {
    margin-bottom: 8px; }
    @media (max-width: 61.99em) {
      .navigation-bottom .navigation_item:hover .sub-menu {
        padding: 15px; } }
    @media (max-width: 61.99em) {
      .navigation-bottom .navigation_item .sub-menu {
        background-color: transparent;
        border-radius: 0; } }
  .navigation-bottom .navigation_link {
    color: #000;
    display: block;
    font-family: "museosans-700", Arial, sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0.86px;
    line-height: 1.1;
    text-transform: uppercase; }
    @media (min-width: 62em) {
      .navigation-bottom .navigation_link {
        display: inline-block;
        font-family: "museosans-500", Arial, sans-serif; } }
    .navigation-bottom .navigation_link:not([href]) {
      color: #000; }

/* =Menu Trigger
----------------------------------------------- */
.menu-trigger {
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  height: 25px;
  margin: 10px 0;
  position: relative;
  transition: all .2s;
  width: 40px;
  z-index: 40;
  /* Close */ }
  @media (min-width: 62em) {
    .menu-trigger {
      display: none; } }
  .menu-trigger span {
    background-color: #B29772;
    border-radius: 5px;
    height: 4px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 100%; }
    .menu-trigger span::after, .menu-trigger span::before {
      background-color: #B29772;
      border-radius: 5px;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: -12px;
      transition: all .2s;
      width: 100%; }
    .menu-trigger span::before {
      top: 12px; }
  .menu-trigger::after, .menu-trigger::before {
    background-color: #B29772;
    border-radius: 5px;
    content: '';
    display: none;
    height: 38px;
    left: 14px;
    position: absolute;
    top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: all .2s;
    width: 4px; }
  .menu-trigger::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.menu-trigger-input {
  display: none; }
  .menu-trigger-input:checked ~ .navigation {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .menu-trigger-input:checked ~ .menu-trigger span {
    display: none; }
  .menu-trigger-input:checked ~ .menu-trigger::after, .menu-trigger-input:checked ~ .menu-trigger::before {
    display: block; }

/* =Footer
----------------------------------------------- */
.site-footer {
  background-color: #F7F4F0;
  padding: 68px 0 58px;
  display: block;
  overflow: hidden;
  width: 100%; }

.navigation-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 2.1875rem;
  text-align: left; }
  .navigation-footer_title {
    color: #000;
    display: block;
    font-family: "museosans-300", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    margin: 0 0 10px;
    text-transform: uppercase; }
    @media (min-width: 62em) {
      .navigation-footer_title {
        margin: 0 0 25px; } }
  .navigation-footer_item {
    margin: 0 0 6px; }
  .navigation-footer_link {
    color: #292929;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    letter-spacing: -0.3px;
    line-height: 1.5rem;
    text-decoration: underline; }
    .navigation-footer_link:hover {
      color: #B29772;
      text-decoration: underline; }

.social-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 62px 0 0;
  text-align: left; }
  .social-footer_item {
    display: inline-block; }
    .social-footer_item:not(:last-child) {
      margin-right: 20px; }

.logo-footer {
  display: block;
  margin: 0 0 30px;
  width: 84px; }
  .logo-footer img {
    display: block;
    height: auto;
    width: 100%; }

.copy-footer {
  color: #B29772;
  font-family: "museosans-300", Arial, sans-serif;
  letter-spacing: 1px;
  padding: 70px 0 0;
  text-transform: uppercase; }
  @media (min-width: 62em) {
    .copy-footer {
      text-align: right; } }
/* =Table Grid
----------------------------------------------- */
@media all {
  .table-xs-row {
    display: table;
    table-layout: fixed;
    width: 100%; } }

@media all {
  .table-xs-row > [class*='col-xs-'] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media all {
  .table-xs-row > .top[class*='col-xs-'] {
    vertical-align: top; } }

@media all {
  .table-xs-row > .bottom[class*='col-xs-'] {
    vertical-align: bottom; } }

@media all {
  .table-xs-row > .middle[class*='col-xs-'] {
    vertical-align: middle; } }

@media (min-width: 36em) {
  .table-sm-row {
    display: table;
    table-layout: fixed;
    width: 100%; } }

@media (min-width: 36em) {
  .table-sm-row > [class*='col-sm-'] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media (min-width: 36em) {
  .table-sm-row > .top[class*='col-sm-'] {
    vertical-align: top; } }

@media (min-width: 36em) {
  .table-sm-row > .bottom[class*='col-sm-'] {
    vertical-align: bottom; } }

@media (min-width: 36em) {
  .table-sm-row > .middle[class*='col-sm-'] {
    vertical-align: middle; } }

@media (min-width: 48em) {
  .table-md-row {
    display: table;
    table-layout: fixed;
    width: 100%; } }

@media (min-width: 48em) {
  .table-md-row > [class*='col-md-'] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media (min-width: 48em) {
  .table-md-row > .top[class*='col-md-'] {
    vertical-align: top; } }

@media (min-width: 48em) {
  .table-md-row > .bottom[class*='col-md-'] {
    vertical-align: bottom; } }

@media (min-width: 48em) {
  .table-md-row > .middle[class*='col-md-'] {
    vertical-align: middle; } }

@media (min-width: 62em) {
  .table-lg-row {
    display: table;
    table-layout: fixed;
    width: 100%; } }

@media (min-width: 62em) {
  .table-lg-row > [class*='col-lg-'] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media (min-width: 62em) {
  .table-lg-row > .top[class*='col-lg-'] {
    vertical-align: top; } }

@media (min-width: 62em) {
  .table-lg-row > .bottom[class*='col-lg-'] {
    vertical-align: bottom; } }

@media (min-width: 62em) {
  .table-lg-row > .middle[class*='col-lg-'] {
    vertical-align: middle; } }

@media (min-width: 75em) {
  .table-xl-row {
    display: table;
    table-layout: fixed;
    width: 100%; } }

@media (min-width: 75em) {
  .table-xl-row > [class*='col-xl-'] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media (min-width: 75em) {
  .table-xl-row > .top[class*='col-xl-'] {
    vertical-align: top; } }

@media (min-width: 75em) {
  .table-xl-row > .bottom[class*='col-xl-'] {
    vertical-align: bottom; } }

@media (min-width: 75em) {
  .table-xl-row > .middle[class*='col-xl-'] {
    vertical-align: middle; } }

.table-block {
  display: table;
  height: 100%;
  width: 100%; }
  .table-block .table-block_content {
    display: table-cell; }

@media (max-width: 47.99em) {
  .table-xs-block {
    display: table;
    height: 100%;
    width: 100%; }
    .table-xs-block .table-block_content {
      display: table-cell; } }

@media (min-width: 36em) {
  .table-sm-block {
    display: table;
    height: 100%;
    width: 100%; }
    .table-sm-block .table-block_content {
      display: table-cell; } }

@media (min-width: 48em) {
  .table-md-block {
    display: table;
    height: 100%;
    width: 100%; }
    .table-md-block .table-block_content {
      display: table-cell; } }

@media (min-width: 62em) {
  .table-lg-block {
    display: table;
    height: 100%;
    width: 100%; }
    .table-lg-block .table-block_content {
      display: table-cell; } }

@media (min-width: 75em) {
  .table-xl-block {
    display: table;
    height: 100%;
    width: 100%; }
    .table-xl-block .table-block_content {
      display: table-cell; } }

.table-block--center .table-block_content {
  vertical-align: middle; }

.table-block--bottom .table-block_content {
  vertical-align: bottom; }

/* =Form
----------------------------------------------- */
/* =Form Field
----------------------------------------------- */
.form-field {
  margin: 0 0 30px;
  position: relative; }
  .form-field.required::after {
    color: #fff;
    content: '*';
    font-size: 24px;
    left: 100%;
    margin-left: 5px;
    position: absolute;
    top: 0; }
  .form-field.success, .form-field.error {
    border-radius: 3px;
    position: relative; }
    .form-field.success::after, .form-field.error::after {
      background: transparent 0 0 no-repeat;
      background-size: auto 100%;
      content: '';
      display: block;
      height: 16px;
      margin: 13px;
      margin-top: -8px;
      position: absolute;
      right: 0;
      top: 50%;
      width: 18px; }
    .form-field.success input, .form-field.success select, .form-field.success textarea, .form-field.error input, .form-field.error select, .form-field.error textarea {
      border-color: transparent; }
  .form-field.success {
    box-shadow: 0px 0px 0px 3px #59cb8f; }
    .form-field.success::after {
      background-image: url("./assets/images/icons/icon-success.png"); }
  .form-field.error {
    box-shadow: 0px 0px 0px 3px #fc4a4a; }
    .form-field.error::after {
      background-image: url("./assets/images/icons/icon-error.png"); }

/* =Form Input
----------------------------------------------- */
.form-label {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 10px; }

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 9px;
  color: #000;
  font-family: "museosans-300", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  height: 44px;
  padding: 8px 15px;
  width: 100%;
  position: relative;
  z-index: 2; }
  .form-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3); }
  .form-input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3); }
  .form-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3); }

.form-select {
  background-image: url("./assets/images/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center; }

.orderby {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("./assets/images/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #808285;
  font-size: 16px;
  line-height: 1.45;
  min-width: 256px;
  padding: 6px 16px 6px 0; }

/* IE11 */
select::-ms-expand {
  display: none; }

/* =Form Password
----------------------------------------------- */
.form-password_toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  text-decoration: none;
  background: url("./assets/images/icons/eye.svg") no-repeat center center;
  cursor: pointer;
  height: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  z-index: 2; }
  .form-password_toggle:focus {
    color: inherit;
    outline: none;
    text-decoration: none; }
  .form-password_toggle:hover {
    color: inherit;
    text-decoration: none; }

.form-password_hide {
  background: url("./assets/images/icons/eye-close.svg") no-repeat center center; }

.form-password .form-input_input {
  padding-right: 56px; }

/* =Form Checkbox
----------------------------------------------- */
.form-checkbox {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 12px;
  padding-left: 32px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: normal; }
  .form-checkbox input[type=checkbox] {
    display: none; }
    .form-checkbox input[type=checkbox]:checked + .form-checkbox_icon {
      background-color: #808285;
      border: 0; }
      .form-checkbox input[type=checkbox]:checked + .form-checkbox_icon::after {
        display: block; }
  .form-checkbox_icon {
    display: block;
    height: 16px;
    width: 16px;
    border: 1px solid #808285;
    border-radius: 3px;
    display: block;
    float: left;
    margin-left: -32px;
    margin-top: 4px;
    position: relative; }
    .form-checkbox_icon::after {
      display: block;
      height: 16px;
      width: 16px;
      background: url("./assets/images/icons/check.svg") no-repeat center center;
      content: '';
      display: none;
      left: 0;
      position: absolute;
      top: 0; }
  .form-checkbox_title {
    color: #808285;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: middle; }
  .form-checkbox_range {
    color: rgba(128, 130, 133, 0.5);
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; }

.form-checkbox-single {
  margin: 0;
  padding-left: 0; }
  .form-checkbox-single .form-checkbox_icon {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }

.form-checkbox-block {
  display: block;
  width: 100%; }

.form-checkbox-input {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #808285;
  border-radius: 2px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 8px 14px;
  width: 100%; }
  .form-checkbox-input .form-checkbox {
    margin: 0; }

.form-checkbox-group {
  margin: 0 0 22px; }
  .form-checkbox-group_title {
    color: rgba(128, 130, 133, 0.5);
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase; }
  .form-checkbox-group .form-checkbox-input {
    margin-top: -1px; }

/* =Form Radio
----------------------------------------------- */
.form-radio {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 14px;
  padding-left: 30px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: normal; }
  .form-radio input[type=radio] {
    display: none; }
    .form-radio input[type=radio]:checked + .form-radio_icon {
      border-width: 5px; }
  .form-radio_label {
    color: #808285;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: .2px; }
  .form-radio_icon {
    background-color: transparent;
    border-radius: 50%;
    display: block;
    height: 16px;
    overflow: hidden;
    width: 16px;
    border: 1px solid #808285;
    display: block;
    float: left;
    margin-left: -30px;
    margin-top: 4px;
    position: relative; }

/* =Form Note
----------------------------------------------- */
.form-note {
  font-size: 14px;
  font-weight: 500; }

.form-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.05);
  margin: 0 0 35px;
  padding: 28px 30px; }

/* =Headings
----------------------------------------------- */
h1, .title-s1 {
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  margin: 0 0 1rem; }

h2, .title-s2 {
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 1rem; }

h3, .title-s3 {
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  margin: 0 0 1rem; }

h4, .title-s4 {
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 1rem; }

h5, .title-s5 {
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0 0 1rem; }

h6, .title-s6 {
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 1rem; }

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

.xlight {
  font-family: "museosans-100", Arial, sans-serif !important; }

.light {
  font-family: "museosans-300", Arial, sans-serif !important; }

.regular {
  font-family: "museosans-500", Arial, sans-serif !important; }

.semibold {
  font-weight: "museosans-700", Arial, sans-serif !important; }

.bold {
  font-family: "museosans-900", Arial, sans-serif !important; }

.defaultcase {
  text-transform: none !important; }

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

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

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

.main-title {
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 2.625rem;
  letter-spacing: -.79px;
  line-height: 3rem; }
  @media (min-width: 48em) {
    .main-title {
      font-size: 3rem; } }
.secondary-title {
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 1.5rem;
  letter-spacing: -.4px;
  line-height: 1.1; }

.figure-title {
  margin: 0 0 80px; }

.text-small {
  font-family: "museosans-500", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 2px;
  line-height: 1.25; }

.hero_title {
  color: #B29772;
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 2.625rem;
  line-height: 1.15;
  letter-spacing: -2.1px;
  margin: 0 0 26px;
  position: relative;
  z-index: 2; }
  @media (min-width: 48em) {
    .hero_title {
      font-size: 4rem; } }
  @media (min-width: 62em) {
    .hero_title {
      font-size: 6.25rem; } }
  @media (min-width: 75em) {
    .hero_title {
      font-size: 7.5rem; } }
.hero_description {
  color: #000;
  font-family: "museosans-500", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0 0 1rem;
  text-align: right; }
  @media (min-width: 62em) {
    .hero_description {
      padding-left: 38px; } }
.hero_image {
  border-radius: 18px;
  box-shadow: 0 30px 60px 0 rgba(23, 26, 41, 0.14);
  overflow: hidden; }
  @media (max-width: 47.99em) {
    .hero_image {
      margin: 0 auto;
      max-width: 300px; } }
  @media (min-width: 62em) {
    .hero_image {
      margin-top: -74px;
      margin-bottom: 100px; } }
  @media (min-width: 75em) {
    .hero_image {
      margin-bottom: 0; } }
.hero-header {
  text-align: center; }
  .hero-header_content {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px; }
    @media (min-width: 75em) {
      .hero-header_content {
        padding: 0; } }
  .hero-header_title {
    color: #B29772;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 2rem;
    letter-spacing: -1.06px;
    line-height: 1;
    margin: 0 0 15px; }
    @media (min-width: 62em) {
      .hero-header_title {
        font-size: 4rem;
        margin: 0 0 42px; } }
.hero-slider {
  position: relative; }
  @media (max-width: 61.99em) {
    .hero-slider {
      margin-left: -15px;
      margin-right: -15px; } }
  .hero-slider_arrows {
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px 15px 0;
    position: absolute;
    right: 0; }
    @media (min-width: 48em) {
      .hero-slider_arrows {
        margin: 0 25px 25px 0; } }
    @media (min-width: 62em) {
      .hero-slider_arrows {
        margin: 0 80px 34px 0; } }
  .hero-slider_item {
    height: 265px;
    position: relative; }
    @media (min-width: 48em) {
      .hero-slider_item {
        height: 440px; } }
    @media (min-width: 62em) {
      .hero-slider_item {
        height: 500px; } }
    @media (min-width: 75em) {
      .hero-slider_item {
        height: 567px; } }
  .hero-slider_content {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    z-index: 3; }
    @media (min-width: 75em) {
      .hero-slider_content {
        padding: 0; } }
  .hero-slider_video {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    overflow: hidden;
    z-index: 2; }
    .hero-slider_video video {
      pointer-events: none; }
    @media (min-width: 62em) {
      .hero-slider_video.loaded {
        display: block !important; } }
  .hero-slider_video-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
  .hero-slider_image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .hero-slider_title {
    color: #fff;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 15px; }
    @media (min-width: 48em) {
      .hero-slider_title {
        font-size: 3rem;
        margin: 0 0 32px; } }
    @media (min-width: 62em) {
      .hero-slider_title {
        font-size: 3.625rem;
        margin: 0 0 42px; } }
  .hero-slider_button {
    width: 150px; }
  .hero-slider .slick-arrow {
    height: 47px;
    width: 47px; }
    @media (min-width: 48em) {
      .hero-slider .slick-arrow {
        height: 78px;
        width: 78px; } }
    .hero-slider .slick-arrow::before {
      background-image: url("./assets/images/icons/arrow-circle.svg");
      background-size: cover;
      display: block;
      content: '';
      height: 47px;
      width: 47px; }
      @media (min-width: 48em) {
        .hero-slider .slick-arrow::before {
          height: 78px;
          width: 78px; } }
    .hero-slider .slick-arrow.slick-disabled {
      opacity: 0.3; }
  .hero-slider .slick-prev {
    margin-right: 36px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media (min-width: 48em) {
      .hero-slider .slick-prev {
        margin-right: 60px; } }
body.ie .hero-slider_item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

body.ie .hero-slider_image {
  display: none !important; }

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .breadcrumbs li {
    color: #808285;
    display: inline;
    font-size: 1rem; }
    .breadcrumbs li:not(:last-child)::after {
      content: '/';
      margin: 0 3px; }
    .breadcrumbs li a {
      color: #808285; }
      .breadcrumbs li a:hover {
        color: #000;
        text-decoration: underline; }
  .breadcrumbs.color-white li {
    color: #fff; }
    .breadcrumbs.color-white li a {
      color: #fff; }
      .breadcrumbs.color-white li a:hover {
        color: #fff; }

.breadcrumbs-hero {
  left: 0;
  margin-top: 24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

/* =Buttons
----------------------------------------------- */
.button {
  transition: .2s;
  border: 0;
  border-radius: 31px;
  display: inline-block;
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 16px;
  height: 62px;
  line-height: 1;
  min-width: 150px;
  padding: 22px 26px;
  text-align: center;
  white-space: nowrap;
  width: auto; }
  .button:active {
    -webkit-transform: scale(0.98);
            transform: scale(0.98); }
  .button--rounded {
    border-radius: 20px; }
  .button:hover {
    color: inherit;
    text-decoration: none; }
  .button:focus {
    outline: none; }
  .button:disabled {
    cursor: not-allowed;
    opacity: 0.7; }

.button-primary {
  background-color: #B29772;
  color: #fff; }
  .button-primary:hover {
    color: #fff; }

.button-white {
  background-color: #fff;
  color: #000; }

.button-black {
  background-color: #000;
  color: #fff; }
  .button-black:hover {
    color: #fff; }

.button-green {
  background-color: #006F44;
  color: #fff; }
  .button-green:hover {
    color: #fff; }

.button-yellow {
  background-color: #ffc107;
  color: #054C8E; }
  .button-yellow:hover {
    color: #054C8E; }

.button-blue {
  background-color: #054C8E;
  color: #fff; }
  .button-blue:hover {
    color: #fff; }

.button-icon {
  background: #fff;
  color: #B29772;
  border-radius: 31px;
  display: inline-block;
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0 35px;
  height: 62px; }
  .button-icon:hover {
    color: #B29772;
    text-decoration: none; }
  .button-icon_content {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .button-icon_icon {
    margin-right: 10px; }

.link {
  display: inline-block;
  font-size: ms(-1);
  font-weight: 700;
  text-decoration: none;
  white-space: normal; }
  .link--underlined {
    text-decoration: underline; }

/* =Tabs
----------------------------------------------- */
.tabs-panel {
  display: none; }
  .tabs-panel .feature-card {
    opacity: 0;
    margin-top: -250px;
    transition: all .5s; }
  .tabs-panel.active {
    display: block; }
    .tabs-panel.active .feature-card {
      margin-top: 0;
      opacity: 1; }

.main-tabs {
  margin: 0 0 44px;
  position: relative;
  z-index: 2; }
  @media (max-width: 47.99em) {
    .main-tabs {
      margin-left: -15px;
      margin-right: -15px;
      overflow: hidden; } }
  @media (max-width: 74.99em) {
    .main-tabs_content {
      overflow: auto;
      padding: 0 15px 10px; } }
  .main-tabs .tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap; }
  .main-tabs .tab {
    display: inline-block; }
    .main-tabs .tab:not(:last-child) {
      margin-right: 50px; }
      @media (min-width: 48em) {
        .main-tabs .tab:not(:last-child) {
          margin-right: 70px; } }
    .main-tabs .tab:last-child {
      margin-right: 65px; }
      @media (min-width: 48em) {
        .main-tabs .tab:last-child {
          margin-right: 50px; } }
    .main-tabs .tab.active .tab-link {
      -webkit-text-fill-color: black;
      -webkit-text-stroke-width: 0; }
  .main-tabs .tab-link {
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 44px;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1.5px; }
    @media (min-width: 62em) {
      .main-tabs .tab-link {
        font-size: 64px; } }
    .main-tabs .tab-link:hover {
      text-decoration: none; }
  .main-tabs .tabs-green .tab.active .tab-link {
    -webkit-text-fill-color: #B29772;
    -webkit-text-stroke-width: 0; }

.main-tabs-content {
  position: relative;
  min-height: 420px;
  z-index: 1; }
  .main-tabs-content .tabs-panel {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0; }
    .main-tabs-content .tabs-panel.active {
      opacity: 1; }

.year-tabs .tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 40px; }

.year-tabs .tab:not(:last-child) {
  margin-right: 36px; }

.year-tabs .tab.active .tab-link {
  color: #000; }

.year-tabs .tab-link {
  color: rgba(0, 0, 0, 0.2);
  display: block;
  font-family: MuseoSans-900;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 5px 0;
  white-space: nowrap; }

@media (max-width: 74.99em) {
  .doc-tabs_content {
    overflow: auto;
    padding: 0 15px 10px; } }

.doc-tabs .tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 40px; }

@media (max-width: 61.99em) {
  .doc-tabs .tab {
    margin: 0 50px 0 0; } }

@media (min-width: 62em) {
  .doc-tabs .tab:not(:last-child) {
    margin-right: 36px; } }

.doc-tabs .tab.active .tab-link {
  color: #000; }

.doc-tabs .tab-link {
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 36px;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: -0.6px;
  line-height: 1; }
  .doc-tabs .tab-link:hover {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none; }

.scroll-tabs {
  position: relative; }
  .scroll-tabs::after {
    content: '';
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 100%;
    margin-left: -140px;
    top: 0;
    width: 12.5rem; }
  .scroll-tabs.neutral-1::after {
    background-image: linear-gradient(-90deg, #D8CBB8 9%, rgba(255, 255, 255, 0) 100%); }
  .scroll-tabs.neutral-2::after {
    background-image: linear-gradient(-90deg, #E7DFD4 9%, rgba(255, 255, 255, 0) 100%); }
  .scroll-tabs.neutral-3::after {
    background-image: linear-gradient(-90deg, #F7F4F0 9%, rgba(255, 255, 255, 0) 100%); }
  .scroll-tabs .main-tabs_content {
    overflow-x: scroll;
    padding-bottom: 14px;
    position: relative;
    width: calc(100% + 50px); }

.tabs-faq {
  margin: 0 0 55px; }
  .tabs-faq .tabs {
    box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.05);
    border-radius: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 48em) {
      .tabs-faq .tabs {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .tabs-faq .tab {
    background: #F7F4F0;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 18px;
    display: block;
    line-height: 26px;
    padding: 12px 16px;
    text-align: center; }
    @media (min-width: 48em) {
      .tabs-faq .tab {
        padding: 18px 26px; } }
    .tabs-faq .tab:not(:last-child) {
      margin-bottom: 2px; }
      @media (min-width: 48em) {
        .tabs-faq .tab:not(:last-child) {
          margin-bottom: 0;
          margin-right: 2px; } }
    .tabs-faq .tab.active {
      background: #B29772;
      color: #fff;
      font-family: "museosans-900", Arial, sans-serif; }

.figure-card {
  border-radius: 18px;
  color: #000;
  margin: 0 0 20px;
  min-height: 215px;
  padding: 44px 25px 25px 25px;
  transition: all .4s; }
  @media (min-width: 62em) {
    .figure-card {
      margin: 0; } }
  .figure-card:active, .figure-card:hover {
    background: #fff;
    box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.14); }
  .figure-card.active {
    background: #fff;
    box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.14); }
  .figure-card_number {
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 36px;
    margin: 0 0 12px; }
    .figure-card_number small {
      font-family: "museosans-500", Arial, sans-serif;
      font-size: 14px; }
  .figure-card_text {
    font-family: "museosans-500", Arial, sans-serif; }
    .figure-card_text p {
      margin: 0 0 5px; }
    .figure-card_text a {
      text-decoration: underline; }

.figure-card-small {
  min-height: 160px; }
  .figure-card-small .figure-card_number {
    font-size: 1.5rem; }

.feature-card-slide .feature-card {
  padding: 140px 0 0; }
  @media (min-width: 48em) {
    .feature-card-slide .feature-card {
      padding: 200px 40px 0; } }
  @media (min-width: 62em) {
    .feature-card-slide .feature-card {
      padding: 200px 0 0; } }
.feature-card_description {
  color: #292929;
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.40px;
  margin: 0 0 36px; }

.feature-card_left {
  z-index: 1; }

@media (min-width: 62em) {
  .feature-card_right {
    margin-left: -9.3333333333%; } }

@media (min-width: 75em) {
  .feature-card_right {
    margin-left: -8.3333333333%; } }

.feature-card_image {
  border-radius: 18px;
  height: 0;
  margin: 0 auto;
  max-width: 375px;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative; }
  @media (min-width: 48em) {
    .feature-card_image {
      max-width: 445px; } }
  .feature-card_image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

.feature-card_arrows {
  display: none; }
  @media (min-width: 62em) {
    .feature-card_arrows {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .feature-card_arrows .slick-arrow {
    background-image: url("./assets/images/icons/arrow-circle-green.svg");
    background-size: cover;
    border-radius: 50%;
    height: 40px;
    width: 40px; }
  .feature-card_arrows .slick-prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 20px; }

.instagram-card {
  background: #F7F4F0;
  border-radius: 18px;
  box-shadow: 0 30px 60px 0 rgba(23, 26, 41, 0.14);
  padding: 44px 26px; }
  .instagram-card_header {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 32px; }
  .instagram-card_icon {
    margin-right: 13px; }
  .instagram-card_title {
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 24px; }
  .instagram-card_content {
    padding: 0 16px; }
  .instagram-card_description {
    color: #000;
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 0 25px;
    text-align: center; }

.year-card_content {
  padding: 30px 0 0; }

.year-card_year {
  color: #B29772;
  font-family: "museosans-500", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 2px; }

.year-card_title {
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: -0.4px;
  line-height: 1.625rem; }

.year-card_description {
  color: #000;
  font-family: "museosans-500", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem; }

.year-card_image {
  border-radius: 18px;
  overflow: hidden; }

.bussines-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.05);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 30px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 48em) {
    .bussines-card {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 245px;
      -webkit-justify-content: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch;
      margin: 0 0 58px; } }
  .bussines-card_link {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .bussines-card_content {
    padding: 20px 16px; }
  .bussines-card_brand {
    height: 38px;
    margin: 0 0 20px;
    max-width: 140px; }
    .bussines-card_brand img {
      max-height: 100%;
      max-width: 100%; }
  .bussines-card_title {
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 1.5rem;
    color: #000;
    letter-spacing: -0.4px;
    line-height: 1.625rem; }
  .bussines-card_description {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    color: #292929;
    letter-spacing: -0.3px;
    line-height: 1.5rem; }
  .bussines-card_image {
    overflow: hidden;
    position: relative; }
    @media (max-width: 47.99em) {
      .bussines-card_image {
        height: 130px; } }
    @media (min-width: 48em) {
      .bussines-card_image {
        -webkit-flex: 0 0 126px;
            -ms-flex: 0 0 126px;
                flex: 0 0 126px;
        max-width: 126px; } }
    .bussines-card_image img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: auto; }

.article-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 60px 0 rgba(23, 26, 41, 0.14);
  margin: 0 0 20px;
  padding: 50px 20px;
  position: relative; }
  @media (min-width: 48em) {
    .article-card {
      padding: 50px 30px; } }
  @media (min-width: 62em) {
    .article-card {
      margin: 0 0 48px; } }
  @media (min-width: 75em) {
    .article-card {
      margin: 0 0 68px; } }
  .article-card.bg-green::before {
    background: #006F44; }
  .article-card.bg-primary::before {
    background: #B29772; }
  .article-card.bg-white::before {
    background: #fff; }
  .article-card.bg-black::before {
    background: #000; }
  .article-card_image {
    border-radius: 18px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 47.99em) {
      .article-card_image {
        margin-left: -30px;
        margin-right: -30px; } }
    @media (min-width: 48em) {
      .article-card_image {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 518px;
        left: 0;
        margin-right: -15px;
        right: 0; } }
    .article-card_image img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
      @media (max-width: 47.99em) {
        .article-card_image img {
          margin: 0 auto;
          max-width: 300px; } }
  .article-card_image-landscape {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    @media (max-width: 47.99em) {
      .article-card_image-landscape {
        margin: 0 auto;
        max-width: 300px; } }
    @media (min-width: 48em) {
      .article-card_image-landscape {
        height: 312px; } }
    .article-card_image-landscape img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .article-card_category {
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 14px;
    color: #054C8E;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .article-card_description {
    margin: 0 0 38px; }
    .article-card_description a {
      text-decoration: underline; }
  .article-card_body {
    margin: 0 0 25px; }
    @media (min-width: 48em) {
      .article-card_body {
        padding-right: 15px; } }
@media (min-width: 48em) {
  .article-card-right .article-card_image {
    margin-right: 0;
    margin-left: -15px;
    right: initial;
    left: 0; } }

@media (min-width: 48em) {
  .article-card-right .article-card_body {
    padding-right: 0;
    padding-left: 15px; } }

@media (min-width: 48em) {
  .article-card-expand-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    position: relative; } }

.article-card-expand-left::before {
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  width: 50%; }
  @media (min-width: 48em) {
    .article-card-expand-left::before {
      content: '';
      display: block; } }
@media (min-width: 48em) {
  .article-card-expand-right {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    position: relative; } }

.article-card-expand-right::before {
  background: #fff;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 50%; }
  @media (min-width: 48em) {
    .article-card-expand-right::before {
      content: '';
      display: block; } }
.info-card {
  background: #F7F4F0;
  border-radius: 18px;
  padding: 38px 30px; }
  .info-card_title {
    color: #000;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.4px;
    line-height: 1.625rem;
    margin: 0 0 10px; }
  .info-card_description {
    color: #000;
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem; }
    .info-card_description ul {
      list-style: none;
      margin: 0;
      padding: 0; }

.member-card {
  margin: 0 0 70px; }
  .member-card.active .member-card_body {
    display: block; }
  .member-card.active .member-card_name::before {
    display: none; }
  .member-card_image {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 124px;
    overflow: hidden;
    width: 124px;
    box-shadow: 0 30px 60px 0 rgba(23, 26, 41, 0.14);
    margin: 0 0 29px;
    position: relative; }
    .member-card_image img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .member-card_name {
    border-bottom: 1px solid #000;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.4px;
    line-height: 1.1;
    margin: 0 0 10px;
    padding: 17px 0;
    padding-right: 40px;
    position: relative; }
    @media (min-width: 62em) {
      .member-card_name {
        padding-right: 70px; } }
    .member-card_name::after, .member-card_name::before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '';
      border-radius: 1px;
      background-color: #000000;
      right: 0;
      margin-right: 5px; }
      @media (min-width: 62em) {
        .member-card_name::after, .member-card_name::before {
          margin-right: 35px; } }
    .member-card_name::after {
      height: 2px;
      width: 30px; }
    .member-card_name::before {
      margin-right: 19.5px;
      height: 30px;
      width: 2px; }
      @media (min-width: 62em) {
        .member-card_name::before {
          margin-right: 49.5px; } }
  .member-card_position {
    color: #000;
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem; }
  .member-card_body {
    display: none;
    padding: 20px 0; }
    @media (min-width: 62em) {
      .member-card_body {
        padding-right: 50px; } }
.product-card {
  border-radius: 18px;
  box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.14);
  overflow: hidden;
  border-radius: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 65px;
  overflow: hidden; }
  @media (min-width: 62em) {
    .product-card {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      min-height: 380px; } }
  .product-card_image {
    border-radius: 18px;
    overflow: hidden;
    position: relative; }
    @media (min-width: 62em) {
      .product-card_image {
        -webkit-flex: 0 0 420px;
            -ms-flex: 0 0 420px;
                flex: 0 0 420px;
        max-width: 420px; } }
    @media (min-width: 75em) {
      .product-card_image {
        -webkit-flex: 0 0 480px;
            -ms-flex: 0 0 480px;
                flex: 0 0 480px;
        max-width: 480px; } }
    .product-card_image img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .product-card_image-sugar {
    overflow: hidden;
    position: relative; }
    @media (min-width: 62em) {
      .product-card_image-sugar {
        -webkit-flex: 0 0 300px;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px;
        max-width: 300px; } }
    @media (min-width: 75em) {
      .product-card_image-sugar {
        -webkit-flex: 0 0 410px;
            -ms-flex: 0 0 410px;
                flex: 0 0 410px;
        max-width: 410px; } }
    .product-card_image-sugar img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .product-card_image-contain {
    height: 100%;
    min-height: 220px;
    padding: 20px;
    position: relative; }
    .product-card_image-contain img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      max-height: 400px; }
  .product-card_category {
    color: #000000;
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 2px;
    line-height: 17px;
    margin: 0 0 2px;
    text-transform: uppercase; }
  .product-card_body {
    color: #292929;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: -0.3px;
    line-height: 24px; }
  .product-card_content {
    padding: 30px 20px; }
    @media (min-width: 48em) {
      .product-card_content {
        padding: 35px; } }
    @media (min-width: 62em) {
      .product-card_content {
        padding: 35px 40px; } }
    @media (min-width: 75em) {
      .product-card_content {
        padding: 35px 60px; } }
  .product-card_content_with_specs {
    padding-bottom: 125px; }
  .product-card_title {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 24px; }

.product-card-specs {
  margin: 0;
  margin-top: -100px; }
  @media (min-width: 48em) {
    .product-card-specs {
      margin-left: 35px;
      margin-right: 35px; } }
  @media (min-width: 62em) {
    .product-card-specs {
      margin-left: 340px;
      margin-right: 40px; } }
  @media (min-width: 75em) {
    .product-card-specs {
      margin-left: 470px;
      margin-right: 60px; } }
.product-item-card {
  border-radius: 18px;
  box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.14);
  overflow: hidden;
  border-radius: 18px;
  margin: 0 0 65px;
  overflow: hidden; }
  .product-item-card_image {
    background: #F7F4F0;
    border-radius: 18px;
    height: 200px;
    overflow: hidden;
    position: relative; }
    @media (min-width: 75em) {
      .product-item-card_image {
        height: 233px; } }
    .product-item-card_image img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .product-item-card_link {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
  .product-item-card_category {
    color: #000000;
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 2px;
    line-height: 17px;
    margin: 0 0 2px;
    text-transform: uppercase; }
  .product-item-card_body {
    color: #292929;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: -0.3px;
    line-height: 24px; }
  .product-item-card_title {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 20px; }
    @media (min-width: 62em) {
      .product-item-card_title {
        font-size: 24px; } }
  .product-item-card_content {
    background-color: #fff;
    padding: 30px 20px;
    height: 240px; }
    @media (min-width: 62em) {
      .product-item-card_content {
        height: 270px;
        padding: 35px 30px; } }
.category-item-card .product-item-card_content {
  height: 222px; }

.video-item-card .product-item-card_image {
  position: relative; }
  .video-item-card .product-item-card_image::after {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, 0.34) url("./assets/images/icons/play.svg") no-repeat center center;
    z-index: 1; }

.video-item-card .product-item-card_content {
  height: 196px;
  padding: 35px 22px; }

.coming-soon-item-card .product-item-card_image::after {
  background: #B29772 url("./assets/images/icons/clock.svg") no-repeat center center; }

.coming-soon-recipes {
  display: block;
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 34px;
  line-height: 1.4;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #B29772;
  -webkit-text-stroke-width: 1.5px; }
  @media (min-width: 48em) {
    .coming-soon-recipes {
      font-size: 44px; } }
  @media (min-width: 62em) {
    .coming-soon-recipes {
      font-size: 64px; } }
.memory-card {
  border-radius: 18px;
  box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.14);
  overflow: hidden;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 348px;
  margin: 0 auto 47px;
  max-width: 348px;
  position: relative; }
  .memory-card:hover .memory-card_overlay {
    opacity: 1; }
  .memory-card_overlay {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(178, 151, 114, 0.9);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    padding: 20px;
    transition: opacity .3s; }
  .memory-card_title {
    color: #fff;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 32px;
    letter-spacing: -1.06px;
    line-height: 1; }
    @media (min-width: 48em) {
      .memory-card_title {
        font-size: 64px; } }
  .memory-card_image {
    height: 100%; }

@media (min-width: 62em) {
  .product-item-card-overflowed-image {
    padding: 30px 0; } }

.product-item-card-overflowed-image .product-item-card {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
  margin: 0; }
  @media (min-width: 48em) {
    .product-item-card-overflowed-image .product-item-card {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 62em) {
    .product-item-card-overflowed-image .product-item-card {
      height: 365px;
      min-height: 365px; } }
  .product-item-card-overflowed-image .product-item-card_thumbnail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 48em) {
      .product-item-card-overflowed-image .product-item-card_thumbnail {
        -webkit-flex: 0 0 230px;
            -ms-flex: 0 0 230px;
                flex: 0 0 230px;
        max-width: 230px; } }
    @media (min-width: 62em) {
      .product-item-card-overflowed-image .product-item-card_thumbnail {
        -webkit-flex: 0 0 410px;
            -ms-flex: 0 0 410px;
                flex: 0 0 410px;
        max-width: 410px; } }
  .product-item-card-overflowed-image .product-item-card_image {
    background: transparent;
    position: relative;
    height: 220px;
    margin: 0 auto;
    max-width: 245px;
    width: 100%;
    padding: 30px 30px 10px; }
    @media (min-width: 48em) {
      .product-item-card-overflowed-image .product-item-card_image {
        -webkit-flex: 0 0 230px;
            -ms-flex: 0 0 230px;
                flex: 0 0 230px;
        max-width: 230px;
        padding: 15px; } }
    @media (min-width: 62em) {
      .product-item-card-overflowed-image .product-item-card_image {
        -webkit-flex: 0 0 410px;
            -ms-flex: 0 0 410px;
                flex: 0 0 410px;
        max-width: 410px;
        height: 100%;
        overflow: visible;
        padding: 0; } }
  .product-item-card-overflowed-image .product-item-card_image-overflowed {
    height: 100%; }
    @media (min-width: 62em) {
      .product-item-card-overflowed-image .product-item-card_image-overflowed {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        height: 110%;
        width: 110%; } }
    .product-item-card-overflowed-image .product-item-card_image-overflowed img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 80%;
      width: 80%; }
      @media (min-width: 48em) {
        .product-item-card-overflowed-image .product-item-card_image-overflowed img {
          height: 100%;
          width: 100%; } }
  @media (min-width: 48em) {
    .product-item-card-overflowed-image .product-item-card_image-50 {
      -webkit-flex: 0 0 40%;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      max-width: 40%; } }
  @media (min-width: 62em) {
    .product-item-card-overflowed-image .product-item-card_image-50 {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .product-item-card-overflowed-image .product-item-card_title {
    font-family: "museosans-900", Arial, sans-serif;
    letter-spacing: -0.4px;
    line-height: 26px; }
  .product-item-card-overflowed-image .product-item-card_body {
    color: #000;
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 45px;
    padding: 0; }
  .product-item-card-overflowed-image .product-item-card_content {
    border-radius: 18px;
    height: auto; }
    @media (min-width: 48em) {
      .product-item-card-overflowed-image .product-item-card_content {
        height: auto; } }
@media (min-width: 62em) {
  .recipe-item-card {
    min-height: 420px; } }

@media (min-width: 75em) {
  .recipe-item-card {
    min-height: 400px; } }

.product-item-card-hero {
  background: #B29772;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 62em) {
    .product-item-card-hero {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      min-height: 430px; } }
  .product-item-card-hero .product-item-card_image {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    overflow: visible;
    padding: 36px;
    position: relative; }
    @media (min-width: 62em) {
      .product-item-card-hero .product-item-card_image {
        -webkit-flex: 0 0 410px;
            -ms-flex: 0 0 410px;
                flex: 0 0 410px;
        max-width: 410px; } }
    .product-item-card-hero .product-item-card_image img {
      display: block;
      margin: 0 auto;
      max-height: 250px;
      -o-object-fit: contain;
         object-fit: contain;
      width: 80%; }
      @media (min-width: 48em) {
        .product-item-card-hero .product-item-card_image img {
          width: 75%; } }
      @media (min-width: 62em) {
        .product-item-card-hero .product-item-card_image img {
          max-height: 300px;
          width: 100%; } }
  @media (min-width: 75em) {
    .product-item-card-hero .product-item-card_content {
      width: 550px; } }
  .product-item-card-hero .product-item-card_header {
    padding: 0; }
  .product-item-card-hero .product-item-card_body {
    padding: 0; }
  .product-item-card-hero .product-item-card_category {
    color: #fff; }
  .product-item-card-hero .product-item-card_title {
    color: #fff; }
  .product-item-card-hero .product-item-card_body {
    color: #fff; }

.product-specs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 16px; }
  @media (min-width: 48em) {
    .product-specs {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .product-specs_col {
    text-align: center; }
    @media (min-width: 48em) {
      .product-specs_col {
        text-align: left;
        white-space: nowrap; } }
  .product-specs_equal {
    padding: 16px;
    text-align: center; }
  .product-specs_icon {
    display: block; }
    @media (min-width: 48em) {
      .product-specs_icon {
        display: inline-block;
        vertical-align: middle; } }
.product-sugar-item-card {
  border-radius: 18px;
  box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.14);
  overflow: hidden;
  border-radius: 18px;
  margin: 0 0 50px;
  overflow: hidden; }
  @media (min-width: 62em) {
    .product-sugar-item-card {
      min-height: 520px; } }
  @media (min-width: 75em) {
    .product-sugar-item-card {
      min-height: 455px; } }
  .product-sugar-item-card_image {
    background: #fff;
    border-radius: 0;
    height: 220px;
    padding: 24px;
    overflow: hidden; }
    @media (min-width: 48em) {
      .product-sugar-item-card_image {
        height: 280px; } }
    @media (min-width: 62em) {
      .product-sugar-item-card_image {
        height: 344px; } }
    .product-sugar-item-card_image img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%; }
  .product-sugar-item-card_content {
    background-color: #B29772;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px; }
    @media (min-width: 48em) {
      .product-sugar-item-card_content {
        height: 380px; } }
    @media (min-width: 62em) {
      .product-sugar-item-card_content {
        height: 420px;
        padding: 50px 55px 40px; } }
  .product-sugar-item-card_category {
    color: #000000;
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 2px;
    line-height: 17px;
    margin: 0 0 2px;
    text-transform: uppercase; }
  .product-sugar-item-card_body {
    color: #292929;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: -0.3px;
    line-height: 24px;
    margin: 0 0 20px; }
  .product-sugar-item-card_title {
    color: #fff;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 24px; }
    .product-sugar-item-card_title a {
      color: inherit; }
  .product-sugar-item-card_category {
    color: #fff; }
  .product-sugar-item-card_body {
    color: #fff; }

.card-products {
  background: #C8E0D6;
  border-radius: 18px;
  padding: 22px; }
  @media (min-width: 48em) {
    .card-products {
      padding: 42px; } }
.specs-card {
  background: #C8E0D6;
  border-radius: 18px;
  padding: 22px; }
  @media (min-width: 48em) {
    .specs-card {
      padding: 42px; } }
  .specs-card_title {
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: -.4px;
    line-height: 1.1;
    margin: 0 0 20px; }
  .specs-card_pre {
    color: #B29772;
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase; }
  .specs-card_subtitle {
    color: #000000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px; }
  .specs-card_specs {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 0 24px; }
    .specs-card_specs li {
      border-bottom: 1px solid #000;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 10px 0; }
      .specs-card_specs li strong {
        font-family: Helvetica; }
  .specs-card_section {
    font-family: Helvetica;
    margin: 0 0 36px; }

.specs-table table {
  font-size: 14px;
  table-layout: fixed;
  width: 100%; }
  @media (min-width: 48em) {
    .specs-table table {
      font-size: 16px; } }
  @media (min-width: 62em) {
    .specs-table table {
      font-size: 18px; } }
  .specs-table table thead tr th {
    text-align: right; }
    @media (min-width: 48em) {
      .specs-table table thead tr th {
        font-size: 14px; } }
    .specs-table table thead tr th:first-child {
      text-align: left; }
  .specs-table table tbody tr td {
    border-bottom: 1px solid #000;
    padding: 10px 0;
    text-align: right;
    vertical-align: top;
    width: 60%; }
    .specs-table table tbody tr td:first-child {
      padding-right: 5px;
      width: 40%;
      text-align: left; }
    .specs-table table tbody tr td p {
      margin-bottom: 5px; }

.download-card {
  background: #F2F8F6;
  border-radius: 18px;
  padding: 22px; }
  @media (min-width: 48em) {
    .download-card {
      padding: 40px 30px; } }
  .download-card_list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .download-card_item {
    padding: 6px 0; }
  .download-card_link {
    font-size: 1.125rem;
    text-decoration: underline; }

.dealer-card {
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 15px 30px 0 rgba(23, 26, 41, 0.14);
  margin: 0 0 65px;
  overflow: hidden;
  padding: 50px 23px; }
  @media (min-width: 48em) {
    .dealer-card {
      height: 480px; } }
  @media (min-width: 75em) {
    .dealer-card {
      height: 455px; } }
  .dealer-card_logo {
    height: 120px;
    margin: 0 auto 40px;
    overflow: hidden;
    max-width: 200px; }
    .dealer-card_logo img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%;
      width: 100%; }
  .dealer-card_title {
    color: #000;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.4px;
    line-height: 26px;
    margin: 0 0 20px; }
  .dealer-card_description {
    color: #292929;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    letter-spacing: -0.3px; }
    .dealer-card_description p {
      margin: 0 0 3px; }

.recipe-product-card {
  border-radius: 18px;
  margin: 0 0 65px; }
  .recipe-product-card_image {
    border-radius: 18px;
    box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.14);
    overflow: hidden;
    background: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 260px;
    overflow: hidden;
    padding: 15px; }
    @media (min-width: 48em) {
      .recipe-product-card_image {
        padding: 20px; } }
    @media (min-width: 62em) {
      .recipe-product-card_image {
        height: 343px; } }
    .recipe-product-card_image img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%; }
  .recipe-product-card_category {
    color: #fff;
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 2px;
    line-height: 17px;
    margin: 0 0 2px;
    text-transform: uppercase; }
  .recipe-product-card_body {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: -0.3px;
    line-height: 24px; }
  .recipe-product-card_content {
    background: #B29772;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding: 20px; }
    @media (min-width: 62em) {
      .recipe-product-card_content {
        padding: 45px 68px; } }
  .recipe-product-card_title {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    margin: 0 0 20px; }
    @media (min-width: 62em) {
      .recipe-product-card_title {
        font-size: 24px; } }
    .recipe-product-card_title a {
      color: inherit; }
      .recipe-product-card_title a:hover {
        color: inherit; }

.document-item-card {
  border-radius: 18px;
  box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.14);
  overflow: hidden;
  border-radius: 18px;
  height: 348px;
  margin: 0 auto 60px;
  max-width: 285px;
  overflow: hidden;
  padding: 32px 32px;
  position: relative; }
  .document-item-card_link {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .document-item-card_image {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .document-item-card_image img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }

.indicator {
  padding-left: 10px;
  padding-top: 50px; }
  @media (min-width: 62em) {
    .indicator {
      padding-left: 28px; } }
  .indicator_heading {
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 24px;
    margin: 0 0 42px; }
  .indicator_item {
    margin: 0 0 43px;
    padding-left: 20px; }
  .indicator_title {
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 18px;
    margin: 0 0 6px; }
  .indicator_data {
    color: #000;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 28px;
    letter-spacing: -0.6px;
    line-height: 28px;
    position: relative; }
    @media (min-width: 48em) {
      .indicator_data {
        font-size: 36px;
        line-height: 36px; } }
    .indicator_data.up {
      content: '';
      border-width: 0 5.5px 6px 5.5px;
      border-color: transparent transparent #FF7979 transparent; }
    .indicator_data.down::before {
      content: '';
      border-width: 6px 5.5px 0 5.5px;
      border-color: #FF7979 transparent transparent transparent; }
    .indicator_data::before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 100%;
      margin-right: 7px;
      width: 0;
      height: 0;
      border-style: solid; }
    .indicator_data small {
      font-family: "museosans-500", Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 2px;
      margin-left: 11px;
      text-transform: uppercase; }

.contents-table-container {
  display: none;
  height: 0;
  margin-top: -56px;
  position: relative;
  z-index: 2; }
  @media (min-width: 62em) {
    .contents-table-container {
      display: block; } }
.contents-table {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.05);
  margin: 0 0 50px;
  padding: 28px 28px 42px;
  z-index: 1; }
  @media (min-width: 62em) {
    .contents-table {
      display: block;
      position: absolute;
      margin-top: -56px;
      max-width: 255px; } }
  .contents-table_title {
    color: #B29772;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.4px;
    line-height: 1.2; }
  .contents-table_list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .contents-table_item {
    border-bottom: 1px solid #000;
    padding: 14px 0; }
  .contents-table_link {
    color: #000;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 7px 0; }
    .contents-table_link.active {
      color: #B29772; }

.executive-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 38px; }

.executive {
  color: #000;
  font-family: "museosans-500", Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.625rem; }
  .executive::before {
    content: '- '; }
  .executive_position {
    font-family: "museosans-900", Arial, sans-serif; }

.doc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 60px; }
  .doc-list_item {
    border-bottom: 1px solid #000;
    margin: 0 0 15px;
    padding: 10px 0; }
  .doc-list_link {
    color: #000;
    display: block;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 1.125rem;
    letter-spacing: -0.4px;
    line-height: 1.625rem;
    padding: 10px 0;
    padding-right: 94px;
    position: relative;
    transition: color .3s; }
    @media (min-width: 48em) {
      .doc-list_link {
        font-size: 1.5rem; } }
    .doc-list_link:hover {
      color: #B29772;
      text-decoration: none; }
    .doc-list_link::after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '';
      background: transparent url("./assets/images/icons/doc.svg");
      display: block;
      height: 31px;
      margin-right: 38px;
      right: 0;
      width: 23px; }

/* =Tables
----------------------------------------------- */
.table {
  margin: 30px 0;
  overflow: hidden;
  width: 100%; }
  .table_header {
    background: #D8CBB8;
    padding: 23px 23px; }
    @media (min-width: 62em) {
      .table_header {
        padding: 23px 77px; } }
  .table_body {
    background: #fff;
    padding-bottom: 22px; }
  .table_title {
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: -.4px;
    line-height: 1.1;
    margin: 0 0 15px; }
  .table_date {
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 2px;
    line-height: 1.25;
    color: #000;
    text-transform: uppercase; }
  .table table {
    width: 100%; }
    .table table thead {
      background: #D8CBB8; }
      .table table thead th {
        font-family: "museosans-500", Arial, sans-serif;
        font-size: 0.875rem;
        letter-spacing: 2px;
        line-height: 1.25;
        color: #000;
        font-size: 12px;
        padding: 10px;
        text-transform: uppercase;
        white-space: nowrap; }
        @media (min-width: 48em) {
          .table table thead th {
            font-size: 16px; } }
    .table table tbody {
      background: #fff;
      padding: 0 0 22px; }
      .table table tbody tr {
        border-bottom: 1px solid #D8D8D8; }
        .table table tbody tr td {
          color: #808285;
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          letter-spacing: -0.3px;
          line-height: 24px;
          padding: 14px 5px; }
          @media (min-width: 48em) {
            .table table tbody tr td {
              font-size: 16px; } }
          @media (min-width: 62em) {
            .table table tbody tr td:first-child {
              padding-left: 77px; } }
.table-documents table thead th {
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.45;
  text-transform: none; }

.table-documents table tbody tr {
  border-bottom: 1px solid #000;
  vertical-align: bottom; }
  .table-documents table tbody tr td {
    color: #000; }
    .table-documents table tbody tr td:first-child {
      font-family: "museosans-900", Arial, sans-serif;
      font-size: 1.5rem;
      letter-spacing: -.4px;
      line-height: 1.1; }
      @media (min-width: 62em) {
        .table-documents table tbody tr td:first-child {
          padding-left: 0; } }
.table-documents .table_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.table-documents .table_list-item {
  padding: 0 5px; }

.table-documents .doc-month {
  display: block; }
  .table-documents .doc-month:hover {
    text-decoration: none; }
  .table-documents .doc-month_title {
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 2px;
    line-height: 1.25;
    color: #000;
    margin: 0 0 22px;
    text-transform: uppercase; }
  .table-documents .doc-month_icon {
    text-align: center; }

.table-default table {
  width: 100%; }
  .table-default table thead th {
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.45;
    border-bottom: 1px solid #000;
    padding: 5px;
    text-transform: none; }
  .table-default table tbody tr {
    border-bottom: 1px solid #000;
    vertical-align: bottom; }
    .table-default table tbody tr td {
      padding: 5px; }

.slider-business {
  padding: 0 50px; }
  .slider-business .slick-arrow {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .slider-business .slick-arrow::before {
      background-image: url("./assets/images/icons/arrow-circle-green.svg");
      background-size: cover;
      display: block;
      content: '';
      height: 100%;
      width: 100%; }
  .slider-business .slick-next {
    right: 0; }
  .slider-business .slick-prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .slider-business .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .slider-business .slick-track .slick-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.feature-card-slides > .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("./assets/images/icons/arrow-circle-green.svg");
  background-size: cover;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  opacity: 0.8; }

.feature-card-slides > .slick-next {
  margin-right: -15px;
  right: 0; }
  @media (min-width: 48em) {
    .feature-card-slides > .slick-next {
      margin-right: -20px; } }
  @media (min-width: 75em) {
    .feature-card-slides > .slick-next {
      margin-right: -45px; } }
.feature-card-slides > .slick-prev {
  left: 0;
  margin-left: -15px;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%); }
  @media (min-width: 48em) {
    .feature-card-slides > .slick-prev {
      margin-left: -20px; } }
  @media (min-width: 75em) {
    .feature-card-slides > .slick-prev {
      margin-left: -45px; } }
.products-sugar-section {
  background: #054C8E;
  position: relative;
  padding: 160px 0 110px;
  transition: background-color .9s; }
  @media (min-width: 62em) {
    .products-sugar-section {
      padding: 0; } }
  .products-sugar-section_more {
    bottom: 0;
    position: absolute;
    text-align: right;
    width: 100%;
    margin: 0 0 25px; }
    @media (min-width: 48em) {
      .products-sugar-section_more {
        margin: 0 0 40px; } }
@media (max-width: 61.99em) {
  .sugar-card-slides {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 62em) {
  .sugar-card-slides_item {
    padding: 270px 0 120px; } }

@media (min-width: 75em) {
  .sugar-card-slides_item {
    padding: 220px 0 120px; } }

.sugar-card-slides.with-arrows > .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("./assets/images/icons/arrow-circle.svg");
  background-size: cover;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  opacity: 0.8; }
  @media (min-width: 75em) {
    .sugar-card-slides.with-arrows > .slick-arrow {
      height: 78px;
      width: 78px; } }
  @media (max-width: 61.99em) {
    .sugar-card-slides.with-arrows > .slick-arrow {
      display: none !important; } }
.sugar-card-slides.with-arrows > .slick-next {
  margin-right: -15px;
  right: 0; }
  @media (min-width: 48em) {
    .sugar-card-slides.with-arrows > .slick-next {
      margin-right: -20px; } }
  @media (min-width: 62em) {
    .sugar-card-slides.with-arrows > .slick-next {
      margin-right: 0; } }
  @media (min-width: 75em) {
    .sugar-card-slides.with-arrows > .slick-next {
      margin-right: 0; } }
.sugar-card-slides.with-arrows > .slick-prev {
  left: 0;
  margin-left: -15px;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%); }
  @media (min-width: 48em) {
    .sugar-card-slides.with-arrows > .slick-prev {
      margin-left: -20px; } }
  @media (min-width: 62em) {
    .sugar-card-slides.with-arrows > .slick-prev {
      margin-left: 0; } }
  @media (min-width: 75em) {
    .sugar-card-slides.with-arrows > .slick-prev {
      margin-left: 0; } }
.sugar-products-slides_item {
  padding: 0 15px; }
  @media (min-width: 62em) {
    .sugar-products-slides_item {
      padding: 0 50px; } }
  @media (min-width: 75em) {
    .sugar-products-slides_item {
      padding: 0 90px; } }
.sugar-products-slides > .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("./assets/images/icons/arrow-circle.svg");
  background-size: cover;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  opacity: 0.8; }
  @media (min-width: 75em) {
    .sugar-products-slides > .slick-arrow {
      height: 78px;
      width: 78px; } }
  @media (max-width: 61.99em) {
    .sugar-products-slides > .slick-arrow {
      display: none !important; } }
.sugar-products-slides > .slick-next {
  margin-right: -15px;
  right: 0; }
  @media (min-width: 48em) {
    .sugar-products-slides > .slick-next {
      margin-right: -20px; } }
  @media (min-width: 62em) {
    .sugar-products-slides > .slick-next {
      margin-right: 0; } }
  @media (min-width: 75em) {
    .sugar-products-slides > .slick-next {
      margin-right: 0; } }
.sugar-products-slides > .slick-prev {
  left: 0;
  margin-left: -15px;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%); }
  @media (min-width: 48em) {
    .sugar-products-slides > .slick-prev {
      margin-left: -20px; } }
  @media (min-width: 62em) {
    .sugar-products-slides > .slick-prev {
      margin-left: 0; } }
  @media (min-width: 75em) {
    .sugar-products-slides > .slick-prev {
      margin-left: 0; } }
.slider-disabled::after {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: ''; }

.product-category_title {
  color: #B29772;
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 1.5rem;
  letter-spacing: -.4px;
  margin: 0 0 25px; }

.product-category_list {
  list-style: none;
  margin: 0;
  padding: 0; }

.product-category_item {
  border-bottom: 1px solid #000;
  padding: 4px 0;
  position: relative; }
  .product-category_item.active > .product-category_link {
    color: #B29772; }
  .product-category_item.has-sublist.active {
    border-bottom: 0; }
    .product-category_item.has-sublist.active .product-category_link {
      margin: 0 0 4px 0; }
    .product-category_item.has-sublist.active .product-category_sublist {
      display: block; }
  .product-category_item.has-sublist > .product-category_link {
    position: relative; }
    .product-category_item.has-sublist > .product-category_link::after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-style: solid;
      border-width: 6px 5.5px 0 5.5px;
      border-color: #000 transparent transparent transparent;
      content: '';
      height: 0;
      margin-right: 4px;
      right: 0;
      width: 0; }
  .product-category_item.has-sublist > .product-category_sublist {
    border-top: 1px solid #000; }

.product-category_counter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #808285;
  border-radius: 9px;
  height: 18px;
  right: 0;
  width: 28px;
  opacity: 0.8;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #808285;
  line-height: 16px;
  text-align: center; }
  @media (min-width: 62em) {
    .product-category_counter {
      margin-right: 20px; } }
.product-category_link {
  color: #000;
  display: block;
  position: relative;
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding: 8px 0;
  text-align: left; }
  .product-category_link:hover {
    color: #B29772; }
  @media (min-width: 48em) {
    .product-category_link {
      padding-right: 32px; } }
  @media (min-width: 62em) {
    .product-category_link {
      padding-right: 50px; } }
.product-category_sublist {
  display: none; }
  .product-category_sublist .product-category_link {
    color: #5D5959;
    font-family: "museosans-500", Arial, sans-serif; }

/* =Pagination
----------------------------------------------- */
.pagination {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .pagination_control {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    background: #F7F4F0;
    border-radius: 6px;
    display: inline-block;
    padding: 0.625rem;
    text-align: center;
    width: 48px; }
    .pagination_control:focus {
      color: inherit;
      outline: none;
      text-decoration: none; }
    .pagination_control:hover {
      color: inherit;
      text-decoration: none; }
    .pagination_control:disabled {
      cursor: not-allowed; }
    .pagination_control:hover {
      opacity: .8;
      color: rgba(0, 0, 0, 0.8); }
  .pagination_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 2.875rem;
    margin: 0 0.5rem;
    vertical-align: middle; }
  .pagination_item {
    display: inline-block;
    margin: 0 0.4375rem; }
  .pagination_link {
    background: #F7F4F0;
    border-radius: 6px;
    color: #000;
    display: inline-block;
    padding: 0.625rem;
    text-align: center;
    width: 48px; }
    .pagination_link:hover {
      background: #E7DFD4;
      color: #000;
      text-decoration: none; }
    .pagination_link\:active {
      background: #D8CBB8;
      font-weight: 700; }

.slider-tabs-section {
  background: #D8CBB8;
  background: linear-gradient(0deg, #F7F4F0 72px, #D8CBB8 72px);
  position: relative; }

.slider-tabs-products {
  position: relative; }
  @media (min-width: 48em) {
    .slider-tabs-products .slider-tabs {
      top: 32px; } }
  @media (min-width: 62em) {
    .slider-tabs-products .slider-tabs_link {
      font-size: 48px; } }
.slider-tabs-products-panel {
  padding-top: 132px; }

.slider-tabs {
  position: absolute;
  top: 65px;
  z-index: 2; }
  @media (min-width: 62em) {
    .slider-tabs {
      top: 95px; } }
  .slider-tabs_item:not(:last-child) {
    padding-right: 40px; }
    @media (min-width: 48em) {
      .slider-tabs_item:not(:last-child) {
        padding-right: 70px; } }
  .slider-tabs_link {
    display: block;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 34px;
    line-height: 1.4;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1.5px; }
    @media (min-width: 48em) {
      .slider-tabs_link {
        font-size: 44px; } }
    @media (min-width: 62em) {
      .slider-tabs_link {
        font-size: 64px; } }
    .slider-tabs_link:hover {
      text-decoration: none; }
    .slider-tabs_link:focus {
      outline: none; }
  .slider-tabs_title {
    display: block;
    font-family: "museosans-900", Arial, sans-serif;
    font-size: 28px;
    line-height: 1.4; }
    @media (min-width: 48em) {
      .slider-tabs_title {
        font-size: 44px; } }
    @media (min-width: 62em) {
      .slider-tabs_title {
        font-size: 64px; } }
  .slider-tabs .slick-current .slider-tabs_link {
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 0; }

.slider-tabs-white .slider-tabs_link {
  -webkit-text-stroke-color: #fff; }

.slider-tabs-white .slick-current .slider-tabs_link {
  -webkit-text-fill-color: #fff; }

.slider-tabs-sugar {
  width: 100%; }

.slider-tabs-content {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 1; }

.ie .slider-tabs_link {
  color: #fff;
  opacity: .7;
  text-shadow: -1px -1px 0 #000,  1px -1px 0 #000,  -1px 1px 0 #000,  1px 1px 0 #000; }

.ie .slider-tabs .slick-current .slider-tabs_link {
  color: #000;
  opacity: 1;
  text-shadow: none; }

.carousel-with-arrows > .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("./assets/images/icons/arrow-circle-green.svg");
  background-size: cover;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  opacity: 0.8; }

.carousel-with-arrows > .slick-next {
  margin-right: -15px;
  right: 0; }
  @media (min-width: 48em) {
    .carousel-with-arrows > .slick-next {
      margin-right: -20px; } }
  @media (min-width: 75em) {
    .carousel-with-arrows > .slick-next {
      margin-right: -45px; } }
.carousel-with-arrows > .slick-prev {
  left: 0;
  margin-left: -15px;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%); }
  @media (min-width: 48em) {
    .carousel-with-arrows > .slick-prev {
      margin-left: -20px; } }
  @media (min-width: 75em) {
    .carousel-with-arrows > .slick-prev {
      margin-left: -45px; } }
.formats-carousel {
  padding: 0 50px; }
  .formats-carousel_item {
    padding: 10px; }
  .formats-carousel_image {
    max-width: 120px;
    margin: 0 auto; }
  .formats-carousel_title {
    font-family: "museosans-500", Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    letter-spacing: 2px;
    padding: 15px 0 0;
    text-align: center;
    text-transform: uppercase; }
  .formats-carousel .slick-track {
    margin-left: initial;
    margin-right: initial; }
  .formats-carousel .slick-arrow {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .formats-carousel .slick-arrow::before {
      background-image: url("./assets/images/icons/arrow-circle-primary.svg");
      background-size: cover;
      display: block;
      content: '';
      height: 100%;
      width: 100%; }
  .formats-carousel .slick-next {
    right: 0; }
  .formats-carousel .slick-prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }

@media (max-width: 47.99em) {
  .recipe-products-carousel {
    margin-left: -15px;
    margin-right: -15px; } }

.recipe-products-carousel_item {
  padding: 0 15px; }

.recipe-products-carousel > .slick-arrow {
  background-image: url("./assets/images/icons/arrow-circle-primary.svg");
  top: 108px;
  -webkit-transform: none;
          transform: none; }
  @media (min-width: 48em) {
    .recipe-products-carousel > .slick-arrow {
      top: 152px; } }
  .recipe-products-carousel > .slick-arrow.slick-disabled {
    opacity: 0.4; }

.recipe-products-carousel > .slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 28px !important; }

.recipe-products-carousel > .slick-next {
  margin-right: 28px !important; }

.products-carousel_item {
  padding: 0 15px; }

.products-carousel .product-item-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px; }

.products-carousel > .slick-next {
  margin-right: 0; }

.products-carousel > .slick-prev {
  margin-left: 0; }

/* =Collapsibles
----------------------------------------------- */
.collapsible {
  list-style: none;
  margin: 0;
  padding: 0; }
  .collapsible_item {
    border-bottom: 1px solid #000; }
    .collapsible_item.active {
      border-bottom: 0; }
      .collapsible_item.active .collapsible_header {
        background-color: #fff;
        border-bottom-color: #000; }
        .collapsible_item.active .collapsible_header::after {
          content: "-"; }
  .collapsible_header {
    background-color: #fff;
    border-bottom: 1px solid transparent;
    color: #000;
    cursor: pointer;
    font-family: MuseoSans-900;
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 26px;
    padding: 30px 0 12px;
    padding-right: 40px;
    position: relative;
    transition: all .35s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (min-width: 48em) {
      .collapsible_header {
        font-size: 24px;
        padding-right: 67px; } }
    .collapsible_header::after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '+';
      font-family: "museosans-300", Arial, sans-serif;
      font-size: 40px;
      height: 30px;
      right: 0;
      width: 30px;
      text-align: center; }
  .collapsible_title {
    color: inherit;
    font-size: ms(0);
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    text-decoration: underline;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .collapsible_body {
    display: none;
    margin-top: -2px;
    padding: 50px 0; }
    .collapsible_body p:last-child {
      margin-bottom: 0; }

.vue-ellipsis {
  display: block;
  height: 100%; }

.vue-ellipsis-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.vue-ellipsis,
.vue-ellipsis-line {
  position: relative;
  overflow: hidden; }

.recipe-modal_logo {
  margin: 0 0 35px;
  width: 82px; }
  .recipe-modal_logo img {
    display: block;
    height: auto;
    width: 100%; }

.recipe-modal_title {
  color: #000;
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 32px;
  letter-spacing: -0.52px;
  line-height: 1.25;
  text-align: left; }

.recipe-modal_inner {
  height: 100%;
  position: relative; }

.recipe-modal .fancybox-caption {
  background: none;
  margin: 0;
  padding: 0;
  position: relative; }

.recipe-modal .fancybox-inner {
  overflow-y: auto;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.recipe-modal .fancybox-inner-scroll {
  background: #fff url("./assets/images/modal-bg.svg") right bottom no-repeat;
  border-radius: 15px;
  bottom: auto;
  height: auto;
  margin: 15px auto;
  padding: 25px;
  max-width: 1000px; }
  @media (min-width: 48em) {
    .recipe-modal .fancybox-inner-scroll {
      margin: 50px auto;
      padding: 44px; } }
.recipe-modal .fancybox-stage {
  position: relative;
  width: 100%;
  margin: 0 0 35px; }

.recipe-modal .fancybox-slide {
  position: relative;
  padding: 0 !important;
  top: 0;
  margin: 0;
  height: auto;
  border-radius: 15px;
  overflow: hidden; }

.recipe-modal .fancybox-content {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-bottom: 54%;
  /* 16:9 */
  padding-top: 25px;
  position: relative; }
  .recipe-modal .fancybox-content iframe,
  .recipe-modal .fancybox-content video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.section-search {
  background: #F7F4F0;
  padding: 98px 0; }

.search_title {
  color: #B29772;
  font-size: 28px;
  line-height: 1;
  margin: 0 0 23px; }
  @media (min-width: 62em) {
    .search_title {
      font-size: 64px; } }
.search-field {
  position: relative; }
  .search-field_input {
    background: #FFFFFF;
    border: 0;
    box-shadow: 0 21px 44px 0 rgba(23, 26, 41, 0.14);
    height: 70px;
    padding: 24px;
    padding-right: 70px;
    width: 100%;
    font-size: 16px;
    color: #808285;
    letter-spacing: -0.3px; }
  .search-field_button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    text-decoration: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px; }
    .search-field_button:focus {
      color: inherit;
      outline: none;
      text-decoration: none; }
    .search-field_button:hover {
      color: inherit;
      text-decoration: none; }

.section-results {
  padding: 46px 0 76px; }

.results_title {
  border-bottom: 1px solid #3E3E3E;
  color: #B29772;
  font-family: "museosans-100", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0 0 18px; }
  @media (min-width: 62em) {
    .results_title {
      font-size: 48px; } }
.results_items {
  margin: 0 0 35px; }

.result-item {
  border-bottom: 1px solid rgba(62, 62, 62, 0.2);
  padding: 15px 0; }
  .result-item_link {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #000000;
    letter-spacing: -0.4px;
    padding: 15px 0;
    text-align: left;
    line-height: 26px; }

.format_weight {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 7px solid #000;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "museosans-900", Arial, sans-serif;
  font-size: 18px;
  height: 70px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px 8px;
  width: 70px; }
  @media (min-width: 48em) {
    .format_weight {
      border-width: 8px;
      font-size: 20px;
      height: 84px;
      width: 84px; } }
  @media (min-width: 62em) {
    .format_weight {
      border-width: 14px;
      font-size: 26px;
      height: 112px;
      width: 112px; } }
.format_unit {
  font-size: 14px;
  text-align: center; }
  @media (min-width: 48em) {
    .format_unit {
      font-size: 16px; } }
.product-adaptation {
  border-radius: 18px;
  box-shadow: 0 10px 15px 0 rgba(23, 26, 41, 0.14);
  overflow: hidden;
  margin: 0 0 40px;
  padding: 48px 20px; }
  @media (min-width: 48em) {
    .product-adaptation {
      padding: 58px 40px; } }
  .product-adaptation_footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 35px 0 0;
    padding: 24px 0;
    position: relative; }
    @media (min-width: 48em) {
      .product-adaptation_footer {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .product-adaptation_footer::before {
      content: "";
      border-top: 1px solid #3E3E3E;
      bottom: 100%;
      left: 0;
      max-width: 100%;
      position: absolute;
      width: 190px; }
  .product-adaptation_spec {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-family: "museosans-500", Arial, sans-serif;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase; }
    @media (min-width: 48em) {
      .product-adaptation_spec {
        margin-bottom: 0; } }
    @media (min-width: 48em) {
      .product-adaptation_spec:first-child {
        margin-right: 25px; } }
  .product-adaptation_icon-old {
    background-color: transparent;
    border-radius: 50%;
    display: block;
    height: 20px;
    overflow: hidden;
    width: 20px;
    -webkit-flex: 0 0 20px;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    max-width: 20px;
    border: 1px solid #B29772;
    margin-right: 14px; }
  .product-adaptation_icon-new {
    background-color: #B29772;
    border-radius: 50%;
    display: block;
    height: 20px;
    overflow: hidden;
    width: 20px;
    -webkit-flex: 0 0 20px;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    max-width: 20px;
    margin-right: 14px; }

.product-adaptation .col {
  height: 200px;
  margin-bottom: 40px; }

@media (max-width: 599px) {
  .product-adaptation .col {
    font-size: 14px;
    padding-left: 0.25rem;
    padding-right: 0.25rem; } }

.product-adaptation .col p {
  margin: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-adaptation .col .old {
  border: 1px solid #FF670D; }

.product-adaptation .col .new {
  background: #FF670D;
  font-weight: 700;
  color: #000; }

.product-adaptation .col .day {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  line-height: 20px; }

.product-adaptation .legend .item {
  display: inline-block;
  margin: 3px 10px;
  line-height: 1.3em; }

.product-adaptation .legend .item:first-child {
  margin-left: 0; }

.product-adaptation .legend .item:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 1.3em;
  height: 1.3em;
  vertical-align: middle;
  border-radius: 100%;
  background: #000; }

.product-adaptation .legend .item.new:before {
  background: #fff; }

.product-adaptation .legend .item.old:before {
  border: 1px solid #fff; }

.product-adaptation .featured-strip {
  margin-top: 0; }

.product-rations table {
  margin: 0 auto; }
  @media (max-width: 47.99em) {
    .product-rations table thead {
      display: none; } }
  @media (max-width: 47.99em) {
    .product-rations table tbody td {
      display: block; } }
.product-rations_mobile-row {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px; }

@media (max-width: 47.99em) {
  .product-rations_mobile-col {
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    text-align: left; }
    .product-rations_mobile-col:last-child {
      -webkit-flex: 0 0 40%;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      max-width: 40%; } }

.product-rations table th,
.product-rations table td {
  border-bottom: none;
  text-align: center;
  padding: 20px; }
  @media (min-width: 62em) {
    .product-rations table th,
    .product-rations table td {
      min-width: 180px; } }
@media (max-width: 599px) {
  .product-rations table td {
    min-width: 0; } }

@media (max-width: 599px) {
  .product-rations table.responsive td {
    text-align: left; }
  .product-rations table.responsive td .weight,
  .product-rations table.responsive td .portion {
    vertical-align: middle; }
  .product-rations table.responsive td .weight {
    margin-right: 5px; }
  .product-rations table.responsive td:first-child {
    border-bottom: 1px solid #333;
    padding: 60px 0 20px;
    margin: 0 20px; }
  .product-rations table.responsive td:first-child .th {
    font-weight: 600; }
  .product-rations table.responsive td .th {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 130px; } }

.product-rations .legend {
  margin: 20px 60px; }

@media (max-width: 599px) {
  table.responsive th {
    display: none; } }

@media (max-width: 599px) {
  table.responsive td {
    display: block; } }

.entry-content img {
  margin: 0 0 1.5em 0; }

img.alignleft {
  margin: 0 0 1em; }
  @media (min-width: 48em) {
    img.alignleft {
      float: left;
      margin: 0 1em 1em 0; } }
img.alignright {
  margin: 0 0 1em; }
  @media (min-width: 48em) {
    img.alignright {
      float: right;
      margin: 0 0 1em 1em; } }
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

@media (min-width: 48em) {
  .alignright {
    float: right; } }

@media (min-width: 48em) {
  .alignleft {
    float: left; } }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

/* =Sections
----------------------------------------------- */
.section {
  padding: 50px 0; }
  .section-small {
    padding: 25px 0; }
  .section-medium {
    padding: 70px 0; }
  .section-large {
    padding: 100px 0; }

.section-features {
  background: #D8CBB8;
  padding: 50px 0 0; }
  @media (min-width: 48em) {
    .section-features {
      padding: 95px 0 0; } }
.section-figure {
  background: #F7F4F0;
  margin-top: -72px;
  padding: 160px 0 138px; }

.section-business {
  background: #fff;
  padding: 102px 0 80px; }

.section-instagram {
  background: #fff;
  padding: 80px 0 102px; }

.section-hero {
  background: #F7F4F0;
  padding: 50px 0 0;
  position: relative; }
  @media (min-width: 48em) {
    .section-hero {
      padding: 70px 0 0; } }
.section-know-us {
  background: #fff;
  padding: 130px 0 100px; }

.section-directory {
  background: #D8CBB8;
  padding: 114px 0; }

.section-executives {
  background: #fff;
  padding: 130px 0; }

.section-governance {
  background: #D8CBB8;
  padding: 70px 0; }

.section-header {
  background: #F7F4F0;
  padding: 88px 0;
  position: relative; }

.section-contact {
  background: linear-gradient(0deg, #fff 55%, #F7F4F0 45%);
  padding: 70px 0;
  position: relative; }

.section-contact-others {
  background: #D8CBB8;
  padding: 70px 0; }

.section-conscious-sugar {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0; }
  @media (min-width: 48em) {
    .section-conscious-sugar {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 485px;
      padding: 80px 0; } }
  @media (min-width: 62em) {
    .section-conscious-sugar {
      min-height: 765px; } }
.section-with-opacity {
  position: relative; }
  .section-with-opacity::after {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  .section-with-opacity .container {
    position: relative;
    z-index: 2; }
