@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/droidarabickufi.css");
@import url("//fonts.googleapis.com/earlyaccess/droidarabicnaskh.css");
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.ttf");
  font-weight: 700; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.ttf");
  font-weight: 400; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.ttf");
  font-weight: 300; }

/**
    Use this mixin to with seeds_coat responsive images to support aspect ratio for blazy. ex:
    ```
    .node--type-article {
        @include responsive-image-blazy(
            ('w':1200,'h':900),
            ('w':900,'h':600),
            ('w':400,'h':400)
        );
    }
    ```
    Use this website to figure out the percentages: https://codepen.io/onge/pen/MaqwBK

*/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #5492e2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e21318;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #5492e2;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #e21318;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 767px;
  --breakpoint-lg: 1101px;
  --breakpoint-xl: 1300px;
  --breakpoint-xxl: 1680px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 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", "Liberation 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: right;
  background-color: #fff; }

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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-right: 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: #5492e2;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #226ac8;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1680px) {
    legend {
      font-size: calc(1.275rem + 0.21429vw) ; } }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

h1, .h1 {
  font-size: 2.5rem; }
  @media (max-width: 1680px) {
    h1, .h1 {
      font-size: calc(1.375rem + 1.07143vw) ; } }

h2, .h2 {
  font-size: 2rem; }
  @media (max-width: 1680px) {
    h2, .h2 {
      font-size: calc(1.325rem + 0.64286vw) ; } }

h3, .h3 {
  font-size: 1.75rem; }
  @media (max-width: 1680px) {
    h3, .h3 {
      font-size: calc(1.3rem + 0.42857vw) ; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 1680px) {
    h4, .h4 {
      font-size: calc(1.275rem + 0.21429vw) ; } }

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1680px) {
    .display-1 {
      font-size: calc(1.725rem + 4.07143vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1680px) {
    .display-2 {
      font-size: calc(1.675rem + 3.64286vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1680px) {
    .display-3 {
      font-size: calc(1.575rem + 2.78571vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1680px) {
    .display-4 {
      font-size: calc(1.475rem + 1.92857vw) ; } }

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400; }

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center > h2,
.block-views-blockproducts-featured-products-home-page > h2,
.block-views-blockarticles-home-page-video > h2,
.block-views-blockproducts-product-manufacturers > h2,
.block-views-exposed-filter-blockproducts-products-filters > h2, .article-types-header .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2,
.page-view-products .block-views-exposed-filter-blockproducts-products-filters .content,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 576px) {
  .container, .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center > h2,
  .block-views-blockproducts-featured-products-home-page > h2,
  .block-views-blockarticles-home-page-video > h2,
  .block-views-blockproducts-product-manufacturers > h2,
  .block-views-exposed-filter-blockproducts-products-filters > h2, .article-types-header .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .container-sm {
    max-width: 100%; } }

@media (min-width: 767px) {
  .container, .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center > h2,
  .block-views-blockproducts-featured-products-home-page > h2,
  .block-views-blockarticles-home-page-video > h2,
  .block-views-blockproducts-product-manufacturers > h2,
  .block-views-exposed-filter-blockproducts-products-filters > h2, .article-types-header .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .container-sm, .container-md {
    max-width: 1130px; } }

@media (min-width: 1101px) {
  .container, .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center > h2,
  .block-views-blockproducts-featured-products-home-page > h2,
  .block-views-blockarticles-home-page-video > h2,
  .block-views-blockproducts-product-manufacturers > h2,
  .block-views-exposed-filter-blockproducts-products-filters > h2, .article-types-header .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .container-sm, .container-md, .container-lg {
    max-width: 1180px; } }

@media (min-width: 1300px) {
  .container, .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center > h2,
  .block-views-blockproducts-featured-products-home-page > h2,
  .block-views-blockarticles-home-page-video > h2,
  .block-views-blockproducts-product-manufacturers > h2,
  .block-views-exposed-filter-blockproducts-products-filters > h2, .article-types-header .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1390px; } }

@media (min-width: 1680px) {
  .container, .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center > h2,
  .block-views-blockproducts-featured-products-home-page > h2,
  .block-views-blockarticles-home-page-video > h2,
  .block-views-blockproducts-product-manufacturers > h2,
  .block-views-exposed-filter-blockproducts-products-filters > h2, .article-types-header .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1575px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(51, 51, 51, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(51, 51, 51, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cfe0f7; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a6c6f0; }

.table-hover .table-primary:hover {
  background-color: #b9d2f3; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b9d2f3; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f7bdbe; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f08487; }

.table-hover .table-danger:hover {
  background-color: #f4a6a8; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f4a6a8; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(51, 51, 51, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(38, 38, 38, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(38, 38, 38, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 766.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1100.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1299.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1679.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 19, 24, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(226, 19, 24, 0.25); }

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e21318;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 19, 24, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(226, 19, 24, 0.25); }

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

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

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

.btn-primary {
  color: #fff;
  background-color: #5492e2;
  border-color: #5492e2; }
  .btn-primary:hover {
    color: #fff;
    background-color: #337ddc;
    border-color: #2876db; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #337ddc;
    border-color: #2876db;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 162, 230, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(110, 162, 230, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #5492e2;
    border-color: #5492e2; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2876db;
    border-color: #2470d3; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 162, 230, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(110, 162, 230, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

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

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

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

.btn-danger {
  color: #fff;
  background-color: #e21318;
  border-color: #e21318; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bf1014;
    border-color: #b30f13; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #bf1014;
    border-color: #b30f13;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 54, 59, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(230, 54, 59, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e21318;
    border-color: #e21318; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b30f13;
    border-color: #a70e12; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 54, 59, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(230, 54, 59, 0.5); }

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

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

.btn-outline-primary {
  color: #5492e2;
  border-color: #5492e2; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #5492e2;
    border-color: #5492e2; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 146, 226, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(84, 146, 226, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #5492e2;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #5492e2;
    border-color: #5492e2; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 146, 226, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(84, 146, 226, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

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

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

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

.btn-outline-danger {
  color: #e21318;
  border-color: #e21318; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e21318;
    border-color: #e21318; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 19, 24, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(226, 19, 24, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e21318;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e21318;
    border-color: #e21318; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 19, 24, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(226, 19, 24, 0.5); }

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

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

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

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

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

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

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-bottom: 0;
    border-right: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-right: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(51, 51, 51, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  left: auto;
  right: 0; }

.dropdown-menu-right {
  left: 0;
  right: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    left: auto;
    right: 0; }
  .dropdown-menu-sm-right {
    left: 0;
    right: auto; } }

@media (min-width: 767px) {
  .dropdown-menu-md-left {
    left: auto;
    right: 0; }
  .dropdown-menu-md-right {
    left: 0;
    right: auto; } }

@media (min-width: 1101px) {
  .dropdown-menu-lg-left {
    left: auto;
    right: 0; }
  .dropdown-menu-lg-right {
    left: 0;
    right: auto; } }

@media (min-width: 1300px) {
  .dropdown-menu-xl-left {
    left: auto;
    right: 0; }
  .dropdown-menu-xl-right {
    left: 0;
    right: auto; } }

@media (min-width: 1680px) {
  .dropdown-menu-xxl-left {
    left: auto;
    right: 0; }
  .dropdown-menu-xxl-right {
    left: 0;
    right: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-left: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-right: 0; }

.dropright .dropdown-menu {
  top: 0;
  left: auto;
  right: 100%;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-left: 0;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-right: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-right: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  left: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5492e2; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-right: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-right: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-right: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-right: -1px; }

.input-group-prepend {
  margin-left: -1px; }

.input-group-append {
  margin-right: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-left: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5rem;
  print-color-adjust: exact; }

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

.custom-control-input {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #5492e2;
    background-color: #5492e2; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 146, 226, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(84, 146, 226, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #c1d7f4; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #edf3fc;
    border-color: #edf3fc; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(84, 146, 226, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(84, 146, 226, 0.5); }

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(84, 146, 226, 0.5); }

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

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

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

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

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

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

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

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

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

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5492e2; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container, .navbar .block-page-title-block, .navbar .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .product-colors .navbar .block-views-blockproducts-product-colors, .navbar .view-id-products.view-display-id-products_filters, .navbar .block-views-blockarticles-knowledge-center > h2,
  .navbar .block-views-blockproducts-featured-products-home-page > h2,
  .navbar .block-views-blockarticles-home-page-video > h2,
  .navbar .block-views-blockproducts-product-manufacturers > h2,
  .navbar .block-views-exposed-filter-blockproducts-products-filters > h2, .navbar .article-types-header .view-display-id-knowledge_center_page_queue, .article-types-header .navbar .view-display-id-knowledge_center_page_queue, .navbar .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar h2,
  .navbar .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar .content,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .navbar-expand-sm > .block-views-blockproducts-product-colors, .navbar-expand-sm > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.navbar-expand-sm > h2,
  .block-views-blockproducts-featured-products-home-page.navbar-expand-sm > h2,
  .block-views-blockarticles-home-page-video.navbar-expand-sm > h2,
  .block-views-blockproducts-product-manufacturers.navbar-expand-sm > h2,
  .block-views-exposed-filter-blockproducts-products-filters.navbar-expand-sm > h2, .article-types-header .navbar-expand-sm > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-sm > h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-sm > .content,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
    .navbar-expand-sm > .container, .navbar-expand-sm > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .navbar-expand-sm > .block-views-blockproducts-product-colors, .navbar-expand-sm > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.navbar-expand-sm > h2,
    .block-views-blockproducts-featured-products-home-page.navbar-expand-sm > h2,
    .block-views-blockarticles-home-page-video.navbar-expand-sm > h2,
    .block-views-blockproducts-product-manufacturers.navbar-expand-sm > h2,
    .block-views-exposed-filter-blockproducts-products-filters.navbar-expand-sm > h2, .article-types-header .navbar-expand-sm > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-sm > h2,
    .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-sm > .content,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 766.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .navbar-expand-md > .block-views-blockproducts-product-colors, .navbar-expand-md > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.navbar-expand-md > h2,
  .block-views-blockproducts-featured-products-home-page.navbar-expand-md > h2,
  .block-views-blockarticles-home-page-video.navbar-expand-md > h2,
  .block-views-blockproducts-product-manufacturers.navbar-expand-md > h2,
  .block-views-exposed-filter-blockproducts-products-filters.navbar-expand-md > h2, .article-types-header .navbar-expand-md > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-md > h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-md > .content,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 767px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
    .navbar-expand-md > .container, .navbar-expand-md > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .navbar-expand-md > .block-views-blockproducts-product-colors, .navbar-expand-md > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.navbar-expand-md > h2,
    .block-views-blockproducts-featured-products-home-page.navbar-expand-md > h2,
    .block-views-blockarticles-home-page-video.navbar-expand-md > h2,
    .block-views-blockproducts-product-manufacturers.navbar-expand-md > h2,
    .block-views-exposed-filter-blockproducts-products-filters.navbar-expand-md > h2, .article-types-header .navbar-expand-md > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-md > h2,
    .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-md > .content,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1100.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .navbar-expand-lg > .block-views-blockproducts-product-colors, .navbar-expand-lg > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.navbar-expand-lg > h2,
  .block-views-blockproducts-featured-products-home-page.navbar-expand-lg > h2,
  .block-views-blockarticles-home-page-video.navbar-expand-lg > h2,
  .block-views-blockproducts-product-manufacturers.navbar-expand-lg > h2,
  .block-views-exposed-filter-blockproducts-products-filters.navbar-expand-lg > h2, .article-types-header .navbar-expand-lg > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-lg > h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-lg > .content,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1101px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
    .navbar-expand-lg > .container, .navbar-expand-lg > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .navbar-expand-lg > .block-views-blockproducts-product-colors, .navbar-expand-lg > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.navbar-expand-lg > h2,
    .block-views-blockproducts-featured-products-home-page.navbar-expand-lg > h2,
    .block-views-blockarticles-home-page-video.navbar-expand-lg > h2,
    .block-views-blockproducts-product-manufacturers.navbar-expand-lg > h2,
    .block-views-exposed-filter-blockproducts-products-filters.navbar-expand-lg > h2, .article-types-header .navbar-expand-lg > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-lg > h2,
    .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-lg > .content,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1299.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .navbar-expand-xl > .block-views-blockproducts-product-colors, .navbar-expand-xl > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.navbar-expand-xl > h2,
  .block-views-blockproducts-featured-products-home-page.navbar-expand-xl > h2,
  .block-views-blockarticles-home-page-video.navbar-expand-xl > h2,
  .block-views-blockproducts-product-manufacturers.navbar-expand-xl > h2,
  .block-views-exposed-filter-blockproducts-products-filters.navbar-expand-xl > h2, .article-types-header .navbar-expand-xl > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-xl > h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-xl > .content,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1300px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
    .navbar-expand-xl > .container, .navbar-expand-xl > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .navbar-expand-xl > .block-views-blockproducts-product-colors, .navbar-expand-xl > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.navbar-expand-xl > h2,
    .block-views-blockproducts-featured-products-home-page.navbar-expand-xl > h2,
    .block-views-blockarticles-home-page-video.navbar-expand-xl > h2,
    .block-views-blockproducts-product-manufacturers.navbar-expand-xl > h2,
    .block-views-exposed-filter-blockproducts-products-filters.navbar-expand-xl > h2, .article-types-header .navbar-expand-xl > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-xl > h2,
    .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-xl > .content,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1679.98px) {
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .navbar-expand-xxl > .block-views-blockproducts-product-colors, .navbar-expand-xxl > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.navbar-expand-xxl > h2,
  .block-views-blockproducts-featured-products-home-page.navbar-expand-xxl > h2,
  .block-views-blockarticles-home-page-video.navbar-expand-xxl > h2,
  .block-views-blockproducts-product-manufacturers.navbar-expand-xxl > h2,
  .block-views-exposed-filter-blockproducts-products-filters.navbar-expand-xxl > h2, .article-types-header .navbar-expand-xxl > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-xxl > h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-xxl > .content,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1680px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
    .navbar-expand-xxl > .container, .navbar-expand-xxl > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .navbar-expand-xxl > .block-views-blockproducts-product-colors, .navbar-expand-xxl > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.navbar-expand-xxl > h2,
    .block-views-blockproducts-featured-products-home-page.navbar-expand-xxl > h2,
    .block-views-blockarticles-home-page-video.navbar-expand-xxl > h2,
    .block-views-blockproducts-product-manufacturers.navbar-expand-xxl > h2,
    .block-views-exposed-filter-blockproducts-products-filters.navbar-expand-xxl > h2, .article-types-header .navbar-expand-xxl > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-xxl > h2,
    .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-xxl > .content,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container, .navbar-expand > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .navbar-expand > .block-views-blockproducts-product-colors, .navbar-expand > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.navbar-expand > h2,
  .block-views-blockproducts-featured-products-home-page.navbar-expand > h2,
  .block-views-blockarticles-home-page-video.navbar-expand > h2,
  .block-views-blockproducts-product-manufacturers.navbar-expand > h2,
  .block-views-exposed-filter-blockproducts-products-filters.navbar-expand > h2, .article-types-header .navbar-expand > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand > h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand > .content,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
    padding-left: 0;
    padding-right: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
  .navbar-expand > .container, .navbar-expand > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .navbar-expand > .block-views-blockproducts-product-colors, .navbar-expand > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.navbar-expand > h2,
  .block-views-blockproducts-featured-products-home-page.navbar-expand > h2,
  .block-views-blockarticles-home-page-video.navbar-expand > h2,
  .block-views-blockproducts-product-manufacturers.navbar-expand > h2,
  .block-views-exposed-filter-blockproducts-products-filters.navbar-expand > h2, .article-types-header .navbar-expand > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand > h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand > .content,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(51, 51, 51, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(51, 51, 51, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(51, 51, 51, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(51, 51, 51, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(51, 51, 51, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(51, 51, 51, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(51, 51, 51, 0.5);
  border-color: rgba(51, 51, 51, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(51, 51, 51, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(51, 51, 51, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(51, 51, 51, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

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

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

.card-deck .card {
  margin-bottom: 15px; }

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

.card-group > .card {
  margin-bottom: 15px; }

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

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

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

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

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-right: -1px;
  line-height: 1.25;
  color: #5492e2;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #226ac8;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 146, 226, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(84, 146, 226, 0.25); }

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-primary {
  color: #fff;
  background-color: #5492e2; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #2876db; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 146, 226, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(84, 146, 226, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

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

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #e21318; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #b30f13; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 19, 24, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(226, 19, 24, 0.5); }

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-left: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #44648e;
  background-color: #dde9f9;
  border-color: #cfe0f7; }
  .alert-primary hr {
    border-top-color: #b9d2f3; }
  .alert-primary .alert-link {
    color: #334c6c; }

.alert-secondary {
  color: #515559;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #393c3e; }

.alert-success {
  color: #2d6f3c;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #1e4b28; }

.alert-info {
  color: #246d78;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #184951; }

.alert-warning {
  color: #9d7d1c;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #725b14; }

.alert-danger {
  color: #8e2225;
  background-color: #f9d0d1;
  border-color: #f7bdbe; }
  .alert-danger hr {
    border-top-color: #f4a6a8; }
  .alert-danger .alert-link {
    color: #65181a; }

.alert-light {
  color: #999a9a;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #7f8181; }

.alert-dark {
  color: #34373a;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #1c1e1f; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 100% 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 100% 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5492e2;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.125); }
  .list-group-item:first-child {
    border-top-right-radius: inherit;
    border-top-left-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #5492e2;
    border-color: #5492e2; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-right: -1px;
      border-right-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-right-radius: 0.25rem;
      border-top-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-left-radius: 0.25rem;
      border-bottom-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-right-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px; } }

@media (min-width: 767px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-right-radius: 0.25rem;
      border-top-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-left-radius: 0.25rem;
      border-bottom-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-right-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px; } }

@media (min-width: 1101px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-right-radius: 0.25rem;
      border-top-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-left-radius: 0.25rem;
      border-bottom-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-right-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px; } }

@media (min-width: 1300px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-right-radius: 0.25rem;
      border-top-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-left-radius: 0.25rem;
      border-bottom-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-right-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px; } }

@media (min-width: 1680px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-right-radius: 0.25rem;
      border-top-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-left-radius: 0.25rem;
      border-bottom-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-right-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #44648e;
  background-color: #cfe0f7; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #44648e;
    background-color: #b9d2f3; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #44648e;
    border-color: #44648e; }

.list-group-item-secondary {
  color: #515559;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #515559;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #515559;
    border-color: #515559; }

.list-group-item-success {
  color: #2d6f3c;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #2d6f3c;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #2d6f3c;
    border-color: #2d6f3c; }

.list-group-item-info {
  color: #246d78;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #246d78;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #246d78;
    border-color: #246d78; }

.list-group-item-warning {
  color: #9d7d1c;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #9d7d1c;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #9d7d1c;
    border-color: #9d7d1c; }

.list-group-item-danger {
  color: #8e2225;
  background-color: #f7bdbe; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #8e2225;
    background-color: #f4a6a8; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #8e2225;
    border-color: #8e2225; }

.list-group-item-light {
  color: #999a9a;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #999a9a;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #999a9a;
    border-color: #999a9a; }

.list-group-item-dark {
  color: #34373a;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #34373a;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #34373a;
    border-color: #34373a; }

.close {
  float: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1680px) {
    .close {
      font-size: calc(1.275rem + 0.21429vw) ; } }
  .close:hover {
    color: #333;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

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

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(51, 51, 51, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(51, 51, 51, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

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

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

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

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

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

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

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

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #333; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #333; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #333; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #333; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(51, 51, 51, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-right: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(51, 51, 51, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(51, 51, 51, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    right: 50%;
    display: block;
    width: 1rem;
    margin-right: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-left: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(51, 51, 51, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: right;
  width: 100%;
  margin-left: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  right: 0; }

.carousel-control-next {
  left: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
  margin-left: 15%;
  margin-right: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  left: 15%;
  bottom: 20px;
  right: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2876db !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: #e21318 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b30f13 !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-left: 1px solid #dee2e6 !important; }

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

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

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

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

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

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

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

.border-primary {
  border-color: #5492e2 !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: #e21318 !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-right-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto,
.mx-auto {
  margin-right: 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-left: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-right: 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-left: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-right: 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-left: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-right: 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-left: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-right: 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-left: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-right: 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-left: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-right: 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-left: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-right: 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-left: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-right: 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-left: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-right: 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-left: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-right: 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-left: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-right: 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-left: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-right: 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-left: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-right: -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-left: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-right: -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-left: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-right: -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-left: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-right: -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-left: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-right: -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-left: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #226ac8 !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: #e21318 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #9b0d11 !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(51, 51, 51, 0.5) !important; }

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1101px !important; }
  .container, .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center > h2,
  .block-views-blockproducts-featured-products-home-page > h2,
  .block-views-blockarticles-home-page-video > h2,
  .block-views-blockproducts-product-manufacturers > h2,
  .block-views-exposed-filter-blockproducts-products-filters > h2, .article-types-header .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content {
    min-width: 1101px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #333; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-right: 0;
  margin-right: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  right: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    right: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: right; }

.fa-pull-right {
  float: left; }

.fa.fa-pull-left {
  margin-left: .3em; }

.fa.fa-pull-right {
  margin-right: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: left; }

.pull-left {
  float: right; }

.fa.pull-left {
  margin-left: .3em; }

.fa.pull-right {
  margin-right: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  right: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

/* stylelint-disable */
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right; }

.selectboxit .selectboxit-option-icon-container {
  margin-right: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-sizing: content-box\9;
          box-sizing: content-box\9;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: right;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  left: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: right; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: right; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  right: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
      Default Theme
      -------------
      Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
    */
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, right top, right bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 100% -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, right top, right bottom, from(#0088cc), to(#0077b3));
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

/* stylelint-enable */
html {
  scroll-behavior: smooth; }

body {
  font-size: 1.125rem;
  font-family:  'Droid Arabic Kufi', 'Roboto', sans-serif;
  font-weight: lighter;
  color: #383430;
  line-height: 1.4; }

img,
video {
  max-width: 100%;
  height: auto; }

a,
div {
  outline: none; }

a {
  color: #414244;
  font-size: 1.25rem; }
  a:hover, a:focus {
    text-decoration: none;
    color: #414244; }

*[onclick^="location"],
*[onclick^="window.open"] {
  cursor: pointer; }

p {
  font-family:  'Droid Arabic Naskh', 'Roboto', sans-serif; }

h1 {
  font-size: 2.5rem;
  font-weight: bold; }
  @media (max-width: 1680px) {
    h1 {
      font-size: calc(1.375rem + 1.07143vw) ; } }
  h1.title, .view-display-id-aak_slider .slide__content .slide__caption .slide__title, .kass-info .block-webform-block label {
    font-size: 2.125rem; }
    @media (max-width: 1680px) {
      h1.title, .view-display-id-aak_slider .slide__content .slide__caption .slide__title, .kass-info .block-webform-block label {
        font-size: calc(1.3375rem + 0.75vw) ; } }
  h1.light-title {
    font-weight: lighter;
    font-size: 2.125rem; }
    @media (max-width: 1680px) {
      h1.light-title {
        font-size: calc(1.3375rem + 0.75vw) ; } }
  h1.page-title {
    font-size: 3rem; }
    @media (max-width: 1680px) {
      h1.page-title {
        font-size: calc(1.425rem + 1.5vw) ; } }
  h1.medium {
    font-size: 2rem;
    font-weight: normal; }
    @media (max-width: 1680px) {
      h1.medium {
        font-size: calc(1.325rem + 0.64286vw) ; } }

h2 {
  font-size: 1.5rem;
  font-weight: bold; }
  @media (max-width: 1680px) {
    h2 {
      font-size: calc(1.275rem + 0.21429vw) ; } }
  h2.title, form.webform-submission-get-in-touch-root--form > label, form#views-exposed-form-search-search .form-type-textfield label, .map-description .paragraph--type-seeds-paragraph .field--name-field-seeds-title h2, .node--type-product.node--view-mode-full .field--name-field-formatted-long > .field__label,
  .node--type-product.node--view-mode-full .field--name-field-formatted-long-4 > .field__label,
  .node--type-product.node--view-mode-full .field--name-field-unlimited-paragraph > .field__label,
  .node--type-product.node--view-mode-full .field--name-field-unlimited-media > .field__label, .node--type-product.node--view-mode-full .block-views-blockproducts-similar > h2,
  .block-views-exposed-filter-blockproducts-products-filters > h2, .block-views-blockarticles-knowledge-center > h2,
  .block-views-blockproducts-featured-products-home-page > h2,
  .block-views-blockarticles-home-page-video > h2,
  .block-views-blockproducts-product-manufacturers > h2, .block-views-blockproducts-featured-products-products-page > h2, .block-views-exposed-filter-blockproducts-page-1 > h2, .seeds-page-banner > .container .page-header, .seeds-page-banner > .block-page-title-block .page-header, .node--type-product.node--view-mode-full .product-colors .seeds-page-banner > .block-views-blockproducts-product-colors .page-header, .seeds-page-banner > .view-id-products.view-display-id-products_filters .page-header, .block-views-blockarticles-knowledge-center.seeds-page-banner > h2 .page-header, .block-views-blockproducts-featured-products-home-page.seeds-page-banner > h2 .page-header, .block-views-blockarticles-home-page-video.seeds-page-banner > h2 .page-header, .block-views-blockproducts-product-manufacturers.seeds-page-banner > h2 .page-header, .block-views-exposed-filter-blockproducts-products-filters.seeds-page-banner > h2 .page-header, .article-types-header .seeds-page-banner > .view-display-id-knowledge_center_page_queue .page-header, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > h2 .page-header, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > .content .page-header, .offices .seeds-paragraph-block > h2,
  .offices .field--name-field-seeds-title > h2, .block-title-border .seeds-paragraph-block > h2,
  .block-title-border .block-webform > h2, .block-title-border .seeds-block-paragraph-item .field--name-field-seeds-title > h2, .block-content--type-kass-our-services > .field--name-field-text-formatted h2, .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted h2 {
    font-size: 2.125rem; }
    @media (max-width: 1680px) {
      h2.title, form.webform-submission-get-in-touch-root--form > label, form#views-exposed-form-search-search .form-type-textfield label, .map-description .paragraph--type-seeds-paragraph .field--name-field-seeds-title h2, .node--type-product.node--view-mode-full .field--name-field-formatted-long > .field__label,
      .node--type-product.node--view-mode-full .field--name-field-formatted-long-4 > .field__label,
      .node--type-product.node--view-mode-full .field--name-field-unlimited-paragraph > .field__label,
      .node--type-product.node--view-mode-full .field--name-field-unlimited-media > .field__label, .node--type-product.node--view-mode-full .block-views-blockproducts-similar > h2,
      .block-views-exposed-filter-blockproducts-products-filters > h2, .block-views-blockarticles-knowledge-center > h2,
      .block-views-blockproducts-featured-products-home-page > h2,
      .block-views-blockarticles-home-page-video > h2,
      .block-views-blockproducts-product-manufacturers > h2, .block-views-blockproducts-featured-products-products-page > h2, .block-views-exposed-filter-blockproducts-page-1 > h2, .seeds-page-banner > .container .page-header, .seeds-page-banner > .block-page-title-block .page-header, .node--type-product.node--view-mode-full .product-colors .seeds-page-banner > .block-views-blockproducts-product-colors .page-header, .seeds-page-banner > .view-id-products.view-display-id-products_filters .page-header, .block-views-blockarticles-knowledge-center.seeds-page-banner > h2 .page-header, .block-views-blockproducts-featured-products-home-page.seeds-page-banner > h2 .page-header, .block-views-blockarticles-home-page-video.seeds-page-banner > h2 .page-header, .block-views-blockproducts-product-manufacturers.seeds-page-banner > h2 .page-header, .block-views-exposed-filter-blockproducts-products-filters.seeds-page-banner > h2 .page-header, .article-types-header .seeds-page-banner > .view-display-id-knowledge_center_page_queue .page-header, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > h2 .page-header, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > .content .page-header, .offices .seeds-paragraph-block > h2,
      .offices .field--name-field-seeds-title > h2, .block-title-border .seeds-paragraph-block > h2,
      .block-title-border .block-webform > h2, .block-title-border .seeds-block-paragraph-item .field--name-field-seeds-title > h2, .block-content--type-kass-our-services > .field--name-field-text-formatted h2, .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted h2 {
        font-size: calc(1.3375rem + 0.75vw) ; } }
  h2.xl-title, form.webform-submission-upload-your-resume-form .managed-file-placeholder, .node--type-history.node--view-mode-teaser .field--name-field-number {
    font-size: 3rem;
    font-weight: lighter; }
    @media (max-width: 1680px) {
      h2.xl-title, form.webform-submission-upload-your-resume-form .managed-file-placeholder, .node--type-history.node--view-mode-teaser .field--name-field-number {
        font-size: calc(1.425rem + 1.5vw) ; } }
  h2.large, .js-pager__items .pager__item a, .block-views-blockarticles-other > h2, .sub-block-title-border .seeds-block-paragraph-item .field--name-field-seeds-title > h2, .block-views-blocksubsite-view-home-page-subsite > h2, .kam-content .kam-description .left-column .seeds-paragraph-block .field--name-field-seeds-text p, .kam-content .kam-contact .webform-submission-get-in-touch-kam--form > label {
    font-size: 1.75rem;
    font-weight: normal; }
    @media (max-width: 1680px) {
      h2.large, .js-pager__items .pager__item a, .block-views-blockarticles-other > h2, .sub-block-title-border .seeds-block-paragraph-item .field--name-field-seeds-title > h2, .block-views-blocksubsite-view-home-page-subsite > h2, .kam-content .kam-description .left-column .seeds-paragraph-block .field--name-field-seeds-text p, .kam-content .kam-contact .webform-submission-get-in-touch-kam--form > label {
        font-size: calc(1.3rem + 0.42857vw) ; } }
  h2.medium, form.webform-submission-upload-your-resume-form .btn-primary.form-submit, .node--type-article.node--view-mode-card .field--name-field-term, .node--type-article.node--view-mode-large-teaser .field--name-field-term {
    font-size: 1.5rem;
    font-weight: normal; }
    @media (max-width: 1680px) {
      h2.medium, form.webform-submission-upload-your-resume-form .btn-primary.form-submit, .node--type-article.node--view-mode-card .field--name-field-term, .node--type-article.node--view-mode-large-teaser .field--name-field-term {
        font-size: calc(1.275rem + 0.21429vw) ; } }
  h2.small {
    font-size: 1.125rem;
    font-weight: bold; }

h3.medium {
  font-size: 1.25rem; }

.text-formatted h1,
.text-formatted h2,
.text-formatted h2,
.text-formatted h4,
.text-formatted h5,
.text-formatted h6 {
  color: #3e3a36; }

blockquote {
  padding-right: 30px;
  border-right: 5px solid #ededed; }

form {
  /* stylelint-disable */
  /* stylelint-enable */ }
  form.webform-submission-upload-your-resume-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    form.webform-submission-upload-your-resume-form > div:not([class]) {
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%;
      max-width: 50%;
      padding: 0 0 0 20px; }
      @media (max-width: 1100.98px) {
        form.webform-submission-upload-your-resume-form > div:not([class]) {
          -webkit-box-flex: 100%;
              -ms-flex: 100%;
                  flex: 100%;
          max-width: 100%;
          padding: 0;
          margin-bottom: 20px; } }
    form.webform-submission-upload-your-resume-form .form-group {
      margin-bottom: 0; }
    form.webform-submission-upload-your-resume-form .captcha {
      margin: 20px 0; }
    form.webform-submission-upload-your-resume-form .webform-actions {
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%;
      max-width: 50%;
      padding: 0 20px 0 0; }
      @media (max-width: 1100.98px) {
        form.webform-submission-upload-your-resume-form .webform-actions {
          -webkit-box-flex: 100%;
              -ms-flex: 100%;
                  flex: 100%;
          max-width: 100%;
          padding: 0; } }
    @media (max-width: 1100.98px) {
      form.webform-submission-upload-your-resume-form .captcha {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      form.webform-submission-upload-your-resume-form .webform-actions {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    form.webform-submission-upload-your-resume-form .managed-file-placeholder {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      font-weight: normal;
      margin-top: 0;
      margin-bottom: 75px; }
    form.webform-submission-upload-your-resume-form input {
      height: 88px;
      padding: 30px 25px;
      background: transparent;
      border-radius: 0;
      border-color: #A6675A; }
    form.webform-submission-upload-your-resume-form .btn-primary.form-submit {
      width: 100%;
      padding: 25px 10px;
      margin: 0; }
  form.webform-submission-get-in-touch-root--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    form.webform-submission-get-in-touch-root--form > label {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      margin-bottom: 25px;
      font-weight: 600; }
    form.webform-submission-get-in-touch-root--form > .webform-type-fieldset {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%; }
      form.webform-submission-get-in-touch-root--form > .webform-type-fieldset > legend {
        display: none; }
      form.webform-submission-get-in-touch-root--form > .webform-type-fieldset:first-of-type {
        margin-left: 70px; }
      @media (max-width: 1100.98px) {
        form.webform-submission-get-in-touch-root--form > .webform-type-fieldset {
          -webkit-box-flex: 100%;
              -ms-flex: 100%;
                  flex: 100%; }
          form.webform-submission-get-in-touch-root--form > .webform-type-fieldset:first-of-type {
            margin-left: 0; } }
    form.webform-submission-get-in-touch-root--form .form-type-textfield,
    form.webform-submission-get-in-touch-root--form .form-type-email,
    form.webform-submission-get-in-touch-root--form .form-type-select {
      margin-bottom: 32px; }
      form.webform-submission-get-in-touch-root--form .form-type-textfield input,
      form.webform-submission-get-in-touch-root--form .form-type-email input,
      form.webform-submission-get-in-touch-root--form .form-type-select input {
        padding: 15px;
        height: 80px;
        border-radius: 0;
        margin: 0;
        border: 1px solid #A6675A; }
        form.webform-submission-get-in-touch-root--form .form-type-textfield input::-webkit-input-placeholder,
        form.webform-submission-get-in-touch-root--form .form-type-email input::-webkit-input-placeholder,
        form.webform-submission-get-in-touch-root--form .form-type-select input::-webkit-input-placeholder {
          color: #9b9b9b;
          font-weight: normal;
          font-size: 1.375rem; }
        form.webform-submission-get-in-touch-root--form .form-type-textfield input::-moz-placeholder,
        form.webform-submission-get-in-touch-root--form .form-type-email input::-moz-placeholder,
        form.webform-submission-get-in-touch-root--form .form-type-select input::-moz-placeholder {
          color: #9b9b9b;
          font-weight: normal;
          font-size: 1.375rem; }
        form.webform-submission-get-in-touch-root--form .form-type-textfield input::-ms-input-placeholder,
        form.webform-submission-get-in-touch-root--form .form-type-email input::-ms-input-placeholder,
        form.webform-submission-get-in-touch-root--form .form-type-select input::-ms-input-placeholder {
          color: #9b9b9b;
          font-weight: normal;
          font-size: 1.375rem; }
        form.webform-submission-get-in-touch-root--form .form-type-textfield input::placeholder,
        form.webform-submission-get-in-touch-root--form .form-type-email input::placeholder,
        form.webform-submission-get-in-touch-root--form .form-type-select input::placeholder {
          color: #9b9b9b;
          font-weight: normal;
          font-size: 1.375rem; }
          @media (max-width: 1680px) {
            form.webform-submission-get-in-touch-root--form .form-type-textfield input::-webkit-input-placeholder,
            form.webform-submission-get-in-touch-root--form .form-type-email input::-webkit-input-placeholder,
            form.webform-submission-get-in-touch-root--form .form-type-select input::-webkit-input-placeholder {
              font-size: calc(1.2625rem + 0.10714vw) ; }
            form.webform-submission-get-in-touch-root--form .form-type-textfield input::-moz-placeholder,
            form.webform-submission-get-in-touch-root--form .form-type-email input::-moz-placeholder,
            form.webform-submission-get-in-touch-root--form .form-type-select input::-moz-placeholder {
              font-size: calc(1.2625rem + 0.10714vw) ; }
            form.webform-submission-get-in-touch-root--form .form-type-textfield input::-ms-input-placeholder,
            form.webform-submission-get-in-touch-root--form .form-type-email input::-ms-input-placeholder,
            form.webform-submission-get-in-touch-root--form .form-type-select input::-ms-input-placeholder {
              font-size: calc(1.2625rem + 0.10714vw) ; }
            form.webform-submission-get-in-touch-root--form .form-type-textfield input::placeholder,
            form.webform-submission-get-in-touch-root--form .form-type-email input::placeholder,
            form.webform-submission-get-in-touch-root--form .form-type-select input::placeholder {
              font-size: calc(1.2625rem + 0.10714vw) ; } }
    form.webform-submission-get-in-touch-root--form .form-type-textarea {
      margin-bottom: 32px; }
      form.webform-submission-get-in-touch-root--form .form-type-textarea .form-textarea {
        height: 192px;
        border-radius: 0;
        border: 1px solid #A6675A; }
        form.webform-submission-get-in-touch-root--form .form-type-textarea .form-textarea::-webkit-input-placeholder {
          color: #9b9b9b;
          font-weight: normal;
          font-size: 1.375rem; }
        form.webform-submission-get-in-touch-root--form .form-type-textarea .form-textarea::-moz-placeholder {
          color: #9b9b9b;
          font-weight: normal;
          font-size: 1.375rem; }
        form.webform-submission-get-in-touch-root--form .form-type-textarea .form-textarea::-ms-input-placeholder {
          color: #9b9b9b;
          font-weight: normal;
          font-size: 1.375rem; }
        form.webform-submission-get-in-touch-root--form .form-type-textarea .form-textarea::placeholder {
          color: #9b9b9b;
          font-weight: normal;
          font-size: 1.375rem; }
          @media (max-width: 1680px) {
            form.webform-submission-get-in-touch-root--form .form-type-textarea .form-textarea::-webkit-input-placeholder {
              font-size: calc(1.2625rem + 0.10714vw) ; }
            form.webform-submission-get-in-touch-root--form .form-type-textarea .form-textarea::-moz-placeholder {
              font-size: calc(1.2625rem + 0.10714vw) ; }
            form.webform-submission-get-in-touch-root--form .form-type-textarea .form-textarea::-ms-input-placeholder {
              font-size: calc(1.2625rem + 0.10714vw) ; }
            form.webform-submission-get-in-touch-root--form .form-type-textarea .form-textarea::placeholder {
              font-size: calc(1.2625rem + 0.10714vw) ; } }
    form.webform-submission-get-in-touch-root--form .form-type-select .selectboxit {
      background: transparent;
      border: 1px solid #A6675A;
      min-height: 80px;
      padding: 15px; }
    form.webform-submission-get-in-touch-root--form .form-type-select .selectboxit-option-icon-container {
      display: none; }
    form.webform-submission-get-in-touch-root--form .form-type-select .selectboxit-text {
      font-weight: normal;
      font-size: 1.375rem;
      color: #9b9b9b; }
      @media (max-width: 1680px) {
        form.webform-submission-get-in-touch-root--form .form-type-select .selectboxit-text {
          font-size: calc(1.2625rem + 0.10714vw) ; } }
    form.webform-submission-get-in-touch-root--form .form-type-select .selectboxit-arrow-container {
      width: 10%;
      height: 100%; }
      form.webform-submission-get-in-touch-root--form .form-type-select .selectboxit-arrow-container .down-arrow {
        height: 100%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: url("../images/sprites_icons1.png") no-repeat -413px -390px; }
    form.webform-submission-get-in-touch-root--form .captcha {
      margin-bottom: 32px; }
    form.webform-submission-get-in-touch-root--form .form-submit {
      width: 100%;
      height: 80px;
      font-weight: normal;
      font-size: 1.375rem; }
      @media (max-width: 1680px) {
        form.webform-submission-get-in-touch-root--form .form-submit {
          font-size: calc(1.2625rem + 0.10714vw) ; } }
  form#views-exposed-form-search-search > .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  form#views-exposed-form-search-search .form-type-textfield {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 20px;
    margin-bottom: 0; }
    form#views-exposed-form-search-search .form-type-textfield input {
      height: 60px;
      border-color: #f2f2f2; }
  form#views-exposed-form-search-search .form-actions {
    margin-bottom: 0; }
    form#views-exposed-form-search-search .form-actions .form-submit {
      height: 60px;
      border-radius: 5px; }

b,
strong {
  font-weight: bold; }

textarea.form-control {
  padding: 15px; }

body:not(.layout-builder-on) table {
  text-align: start;
  width: 100%;
  table-layout: fixed;
  background-color: #fff; }
  body:not(.layout-builder-on) table td,
  body:not(.layout-builder-on) table th {
    border: 1px solid #9b9b9b;
    padding: 10px 30px;
    vertical-align: middle; }
  body:not(.layout-builder-on) table tr th {
    background-color: #A6675A;
    color: #fff; }
  body:not(.layout-builder-on) table tbody {
    color: #A6675A; }
    body:not(.layout-builder-on) table tbody tr th {
      background-color: #A6675A;
      color: #fff; }
  @media (max-width: 766.98px) {
    body:not(.layout-builder-on) table {
      display: block;
      overflow-x: auto;
      max-width: 100%; } }

.field--name-field-number .price-scale {
  font-size: 1.5rem; }
  @media (max-width: 1680px) {
    .field--name-field-number .price-scale {
      font-size: calc(1.275rem + 0.21429vw) ; } }
  .field--name-field-number .price-scale .scale-units {
    font-weight: bold; }
  .field--name-field-number .price-scale .off-scale-units {
    font-weight: normal;
    opacity: 0.7; }

.field--name-body p {
  overflow-wrap: break-word; }

.field--name-node-title a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit; }

.field--name-field-media-5 img {
  width: 35px;
  border-radius: 50%; }

.embedded-entity.align-left {
  margin-right: 10px ; }

.embedded-entity.align-right {
  margin-left: 10px ; }

section.small {
  padding-top: 20px;
  padding-bottom: 20px; }

section.medium {
  padding-top: 40px;
  padding-bottom: 40px; }

section.large {
  padding-top: 100px;
  padding-bottom: 100px; }

section.bottom-large {
  padding-bottom: 100px; }

.bg-off-white {
  background-color: #faf7f3; }

.bg-grey {
  background-color: #ededed; }

.bg-light-grey {
  background-color: #f2f2f2; }

.bg-dark-grey {
  background-color: #3e3a36; }

.bg-brownish-grey {
  background-color: #c8c2be; }

.node--view-mode-teaser {
  border: 0;
  margin: 0;
  padding: 0; }

.row-spaces .view-content .views-row {
  margin-bottom: 30px; }

@media (max-width: 766.98px) {
  .no-container-sm > .container, .no-container-sm > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .no-container-sm > .block-views-blockproducts-product-colors, .no-container-sm > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.no-container-sm > h2,
  .block-views-blockproducts-featured-products-home-page.no-container-sm > h2,
  .block-views-blockarticles-home-page-video.no-container-sm > h2,
  .block-views-blockproducts-product-manufacturers.no-container-sm > h2,
  .block-views-exposed-filter-blockproducts-products-filters.no-container-sm > h2, .article-types-header .no-container-sm > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .no-container-sm > h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .no-container-sm > .content {
    max-width: 100%; }
    .no-container-sm > .container > .row, .no-container-sm > .block-page-title-block > .row, .node--type-product.node--view-mode-full .product-colors .no-container-sm > .block-views-blockproducts-product-colors > .row, .no-container-sm > .view-id-products.view-display-id-products_filters > .row, .block-views-blockarticles-knowledge-center.no-container-sm > h2 > .row, .block-views-blockproducts-featured-products-home-page.no-container-sm > h2 > .row, .block-views-blockarticles-home-page-video.no-container-sm > h2 > .row, .block-views-blockproducts-product-manufacturers.no-container-sm > h2 > .row, .block-views-exposed-filter-blockproducts-products-filters.no-container-sm > h2 > .row, .article-types-header .no-container-sm > .view-display-id-knowledge_center_page_queue > .row, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .no-container-sm > h2 > .row, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .no-container-sm > .content > .row {
      margin: 0; }
      .no-container-sm > .container > .row > .col-12, .no-container-sm > .block-page-title-block > .row > .col-12, .node--type-product.node--view-mode-full .product-colors .no-container-sm > .block-views-blockproducts-product-colors > .row > .col-12, .no-container-sm > .view-id-products.view-display-id-products_filters > .row > .col-12, .block-views-blockarticles-knowledge-center.no-container-sm > h2 > .row > .col-12, .block-views-blockproducts-featured-products-home-page.no-container-sm > h2 > .row > .col-12, .block-views-blockarticles-home-page-video.no-container-sm > h2 > .row > .col-12, .block-views-blockproducts-product-manufacturers.no-container-sm > h2 > .row > .col-12, .block-views-exposed-filter-blockproducts-products-filters.no-container-sm > h2 > .row > .col-12, .article-types-header .no-container-sm > .view-display-id-knowledge_center_page_queue > .row > .col-12, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .no-container-sm > h2 > .row > .col-12, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .no-container-sm > .content > .row > .col-12 {
        padding: 0; } }

.loading {
  position: relative; }
  .loading:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    border: 8px solid #f2f2f2;
    border-top: 8px solid #3e3a36;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
    z-index: 5; }
  .loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 4; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(50%, -50%) rotate(0deg);
            transform: translate(50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(50%, -50%) rotate(-360deg);
            transform: translate(50%, -50%) rotate(-360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: translate(50%, -50%) rotate(0deg);
            transform: translate(50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(50%, -50%) rotate(-360deg);
            transform: translate(50%, -50%) rotate(-360deg); } }

.title-border::before, form.webform-submission-get-in-touch-root--form > label::before, form#views-exposed-form-search-search .form-type-textfield label::before, .node--type-article.node--view-mode-card .field--name-field-term::before, .block-views-blockarticles-other > h2::before, .block-views-blockhistory-compiled-history > h2::before, .offices .seeds-paragraph-block > h2::before,
.offices .field--name-field-seeds-title > h2::before, .block-title-border .seeds-paragraph-block > h2::before,
.block-title-border .block-webform > h2::before, .block-title-border .seeds-block-paragraph-item .field--name-field-seeds-title > h2::before, .about-page .seeds-block-paragraph-item .field--name-field-seeds-title h2::before, .block-views-blockarticles-other-articles h2::before, .block-content--type-kass-our-services > .field--name-field-text-formatted h2::before, .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted h2::before, .block-content--type-kass-process .wrapper .content-wrapper .field--name-block-title h2::before {
  content: "";
  border: 1px solid;
  width: 50px;
  height: 1px;
  display: block;
  margin-bottom: 10px; }

.home-wrapper {
  padding: 0 150px; }
  @media (max-width: 1679.98px) {
    .home-wrapper {
      padding: 0 100px; } }
  @media (max-width: 1299.98px) {
    .home-wrapper {
      padding: 0 25px; } }

.js-pager__items {
  margin-top: 100px;
  text-align: center; }
  .js-pager__items .pager__item {
    list-style: none; }
    .js-pager__items .pager__item a {
      padding: 20px 200px;
      font-weight: 600;
      border: 1px solid #414244; }

.view-more-link {
  color: #fff;
  font-weight: bold; }
  @media (max-width: 1100.98px) {
    .view-more-link {
      font-size: 1.3125rem; } }
  @media (max-width: 1100.98px) and (max-width: 1680px) {
    .view-more-link {
      font-size: calc(1.25625rem + 0.05357vw) ; } }
  @media (max-width: 766.98px) {
    .view-more-link {
      font-size: 1.1875rem; } }

.map-description .paragraph--type-seeds-paragraph {
  padding: 100px 90px 0; }
  .map-description .paragraph--type-seeds-paragraph .field--name-field-seeds-title:before {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    margin-bottom: 10px;
    background-color: #e21318; }
  .map-description .paragraph--type-seeds-paragraph .field--name-field-seeds-text {
    font-size: 1.5rem; }
    @media (max-width: 1680px) {
      .map-description .paragraph--type-seeds-paragraph .field--name-field-seeds-text {
        font-size: calc(1.275rem + 0.21429vw) ; } }
  @media (max-width: 1299.98px) {
    .map-description .paragraph--type-seeds-paragraph {
      padding: 50px 60px 0; } }

.node--type-slider.node--view-mode-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff; }
  .node--type-slider.node--view-mode-slide .field--name-field-media .field--name-field-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    mix-blend-mode: multiply;
    background-color: #4a4a4a; }
  .node--type-slider.node--view-mode-slide .field--name-field-media .field--name-field-image img {
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 1100.98px) {
    .node--type-slider.node--view-mode-slide .field--name-field-media {
      max-height: 540px;
      overflow: hidden; } }
  @media (max-width: 766.98px) {
    .node--type-slider.node--view-mode-slide .field--name-field-media {
      max-height: 730px;
      overflow: hidden; } }
  .node--type-slider.node--view-mode-slide .field--name-field-media-2 {
    margin-bottom: 35px;
    max-width: 170px; }
    @media (min-width: 1680px) {
      .node--type-slider.node--view-mode-slide .field--name-field-media-2 {
        max-width: 350px; } }
  .node--type-slider.node--view-mode-slide .field--name-body {
    font-size: 1.625rem;
    margin-top: 20px;
    max-width: 80%; }
    @media (max-width: 1680px) {
      .node--type-slider.node--view-mode-slide .field--name-body {
        font-size: calc(1.2875rem + 0.32143vw) ; } }
    @media (min-width: 1101px) and (max-width: 1679.98px) {
      .node--type-slider.node--view-mode-slide .field--name-body {
        max-width: 100%; } }
    @media (min-width: 1680px) {
      .node--type-slider.node--view-mode-slide .field--name-body {
        margin-top: 8px; } }
  .node--type-slider.node--view-mode-slide .slide-wrapper {
    position: absolute;
    top: 120px;
    z-index: 2; }
    @media (max-width: 1299.98px) {
      .node--type-slider.node--view-mode-slide .slide-wrapper {
        top: 100px; } }
    @media (max-width: 766.98px) {
      .node--type-slider.node--view-mode-slide .slide-wrapper {
        top: 50px; } }
  @media (max-width: 1100.98px) {
    .node--type-slider.node--view-mode-slide .field--name-body {
      font-size: 1.0625rem;
      margin-top: 0; }
    .node--type-slider.node--view-mode-slide .field--name-field-media-2 {
      margin-bottom: 15px; } }

.node--type-slider.node--view-mode-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .node--type-slider.node--view-mode-card .field--name-field-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    mix-blend-mode: multiply;
    background-color: #4a4a4a; }
  .node--type-slider.node--view-mode-card .content-wrapper {
    position: absolute;
    top: 50%;
    right: 40%;
    left: 20%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 1100.98px) {
      .node--type-slider.node--view-mode-card .content-wrapper {
        top: 55%;
        right: 10%;
        left: 10%;
        -webkit-transform: none;
                transform: none; } }
    @media (max-width: 766.98px) {
      .node--type-slider.node--view-mode-card .content-wrapper {
        top: 50%;
        right: 10%;
        left: 10%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .node--type-slider.node--view-mode-card .field--name-node-title h2,
  .node--type-slider.node--view-mode-card .field--name-node-title a,
  .node--type-slider.node--view-mode-card .field--name-field-link h2,
  .node--type-slider.node--view-mode-card .field--name-field-link a {
    color: #fff; }
  .node--type-slider.node--view-mode-card .field--name-node-title.field--name-node-title h2,
  .node--type-slider.node--view-mode-card .field--name-field-link.field--name-node-title h2 {
    font-size: 2.5rem; }
    @media (max-width: 1680px) {
      .node--type-slider.node--view-mode-card .field--name-node-title.field--name-node-title h2,
      .node--type-slider.node--view-mode-card .field--name-field-link.field--name-node-title h2 {
        font-size: calc(1.375rem + 1.07143vw) ; } }
    @media (max-width: 766.98px) {
      .node--type-slider.node--view-mode-card .field--name-node-title.field--name-node-title h2,
      .node--type-slider.node--view-mode-card .field--name-field-link.field--name-node-title h2 {
        font-size: 3.125rem; } }
  @media (max-width: 766.98px) and (max-width: 1680px) {
    .node--type-slider.node--view-mode-card .field--name-node-title.field--name-node-title h2,
    .node--type-slider.node--view-mode-card .field--name-field-link.field--name-node-title h2 {
      font-size: calc(1.4375rem + 1.60714vw) ; } }
  .node--type-slider.node--view-mode-card .field--name-node-title.field--name-field-link a,
  .node--type-slider.node--view-mode-card .field--name-field-link.field--name-field-link a {
    font-size: 1.875rem;
    font-weight: 500; }
    @media (max-width: 1680px) {
      .node--type-slider.node--view-mode-card .field--name-node-title.field--name-field-link a,
      .node--type-slider.node--view-mode-card .field--name-field-link.field--name-field-link a {
        font-size: calc(1.3125rem + 0.53571vw) ; } }
    @media (max-width: 766.98px) {
      .node--type-slider.node--view-mode-card .field--name-node-title.field--name-field-link a,
      .node--type-slider.node--view-mode-card .field--name-field-link.field--name-field-link a {
        font-size: 2.5rem; } }
  @media (max-width: 766.98px) and (max-width: 1680px) {
    .node--type-slider.node--view-mode-card .field--name-node-title.field--name-field-link a,
    .node--type-slider.node--view-mode-card .field--name-field-link.field--name-field-link a {
      font-size: calc(1.375rem + 1.07143vw) ; } }
  @media (max-width: 1299.98px) {
    .node--type-slider.node--view-mode-card .field--name-node-title,
    .node--type-slider.node--view-mode-card .field--name-field-link {
      padding: 0; } }

.node--type-slider.node--view-mode-left-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .node--type-slider.node--view-mode-left-teaser .field--name-field-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    z-index: 1; }
  .node--type-slider.node--view-mode-left-teaser .content-wrapper {
    padding: 50px 160px 50px 50px;
    margin-right: -130px;
    -webkit-box-flex: 65%;
        -ms-flex: 65%;
            flex: 65%;
    background: #fff;
    min-height: 400px; }
  .node--type-slider.node--view-mode-left-teaser .field--name-node-title h2 {
    font-size: 2.5rem;
    color: #5492e2; }
    @media (max-width: 1680px) {
      .node--type-slider.node--view-mode-left-teaser .field--name-node-title h2 {
        font-size: calc(1.375rem + 1.07143vw) ; } }
  .node--type-slider.node--view-mode-left-teaser .field--name-field-link a {
    font-size: 1.875rem;
    font-weight: 500; }
    @media (max-width: 1680px) {
      .node--type-slider.node--view-mode-left-teaser .field--name-field-link a {
        font-size: calc(1.3125rem + 0.53571vw) ; } }
  @media (max-width: 1679.98px) {
    .node--type-slider.node--view-mode-left-teaser .content-wrapper {
      padding-right: 150px;
      margin-right: -115px; } }
  @media (max-width: 1299.98px) {
    .node--type-slider.node--view-mode-left-teaser .content-wrapper {
      padding-right: 115px;
      margin-right: -95px; } }
  @media (max-width: 1100.98px) {
    .node--type-slider.node--view-mode-left-teaser .field--name-field-media {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%;
      margin-right: 50px; }
    .node--type-slider.node--view-mode-left-teaser .content-wrapper {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      padding: 140px 50px 50px;
      margin-top: -115px;
      margin-right: 0; } }
  @media (max-width: 766.98px) {
    .node--type-slider.node--view-mode-left-teaser .field--name-field-media {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 35%;
              flex: 0 0 35%; } }

.node--type-product.node--view-mode-large-left-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .node--type-product.node--view-mode-large-left-teaser .group-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .node--type-product.node--view-mode-large-left-teaser .group-left .field--name-field-image {
      max-height: 500px;
      overflow: hidden; }
      .node--type-product.node--view-mode-large-left-teaser .group-left .field--name-field-image img {
        -o-object-fit: cover;
           object-fit: cover; }
    @media (max-width: 766.98px) {
      .node--type-product.node--view-mode-large-left-teaser .group-left {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%; } }
    @media (max-width: 1299.98px) {
      .node--type-product.node--view-mode-large-left-teaser .group-left .field--name-field-image {
        max-height: unset; } }
    @media (max-width: 1100.98px) {
      .node--type-product.node--view-mode-large-left-teaser .group-left .field--name-field-image {
        max-height: 400px; } }
    @media (max-width: 1100.98px) {
      .node--type-product.node--view-mode-large-left-teaser .group-left .field--name-field-image {
        max-height: 600px; } }
  .node--type-product.node--view-mode-large-left-teaser .group-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 35px;
    position: relative;
    z-index: 5; }
    .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-body {
      max-width: 65%;
      margin-bottom: 15px; }
    .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .title, .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .block-views-blockarticles-knowledge-center > h2,
    .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .block-views-blockproducts-featured-products-home-page > h2,
    .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .block-views-blockarticles-home-page-video > h2,
    .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .block-views-blockproducts-product-manufacturers > h2,
    .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .block-views-exposed-filter-blockproducts-products-filters > h2, .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .block-views-blockproducts-featured-products-products-page > h2, .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .block-views-exposed-filter-blockproducts-page-1 > h2, .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .offices .seeds-paragraph-block > h2, .offices .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .seeds-paragraph-block > h2,
    .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .offices .field--name-field-seeds-title > h2, .offices .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .field--name-field-seeds-title > h2, .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .block-content--type-kass-our-services > .field--name-field-text-formatted h2, .block-content--type-kass-our-services > .field--name-field-text-formatted .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title h2, .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted h2, .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-node-title h2 {
      color: #414244;
      opacity: 0.8;
      margin: 20px 0 10px;
      text-transform: uppercase; }
    @media (max-width: 766.98px) {
      .node--type-product.node--view-mode-large-left-teaser .group-right {
        position: absolute;
        padding: 30px;
        background: #fff;
        opacity: 0.8;
        right: 25px;
        top: 25px;
        max-width: 80%; } }
    @media (max-width: 1299.98px) {
      .node--type-product.node--view-mode-large-left-teaser .group-right {
        padding: 35px 35px; }
        .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-body {
          max-width: unset; } }
    @media (max-width: 1100.98px) {
      .node--type-product.node--view-mode-large-left-teaser .group-right {
        padding: 35px 15px; }
        .node--type-product.node--view-mode-large-left-teaser .group-right .field--name-body {
          max-width: unset; } }
  .node--type-product.node--view-mode-large-left-teaser .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 95%; }
  .node--type-product.node--view-mode-large-left-teaser .field--name-field-term,
  .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term h2,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 h2 {
      font-size: 1.375rem;
      padding-right: 5px; }
      @media (max-width: 1680px) {
        .node--type-product.node--view-mode-large-left-teaser .field--name-field-term h2,
        .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 h2 {
          font-size: calc(1.2625rem + 0.10714vw) ; } }
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term .field--name-field-media-2,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 .field--name-field-media-2 {
      max-width: 45px; }
  .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    margin-right: 15px; }
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 > .field__item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .node--type-product.node--view-mode-large-left-teaser::before {
    content: "";
    border: 5px solid #979797;
    position: absolute;
    top: 5%;
    left: 2%;
    bottom: 5%;
    right: 2%;
    z-index: 2; }
  @media (max-width: 1679.98px) {
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term .field--name-taxonomy-term-title h2,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 .field--name-taxonomy-term-title h2 {
      font-size: 16px; }
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term.field--name-field-term-3 > .field__item,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3.field--name-field-term-3 > .field__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%; } }
  @media (max-width: 1299.98px) {
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term .field--name-field-media,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term .field--name-field-media-2,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 .field--name-field-media,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 .field--name-field-media-2 {
      max-width: 35px; } }
  @media (max-width: 1100.98px) {
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term h2,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 h2 {
      font-size: 10px; }
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term .field--name-field-media,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term .field--name-field-media-2,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 .field--name-field-media,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 .field--name-field-media-2 {
      max-width: 30px; } }
  @media (max-width: 766.98px) {
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term h2,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 h2 {
      font-size: 15px; }
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term .field--name-field-media,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term .field--name-field-media-2,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 .field--name-field-media,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 .field--name-field-media-2 {
      max-width: 35px; }
    .node--type-product.node--view-mode-large-left-teaser::before {
      content: unset; } }
  @media (max-width: 575.98px) {
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term,
    .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      margin: 15px 0 0; }
      .node--type-product.node--view-mode-large-left-teaser .field--name-field-term h2,
      .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 h2 {
        font-size: 10px; }
      .node--type-product.node--view-mode-large-left-teaser .field--name-field-term .field--name-field-media,
      .node--type-product.node--view-mode-large-left-teaser .field--name-field-term .field--name-field-media-2,
      .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 .field--name-field-media,
      .node--type-product.node--view-mode-large-left-teaser .field--name-field-term-3 .field--name-field-media-2 {
        max-width: 30px; } }

.node--type-product.node--view-mode-left-teaser {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .node--type-product.node--view-mode-left-teaser .group-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%; }
  .node--type-product.node--view-mode-left-teaser .group-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    padding: 75px 110px 70px 0;
    z-index: 2; }
  .node--type-product.node--view-mode-left-teaser .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 95%; }
  .node--type-product.node--view-mode-left-teaser .field--name-node-title {
    width: 70%; }
    .node--type-product.node--view-mode-left-teaser .field--name-node-title h1 {
      line-height: 40px;
      color: #A6675A; }
  .node--type-product.node--view-mode-left-teaser .field--name-body {
    max-width: 90%;
    margin-bottom: 30px; }
    .node--type-product.node--view-mode-left-teaser .field--name-body p {
      font-size: 1.625rem;
      font-weight: normal;
      line-height: 28px; }
      @media (max-width: 1680px) {
        .node--type-product.node--view-mode-left-teaser .field--name-body p {
          font-size: calc(1.2875rem + 0.32143vw) ; } }
    .node--type-product.node--view-mode-left-teaser .field--name-body a {
      font-size: inherit;
      color: inherit;
      font-weight: bold; }
      .node--type-product.node--view-mode-left-teaser .field--name-body a:hover {
        color: inherit; }
  .node--type-product.node--view-mode-left-teaser .field--name-field-term,
  .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .node--type-product.node--view-mode-left-teaser .field--name-field-term h2,
    .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 h2 {
      font-size: 1.375rem;
      padding-right: 5px; }
      @media (max-width: 1680px) {
        .node--type-product.node--view-mode-left-teaser .field--name-field-term h2,
        .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 h2 {
          font-size: calc(1.2625rem + 0.10714vw) ; } }
    .node--type-product.node--view-mode-left-teaser .field--name-field-term .field--name-field-media-2,
    .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 .field--name-field-media-2 {
      max-width: 45px; }
  .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    margin-right: 15px; }
    .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 > .field__item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .node--type-product.node--view-mode-left-teaser::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 2%;
    bottom: 5%;
    right: 2%;
    border: 3px solid #979797;
    z-index: 1; }
  @media (max-width: 1679.98px) {
    .node--type-product.node--view-mode-left-teaser .field--name-field-term h2,
    .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 h2 {
      font-size: 16px; }
    .node--type-product.node--view-mode-left-teaser .field--name-body p {
      font-size: 1.5rem; } }
  @media (max-width: 1679.98px) and (max-width: 1680px) {
    .node--type-product.node--view-mode-left-teaser .field--name-body p {
      font-size: calc(1.275rem + 0.21429vw) ; } }
  @media (max-width: 1442px) {
    .node--type-product.node--view-mode-left-teaser .group-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      padding: 55px 95px 55px 0; }
    .node--type-product.node--view-mode-left-teaser .field--name-node-title h1 {
      font-size: 1.875rem;
      line-height: 30px; } }
  @media (max-width: 1442px) and (max-width: 1680px) {
    .node--type-product.node--view-mode-left-teaser .field--name-node-title h1 {
      font-size: calc(1.3125rem + 0.53571vw) ; } }
  @media (max-width: 1442px) {
    .node--type-product.node--view-mode-left-teaser .field--name-body p {
      font-size: 1.25rem;
      line-height: 22px; } }
  @media (max-width: 1299.98px) {
    .node--type-product.node--view-mode-left-teaser .field--name-field-term .field--name-field-media-2,
    .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 .field--name-field-media-2 {
      max-width: 35px; } }
  @media (max-width: 1100.98px) {
    .node--type-product.node--view-mode-left-teaser .group-right {
      padding: 30px 50px 30px 0; }
    .node--type-product.node--view-mode-left-teaser .field--name-node-title h1 {
      font-size: 1.875rem;
      line-height: 24px; } }
  @media (max-width: 1100.98px) and (max-width: 1680px) {
    .node--type-product.node--view-mode-left-teaser .field--name-node-title h1 {
      font-size: calc(1.3125rem + 0.53571vw) ; } }
  @media (max-width: 1100.98px) {
    .node--type-product.node--view-mode-left-teaser .field--name-body p {
      font-size: 1rem;
      line-height: 20px; }
    .node--type-product.node--view-mode-left-teaser .field--name-field-term h2,
    .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 h2 {
      font-size: 10px; }
    .node--type-product.node--view-mode-left-teaser .field--name-field-term .field--name-field-media-2,
    .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 .field--name-field-media-2 {
      max-width: 30px; } }
  @media (max-width: 766.98px) {
    .node--type-product.node--view-mode-left-teaser {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .node--type-product.node--view-mode-left-teaser .group-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
      .node--type-product.node--view-mode-left-teaser .group-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 95%;
                flex: 0 0 95%;
        -ms-flex-item-align: center;
            align-self: center;
        padding: 15px 30px; }
      .node--type-product.node--view-mode-left-teaser .field--name-node-title {
        width: 87%; }
      .node--type-product.node--view-mode-left-teaser .field--name-body {
        width: 90%; }
        .node--type-product.node--view-mode-left-teaser .field--name-body p {
          font-size: 1.125rem; }
      .node--type-product.node--view-mode-left-teaser .field--name-field-term h2,
      .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 h2 {
        font-size: 15px; }
      .node--type-product.node--view-mode-left-teaser .field--name-field-term .field--name-field-media-2,
      .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 .field--name-field-media-2 {
        max-width: 35px; }
      .node--type-product.node--view-mode-left-teaser::before {
        content: "";
        top: 2%;
        left: 2%;
        bottom: 0;
        right: 2%; } }
  @media (max-width: 575.98px) {
    .node--type-product.node--view-mode-left-teaser .field--name-field-term h2,
    .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 h2 {
      font-size: 10px; }
    .node--type-product.node--view-mode-left-teaser .field--name-field-term .field--name-field-media-2,
    .node--type-product.node--view-mode-left-teaser .field--name-field-term-3 .field--name-field-media-2 {
      max-width: 30px; } }

.node--type-product.node--view-mode-full .product-header-section {
  padding-right: 115px;
  padding-left: 115px;
  /* stylelint-disable */
  /* stylelint-enable */ }
  @media (max-width: 1442px) {
    .node--type-product.node--view-mode-full .product-header-section {
      padding-right: 80px;
      padding-left: 25px; } }
  @media (max-width: 1100.98px) {
    .node--type-product.node--view-mode-full .product-header-section {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (max-width: 766.98px) {
    .node--type-product.node--view-mode-full .product-header-section {
      padding-right: 0;
      padding-left: 0; } }

.node--type-product.node--view-mode-full .main-section > .container, .node--type-product.node--view-mode-full .main-section > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .main-section > .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .main-section > .view-id-products.view-display-id-products_filters, .node--type-product.node--view-mode-full .block-views-blockarticles-knowledge-center.main-section > h2,
.node--type-product.node--view-mode-full .block-views-blockproducts-featured-products-home-page.main-section > h2,
.node--type-product.node--view-mode-full .block-views-blockarticles-home-page-video.main-section > h2,
.node--type-product.node--view-mode-full .block-views-blockproducts-product-manufacturers.main-section > h2,
.node--type-product.node--view-mode-full .block-views-exposed-filter-blockproducts-products-filters.main-section > h2, .node--type-product.node--view-mode-full .article-types-header .main-section > .view-display-id-knowledge_center_page_queue, .article-types-header .node--type-product.node--view-mode-full .main-section > .view-display-id-knowledge_center_page_queue, .node--type-product.node--view-mode-full .page-view-products .block-views-exposed-filter-blockproducts-products-filters .main-section > h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-product.node--view-mode-full .main-section > h2,
.node--type-product.node--view-mode-full .page-view-products .block-views-exposed-filter-blockproducts-products-filters .main-section > .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-product.node--view-mode-full .main-section > .content {
  max-width: 100%;
  padding-right: 180px;
  padding-left: 180px; }
  @media (max-width: 1299.98px) {
    .node--type-product.node--view-mode-full .main-section > .container, .node--type-product.node--view-mode-full .main-section > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .main-section > .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .main-section > .view-id-products.view-display-id-products_filters, .node--type-product.node--view-mode-full .block-views-blockarticles-knowledge-center.main-section > h2,
    .node--type-product.node--view-mode-full .block-views-blockproducts-featured-products-home-page.main-section > h2,
    .node--type-product.node--view-mode-full .block-views-blockarticles-home-page-video.main-section > h2,
    .node--type-product.node--view-mode-full .block-views-blockproducts-product-manufacturers.main-section > h2,
    .node--type-product.node--view-mode-full .block-views-exposed-filter-blockproducts-products-filters.main-section > h2, .node--type-product.node--view-mode-full .article-types-header .main-section > .view-display-id-knowledge_center_page_queue, .article-types-header .node--type-product.node--view-mode-full .main-section > .view-display-id-knowledge_center_page_queue, .node--type-product.node--view-mode-full .page-view-products .block-views-exposed-filter-blockproducts-products-filters .main-section > h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-product.node--view-mode-full .main-section > h2,
    .node--type-product.node--view-mode-full .page-view-products .block-views-exposed-filter-blockproducts-products-filters .main-section > .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-product.node--view-mode-full .main-section > .content {
      padding-right: 80px;
      padding-left: 80px; } }
  @media (max-width: 1100.98px) {
    .node--type-product.node--view-mode-full .main-section > .container, .node--type-product.node--view-mode-full .main-section > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .main-section > .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .main-section > .view-id-products.view-display-id-products_filters, .node--type-product.node--view-mode-full .block-views-blockarticles-knowledge-center.main-section > h2,
    .node--type-product.node--view-mode-full .block-views-blockproducts-featured-products-home-page.main-section > h2,
    .node--type-product.node--view-mode-full .block-views-blockarticles-home-page-video.main-section > h2,
    .node--type-product.node--view-mode-full .block-views-blockproducts-product-manufacturers.main-section > h2,
    .node--type-product.node--view-mode-full .block-views-exposed-filter-blockproducts-products-filters.main-section > h2, .node--type-product.node--view-mode-full .article-types-header .main-section > .view-display-id-knowledge_center_page_queue, .article-types-header .node--type-product.node--view-mode-full .main-section > .view-display-id-knowledge_center_page_queue, .node--type-product.node--view-mode-full .page-view-products .block-views-exposed-filter-blockproducts-products-filters .main-section > h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-product.node--view-mode-full .main-section > h2,
    .node--type-product.node--view-mode-full .page-view-products .block-views-exposed-filter-blockproducts-products-filters .main-section > .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-product.node--view-mode-full .main-section > .content {
      padding-right: 25px;
      padding-left: 25px; } }

.node--type-product.node--view-mode-full .product-colors {
  border-bottom: 2px solid #979797; }
  .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-manufacturers {
    padding-top: 100px; }
  .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors {
    padding-top: 100px;
    padding-bottom: 100px; }

.node--type-product.node--view-mode-full .field--name-field-formatted-long,
.node--type-product.node--view-mode-full .field--name-field-formatted-long-2,
.node--type-product.node--view-mode-full .field--name-field-formatted-long-3,
.node--type-product.node--view-mode-full .field--name-field-formatted-long-4 {
  margin-bottom: 30px; }
  .node--type-product.node--view-mode-full .field--name-field-formatted-long p,
  .node--type-product.node--view-mode-full .field--name-field-formatted-long-2 p,
  .node--type-product.node--view-mode-full .field--name-field-formatted-long-3 p,
  .node--type-product.node--view-mode-full .field--name-field-formatted-long-4 p {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 10px; }
    @media (max-width: 1680px) {
      .node--type-product.node--view-mode-full .field--name-field-formatted-long p,
      .node--type-product.node--view-mode-full .field--name-field-formatted-long-2 p,
      .node--type-product.node--view-mode-full .field--name-field-formatted-long-3 p,
      .node--type-product.node--view-mode-full .field--name-field-formatted-long-4 p {
        font-size: calc(1.275rem + 0.21429vw) ; } }
  .node--type-product.node--view-mode-full .field--name-field-formatted-long a,
  .node--type-product.node--view-mode-full .field--name-field-formatted-long-2 a,
  .node--type-product.node--view-mode-full .field--name-field-formatted-long-3 a,
  .node--type-product.node--view-mode-full .field--name-field-formatted-long-4 a {
    font-size: inherit;
    color: inherit;
    font-weight: bold; }
    .node--type-product.node--view-mode-full .field--name-field-formatted-long a:hover,
    .node--type-product.node--view-mode-full .field--name-field-formatted-long-2 a:hover,
    .node--type-product.node--view-mode-full .field--name-field-formatted-long-3 a:hover,
    .node--type-product.node--view-mode-full .field--name-field-formatted-long-4 a:hover {
      color: inherit; }

.node--type-product.node--view-mode-full .field--name-field-formatted-long > .field__label,
.node--type-product.node--view-mode-full .field--name-field-formatted-long-4 > .field__label,
.node--type-product.node--view-mode-full .field--name-field-unlimited-paragraph > .field__label,
.node--type-product.node--view-mode-full .field--name-field-unlimited-media > .field__label {
  font-weight: bold;
  margin-bottom: 30px;
  color: #A6675A; }

.node--type-product.node--view-mode-full .field--name-field-formatted-long-2 > .field__label,
.node--type-product.node--view-mode-full .field--name-field-formatted-long-3 > .field__label,
.node--type-product.node--view-mode-full .field--name-field-paragraph > .field__label,
.node--type-product.node--view-mode-full .field--name-field-paragraph-2 > .field__label,
.node--type-product.node--view-mode-full .field--name-field-media-2 > .field__label {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 4px; }
  @media (max-width: 1680px) {
    .node--type-product.node--view-mode-full .field--name-field-formatted-long-2 > .field__label,
    .node--type-product.node--view-mode-full .field--name-field-formatted-long-3 > .field__label,
    .node--type-product.node--view-mode-full .field--name-field-paragraph > .field__label,
    .node--type-product.node--view-mode-full .field--name-field-paragraph-2 > .field__label,
    .node--type-product.node--view-mode-full .field--name-field-media-2 > .field__label {
      font-size: calc(1.275rem + 0.21429vw) ; } }

.node--type-product.node--view-mode-full .field--name-field-paragraph-2 {
  max-width: 200px;
  margin-bottom: 30px; }
  .node--type-product.node--view-mode-full .field--name-field-paragraph-2 > .field__label:after {
    content: "*:";
    margin-left: 5px; }
  .node--type-product.node--view-mode-full .field--name-field-paragraph-2 .field__items {
    font-size: 1.5rem;
    font-weight: normal; }
    @media (max-width: 1680px) {
      .node--type-product.node--view-mode-full .field--name-field-paragraph-2 .field__items {
        font-size: calc(1.275rem + 0.21429vw) ; } }

.node--type-product.node--view-mode-full .field--name-field-term-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px; }
  .node--type-product.node--view-mode-full .field--name-field-term-2 > .field__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-left: 8px;
    margin-bottom: 15px; }
    @media (max-width: 1679.98px) {
      .node--type-product.node--view-mode-full .field--name-field-term-2 > .field__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
        margin-left: 4px; }
        .node--type-product.node--view-mode-full .field--name-field-term-2 > .field__item h2 {
          font-size: 1.25rem; } }
    @media (max-width: 1299.98px) {
      .node--type-product.node--view-mode-full .field--name-field-term-2 > .field__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 46%;
                flex: 0 0 46%; }
        .node--type-product.node--view-mode-full .field--name-field-term-2 > .field__item h2 {
          font-size: 1.5rem; } }
    @media (max-width: 1299.98px) and (max-width: 1680px) {
      .node--type-product.node--view-mode-full .field--name-field-term-2 > .field__item h2 {
        font-size: calc(1.275rem + 0.21429vw) ; } }
    @media (max-width: 766.98px) {
      .node--type-product.node--view-mode-full .field--name-field-term-2 > .field__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%; }
        .node--type-product.node--view-mode-full .field--name-field-term-2 > .field__item h2 {
          font-size: 1.75rem; } }
    @media (max-width: 766.98px) and (max-width: 1680px) {
      .node--type-product.node--view-mode-full .field--name-field-term-2 > .field__item h2 {
        font-size: calc(1.3rem + 0.42857vw) ; } }
    @media (max-width: 575.98px) {
      .node--type-product.node--view-mode-full .field--name-field-term-2 > .field__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%; }
        .node--type-product.node--view-mode-full .field--name-field-term-2 > .field__item h2 {
          font-size: 1.125rem; } }

.node--type-product.node--view-mode-full .field--name-field-paragraph .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .node--type-product.node--view-mode-full .field--name-field-paragraph .field__items > .field__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px; }
  .node--type-product.node--view-mode-full .field--name-field-paragraph .field__items .filter-colors {
    pointer-events: none; }

.node--type-product.node--view-mode-full .field--name-field-media-2 .view-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.node--type-product.node--view-mode-full .field--name-field-media-2 .view-image a,
.node--type-product.node--view-mode-full .field--name-field-media-2 .download-image a {
  font-size: 1.5rem;
  font-weight: normal;
  color: #383430; }
  @media (max-width: 1680px) {
    .node--type-product.node--view-mode-full .field--name-field-media-2 .view-image a,
    .node--type-product.node--view-mode-full .field--name-field-media-2 .download-image a {
      font-size: calc(1.275rem + 0.21429vw) ; } }
  .node--type-product.node--view-mode-full .field--name-field-media-2 .view-image a:hover,
  .node--type-product.node--view-mode-full .field--name-field-media-2 .download-image a:hover {
    color: #383430;
    font-weight: bold; }

.node--type-product.node--view-mode-full .field--name-field-media-2 .view-image::after {
  content: "|";
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 15px; }
  @media (max-width: 1680px) {
    .node--type-product.node--view-mode-full .field--name-field-media-2 .view-image::after {
      font-size: calc(1.275rem + 0.21429vw) ; } }

.node--type-product.node--view-mode-full .field--name-field-media-2 .download-image a::before {
  content: "";
  display: inline-block;
  background: url("../images/download2.png") no-repeat 100% 0;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 5px; }

.node--type-product.node--view-mode-full .field--name-field-unlimited-paragraph {
  padding-top: 100px;
  padding-bottom: 100px; }
  .node--type-product.node--view-mode-full .field--name-field-unlimited-paragraph > .field__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .node--type-product.node--view-mode-full .field--name-field-unlimited-paragraph > .field__items > .field__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%;
      margin-left: 3%; }
    @media (min-width: 767px) and (max-width: 1299.98px) {
      .node--type-product.node--view-mode-full .field--name-field-unlimited-paragraph > .field__items {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .node--type-product.node--view-mode-full .field--name-field-unlimited-paragraph > .field__items > .field__item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 20%;
                  flex: 0 0 20%;
          padding: 0 15px;
          margin-left: 0; } }
    @media (max-width: 575.98px) {
      .node--type-product.node--view-mode-full .field--name-field-unlimited-paragraph > .field__items > .field__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 0 15px;
        margin-left: 0; } }

.node--type-product.node--view-mode-full .field--name-field-unlimited-media .field__label {
  margin: 60px 0; }

.node--type-product.node--view-mode-full .field--name-field-unlimited-media .slick-arrow {
  width: 38px;
  height: 70px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  z-index: 2; }
  .node--type-product.node--view-mode-full .field--name-field-unlimited-media .slick-arrow.slick-next {
    background: url("../images/sprites_arrows.png") no-repeat;
    background-position:  -21px -25px;
    left: 0; }
  .node--type-product.node--view-mode-full .field--name-field-unlimited-media .slick-arrow.slick-prev {
    background: url("../images/sprites_arrows.png") no-repeat;
    background-position:  -594px -18px;
    right: 0; }

.node--type-product.node--view-mode-full .block-views-blockproducts-similar {
  padding-top: 60px;
  padding-bottom: 60px; }
  .node--type-product.node--view-mode-full .block-views-blockproducts-similar > h2 {
    font-weight: bold;
    margin-bottom: 30px; }

.node--type-product.node--view-mode-full .custom-padding-left {
  padding-right: 90px; }

.node--type-product.node--view-mode-full .custom-padding-right {
  padding-left: 90px; }

@media (min-width: 767px) {
  .node--type-product.node--view-mode-full .slick-prev + .slick-list {
    margin: 0 30px 60px; }
  .node--type-product.node--view-mode-full .slick-list {
    margin: 0 -30px 60px; }
    .node--type-product.node--view-mode-full .slick-list .slick-slide {
      padding: 0 30px; } }

@media (max-width: 1100.98px) {
  .node--type-product.node--view-mode-full .custom-padding-left {
    padding-right: 24px; }
  .node--type-product.node--view-mode-full .custom-padding-right {
    padding-left: 24px; } }

@media (max-width: 766.98px) {
  .node--type-product.node--view-mode-full .custom-padding-left {
    padding-right: 15px; }
  .node--type-product.node--view-mode-full .custom-padding-right {
    padding-left: 15px; }
  .node--type-product.node--view-mode-full .field--name-field-formatted-long,
  .node--type-product.node--view-mode-full .field--name-field-formatted-long-4,
  .node--type-product.node--view-mode-full .field--name-field-paragraph,
  .node--type-product.node--view-mode-full .field--name-field-media-2 {
    position: relative; }
    .node--type-product.node--view-mode-full .field--name-field-formatted-long > .field__label,
    .node--type-product.node--view-mode-full .field--name-field-formatted-long-4 > .field__label,
    .node--type-product.node--view-mode-full .field--name-field-paragraph > .field__label,
    .node--type-product.node--view-mode-full .field--name-field-media-2 > .field__label {
      padding-top: 40px; }
      .node--type-product.node--view-mode-full .field--name-field-formatted-long > .field__label::before,
      .node--type-product.node--view-mode-full .field--name-field-formatted-long-4 > .field__label::before,
      .node--type-product.node--view-mode-full .field--name-field-paragraph > .field__label::before,
      .node--type-product.node--view-mode-full .field--name-field-media-2 > .field__label::before {
        content: "";
        position: absolute;
        background-color: #414244;
        top: 25px;
        right: 0;
        width: 40px;
        height: 2px; }
  .node--type-product.node--view-mode-full .block-field-blocknodeproductfield-formatted-long-4 {
    margin-top: 30px; }
  .node--type-product.node--view-mode-full .slick-list {
    margin: 0 -15px; } }

.node--type-product.node--view-mode-teaser .field--name-node-title {
  margin: 43px 0 8px;
  max-width: 80%; }

@media (max-width: 1100.98px) {
  .node--type-product.node--view-mode-teaser {
    max-width: unset; }
    .node--type-product.node--view-mode-teaser .field--name-node-title {
      max-width: unset; } }

.node--type-product.node--view-mode-small-teaser .field--name-field-media {
  margin-bottom: 15px; }

.node--type-article.node--view-mode-large-left-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .node--type-article.node--view-mode-large-left-teaser .field--name-field-media {
    position: relative; }
    .node--type-article.node--view-mode-large-left-teaser .field--name-field-media:after {
      content: "";
      background-color: #4a4a4ab3;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .node--type-article.node--view-mode-large-left-teaser .field--name-node-title a {
    color: #fff; }
  .node--type-article.node--view-mode-large-left-teaser .field--name-node-post-date {
    font-weight: normal;
    margin-bottom: 8px;
    width: 100%; }
  .node--type-article.node--view-mode-large-left-teaser .wrapper {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .node--type-article.node--view-mode-large-left-teaser .wrapper .video-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 65%;
              flex: 0 0 65%;
      position: relative; }
      .node--type-article.node--view-mode-large-left-teaser .wrapper .video-wrapper .field--name-field-media-2 {
        display: none; }
      .node--type-article.node--view-mode-large-left-teaser .wrapper .video-wrapper .play-icon {
        cursor: pointer;
        position: absolute;
        right: 50%;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        background: url(../images/video_sprite.png) no-repeat 100% 0;
        width: 64px;
        height: 72px; }
      .node--type-article.node--view-mode-large-left-teaser .wrapper .video-wrapper video {
        width: 100%;
        height: 100%; }
      .node--type-article.node--view-mode-large-left-teaser .wrapper .video-wrapper div:not(.contextual) {
        height: 100%; }
      @media (max-width: 1299.98px) {
        .node--type-article.node--view-mode-large-left-teaser .wrapper .video-wrapper {
          -webkit-box-flex: 50%;
              -ms-flex: 50%;
                  flex: 50%; } }
      @media (max-width: 766.98px) {
        .node--type-article.node--view-mode-large-left-teaser .wrapper .video-wrapper .play-icon {
          display: none; } }
    .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%;
      color: #fff;
      margin: 25px;
      border: 5px solid #979797; }
      .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper .field--name-node-title {
        text-transform: uppercase; }
      .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper .field--name-body,
      .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper .field--name-node-title,
      .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper .field--name-node-post-date {
        max-width: 60%;
        /* stylelint-disable */
        /* stylelint-enable */ }
        @media (max-width: 1400px) {
          .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper .field--name-body,
          .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper .field--name-node-title,
          .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper .field--name-node-post-date {
            max-width: unset; } }
      .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper .play-icon {
        display: none; }
      @media (max-width: 1299.98px) {
        .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper {
          -webkit-box-flex: 50%;
              -ms-flex: 50%;
                  flex: 50%; }
          .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper .field--name-body,
          .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper .field--name-node-title {
            max-width: unset; } }
      @media (max-width: 766.98px) {
        .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          position: absolute;
          right: 0;
          top: 0;
          left: 0;
          bottom: 0; }
          .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper .play-icon {
            display: block;
            margin-top: auto;
            background: url(../images/video_sprite.png);
            background-position: 100% 0;
            width: 64px;
            height: 72px;
            cursor: pointer; } }
      @media (max-width: 575.98px) {
        .node--type-article.node--view-mode-large-left-teaser .wrapper .content-wrapper .field--name-body {
          display: none; } }

.node--type-article.node--view-mode-teaser {
  padding: 30px 100px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }
  .node--type-article.node--view-mode-teaser .field--name-node-title {
    text-transform: uppercase; }
  .node--type-article.node--view-mode-teaser .field--name-node-post-date,
  .node--type-article.node--view-mode-teaser .field--name-node-title {
    margin-bottom: 10px; }
  .node--type-article.node--view-mode-teaser .field--name-node-post-date {
    font-size: 1.125rem;
    font-weight: normal; }
  .node--type-article.node--view-mode-teaser .field--name-node-link {
    margin-top: 10px; }
    .node--type-article.node--view-mode-teaser .field--name-node-link a {
      font-size: 1.25rem;
      font-weight: bold; }
  @media (max-width: 1679.98px) {
    .node--type-article.node--view-mode-teaser {
      padding: 30px 75px 20px; } }
  @media (max-width: 1299.98px) {
    .node--type-article.node--view-mode-teaser {
      padding: 30px 50px 20px; } }
  @media (max-width: 1100.98px) {
    .node--type-article.node--view-mode-teaser {
      padding: 20px 25px 30px; } }
  @media (max-width: 766.98px) {
    .node--type-article.node--view-mode-teaser {
      padding: 20px 30px; } }

.node--type-article.node--view-mode-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 470px;
  padding: 40px 30px 20px;
  border: 5px solid #fff;
  color: #fff;
  height: 100%; }
  .node--type-article.node--view-mode-card .field--name-field-media img {
    display: none; }
  .node--type-article.node--view-mode-card .field--name-field-term {
    font-weight: bold;
    padding: 10px 0;
    -ms-flex-item-align: end;
        align-self: end;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%; }
    .node--type-article.node--view-mode-card .field--name-field-term::before {
      width: 28px;
      height: 3px;
      background-color: #fff; }
  .node--type-article.node--view-mode-card .field--name-node-title {
    margin-bottom: 60px; }
    .node--type-article.node--view-mode-card .field--name-node-title h2 {
      font-weight: lighter; }
  .node--type-article.node--view-mode-card:hover {
    background: #A6675A; }
    .node--type-article.node--view-mode-card:hover .field--name-field-term::before {
      background-color: #3e3a36; }
  @media (max-width: 766.98px) {
    .node--type-article.node--view-mode-card {
      max-width: 80%; } }

.node--type-article.node--view-mode-large-teaser {
  width: 100%; }
  .node--type-article.node--view-mode-large-teaser .wrapper {
    margin-top: 10px; }
  .node--type-article.node--view-mode-large-teaser .field--name-field-term {
    font-weight: lighter; }
  .node--type-article.node--view-mode-large-teaser .author-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px; }
    .node--type-article.node--view-mode-large-teaser .author-wrapper a {
      color: #bcbcbc; }
  .node--type-article.node--view-mode-large-teaser .field--name-field-plain-text,
  .node--type-article.node--view-mode-large-teaser .field--name-field-link {
    color: #bcbcbc;
    font-weight: 400; }
    .node--type-article.node--view-mode-large-teaser .field--name-field-plain-text.field--name-field-plain-text,
    .node--type-article.node--view-mode-large-teaser .field--name-field-link.field--name-field-plain-text {
      margin-right: 10px; }
      .node--type-article.node--view-mode-large-teaser .field--name-field-plain-text.field--name-field-plain-text p,
      .node--type-article.node--view-mode-large-teaser .field--name-field-link.field--name-field-plain-text p {
        font-size: 1.25rem; }
    .node--type-article.node--view-mode-large-teaser .field--name-field-plain-text.field--name-field-link,
    .node--type-article.node--view-mode-large-teaser .field--name-field-link.field--name-field-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .node--type-article.node--view-mode-large-teaser .field--name-field-plain-text.field--name-field-link::before,
      .node--type-article.node--view-mode-large-teaser .field--name-field-link.field--name-field-link::before {
        content: "";
        font-family: "FontAwesome";
        font-weight: normal;
        color: #bcbcbc;
        font-size: 32px; }
      .node--type-article.node--view-mode-large-teaser .field--name-field-plain-text.field--name-field-link:before,
      .node--type-article.node--view-mode-large-teaser .field--name-field-link.field--name-field-link:before {
        margin-left: 10px; }
      .node--type-article.node--view-mode-large-teaser .field--name-field-plain-text.field--name-field-link a,
      .node--type-article.node--view-mode-large-teaser .field--name-field-link.field--name-field-link a {
        font-size: 1.25rem; }

.node--type-article.node--view-mode-left-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .node--type-article.node--view-mode-left-teaser .group-right {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    max-width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 15px; }
  .node--type-article.node--view-mode-left-teaser .group-left {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
    max-width: 40%;
    padding-left: 15px; }
  .node--type-article.node--view-mode-left-teaser .share-file-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
    margin-top: auto;
    border-top: 1px solid #3e3a36;
    border-bottom: 1px solid #3e3a36; }
  .node--type-article.node--view-mode-left-teaser .field--name-field-media-file .btn-primary {
    all: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .node--type-article.node--view-mode-left-teaser .field--name-field-media-file .fa {
    margin-right: 5px;
    color: #635e5a; }
  .node--type-article.node--view-mode-left-teaser .field--name-dynamic-block-fieldnode-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .node--type-article.node--view-mode-left-teaser .field--name-dynamic-block-fieldnode-share::after {
      content: "";
      font-family: "FontAwesome";
      font-weight: normal;
      color: #635e5a;
      font-size: 25px; }
    .node--type-article.node--view-mode-left-teaser .field--name-dynamic-block-fieldnode-share .field__label {
      font-size: 1.125rem;
      color: #635e5a;
      font-weight: lighter;
      margin-left: 8px; }
    .node--type-article.node--view-mode-left-teaser .field--name-dynamic-block-fieldnode-share .orientation-horizontal {
      position: absolute;
      bottom: 100%;
      left: 0;
      display: none; }
      .node--type-article.node--view-mode-left-teaser .field--name-dynamic-block-fieldnode-share .orientation-horizontal li {
        float: none; }
  .node--type-article.node--view-mode-left-teaser > .contextual {
    right: unset; }
  @media (max-width: 766.98px) {
    .node--type-article.node--view-mode-left-teaser {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .node--type-article.node--view-mode-left-teaser .group-left,
      .node--type-article.node--view-mode-left-teaser .group-right {
        padding: 0;
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        max-width: 100%; }
      .node--type-article.node--view-mode-left-teaser .field--name-body,
      .node--type-article.node--view-mode-left-teaser .share-file-wrapper,
      .node--type-article.node--view-mode-left-teaser .field--name-node-title {
        margin-top: 15px; }
      .node--type-article.node--view-mode-left-teaser .field--name-node-title h2 {
        margin: 0; } }

.node--type-article.node--view-mode-full .left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 135px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media (max-width: 1299.98px) {
    .node--type-article.node--view-mode-full .left-column {
      padding-left: 90px; } }
  @media (max-width: 1100.98px) {
    .node--type-article.node--view-mode-full .left-column {
      padding: 0 24px; } }

.node--type-article.node--view-mode-full .field--name-field-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.node--type-article.node--view-mode-full .block {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.node--type-article.node--view-mode-full .block-field-blocknodearticletitle {
  margin-bottom: 0; }

.node--type-article.node--view-mode-full .block-field-blocknodearticlebody:nth-child(2) p {
  font-size: 1.5rem; }
  @media (max-width: 1680px) {
    .node--type-article.node--view-mode-full .block-field-blocknodearticlebody:nth-child(2) p {
      font-size: calc(1.275rem + 0.21429vw) ; } }
  @media (max-width: 1100.98px) {
    .node--type-article.node--view-mode-full .block-field-blocknodearticlebody:nth-child(2) p {
      font-size: 1rem; } }

.node--type-article.node--view-mode-full .block-field-blocknodearticlebody:nth-child(6) {
  max-width: 750px; }

.node--type-article.node--view-mode-full .field--name-field-media {
  max-width: 750px; }

.node--type-article.node--view-mode-full .block-field-blocknodearticlefield-paragraph-3,
.node--type-article.node--view-mode-full .block-shariff,
.node--type-article.node--view-mode-full .block-field-blocknodearticlefield-link {
  margin-bottom: 50px;
  padding: 20px 0;
  border-top: 1px solid #3e3a36;
  border-bottom: 1px solid #3e3a36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.node--type-article.node--view-mode-full .block-field-blocknodearticlefield-paragraph-3 > .content {
  width: 100%; }

@media (max-width: 1100.98px) {
  .node--type-article.node--view-mode-full .block-field-blocknodearticlefield-paragraph-3 {
    border-bottom: none;
    margin-bottom: 0; } }

.node--type-article.node--view-mode-full .block-field-blocknodearticlefield-paragraph-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
  @media (max-width: 1100.98px) {
    .node--type-article.node--view-mode-full .block-field-blocknodearticlefield-paragraph-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      border-bottom: none;
      margin-bottom: 0; }
      .node--type-article.node--view-mode-full .block-field-blocknodearticlefield-paragraph-3 > .content {
        margin-right: 10px; } }

.node--type-article.node--view-mode-full .block-shariff {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .node--type-article.node--view-mode-full .block-shariff > h2 {
    font-size: 1.5rem;
    font-weight: lighter;
    margin: 0 0 0 20px; }
    @media (max-width: 1680px) {
      .node--type-article.node--view-mode-full .block-shariff > h2 {
        font-size: calc(1.275rem + 0.21429vw) ; } }
  .node--type-article.node--view-mode-full .block-shariff > .content {
    width: 91px; }
  .node--type-article.node--view-mode-full .block-shariff .shariff-button {
    padding: 0 15px;
    margin: 0;
    border-left: 1px solid #3e3a36;
    width: initial !important;
    /* stylelint-disable-line */
    height: initial; }
    .node--type-article.node--view-mode-full .block-shariff .shariff-button:last-of-type {
      padding-left: 0;
      border-left: none; }
    .node--type-article.node--view-mode-full .block-shariff .shariff-button .fa-facebook-f,
    .node--type-article.node--view-mode-full .block-shariff .shariff-button .fa-twitter {
      font-size: 1.5rem;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (max-width: 1680px) {
        .node--type-article.node--view-mode-full .block-shariff .shariff-button .fa-facebook-f,
        .node--type-article.node--view-mode-full .block-shariff .shariff-button .fa-twitter {
          font-size: calc(1.275rem + 0.21429vw) ; } }
  @media (max-width: 1100.98px) {
    .node--type-article.node--view-mode-full .block-shariff {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      border-top: none;
      margin-top: 0;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.node--type-article.node--view-mode-full .block-field-blocknodearticlefield-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
  @media (max-width: 1100.98px) {
    .node--type-article.node--view-mode-full .block-field-blocknodearticlefield-link {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%; } }

.node--type-article.node--view-mode-full .field--name-field-plain-text h3,
.node--type-article.node--view-mode-full .field--name-field-plain-text a,
.node--type-article.node--view-mode-full .field--name-field-link h3,
.node--type-article.node--view-mode-full .field--name-field-link a {
  color: #bcbcbc;
  margin-bottom: 0;
  font-weight: 400; }

.node--type-article.node--view-mode-full .field--name-field-plain-text.field--name-field-link::before,
.node--type-article.node--view-mode-full .field--name-field-link.field--name-field-link::before {
  content: "";
  font-family: "FontAwesome";
  font-weight: normal;
  color: #bcbcbc;
  font-size: 32px; }

.node--type-article.node--view-mode-full .field--name-field-plain-text.field--name-field-link:before,
.node--type-article.node--view-mode-full .field--name-field-link.field--name-field-link:before {
  margin-left: 10px; }

.taxonomy-term--type-interior-exterior.taxonomy-term--view-mode-small-left-teaser,
.taxonomy-term--type-product-category.taxonomy-term--view-mode-small-left-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .taxonomy-term--type-interior-exterior.taxonomy-term--view-mode-small-left-teaser .field--name-field-media,
  .taxonomy-term--type-product-category.taxonomy-term--view-mode-small-left-teaser .field--name-field-media {
    width: 50px; }
  .taxonomy-term--type-interior-exterior.taxonomy-term--view-mode-small-left-teaser .field--name-taxonomy-term-title h2,
  .taxonomy-term--type-product-category.taxonomy-term--view-mode-small-left-teaser .field--name-taxonomy-term-title h2 {
    margin-bottom: 0; }

.taxonomy-term--type-subsite.taxonomy-term--view-mode-card {
  position: relative;
  padding: 27px 55px;
  min-height: 595px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .taxonomy-term--type-subsite.taxonomy-term--view-mode-card > .contextual {
    right: 0; }
  .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .field--name-field-media-2 img {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .field--name-field-media-2 .contextual-region {
    position: static; }
  .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper {
    padding: 35px 60px;
    border: 3px solid #fff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper .field--name-field-media {
      margin-bottom: 25px; }
    .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper .field--name-taxonomy-term-title,
    .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper .field--name-description {
      max-width: 60%; }
      .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper .field--name-taxonomy-term-title h1,
      .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper .field--name-description h1 {
        margin: 25px 0 15px; }
    .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper .field--name-taxonomy-term-link {
      margin-top: auto;
      padding-top: 20px; }
      .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper .field--name-taxonomy-term-link a:hover, .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper .field--name-taxonomy-term-link a:focus {
        color: #fff; }
    @media (max-width: 1299.98px) {
      .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper .field--name-taxonomy-term-title,
      .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper .field--name-description {
        max-width: unset; } }
    @media (max-width: 1100.98px) {
      .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper {
        padding: 30px; }
        .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper .field--name-field-media {
          margin-bottom: 15px; }
        .taxonomy-term--type-subsite.taxonomy-term--view-mode-card .content-wrapper h1 {
          margin: 0; } }
  @media (max-width: 1299.98px) {
    .taxonomy-term--type-subsite.taxonomy-term--view-mode-card {
      min-height: unset;
      padding: 25px; } }

.taxonomy-term--type-subsite.taxonomy-term--view-mode-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 70px 20px 20px 115px; }
  .taxonomy-term--type-subsite.taxonomy-term--view-mode-teaser * {
    color: #fff; }
  .taxonomy-term--type-subsite.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
    margin: 20px 0 120px; }
    .taxonomy-term--type-subsite.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title h2 {
      font-size: 1.625rem; }
      @media (max-width: 1680px) {
        .taxonomy-term--type-subsite.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title h2 {
          font-size: calc(1.2875rem + 0.32143vw) ; } }
  .taxonomy-term--type-subsite.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link {
    margin-top: auto; }
  @media (max-width: 1299.98px) {
    .taxonomy-term--type-subsite.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
      margin-bottom: 60px; }
      .taxonomy-term--type-subsite.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title h2 {
        font-size: 1.125rem; } }

.taxonomy-term--type-subsite.taxonomy-term--view-mode-left-teaser a:hover {
  color: inherit; }

.taxonomy-term--type-subsite.taxonomy-term--view-mode-left-teaser .field--name-taxonomy-term-link {
  margin-top: 10px; }
  .taxonomy-term--type-subsite.taxonomy-term--view-mode-left-teaser .field--name-taxonomy-term-link a {
    font-size: 1rem;
    font-weight: bold; }

.taxonomy-term--type-product-use.taxonomy-term--view-mode-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f2f2f2;
  text-align: center;
  padding: 15px;
  height: 100%; }
  .taxonomy-term--type-product-use.taxonomy-term--view-mode-teaser .field--name-field-media {
    margin-bottom: 15px; }

.paragraph--type-features.paragraph--view-mode-left-teaser .field--name-field-media {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px; }
  .paragraph--type-features.paragraph--view-mode-left-teaser .field--name-field-media img {
    display: block;
    margin: auto; }

.paragraph--type-features.paragraph--view-mode-left-teaser .field--name-field-text {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px; }
  @media (max-width: 1680px) {
    .paragraph--type-features.paragraph--view-mode-left-teaser .field--name-field-text {
      font-size: calc(1.275rem + 0.21429vw) ; } }

.paragraph--type-features.paragraph--view-mode-left-teaser .feature-duplicate-name {
  display: none; }

@media (max-width: 1299.98px) {
  .paragraph--type-features.paragraph--view-mode-left-teaser {
    margin-bottom: 30px; }
    .paragraph--type-features.paragraph--view-mode-left-teaser .field--name-field-text {
      display: none; }
    .paragraph--type-features.paragraph--view-mode-left-teaser .feature-duplicate-name {
      display: block; }
    .paragraph--type-features.paragraph--view-mode-left-teaser .field--name-field-media {
      width: 100%;
      text-align: center; } }

.paragraph--type--product-price.paragraph--view-mode--default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.node--type-color.node--view-mode-small-teaser .wrapper, .node--type-color.node--view-mode-large-teaser .wrapper {
  position: relative;
  overflow: hidden; }
  .node--type-color.node--view-mode-small-teaser .wrapper .new-ribbon, .node--type-color.node--view-mode-large-teaser .wrapper .new-ribbon {
    font-size: 0.9375rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 100px;
    background: #d91a00;
    position: absolute;
    top: 15px;
    left: -24px;
    z-index: 3; }

.node--type-color.node--view-mode-small-teaser .field--name-field-media {
  margin-bottom: 8px; }

.node--type-color.node--view-mode-small-teaser .field--name-field-unlimited-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .node--type-color.node--view-mode-small-teaser .field--name-field-unlimited-terms .field__item {
    margin-left: 5px; }

.node--type-color.node--view-mode-large-teaser .field--name-field-unlimited-terms,
.node--type-color.node--view-mode-large-teaser .field--name-field-text-plain,
.node--type-color.node--view-mode-large-teaser .field--name-field-content {
  margin-bottom: 20px; }
  .node--type-color.node--view-mode-large-teaser .field--name-field-unlimited-terms .field__label,
  .node--type-color.node--view-mode-large-teaser .field--name-field-text-plain .field__label,
  .node--type-color.node--view-mode-large-teaser .field--name-field-content .field__label {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 5px; }

.node--type-color.node--view-mode-large-teaser .field--name-field-media {
  margin-bottom: 8px; }

.node--type-color.node--view-mode-large-teaser .field--name-field-term-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0; }
  .node--type-color.node--view-mode-large-teaser .field--name-field-term-2 .field__item {
    font-size: 1.125rem;
    font-weight: bold;
    border: 1px solid #979797;
    padding: 2px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-bottom: 8px; }
    .node--type-color.node--view-mode-large-teaser .field--name-field-term-2 .field__item:not(:last-child) {
      margin-left: 8px; }

.node--type-color.node--view-mode-large-teaser .field--name-field-text-plain .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .node--type-color.node--view-mode-large-teaser .field--name-field-text-plain .field__items .field__item {
    font-size: 1.125rem;
    font-weight: lighter;
    color: #999999; }
    .node--type-color.node--view-mode-large-teaser .field--name-field-text-plain .field__items .field__item:not(:last-of-type):after {
      content: ",";
      margin-left: 5px; }

.node--type-color.node--view-mode-large-teaser .field--name-field-content .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.node--type-color.node--view-mode-large-teaser .field--name-field-content .field__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

.node--type-color.node--view-mode-large-teaser .field--name-field-content .current-color-image {
  width: 75%; }

.node--type-color.node--view-mode-large-teaser .field--name-field-content .referenced-color-image {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 75%;
  overflow: hidden; }
  @media (min-width: 576px) {
    .node--type-color.node--view-mode-large-teaser .field--name-field-content .referenced-color-image:hover {
      min-width: 300px;
      right: 50%;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      z-index: 2;
      border: 1px solid #d8d8d8; } }

.node--type-color.node--view-mode-large-teaser .field--name-field-content .referenced-color-code {
  text-align: center;
  margin-top: 35px; }
  .node--type-color.node--view-mode-large-teaser .field--name-field-content .referenced-color-code a {
    display: block;
    font-size: 1.125rem;
    font-weight: bold; }

.node--type-color.node--view-mode-large-teaser .field--name-field-plain-text-long {
  font-weight: bold;
  margin: 10px 0 5px; }

.node--type-color.node--view-mode-full .left-region {
  border-left: 1px solid #f2f2f2; }
  @media (max-width: 575.98px) {
    .node--type-color.node--view-mode-full .left-region {
      border-bottom: 1px solid #f2f2f2;
      margin-bottom: 30px; } }

.node--type-job.node--view-mode-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 40px 35px;
  border: 1px solid #A6675A;
  height: 100%; }
  .node--type-job.node--view-mode-teaser .field--name-node-title {
    min-height: 230px; }
  .node--type-job.node--view-mode-teaser .field--name-node-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:  flex-start;
        -ms-flex-pack:  flex-start;
            justify-content:  flex-start; }
    .node--type-job.node--view-mode-teaser .field--name-node-link a {
      padding: 5px 0;
      border-bottom: 1px solid #A6675A; }
  .node--type-job.node--view-mode-teaser:hover {
    background-color: #A6675A;
    border-color: #A6675A; }
    .node--type-job.node--view-mode-teaser:hover * {
      color: #fff; }
    .node--type-job.node--view-mode-teaser:hover .field--name-node-link a {
      padding: 5px 0;
      border-color: #fff; }
  @media (max-width: 1299.98px) {
    .node--type-job.node--view-mode-teaser {
      padding: 20px; } }
  @media (max-width: 766.98px) {
    .node--type-job.node--view-mode-teaser .field--name-node-title {
      min-height: 180px; } }
  @media (max-width: 575.98px) {
    .node--type-job.node--view-mode-teaser .field--name-node-title {
      min-height: 100px; } }

.node--type-job .node--view-mode-full .page-title {
  font-weight: normal; }

.node--type-history.node--view-mode-teaser {
  padding: 20px 30px 100px;
  height: 100%; }
  .node--type-history.node--view-mode-teaser .field--name-field-number {
    font-weight: bold; }
  .node--type-history.node--view-mode-teaser .field--name-seeds-body p {
    font-size: 1.375rem; }
    @media (max-width: 1680px) {
      .node--type-history.node--view-mode-teaser .field--name-seeds-body p {
        font-size: calc(1.2625rem + 0.10714vw) ; } }

.taxonomy-term--type-color-availability.taxonomy-term--view-mode-small-left-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .taxonomy-term--type-color-availability.taxonomy-term--view-mode-small-left-teaser .field--name-field-media {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%; }
  .taxonomy-term--type-color-availability.taxonomy-term--view-mode-small-left-teaser .field--name-taxonomy-term-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
    margin-right: 8px; }
    .taxonomy-term--type-color-availability.taxonomy-term--view-mode-small-left-teaser .field--name-taxonomy-term-title h2 {
      color: #999999;
      font-weight: lighter; }

.taxonomy-term--type-interior-exterior.taxonomy-term--view-mode-card {
  position: relative; }
  .taxonomy-term--type-interior-exterior.taxonomy-term--view-mode-card .field--name-field-image:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .taxonomy-term--type-interior-exterior.taxonomy-term--view-mode-card .field--name-taxonomy-term-title {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 100%;
    text-align: center; }
    .taxonomy-term--type-interior-exterior.taxonomy-term--view-mode-card .field--name-taxonomy-term-title a {
      color: #fff;
      font-size: inherit;
      text-transform: uppercase; }
  .taxonomy-term--type-interior-exterior.taxonomy-term--view-mode-card.active .field--name-field-image:before {
    background-color: #A6675A; }

.paragraph--type--author.paragraph--view-mode--default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .paragraph--type--author.paragraph--view-mode--default .field--name-field-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 12px; }
    .paragraph--type--author.paragraph--view-mode--default .field--name-field-text h3 {
      margin: 0;
      color: #9b9b9b; }
  .paragraph--type--author.paragraph--view-mode--default .field--name-field-media img {
    border-radius: 50%; }

.node.node--view-mode-search-result, .node.taxonomy-term--view-mode-search-result,
.taxonomy-term.node--view-mode-search-result,
.taxonomy-term.taxonomy-term--view-mode-search-result {
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 5px; }
  .node.node--view-mode-search-result a, .node.taxonomy-term--view-mode-search-result a,
  .taxonomy-term.node--view-mode-search-result a,
  .taxonomy-term.taxonomy-term--view-mode-search-result a {
    font-size: inherit; }

.view-id-subsite_view.view-display-id-home_page_subsite .views-row {
  z-index: 2; }

.view-id-subsite_view .view-content.row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .view-id-subsite_view .view-content.row .column {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1100.98px) {
      .view-id-subsite_view .view-content.row .column {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%; } }
  .view-id-subsite_view .view-content.row .views-row:last-child .field--name-field-media {
    padding: 22px 0; }

.view-id-slider.view-display-id-home_slider > .contextual {
  top: 5px;
  left: 35px; }

.view-id-slider.view-display-id-home_slider > .view-content {
  margin: 0; }

.view-id-slider.view-display-id-kam_homag_slider .slick__arrow {
  width: 150px;
  height: 60px;
  top: 70%;
  right: 40%;
  -webkit-transform: none;
          transform: none; }

.view-id-slider.view-display-id-kam_homag_slider .slick-arrow {
  width: 58px;
  height: 58px;
  border-radius: 0;
  background-image: url("../images/bordered_arrows.png"); }
  .view-id-slider.view-display-id-kam_homag_slider .slick-arrow:before {
    content: none; }

.view-id-slider.view-display-id-kam_homag_slider .slick-prev {
  background-position: -530px -62px;
  right: 0;
  left: unset; }

.view-id-slider.view-display-id-kam_homag_slider .slick-next {
  background-position: -62px -62px;
  left: 0;
  right: unset; }

@media (max-width: 1100.98px) {
  .view-id-slider.view-display-id-kam_homag_slider .slick__arrow {
    top: 85%;
    right: 10%; } }

@media (max-width: 766.98px) {
  .view-id-slider.view-display-id-kam_homag_slider .slick__arrow {
    top: 65%; } }

.view-id-slider.view-display-id-kam_leuco_slider .slick--view--slider {
  padding: 0 15px; }
  .view-id-slider.view-display-id-kam_leuco_slider .slick--view--slider .slick__slide {
    padding: 0 8px; }

.view-id-slider.view-display-id-kam_leuco_slider .slick__arrow {
  width: 150px;
  height: 60px;
  top: 70%;
  right: 40%;
  -webkit-transform: none;
          transform: none; }
  @media (max-width: 1100.98px) {
    .view-id-slider.view-display-id-kam_leuco_slider .slick__arrow {
      top: 75%;
      right: 65px; } }

.view-id-slider.view-display-id-kam_leuco_slider .slick-arrow {
  width: 62px;
  height: 62px;
  border-radius: 0;
  background-image: url("../images/bordered_arrows.png"); }
  .view-id-slider.view-display-id-kam_leuco_slider .slick-arrow:before {
    content: none; }

.view-id-slider.view-display-id-kam_leuco_slider .slick-prev {
  background-position: -504px -393px;
  right: 0;
  left: unset; }

.view-id-slider.view-display-id-kam_leuco_slider .slick-next {
  background-position: -64px -385px;
  left: 0;
  right: unset; }

.view-display-id-aak_slider .view-content.row {
  margin: 0; }

.view-display-id-aak_slider .slide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .view-display-id-aak_slider .slide__content .slide__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%; }
    @media (max-width: 1100.98px) {
      .view-display-id-aak_slider .slide__content .slide__media {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        position: relative; } }
  .view-display-id-aak_slider .slide__content .slide__caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .view-display-id-aak_slider .slide__content .slide__caption .slide__title {
      color: #A6675A;
      opacity: 0.8; }
    @media (max-width: 1100.98px) {
      .view-display-id-aak_slider .slide__content .slide__caption {
        position: absolute;
        right: 50px;
        top: 40px;
        padding: 30px;
        background-color: #fff;
        opacity: 0.8;
        max-width: 40%; } }
    @media (max-width: 766.98px) {
      .view-display-id-aak_slider .slide__content .slide__caption {
        right: 15px;
        top: 40px;
        padding: 30px;
        opacity: 0.8;
        max-width: 90%; } }

.view-display-id-aak_slider .slick--thumbnail .slick__slider {
  max-width: 35%;
  margin-right: auto; }
  .view-display-id-aak_slider .slick--thumbnail .slick__slider .slick-list {
    padding: 0; }
  .view-display-id-aak_slider .slick--thumbnail .slick__slider .slick-track {
    padding: 0;
    text-align: unset;
    /* stylelint-disable */ }
    .view-display-id-aak_slider .slick--thumbnail .slick__slider .slick-track .slick__slide {
      margin: 0 1px; }
    .view-display-id-aak_slider .slick--thumbnail .slick__slider .slick-track .slide__thumbnail {
      position: relative; }
      .view-display-id-aak_slider .slick--thumbnail .slick__slider .slick-track .slide__thumbnail::after {
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    .view-display-id-aak_slider .slick--thumbnail .slick__slider .slick-track img {
      border: unset; }
    .view-display-id-aak_slider .slick--thumbnail .slick__slider .slick-track .slick-current {
      -webkit-box-shadow: unset;
              box-shadow: unset;
      -webkit-transform: unset;
              transform: unset;
      /* stylelint-enable */ }
      .view-display-id-aak_slider .slick--thumbnail .slick__slider .slick-track .slick-current::before {
        content: unset; }
      .view-display-id-aak_slider .slick--thumbnail .slick__slider .slick-track .slick-current .slide__thumbnail {
        position: relative; }
        .view-display-id-aak_slider .slick--thumbnail .slick__slider .slick-track .slick-current .slide__thumbnail::after {
          content: unset; }

@media (max-width: 1100.98px) {
  .view-display-id-aak_slider .slick--skin--asnavfor {
    display: none; } }

.view-display-id-featured_products_home_page .view-content.row {
  margin: 0; }

.view-display-id-featured_products_home_page .slick-list {
  padding-left: 20%; }
  @media (max-width: 1100.98px) {
    .view-display-id-featured_products_home_page .slick-list {
      padding: 0; } }

.view-display-id-featured_products_home_page .slick__arrow .slick-prev {
  /* stylelint-disable */
  display: none !important;
  /* stylelint-enable */ }

.view-display-id-featured_products_home_page .slick__arrow .slick-next {
  left: 50px;
  background: url("../images/sprites_home.png") no-repeat -369px -162px;
  width: 72px;
  height: 132px;
  -webkit-transform: scale(-1) translateY(50%);
          transform: scale(-1) translateY(50%); }
  .view-display-id-featured_products_home_page .slick__arrow .slick-next::before {
    content: unset; }

.view-display-id-featured_products_home_page .slick__slide:not(.slick-current) .node--view-mode-large-left-teaser::before {
  content: unset; }

.view-display-id-featured_products_home_page .slick__slide:not(.slick-current) .group-left .field--name-field-image {
  position: relative; }
  .view-display-id-featured_products_home_page .slick__slide:not(.slick-current) .group-left .field--name-field-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(62, 58, 54, 0.8);
    z-index: 1; }

.view-display-id-featured_products_home_page .slick__slide.slick-current .node--view-mode-large-left-teaser::before {
  content: ""; }

@media (max-width: 766.98px) {
  .view-display-id-featured_products_home_page .slick__slide.slick-current .node--view-mode-large-left-teaser::before {
    content: unset; } }

@media (max-width: 1100.98px) {
  .view-display-id-featured_products_home_page .slick__arrow {
    display: none; } }

.view-display-id-home_page_video .view-content.row {
  margin: 0; }

.view-display-id-home_page_knowledge_center .view-content.row {
  margin: 0; }
  .view-display-id-home_page_knowledge_center .view-content.row .views-row {
    border-bottom: 1px solid; }
    .view-display-id-home_page_knowledge_center .view-content.row .views-row:nth-child(2) {
      border-left: 1px solid #333;
      border-right: 1px solid #333; }
    @media (max-width: 1299.98px) {
      .view-display-id-home_page_knowledge_center .view-content.row .views-row:nth-child(2) {
        border-left: unset; }
      .view-display-id-home_page_knowledge_center .view-content.row .views-row:last-child {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        max-width: 100%; } }
    @media (max-width: 766.98px) {
      .view-display-id-home_page_knowledge_center .view-content.row .views-row:nth-child(2) {
        border-right: unset; } }

.view-id-articles.view-display-id-knowledge_center_page_queue .slick-slider {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.view-id-articles.view-display-id-knowledge_center_page_queue .slick-slide {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.view-id-articles.view-display-id-knowledge_center_page_queue .slick-prev,
.view-id-articles.view-display-id-knowledge_center_page_queue .slick-next {
  font-size: 0;
  background-color: transparent;
  border: none;
  position: absolute; }
  .view-id-articles.view-display-id-knowledge_center_page_queue .slick-prev.slick-prev,
  .view-id-articles.view-display-id-knowledge_center_page_queue .slick-next.slick-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0; }
    .view-id-articles.view-display-id-knowledge_center_page_queue .slick-prev.slick-prev::before,
    .view-id-articles.view-display-id-knowledge_center_page_queue .slick-next.slick-prev::before {
      content: "";
      font-family: "FontAwesome";
      font-weight: normal;
      color: #3e3a36;
      font-size: 20px; }
    .view-id-articles.view-display-id-knowledge_center_page_queue .slick-prev.slick-prev:before,
    .view-id-articles.view-display-id-knowledge_center_page_queue .slick-next.slick-prev:before {
      font-size: 6.25rem;
      color: #fff; }
      @media (max-width: 1680px) {
        .view-id-articles.view-display-id-knowledge_center_page_queue .slick-prev.slick-prev:before,
        .view-id-articles.view-display-id-knowledge_center_page_queue .slick-next.slick-prev:before {
          font-size: calc(1.75rem + 4.28571vw) ; } }
  .view-id-articles.view-display-id-knowledge_center_page_queue .slick-prev.slick-next,
  .view-id-articles.view-display-id-knowledge_center_page_queue .slick-next.slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0; }
    .view-id-articles.view-display-id-knowledge_center_page_queue .slick-prev.slick-next::before,
    .view-id-articles.view-display-id-knowledge_center_page_queue .slick-next.slick-next::before {
      content: "";
      font-family: "FontAwesome";
      font-weight: normal;
      color: #3e3a36;
      font-size: 20px; }
    .view-id-articles.view-display-id-knowledge_center_page_queue .slick-prev.slick-next:before,
    .view-id-articles.view-display-id-knowledge_center_page_queue .slick-next.slick-next:before {
      font-size: 6.25rem;
      color: #fff; }
      @media (max-width: 1680px) {
        .view-id-articles.view-display-id-knowledge_center_page_queue .slick-prev.slick-next:before,
        .view-id-articles.view-display-id-knowledge_center_page_queue .slick-next.slick-next:before {
          font-size: calc(1.75rem + 4.28571vw) ; } }

.view-id-articles.view-display-id-recent .view-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.view-id-articles.view-display-id-recent .views-row {
  width: 100%;
  max-width: 28%;
  padding: 0 15px; }
  @media (max-width: 766.98px) {
    .view-id-articles.view-display-id-recent .views-row {
      max-width: 100%; } }

.view-id-articles.view-display-id-recent_catalogs .view-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.view-id-articles.view-display-id-compiled_type .view-content.row {
  margin: 0; }

.view-id-articles.view-display-id-compiled_type .views-infinite-scroll-content-wrapper::after {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%; }

.view-id-articles.view-display-id-compiled_type .views-row {
  padding: 0 15px;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  max-width: 30%; }
  @media (min-width: 1101px) {
    .view-id-articles.view-display-id-compiled_type .views-row:nth-child(3n-1) {
      margin: 0 50px; } }
  @media (max-width: 1100.98px) {
    .view-id-articles.view-display-id-compiled_type .views-row {
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%;
      max-width: 50%;
      margin-left: 0; } }
  @media (max-width: 766.98px) {
    .view-id-articles.view-display-id-compiled_type .views-row {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      max-width: 100%;
      margin-left: 0; } }

.view-id-articles.view-display-id-catalogs .view-content.row {
  margin: 0; }

@media (min-width: 1101px) {
  .view-id-articles.view-display-id-catalogs .views-infinite-scroll-content-wrapper .views-row:nth-child(odd) {
    padding-left: 75px; }
  .view-id-articles.view-display-id-catalogs .views-infinite-scroll-content-wrapper .views-row:nth-child(even) {
    padding-right: 75px; } }

@media (min-width: 1300px) {
  .view-id-articles.view-display-id-catalogs .views-infinite-scroll-content-wrapper .views-row:nth-child(odd) {
    padding-left: 125px; }
  .view-id-articles.view-display-id-catalogs .views-infinite-scroll-content-wrapper .views-row:nth-child(even) {
    padding-right: 125px; } }

.view-id-articles.view-display-id-catalogs .views-infinite-scroll-content-wrapper:after {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%; }

.view-id-articles.view-display-id-catalogs .node--type-article .group-left {
  -webkit-box-flex: 35%;
      -ms-flex: 35%;
          flex: 35%;
  max-width: 35%; }

.view-id-articles.view-display-id-catalogs .node--type-article .group-right {
  -webkit-box-flex: 65%;
      -ms-flex: 65%;
          flex: 65%;
  max-width: 65%; }

@media (max-width: 1100.98px) {
  .view-id-articles.view-display-id-catalogs .node--type-article .group-left,
  .view-id-articles.view-display-id-catalogs .node--type-article .group-right {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%; } }

.view-id-articles.view-display-id-recent .views-row, .view-id-articles.view-display-id-compiled_type .views-row {
  margin-bottom: 60px; }

.view-id-articles.view-display-id-recent .author-wrapper .field--name-field-text h3,
.view-id-articles.view-display-id-recent .author-wrapper .field--name-field-link a, .view-id-articles.view-display-id-compiled_type .author-wrapper .field--name-field-text h3,
.view-id-articles.view-display-id-compiled_type .author-wrapper .field--name-field-link a {
  font-size: 16px; }

.view-id-products.view-display-id-product_colors .view-filters {
  display: none; }

.view-id-products.view-display-id-product_colors > .row {
  margin: 0; }

.view-id-products.view-display-id-product_colors .views-infinite-scroll-content-wrapper {
  position: relative; }

.view-id-products.view-display-id-product_colors .views-row {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0 15px;
  margin-bottom: 60px; }
  .view-id-products.view-display-id-product_colors .views-row .hidden-content {
    display: none;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: -3px 2px 3px 3px #ccc;
            box-shadow: -3px 2px 3px 3px #ccc;
    z-index: 3; }
  @media (max-width: 1100.98px) {
    .view-id-products.view-display-id-product_colors .views-row {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; } }
  @media (max-width: 766.98px) {
    .view-id-products.view-display-id-product_colors .views-row {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media (max-width: 575.98px) {
    .view-id-products.view-display-id-product_colors .views-row {
      position: unset; }
      .view-id-products.view-display-id-product_colors .views-row .hidden-content {
        max-width: 285px;
        right: 15px; } }
  .view-id-products.view-display-id-product_colors .views-row:hover .hidden-content {
    display: block; }

.view-id-products.view-display-id-product_manufacturers .views-row {
  background-color: #f2f2f2;
  border-bottom: 1px solid #c2c2c2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer; }
  .view-id-products.view-display-id-product_manufacturers .views-row.active {
    border: 1px solid #c2c2c2;
    border-bottom: 0;
    background-color: #fff; }
    .view-id-products.view-display-id-product_manufacturers .views-row.active .filter-colors img {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }

.view-id-products.view-display-id-product_manufacturers .paragraph--view-mode--manufacturers .filter-colors {
  display: block;
  padding: 10px 20px; }
  .view-id-products.view-display-id-product_manufacturers .paragraph--view-mode--manufacturers .filter-colors img {
    mix-blend-mode: multiply;
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }

.view-id-products.view-display-id-product_manufacturers .ajax-progress-throbber {
  display: none; }

.view-id-products.view-display-id-products_based_on_colors > .row {
  margin: 0; }

.view-id-products.view-display-id-products_filters {
  padding-top: 90px;
  padding-bottom: 90px; }

.view-id-products.view-display-id-all_products .view-filters, .view-id-products.view-display-id-interior_exterior_products .view-filters {
  background-color: #c8c2be;
  padding: 30px 15px; }
  .view-id-products.view-display-id-all_products .view-filters .views-exposed-form, .view-id-products.view-display-id-interior_exterior_products .view-filters .views-exposed-form {
    max-width: 1575px;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto; }
  .view-id-products.view-display-id-all_products .view-filters .form-row, .view-id-products.view-display-id-interior_exterior_products .view-filters .form-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-right: 0; }
  .view-id-products.view-display-id-all_products .view-filters .form-type-select, .view-id-products.view-display-id-interior_exterior_products .view-filters .form-type-select {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 49% !important;
            flex: 0 0 49% !important;
    padding: 0;
    margin-bottom: 0; }
    .view-id-products.view-display-id-all_products .view-filters .form-type-select label, .view-id-products.view-display-id-interior_exterior_products .view-filters .form-type-select label {
      display: none; }
    @media (max-width: 1100.98px) {
      .view-id-products.view-display-id-all_products .view-filters .form-type-select, .view-id-products.view-display-id-interior_exterior_products .view-filters .form-type-select {
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 100% !important;
                flex: 0 0 100% !important; }
        .view-id-products.view-display-id-all_products .view-filters .form-type-select:first-child, .view-id-products.view-display-id-interior_exterior_products .view-filters .form-type-select:first-child {
          margin-bottom: 30px; } }
  .view-id-products.view-display-id-all_products .view-filters .form-actions, .view-id-products.view-display-id-interior_exterior_products .view-filters .form-actions {
    display: none; }

.view-id-products.view-display-id-all_products .view-content, .view-id-products.view-display-id-interior_exterior_products .view-content {
  max-width: 1575px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  padding-top: 100px; }

@media (max-width: 766.98px) {
  .view-id-articles.view-display-id-knowledge_center_page_queue .views-row {
    pointer-events: none; }
  .view-id-articles.view-display-id-knowledge_center_page_queue .node--type-article.node--view-mode-card {
    pointer-events: auto; } }

.view-id-history.view-display-id-compiled_history {
  margin-right: 110px; }
  .view-id-history.view-display-id-compiled_history .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .view-id-history.view-display-id-compiled_history .slick-slide {
    height: inherit;
    padding-left: 190px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333; }
  .view-id-history.view-display-id-compiled_history > .view-content {
    margin: 0; }
  .view-id-history.view-display-id-compiled_history .slick-prev {
    display: none !important; }
  .view-id-history.view-display-id-compiled_history .slick-next {
    width: 40px;
    height: 77px;
    text-indent: -19999px;
    border: 0;
    padding: 0;
    display: block;
    position: absolute;
    left: 25px;
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../images/arrows.png") no-repeat;
    background-position:  -15px -20px ; }
  @media (max-width: 1299.98px) {
    .view-id-history.view-display-id-compiled_history {
      margin-right: 15px; }
      .view-id-history.view-display-id-compiled_history .slick-slide {
        padding-left: 0; } }

.view-id-search.view-display-id-search {
  padding-top: 30px;
  padding-bottom: 30px; }
  .view-id-search.view-display-id-search .view-content {
    margin-top: 30px; }
    .view-id-search.view-display-id-search .view-content .views-infinite-scroll-content-wrapper {
      margin: 0; }
  .view-id-search.view-display-id-search .view-empty {
    padding: 30px 0; }

@media (max-width: 575.98px) {
  .view-id-colors.view-display-id-color_landing .color-combination .referenced-color-image {
    max-width: 115px; }
  .view-id-colors.view-display-id-color_landing .color-combination .referenced-color-code {
    text-align: start;
    margin-top: 40px; } }

.pagination {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px; }
  .pagination li .page-link {
    font-size: 1.125rem;
    border-color: #A6675A;
    background: #fff;
    color: #A6675A;
    border-radius: 0 !important;
    /* stylelint-disable-line */ }
    .pagination li .page-link:hover, .pagination li .page-link:focus {
      background-color: #A6675A;
      color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .pagination li.active .page-link,
  .pagination li.active .page-link:hover {
    border-color: #A6675A;
    color: #fff;
    background: #A6675A; }

.menu--seeds-social-media a {
  display: inline-block;
  font-size: 0;
  padding: 5px 8px; }
  .menu--seeds-social-media a:before {
    position: relative;
    font-size: initial; }

.webform-submission-form .form-group {
  padding: 0; }
  .webform-submission-form .form-group input[type="submit"] {
    width: auto; }

.webform-submission-form .form-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
  margin-bottom: 15px; }
  .webform-submission-form .form-2col .form-group {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 15px;
    min-width: 180px; }

.webform-submission-form .form-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
  margin-bottom: 15px; }
  .webform-submission-form .form-3col .form-group {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    padding: 0 15px;
    min-width: 180px; }

.webform-submission-form .form-4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
  margin-bottom: 15px; }
  .webform-submission-form .form-4col .form-group {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding: 0 15px;
    min-width: 180px; }

.form-inline {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0; }
  .form-inline .col-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .form-inline .form-group {
    padding: 5px;
    /* stylelint-disable */
    /* stylelint-enable */ }
    @media (max-width: 761px) {
      .form-inline .form-group {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%; } }
  .form-inline .form-control {
    margin: 0;
    width: 100%; }

.mailchimp-signup-subscribe-form {
  width: 100%; }
  .mailchimp-signup-subscribe-form > h2 {
    padding: 20px; }
  .mailchimp-signup-subscribe-form .form-group {
    margin-bottom: 0; }
  .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
    -webkit-box-flex: 95%;
        -ms-flex: 95%;
            flex: 95%; }
    .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields .js-form-type-email {
      margin: 0 !important;
      /* stylelint-disable-line */ }
    @media (max-width: 1100.98px) {
      .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
        -webkit-box-flex: 90%;
            -ms-flex: 90%;
                flex: 90%; } }
  .mailchimp-signup-subscribe-form .form-actions {
    -webkit-box-flex: 5%;
        -ms-flex: 5%;
            flex: 5%;
    max-width: 5%; }
    .mailchimp-signup-subscribe-form .form-actions .form-submit {
      width: 100%;
      height: 70px;
      border: 1;
      font-size: 0;
      border-radius: 0; }
    @media (max-width: 1100.98px) {
      .mailchimp-signup-subscribe-form .form-actions {
        -webkit-box-flex: 10%;
            -ms-flex: 10%;
                flex: 10%;
        max-width: 10%;
        height: 50px; }
        .mailchimp-signup-subscribe-form .form-actions .form-submit {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
  .mailchimp-signup-subscribe-form .mailchimp-desc {
    margin: 20px 0 30px; }
  .mailchimp-signup-subscribe-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .mailchimp-signup-subscribe-form form label {
      display: none; }
    .mailchimp-signup-subscribe-form form .form-email {
      background-color: #ededed;
      border: none;
      border-radius: unset;
      color: #333;
      padding: 10px 30px;
      height: 70px;
      font-size: 20px; }
      .mailchimp-signup-subscribe-form form .form-email::-webkit-input-placeholder {
        color: #414244;
        font-weight: lighter;
        font-size: 1.5rem; }
      .mailchimp-signup-subscribe-form form .form-email::-moz-placeholder {
        color: #414244;
        font-weight: lighter;
        font-size: 1.5rem; }
      .mailchimp-signup-subscribe-form form .form-email::-ms-input-placeholder {
        color: #414244;
        font-weight: lighter;
        font-size: 1.5rem; }
      .mailchimp-signup-subscribe-form form .form-email::placeholder {
        color: #414244;
        font-weight: lighter;
        font-size: 1.5rem; }
        @media (max-width: 1680px) {
          .mailchimp-signup-subscribe-form form .form-email::-webkit-input-placeholder {
            font-size: calc(1.275rem + 0.21429vw) ; }
          .mailchimp-signup-subscribe-form form .form-email::-moz-placeholder {
            font-size: calc(1.275rem + 0.21429vw) ; }
          .mailchimp-signup-subscribe-form form .form-email::-ms-input-placeholder {
            font-size: calc(1.275rem + 0.21429vw) ; }
          .mailchimp-signup-subscribe-form form .form-email::placeholder {
            font-size: calc(1.275rem + 0.21429vw) ; } }
        @media (max-width: 1100.98px) {
          .mailchimp-signup-subscribe-form form .form-email::-webkit-input-placeholder {
            font-size: 1.125rem; }
          .mailchimp-signup-subscribe-form form .form-email::-moz-placeholder {
            font-size: 1.125rem; }
          .mailchimp-signup-subscribe-form form .form-email::-ms-input-placeholder {
            font-size: 1.125rem; }
          .mailchimp-signup-subscribe-form form .form-email::placeholder {
            font-size: 1.125rem; } }
        @media (max-width: 766.98px) {
          .mailchimp-signup-subscribe-form form .form-email::-webkit-input-placeholder {
            font-size: 1rem; }
          .mailchimp-signup-subscribe-form form .form-email::-moz-placeholder {
            font-size: 1rem; }
          .mailchimp-signup-subscribe-form form .form-email::-ms-input-placeholder {
            font-size: 1rem; }
          .mailchimp-signup-subscribe-form form .form-email::placeholder {
            font-size: 1rem; } }
      @media (max-width: 1100.98px) {
        .mailchimp-signup-subscribe-form form .form-email {
          height: 50px;
          padding: 10px; } }
    .mailchimp-signup-subscribe-form form .form-submit {
      padding: 0;
      background-color: #ededed;
      border: none;
      font-size: 0; }
      .mailchimp-signup-subscribe-form form .form-submit::before {
        content:  '' ;
        font-family: "FontAwesome";
        font-size: 40px;
        color: #fff;
        font-weight: normal; }
      .mailchimp-signup-subscribe-form form .form-submit:hover {
        background-color: #635e5a;
        border: none; }

.block-views-exposed-filter-blockproducts-products-filters {
  padding: 0 115px; }
  .block-views-exposed-filter-blockproducts-products-filters > h2 {
    margin-bottom: 35px; }
  .block-views-exposed-filter-blockproducts-products-filters form > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0; }
    .block-views-exposed-filter-blockproducts-products-filters form > div .form-type-textfield {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 65%;
              flex: 0 0 65%;
      margin: 0;
      position: relative;
      margin-top: 15px;
      margin-bottom: 0 !important;
      /* stylelint-disable-line */ }
      .block-views-exposed-filter-blockproducts-products-filters form > div .form-type-textfield .form-control {
        margin: 0;
        min-height: 100px;
        padding: 6px 30px;
        border-radius: 0;
        font-size: 1.375rem; }
        @media (max-width: 1680px) {
          .block-views-exposed-filter-blockproducts-products-filters form > div .form-type-textfield .form-control {
            font-size: calc(1.2625rem + 0.10714vw) ; } }
      @media (max-width: 1299.98px) {
        .block-views-exposed-filter-blockproducts-products-filters form > div .form-type-textfield {
          -webkit-box-flex: 100%;
              -ms-flex: 100%;
                  flex: 100%;
          margin-bottom: 30px; }
          .block-views-exposed-filter-blockproducts-products-filters form > div .form-type-textfield .form-text {
            min-height: 70px; } }
      .block-views-exposed-filter-blockproducts-products-filters form > div .form-type-textfield:before {
        content: "";
        position: absolute;
        left: 3%;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 30px;
        width: 40px;
        background: url("../images/sprites_home.png") no-repeat -45px -63px; }
    .block-views-exposed-filter-blockproducts-products-filters form > div .form-actions {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%;
      margin: 0; }
      .block-views-exposed-filter-blockproducts-products-filters form > div .form-actions .button {
        width: 100%;
        min-height: 100px;
        color: #fff;
        font-weight: bold;
        background-color: #A6675A;
        border-color: #A6675A;
        font-size: 2.0625rem; }
        @media (max-width: 1680px) {
          .block-views-exposed-filter-blockproducts-products-filters form > div .form-actions .button {
            font-size: calc(1.33125rem + 0.69643vw) ; } }
        .block-views-exposed-filter-blockproducts-products-filters form > div .form-actions .button:hover, .block-views-exposed-filter-blockproducts-products-filters form > div .form-actions .button:focus, .block-views-exposed-filter-blockproducts-products-filters form > div .form-actions .button:active {
          color: #fff; }
      @media (max-width: 1299.98px) {
        .block-views-exposed-filter-blockproducts-products-filters form > div .form-actions {
          -webkit-box-flex: 100%;
              -ms-flex: 100%;
                  flex: 100%; }
          .block-views-exposed-filter-blockproducts-products-filters form > div .form-actions .button {
            min-height: 70px; } }
    .block-views-exposed-filter-blockproducts-products-filters form > div .form-control:focus {
      -webkit-box-shadow: unset;
              box-shadow: unset; }
  @media (max-width: 766.98px) {
    .block-views-exposed-filter-blockproducts-products-filters {
      padding: 0 30px; } }

.block-views-blockarticles-knowledge-center > h2,
.block-views-blockproducts-featured-products-home-page > h2,
.block-views-blockarticles-home-page-video > h2,
.block-views-blockproducts-product-manufacturers > h2,
.block-views-exposed-filter-blockproducts-products-filters > h2 {
  margin-bottom: 35px;
  color: #A6675A; }

.block-webform-block > h2 {
  margin-bottom: 25px; }

.block-views-blockproducts-featured-products-products-page > h2 {
  color: #9b9b9b;
  margin-bottom: 60px; }

.article-types-header {
  position: relative;
  z-index: 0; }
  .article-types-header .block-field-blocktaxonomy-termarticle-typesfield-media .field--name-field-media img {
    max-height: 800px;
    -o-object-fit: cover;
       object-fit: cover; }
  .article-types-header .block-field-blocktaxonomy-termarticle-typesfield-media .field--name-field-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    mix-blend-mode: multiply;
    background-color: #4a4a4a; }
  .article-types-header img {
    width: 100%; }
  .article-types-header .view-display-id-knowledge_center_page_queue .slick-slide {
    margin: 0 50px; }
  .article-types-header .block-views-blockarticles-knowledge-center-page-queue {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
  .article-types-header.hover .block-views-blockarticles-knowledge-center-page-queue {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: unset;
            transform: unset; }
    .article-types-header.hover .block-views-blockarticles-knowledge-center-page-queue > .content {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%; }
    .article-types-header.hover .block-views-blockarticles-knowledge-center-page-queue.contextual-region {
      position: absolute; }
  .article-types-header.hover .col-md-4.col-12.views-row {
    position: static; }
  .article-types-header.hover .contextual-region {
    position: static; }
  .article-types-header.hover .field--name-field-media {
    display: block; }
    .article-types-header.hover .field--name-field-media .field--name-field-image::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0.6;
      mix-blend-mode: multiply;
      background-color: #4a4a4a; }
    .article-types-header.hover .field--name-field-media .field--name-field-image::before {
      z-index: -1;
      pointer-events: none; }
    .article-types-header.hover .field--name-field-media img {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      left: 0;
      z-index: -2;
      pointer-events: none;
      -o-object-fit: cover;
         object-fit: cover; }
  .article-types-header.seeds-layouts-background-image {
    background-color: rgba(51, 51, 51, 0.5);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px; }
    .article-types-header.seeds-layouts-background-image::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0.6;
      mix-blend-mode: multiply;
      background-color: #4a4a4a; }

.article-types-menu-section {
  background-color: #ededed;
  position: relative; }
  @media (max-width: 1100.98px) {
    .article-types-menu-section {
      background-color: transparent;
      padding: 20px 0;
      min-height: 120px; } }

.menu--articles-terms .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 30px 0;
  overflow: hidden; }
  .menu--articles-terms .nav .nav-item {
    padding-bottom: 35px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .menu--articles-terms .nav .nav-item.menu-item--active-trail {
      border-bottom: 4px solid #A6675A;
      pointer-events: none;
      position: relative; }
      .menu--articles-terms .nav .nav-item.menu-item--active-trail .nav-link {
        font-weight: 600;
        color: #A6675A;
        pointer-events: auto; }
    .menu--articles-terms .nav .nav-item.show {
      height: auto; }
  .menu--articles-terms .nav .nav-link {
    padding: 5px;
    font-weight: 500;
    font-size: 1.875rem; }
    @media (max-width: 1680px) {
      .menu--articles-terms .nav .nav-link {
        font-size: calc(1.3125rem + 0.53571vw) ; } }
  .menu--articles-terms .nav.clearfix::after {
    content: unset; }
  @media (max-width: 1299.98px) {
    .menu--articles-terms .nav .nav-link {
      font-size: 1.375rem; } }
  @media (max-width: 1299.98px) and (max-width: 1680px) {
    .menu--articles-terms .nav .nav-link {
      font-size: calc(1.2625rem + 0.10714vw) ; } }
  @media (max-width: 1100.98px) {
    .menu--articles-terms .nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: #ededed;
      padding: 10px;
      position: absolute;
      right: 20px;
      left: 20px;
      z-index: 50; }
      .menu--articles-terms .nav .nav-item {
        padding: 0;
        display: none; }
        .menu--articles-terms .nav .nav-item.menu-item--active-trail {
          border: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer;
          pointer-events: auto; }
          .menu--articles-terms .nav .nav-item.menu-item--active-trail::after {
            content: "";
            font-family: "FontAwesome";
            font-weight: normal;
            color: #3e3a36;
            font-size: 20px; }
          .menu--articles-terms .nav .nav-item.menu-item--active-trail:after {
            font-size: 2.5rem; } }
        @media (max-width: 1100.98px) and (max-width: 1680px) {
          .menu--articles-terms .nav .nav-item.menu-item--active-trail:after {
            font-size: calc(1.375rem + 1.07143vw) ; } }

.block-views-blockarticles-recent-catalogs > h2 {
  margin-bottom: 55px; }

.language-switcher-language-url .nav-link {
  padding: 0 0 10px 0; }
  .language-switcher-language-url .nav-link.ar {
    font-family: "Droid Arabic Naskh", "Roboto", sans-serif; }
  .language-switcher-language-url .nav-link.en {
    font-family: "Roboto", sans-serif; }
  .language-switcher-language-url .nav-link.is-active {
    display: none; }
  .language-switcher-language-url .nav-link .language-link {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 1.125rem;
    color: #9b9b9b;
    border: 2px solid #9b9b9b;
    text-align: center;
    font-weight: 700;
    line-height: 1.4; }
    .language-switcher-language-url .nav-link .language-link:hover {
      background-color: #9b9b9b;
      color: #fff; }

.block-search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 10px 60px;
  position: unset; }
  .block-search-block .search-icon {
    width: 41px;
    height: 31px;
    display: block;
    cursor: pointer;
    background: url("../images/sprites_home.png") no-repeat -45px -63px; }
  .block-search-block .search-form {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 5;
    margin: 0; }
    .block-search-block .search-form .form-group {
      width: 100%; }
    .block-search-block .search-form .close-form {
      position: absolute;
      left: 40px;
      top: 20px;
      font-size: 22px;
      cursor: pointer;
      font-style: normal; }
    .block-search-block .search-form .form-type-textfield {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0; }
      .block-search-block .search-form .form-type-textfield .form-text {
        font-size: 35px;
        width: 90%;
        margin: auto;
        outline: none;
        border: none;
        border-radius: 0;
        border-bottom: 2px solid #d8d8d8; }
        .block-search-block .search-form .form-type-textfield .form-text:focus {
          -webkit-box-shadow: none;
                  box-shadow: none; }
  @media (max-width: 1299.98px) {
    .block-search-block {
      padding-left: 30px; } }
  @media (max-width: 1100.98px) {
    .block-search-block {
      padding: 0 20px; } }

.block-views-blockarticles-other > h2 {
  margin-bottom: 60px;
  font-weight: bold; }

.seeds-page-banner {
  position: relative; }
  .seeds-page-banner .field--name-field-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    mix-blend-mode: multiply;
    background-color: #4a4a4a; }
  .seeds-page-banner > .container, .seeds-page-banner > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .seeds-page-banner > .block-views-blockproducts-product-colors, .seeds-page-banner > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.seeds-page-banner > h2,
  .block-views-blockproducts-featured-products-home-page.seeds-page-banner > h2,
  .block-views-blockarticles-home-page-video.seeds-page-banner > h2,
  .block-views-blockproducts-product-manufacturers.seeds-page-banner > h2,
  .block-views-exposed-filter-blockproducts-products-filters.seeds-page-banner > h2, .article-types-header .seeds-page-banner > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > h2,
  .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > .content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff; }
    .seeds-page-banner > .container .page-header, .seeds-page-banner > .block-page-title-block .page-header, .node--type-product.node--view-mode-full .product-colors .seeds-page-banner > .block-views-blockproducts-product-colors .page-header, .seeds-page-banner > .view-id-products.view-display-id-products_filters .page-header, .block-views-blockarticles-knowledge-center.seeds-page-banner > h2 .page-header, .block-views-blockproducts-featured-products-home-page.seeds-page-banner > h2 .page-header, .block-views-blockarticles-home-page-video.seeds-page-banner > h2 .page-header, .block-views-blockproducts-product-manufacturers.seeds-page-banner > h2 .page-header, .block-views-exposed-filter-blockproducts-products-filters.seeds-page-banner > h2 .page-header, .article-types-header .seeds-page-banner > .view-display-id-knowledge_center_page_queue .page-header, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > h2 .page-header, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > .content .page-header {
      position: unset;
      -webkit-transform: unset;
              transform: unset;
      margin-bottom: 10px; }
    .seeds-page-banner > .container .page-description, .seeds-page-banner > .block-page-title-block .page-description, .node--type-product.node--view-mode-full .product-colors .seeds-page-banner > .block-views-blockproducts-product-colors .page-description, .seeds-page-banner > .view-id-products.view-display-id-products_filters .page-description, .block-views-blockarticles-knowledge-center.seeds-page-banner > h2 .page-description, .block-views-blockproducts-featured-products-home-page.seeds-page-banner > h2 .page-description, .block-views-blockarticles-home-page-video.seeds-page-banner > h2 .page-description, .block-views-blockproducts-product-manufacturers.seeds-page-banner > h2 .page-description, .block-views-exposed-filter-blockproducts-products-filters.seeds-page-banner > h2 .page-description, .article-types-header .seeds-page-banner > .view-display-id-knowledge_center_page_queue .page-description, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > h2 .page-description, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > .content .page-description {
      max-width: 65%;
      font-size: 2.25rem;
      line-height: 40px; }
      @media (max-width: 1680px) {
        .seeds-page-banner > .container .page-description, .seeds-page-banner > .block-page-title-block .page-description, .node--type-product.node--view-mode-full .product-colors .seeds-page-banner > .block-views-blockproducts-product-colors .page-description, .seeds-page-banner > .view-id-products.view-display-id-products_filters .page-description, .block-views-blockarticles-knowledge-center.seeds-page-banner > h2 .page-description, .block-views-blockproducts-featured-products-home-page.seeds-page-banner > h2 .page-description, .block-views-blockarticles-home-page-video.seeds-page-banner > h2 .page-description, .block-views-blockproducts-product-manufacturers.seeds-page-banner > h2 .page-description, .block-views-exposed-filter-blockproducts-products-filters.seeds-page-banner > h2 .page-description, .article-types-header .seeds-page-banner > .view-display-id-knowledge_center_page_queue .page-description, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > h2 .page-description, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > .content .page-description {
          font-size: calc(1.35rem + 0.85714vw) ; } }
      @media (max-width: 1100.98px) {
        .seeds-page-banner > .container .page-description, .seeds-page-banner > .block-page-title-block .page-description, .node--type-product.node--view-mode-full .product-colors .seeds-page-banner > .block-views-blockproducts-product-colors .page-description, .seeds-page-banner > .view-id-products.view-display-id-products_filters .page-description, .block-views-blockarticles-knowledge-center.seeds-page-banner > h2 .page-description, .block-views-blockproducts-featured-products-home-page.seeds-page-banner > h2 .page-description, .block-views-blockarticles-home-page-video.seeds-page-banner > h2 .page-description, .block-views-blockproducts-product-manufacturers.seeds-page-banner > h2 .page-description, .block-views-exposed-filter-blockproducts-products-filters.seeds-page-banner > h2 .page-description, .article-types-header .seeds-page-banner > .view-display-id-knowledge_center_page_queue .page-description, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > h2 .page-description, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > .content .page-description {
          font-size: 1.125rem;
          max-width: 100%; } }
    @media (max-width: 575.98px) {
      .seeds-page-banner > .container, .seeds-page-banner > .block-page-title-block, .node--type-product.node--view-mode-full .product-colors .seeds-page-banner > .block-views-blockproducts-product-colors, .seeds-page-banner > .view-id-products.view-display-id-products_filters, .block-views-blockarticles-knowledge-center.seeds-page-banner > h2,
      .block-views-blockproducts-featured-products-home-page.seeds-page-banner > h2,
      .block-views-blockarticles-home-page-video.seeds-page-banner > h2,
      .block-views-blockproducts-product-manufacturers.seeds-page-banner > h2,
      .block-views-exposed-filter-blockproducts-products-filters.seeds-page-banner > h2, .article-types-header .seeds-page-banner > .view-display-id-knowledge_center_page_queue, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > h2,
      .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > .content {
        padding: 0 5px; } }

.block-views-blockjobs-jobs > h2 {
  font-size: 2.125rem;
  font-weight: normal;
  margin: 50px 0; }
  @media (max-width: 1680px) {
    .block-views-blockjobs-jobs > h2 {
      font-size: calc(1.3375rem + 0.75vw) ; } }

.block-views-blockhistory-compiled-history > h2 {
  margin: 20px 110px 20px 0;
  font-size: 2.125rem; }
  @media (max-width: 1680px) {
    .block-views-blockhistory-compiled-history > h2 {
      font-size: calc(1.3375rem + 0.75vw) ; } }
  @media (max-width: 1299.98px) {
    .block-views-blockhistory-compiled-history > h2 {
      margin: 20px 15px 20px 0; } }

.offices .seeds-paragraph-block > h2,
.offices .field--name-field-seeds-title > h2 {
  margin: 20px 0 45px; }

.offices .seeds-paragraph-block:not(:last-child),
.offices .field--name-field-seeds-title:not(:last-child) {
  margin-bottom: 60px; }

.offices .field--name-field-seeds-text p {
  margin-bottom: 10px;
  max-width: 80%;
  font-size: 1.375rem; }
  @media (max-width: 1680px) {
    .offices .field--name-field-seeds-text p {
      font-size: calc(1.2625rem + 0.10714vw) ; } }
  @media (max-width: 1100.98px) {
    .offices .field--name-field-seeds-text p {
      max-width: 100%; } }

.offices .field--name-field-seeds-link a {
  color: #333;
  border: none;
  padding: 0;
  margin-top: 10px;
  min-height: 30px;
  font-weight: normal;
  background: transparent;
  font-size: 1.375rem; }
  @media (max-width: 1680px) {
    .offices .field--name-field-seeds-link a {
      font-size: calc(1.2625rem + 0.10714vw) ; } }
  .offices .field--name-field-seeds-link a:hover, .offices .field--name-field-seeds-link a:focus, .offices .field--name-field-seeds-link a:active {
    border: none;
    background-color: transparent;
    color: #333; }
  .offices .field--name-field-seeds-link a::before {
    content: "";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #3e3a36;
    font-size: 20px; }
  .offices .field--name-field-seeds-link a:before {
    font-size: 30px;
    padding-left: 10px; }

@media (max-width: 1100.98px) {
  .offices .block-content > .field--name-field-seeds-paragraph > .field__item {
    margin-bottom: 30px; } }

.offices a {
  color: #333; }
  .offices a:hover {
    color: #333; }

.sub-block-title-border .seeds-block-paragraph-item .field--name-field-seeds-title > h2:before {
  display: none; }

.home-page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px 0 20px;
  z-index: 1; }

.region-main-site-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .region-main-site-header .block-language {
    width: 90%;
    margin: auto; }
  .region-main-site-header .nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.main-site-content {
  position: relative; }
  .main-site-content:after {
    content: "";
    border: 1px solid #979797;
    position: absolute;
    width: 90%;
    height: 65%;
    top: 75px;
    right: 5%;
    z-index: 1; }
  @media (max-width: 1299.98px) {
    .main-site-content::after {
      display: none; } }

.block-views-blocksubsite-view-home-page-subsite {
  padding: 60px 0 20px;
  margin-bottom: 80px;
  z-index: 2; }
  .block-views-blocksubsite-view-home-page-subsite > h2 {
    font-weight: bold;
    margin-bottom: 40px; }
  .block-views-blocksubsite-view-home-page-subsite .view-content .views-row {
    border-left: 1px solid #fff; }
    .block-views-blocksubsite-view-home-page-subsite .view-content .views-row:nth-child(1) {
      background-color: #A6675A; }
      .block-views-blocksubsite-view-home-page-subsite .view-content .views-row:nth-child(1) .field--name-field-media {
        margin-right: -4px; }
    .block-views-blocksubsite-view-home-page-subsite .view-content .views-row:nth-child(2) {
      background-color: #596171; }
    .block-views-blocksubsite-view-home-page-subsite .view-content .views-row:nth-child(3) {
      background-color: #475a72; }

.block-views-blocksubsite-view-kattan-foundation-subsite {
  padding: 80px 150px;
  border-top: 1px solid #333; }
  @media (max-width: 1299.98px) {
    .block-views-blocksubsite-view-kattan-foundation-subsite {
      padding: 20px 0; } }

.main-site-footer {
  border: 1px solid #333;
  padding: 20px 40px;
  border-bottom: none;
  color: #414244; }
  .main-site-footer a {
    color: #414244;
    font-size: 1.125rem; }
  .main-site-footer .region-main-site-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main-site-footer .menu--seeds-social-media {
    margin-top: 0;
    padding: 0; }
    .main-site-footer .menu--seeds-social-media .nav-item:first-of-type {
      margin-left: 40px; }
    .main-site-footer .menu--seeds-social-media a {
      color: #414244;
      border: none;
      padding: 0;
      font-size: 0; }
      .main-site-footer .menu--seeds-social-media a::before {
        font-size: 20px; }
  @media (max-width: 766.98px) {
    .main-site-footer .region-main-site-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-site-footer .region-main-site-footer .seeds-paragraph-block {
        text-align: center;
        margin-bottom: 15px; }
      .main-site-footer .region-main-site-footer .menu--seeds-social-media {
        margin: 15px 0 30px; } }

.page-view-products .block-views-exposed-filter-blockproducts-products-filters {
  background-color: #faf7f3;
  padding-top: 60px;
  padding-bottom: 60px; }

.featured-products-section .seeds-paragraph-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  margin-right: auto;
  position: relative; }
  @media (max-width: 1100.98px) {
    .featured-products-section .seeds-paragraph-block {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      max-width: 100%; } }

.vds-teaser-block {
  max-width: 85%;
  margin-bottom: -50px;
  margin-right: auto; }
  .vds-teaser-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .vds-teaser-block a img {
      padding: 15px 30px;
      background-color: rgba(166, 103, 90, 0.7); }
    .vds-teaser-block a h2 {
      text-align: left;
      margin-left: 10px;
      font-weight: 300;
      color: #9b9b9b;
      font-size: 1.9375rem; }
      @media (max-width: 1680px) {
        .vds-teaser-block a h2 {
          font-size: calc(1.31875rem + 0.58929vw) ; } }
  @media (max-width: 1100.98px) {
    .vds-teaser-block {
      max-width: 100%;
      margin-bottom: 20px; }
      .vds-teaser-block img {
        -webkit-box-flex: 20%;
            -ms-flex: 20%;
                flex: 20%; }
      .vds-teaser-block h2 {
        -webkit-box-flex: 80%;
            -ms-flex: 80%;
                flex: 80%; } }

.about-page .seeds-block-paragraph-item .field--name-field-seeds-title h2 {
  font-size: 2.125rem; }
  @media (max-width: 1680px) {
    .about-page .seeds-block-paragraph-item .field--name-field-seeds-title h2 {
      font-size: calc(1.3375rem + 0.75vw) ; } }

.about-page .seeds-block-paragraph-item .field--name-field-seeds-text p {
  font-size: 1.375rem; }
  @media (max-width: 1680px) {
    .about-page .seeds-block-paragraph-item .field--name-field-seeds-text p {
      font-size: calc(1.2625rem + 0.10714vw) ; } }

.block-views-blockarticles-other-articles h2 {
  font-size: 1.8125rem;
  margin: 15px 0; }
  @media (max-width: 1680px) {
    .block-views-blockarticles-other-articles h2 {
      font-size: calc(1.30625rem + 0.48214vw) ; } }

header {
  /* stylelint-disable */
  /* Mobile Menu */ }
  header.header {
    padding: 15px 0 15px;
    position: relative; }
    @media (max-width: 1100.98px) {
      header.header {
        padding: 20px 0 35px;
        /* stylelint-disable */
        /* stylelint-enable */ }
        header.header #navbar-top > .container, header.header #navbar-top > .block-page-title-block, header.header .node--type-product.node--view-mode-full .product-colors #navbar-top > .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .product-colors header.header #navbar-top > .block-views-blockproducts-product-colors, header.header #navbar-top > .view-id-products.view-display-id-products_filters, header.header .block-views-blockarticles-knowledge-center#navbar-top > h2,
        header.header .block-views-blockproducts-featured-products-home-page#navbar-top > h2,
        header.header .block-views-blockarticles-home-page-video#navbar-top > h2,
        header.header .block-views-blockproducts-product-manufacturers#navbar-top > h2,
        header.header .block-views-exposed-filter-blockproducts-products-filters#navbar-top > h2, header.header .article-types-header #navbar-top > .view-display-id-knowledge_center_page_queue, .article-types-header header.header #navbar-top > .view-display-id-knowledge_center_page_queue, header.header .page-view-products .block-views-exposed-filter-blockproducts-products-filters #navbar-top > h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters header.header #navbar-top > h2,
        header.header .page-view-products .block-views-exposed-filter-blockproducts-products-filters #navbar-top > .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters header.header #navbar-top > .content {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
  header a {
    font-weight: normal;
    font-size: 1.375rem; }
    @media (max-width: 1680px) {
      header a {
        font-size: calc(1.2625rem + 0.10714vw) ; } }
    header a:hover, header a:focus {
      color: #A6675A; }
    @media (max-width: 1700px) {
      header a {
        font-size: 1.1875rem; } }
    @media (max-width: 1400px) {
      header a {
        font-size: 1rem; } }
    @media (max-width: 1299.98px) {
      header a {
        font-size: 1.125rem; } }
  header .navbar {
    position: unset;
    padding: 0; }
    header .navbar .container, header .navbar .block-page-title-block, header .navbar .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .product-colors header .navbar .block-views-blockproducts-product-colors, header .navbar .view-id-products.view-display-id-products_filters, header .navbar .block-views-blockarticles-knowledge-center > h2,
    header .navbar .block-views-blockproducts-featured-products-home-page > h2,
    header .navbar .block-views-blockarticles-home-page-video > h2,
    header .navbar .block-views-blockproducts-product-manufacturers > h2,
    header .navbar .block-views-exposed-filter-blockproducts-products-filters > h2, header .navbar .article-types-header .view-display-id-knowledge_center_page_queue, .article-types-header header .navbar .view-display-id-knowledge_center_page_queue, header .navbar .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters header .navbar h2,
    header .navbar .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters header .navbar .content {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0;
      max-width: unset; }
      @media (max-width: 1700px) {
        header .navbar .container, header .navbar .block-page-title-block, header .navbar .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .product-colors header .navbar .block-views-blockproducts-product-colors, header .navbar .view-id-products.view-display-id-products_filters, header .navbar .block-views-blockarticles-knowledge-center > h2,
        header .navbar .block-views-blockproducts-featured-products-home-page > h2,
        header .navbar .block-views-blockarticles-home-page-video > h2,
        header .navbar .block-views-blockproducts-product-manufacturers > h2,
        header .navbar .block-views-exposed-filter-blockproducts-products-filters > h2, header .navbar .article-types-header .view-display-id-knowledge_center_page_queue, .article-types-header header .navbar .view-display-id-knowledge_center_page_queue, header .navbar .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters header .navbar h2,
        header .navbar .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters header .navbar .content {
          padding: 0 90px; } }
      @media (max-width: 1299.98px) {
        header .navbar .container, header .navbar .block-page-title-block, header .navbar .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .product-colors header .navbar .block-views-blockproducts-product-colors, header .navbar .view-id-products.view-display-id-products_filters, header .navbar .block-views-blockarticles-knowledge-center > h2,
        header .navbar .block-views-blockproducts-featured-products-home-page > h2,
        header .navbar .block-views-blockarticles-home-page-video > h2,
        header .navbar .block-views-blockproducts-product-manufacturers > h2,
        header .navbar .block-views-exposed-filter-blockproducts-products-filters > h2, header .navbar .article-types-header .view-display-id-knowledge_center_page_queue, .article-types-header header .navbar .view-display-id-knowledge_center_page_queue, header .navbar .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters header .navbar h2,
        header .navbar .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters header .navbar .content {
          max-width: unset;
          padding: 0 15px; } }
      @media (max-width: 1100.98px) {
        header .navbar .container, header .navbar .block-page-title-block, header .navbar .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .product-colors header .navbar .block-views-blockproducts-product-colors, header .navbar .view-id-products.view-display-id-products_filters, header .navbar .block-views-blockarticles-knowledge-center > h2,
        header .navbar .block-views-blockproducts-featured-products-home-page > h2,
        header .navbar .block-views-blockarticles-home-page-video > h2,
        header .navbar .block-views-blockproducts-product-manufacturers > h2,
        header .navbar .block-views-exposed-filter-blockproducts-products-filters > h2, header .navbar .article-types-header .view-display-id-knowledge_center_page_queue, .article-types-header header .navbar .view-display-id-knowledge_center_page_queue, header .navbar .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters header .navbar h2,
        header .navbar .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters header .navbar .content {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
  @media (max-width: 1100.98px) {
    header .navbar-form {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; } }
  header .navbar-brand {
    width: 334px;
    margin: 0;
    padding: 0 0 10px; }
    header .navbar-brand img {
      width: 55px; }
    @media (max-width: 1700px) {
      header .navbar-brand {
        width: 250px; } }
    @media (max-width: 1299.98px) {
      header .navbar-brand {
        width: 200px; } }
  header .navigation-bar {
    padding-right: 10%; }
    @media (max-width: 1700px) {
      header .navigation-bar {
        padding-right: 160px;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; } }
    @media (max-width: 1400px) {
      header .navigation-bar {
        padding-right: 45px; } }
  header .region-header-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 75%;
        -ms-flex: 75%;
            flex: 75%; }
    header .region-header-collapse .menu--main {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: unset; }
      header .region-header-collapse .menu--main > .contextual {
        top: 35%;
        left: 20%; }
    header .region-header-collapse .main-menu {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      header .region-header-collapse .main-menu > .nav-item {
        padding-left: 72px; }
        header .region-header-collapse .main-menu > .nav-item > .nav-link {
          padding: 0 0 10px;
          border-bottom: 3px solid transparent; }
        header .region-header-collapse .main-menu > .nav-item:hover .nav-link, header .region-header-collapse .main-menu > .nav-item.active .nav-link {
          border-color: #A6675A;
          color: #A6675A; }
        header .region-header-collapse .main-menu > .nav-item.active .nav-link {
          font-weight: bold; }
        @media (max-width: 1700px) {
          header .region-header-collapse .main-menu > .nav-item {
            padding-left: 34px; } }
        @media (max-width: 1299.98px) {
          header .region-header-collapse .main-menu > .nav-item {
            padding-left: 30px; } }
      header .region-header-collapse .main-menu > .menu-item--expanded {
        position: unset; }
        header .region-header-collapse .main-menu > .menu-item--expanded > .nav-link {
          position: relative; }
          header .region-header-collapse .main-menu > .menu-item--expanded > .nav-link:before {
            content: "";
            position: absolute;
            right: 0;
            left: 0;
            top: 111%;
            height: 10px;
            background-color: #e9e9e9;
            display: none; }
        header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper {
          display: none;
          position: absolute;
          right: 0;
          left: 0;
          top: 90%;
          z-index: 10;
          background-color: #e9e9e9; }
          header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper > .dropdown-container {
            max-width: 1670px;
            margin: 0 auto;
            padding: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            @media (max-width: 1299.98px) {
              header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper > .dropdown-container {
                max-width: unset; } }
            header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper > .dropdown-container > .dropdown-menu {
              /* first dropdown menu */
              padding: 0 595px 0 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              background: transparent;
              border: none;
              border-radius: 0;
              margin: 0; }
              @media (max-width: 1700px) {
                header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper > .dropdown-container > .dropdown-menu {
                  padding-right: 496px; } }
              @media (max-width: 1400px) {
                header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper > .dropdown-container > .dropdown-menu {
                  padding-right: 380px; } }
              @media (max-width: 1299.98px) {
                header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper > .dropdown-container > .dropdown-menu {
                  padding-right: 245px; } }
              header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper > .dropdown-container > .dropdown-menu .menu-item--expanded {
                /* The lI for the sub menus */
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                border-right: 1px solid #333;
                width: auto;
                background: transparent;
                padding: 0 15px; }
                header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper > .dropdown-container > .dropdown-menu .menu-item--expanded > .dropdown-toggle {
                  font-weight: bold; }
                header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper > .dropdown-container > .dropdown-menu .menu-item--expanded .dropdown-menu {
                  /* The last UL */
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap;
                  padding: 0;
                  background-color: transparent;
                  border: none;
                  border-radius: 0; }
                  header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper > .dropdown-container > .dropdown-menu .menu-item--expanded .dropdown-menu .dropdown-item {
                    -webkit-box-flex: 1;
                        -ms-flex: auto;
                            flex: auto;
                    padding: 0; }
                    header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper > .dropdown-container > .dropdown-menu .menu-item--expanded .dropdown-menu .dropdown-item a {
                      font-weight: lighter; }
                    header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper > .dropdown-container > .dropdown-menu .menu-item--expanded .dropdown-menu .dropdown-item.active {
                      background-color: inherit; }
                header .region-header-collapse .main-menu > .menu-item--expanded > .dropdown-wrapper > .dropdown-container > .dropdown-menu .menu-item--expanded:first-child .dropdown-item {
                  -webkit-box-flex: 0;
                      -ms-flex: 0 0 50%;
                          flex: 0 0 50%; }
        header .region-header-collapse .main-menu > .menu-item--expanded:hover .dropdown-wrapper {
          display: block; }
          header .region-header-collapse .main-menu > .menu-item--expanded:hover .dropdown-wrapper > .dropdown-menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
        header .region-header-collapse .main-menu > .menu-item--expanded:hover > .nav-link::before {
          display: block; }
      @media (max-width: 1700px) {
        header .region-header-collapse .main-menu {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    header .region-header-collapse .dropdown-item:hover, header .region-header-collapse .dropdown-item:focus {
      background-color: transparent; }
  header .region-mobile-main-header {
    display: none; }
    @media (max-width: 1100.98px) {
      header .region-mobile-main-header.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    header .region-mobile-main-header .search-block-form {
      padding: 0 20px; }
    header .region-mobile-main-header .language-switcher-language-url .nav-link {
      padding: 0; }
  header .navbar-expand-lg {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    z-index: 10; }
    header .navbar-expand-lg > .container, header .navbar-expand-lg > .block-page-title-block, header .node--type-product.node--view-mode-full .product-colors .navbar-expand-lg > .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .product-colors header .navbar-expand-lg > .block-views-blockproducts-product-colors, header .navbar-expand-lg > .view-id-products.view-display-id-products_filters, header .block-views-blockarticles-knowledge-center.navbar-expand-lg > h2,
    header .block-views-blockproducts-featured-products-home-page.navbar-expand-lg > h2,
    header .block-views-blockarticles-home-page-video.navbar-expand-lg > h2,
    header .block-views-blockproducts-product-manufacturers.navbar-expand-lg > h2,
    header .block-views-exposed-filter-blockproducts-products-filters.navbar-expand-lg > h2, header .article-types-header .navbar-expand-lg > .view-display-id-knowledge_center_page_queue, .article-types-header header .navbar-expand-lg > .view-display-id-knowledge_center_page_queue, header .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-lg > h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters header .navbar-expand-lg > h2,
    header .page-view-products .block-views-exposed-filter-blockproducts-products-filters .navbar-expand-lg > .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters header .navbar-expand-lg > .content {
      padding: 0; }
    header .navbar-expand-lg .navbar-collapse {
      margin: 0;
      background-color: #fff;
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      @media (max-width: 1100.98px) {
        header .navbar-expand-lg .navbar-collapse.full-height {
          min-height: 100vh; } }
    header .navbar-expand-lg .region-header-collapse {
      display: none; }
    header .navbar-expand-lg .region-collapse-only {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      header .navbar-expand-lg .region-collapse-only .main-menu {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header .navbar-expand-lg .region-collapse-only .main-menu .nav-item {
          width: 70%;
          max-width: 350px; }
          header .navbar-expand-lg .region-collapse-only .main-menu .nav-item .nav-link {
            width: 100%;
            text-align: center;
            margin: 0 auto; }
          header .navbar-expand-lg .region-collapse-only .main-menu .nav-item:hover .nav-link {
            border-bottom: 3px solid; }
        header .navbar-expand-lg .region-collapse-only .main-menu > .nav-item > .nav-link {
          font-size: 1.875rem;
          font-weight: normal; }
          @media (max-width: 1680px) {
            header .navbar-expand-lg .region-collapse-only .main-menu > .nav-item > .nav-link {
              font-size: calc(1.3125rem + 0.53571vw) ; } }
        header .navbar-expand-lg .region-collapse-only .main-menu > .menu-item--expanded {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          header .navbar-expand-lg .region-collapse-only .main-menu > .menu-item--expanded:hover .dropdown-menu {
            display: block;
            border: none;
            -webkit-box-shadow: none;
                    box-shadow: none;
            box-shadow: none;
            margin: 0;
            padding: 0; }
            header .navbar-expand-lg .region-collapse-only .main-menu > .menu-item--expanded:hover .dropdown-menu .dropdown-toggle {
              font-weight: bold;
              font-size: 1.5625rem; }
              @media (max-width: 1680px) {
                header .navbar-expand-lg .region-collapse-only .main-menu > .menu-item--expanded:hover .dropdown-menu .dropdown-toggle {
                  font-size: calc(1.28125rem + 0.26786vw) ; } }
            header .navbar-expand-lg .region-collapse-only .main-menu > .menu-item--expanded:hover .dropdown-menu .dropdown-item a {
              display: block;
              text-align: center; }
            header .navbar-expand-lg .region-collapse-only .main-menu > .menu-item--expanded:hover .dropdown-menu .dropdown-item:hover {
              background-color: transparent; }
  header .navbar-toggler {
    padding: 0;
    margin-left: 5px;
    width: 40px;
    height: auto; }
    header .navbar-toggler .icon-bar {
      position: static;
      width: auto;
      height: 7px;
      border-radius: 0;
      background-color: #d8d8d8;
      -webkit-transform: unset !important;
              transform: unset !important;
      opacity: 1 !important;
      display: block; }
      header .navbar-toggler .icon-bar:nth-child(2) {
        margin: 5px 0; }

footer {
  color: #fff; }
  footer a {
    color: #c2c2c2;
    font-size: 1.375rem; }
    @media (max-width: 1680px) {
      footer a {
        font-size: calc(1.2625rem + 0.10714vw) ; } }
  footer .first-footer {
    background-color: #A6675A;
    padding: 30px; }
    footer .first-footer .mailchimp-desc {
      color: #fff; }
    @media (max-width: 1100.98px) {
      footer .first-footer {
        padding: 0; } }
  footer .second-footer {
    padding: 20px; }
    footer .second-footer .nav-link {
      color: #fff; }
    @media (max-width: 1100.98px) {
      footer .second-footer {
        padding: 20px 0; } }
  footer .region-footer-first,
  footer .region-footer-second,
  footer .region-footer-third {
    width: 100%;
    max-width: 975px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    footer .region-footer-first.region-footer-third,
    footer .region-footer-second.region-footer-third,
    footer .region-footer-third.region-footer-third {
      margin: auto;
      text-align: right; }
    @media (max-width: 1299.98px) {
      footer .region-footer-first,
      footer .region-footer-second,
      footer .region-footer-third {
        max-width: 730px; } }
  footer .site-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  footer .menu--seeds-social-media {
    padding: 20px;
    margin-top: 30px; }
    footer .menu--seeds-social-media .nav-link {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 55px;
      height: 55px;
      border: 1px solid; }
      footer .menu--seeds-social-media .nav-link::before {
        font-size: 35px; }
      @media (max-width: 1100.98px) {
        footer .menu--seeds-social-media .nav-link {
          width: 35px;
          height: 35px; }
          footer .menu--seeds-social-media .nav-link::before {
            font-size: 1.25rem; } }
    footer .menu--seeds-social-media .nav-item:first-of-type {
      margin-left: 85px; }
      @media (max-width: 1100.98px) {
        footer .menu--seeds-social-media .nav-item:first-of-type {
          margin-left: 15px; } }
  footer .menu--footer {
    width: 100%; }
    footer .menu--footer a {
      padding: 0; }
    footer .menu--footer ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      footer .menu--footer ul::after {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%; }
    @media (max-width: 766.98px) {
      footer .menu--footer a {
        font-size: 1rem; } }
    @media (max-width: 575.98px) {
      footer .menu--footer a {
        font-size: 0.75rem; } }
  footer .rights-wrapper {
    width: 100%;
    max-width: 975px;
    margin: auto; }
    footer .rights-wrapper .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 20px; }
    footer .rights-wrapper .kattan-rights {
      font-size: 1.125rem;
      padding-left: 10px; }
      @media (max-width: 1100.98px) {
        footer .rights-wrapper .kattan-rights {
          font-size: 0.75rem; } }
  @media (max-width: 1299.98px) {
    footer a {
      font-size: 1.125rem; } }
  @media (max-width: 1100.98px) {
    footer .first-footer {
      padding-top: 40px; }
    footer .mailchimp-desc {
      display: none; } }
  @media (max-width: 766.98px) {
    footer .menu--footer ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      footer .menu--footer ul .nav-item {
        margin-left: 15px; }
        footer .menu--footer ul .nav-item:last-of-type {
          padding-left: 0; } }
  @media (max-width: 575.98px) {
    footer menu--footer ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      footer menu--footer ul .nav-item {
        margin-left: 0; } }

.btn.btn-primary {
  background-color: #A6675A;
  color: #fff;
  border: 1px solid #A6675A;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    background-color: #fff;
    color: #A6675A;
    border: 1px solid #A6675A;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn.btn-secondary {
  background-color: #fff;
  color: #A6675A;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
    background-color: #A6675A;
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }

/* stylelint-disable */
.site-footer {
  background-color: #A6675A !important; }

/* stylelint-enable */
.node__content {
  margin: 0;
  font-size: inherit; }

.dropdown-toggle::after {
  display: none; }

.progress-bar-wrapper {
  background-color: #fff;
  height: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin: 0; }
  .progress-bar-wrapper .progress-bar-formatter {
    background-color: #3e3a36;
    background-image: none; }
    .progress-bar-wrapper .progress-bar-formatter .progress-bar-name {
      display: none; }

/* stylelint-disable */
.shariff .orientation-horizontal {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .shariff .orientation-horizontal .shariff-button {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    min-width: -webkit-fit-content !important;
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important; }
    .shariff .orientation-horizontal .shariff-button a {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      background-color: transparent;
      color: #3e3a36; }
    .shariff .orientation-horizontal .shariff-button .share_text {
      display: none !important; }

/* stylelint-enable */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none; }

.node--view-mode-teaser h2 {
  margin: 0;
  padding: 0; }

/* Select Box It Overrides */
.form-type-select {
  /* stylelint-disable */
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 30% !important;
          flex: 0 0 30% !important;
  /* stylelint-enable */
  margin-bottom: 30px;
  /* stylelint-enable */ }
  .form-type-select .selectboxit-container {
    width: 100%;
    /* stylelint-disable */ }
    .form-type-select .selectboxit-container .selectboxit {
      width: auto !important;
      border-radius: unset;
      height: auto;
      padding: 0 20px;
      min-height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1299.98px) {
        .form-type-select .selectboxit-container .selectboxit {
          min-height: 70px; } }
    .form-type-select .selectboxit-container span {
      line-height: inherit;
      font-family:  'Droid Arabic Kufi', 'Roboto', sans-serif; }
  .form-type-select .selectboxit-btn {
    background-image: unset;
    border: unset;
    border-color: unset;
    background-color: #ededed; }
  .form-type-select .selectboxit-text {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    height: auto;
    line-height: inherit;
    color: #535456;
    font-size: 1.75rem; }
    @media (max-width: 1680px) {
      .form-type-select .selectboxit-text {
        font-size: calc(1.3rem + 0.42857vw) ; } }
    @media (max-width: 1299.98px) {
      .form-type-select .selectboxit-text {
        font-size: 16px; } }
  .form-type-select .selectboxit-list {
    min-width: 100% !important;
    border-radius: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset; }
  .form-type-select .selectboxit-option {
    padding: 15px 25px; }
  .form-type-select .selectboxit-focus {
    background-color: #ededed; }
  .form-type-select .selectboxit-option-anchor {
    font-weight: bold;
    font-size: 1.5625rem; }
    @media (max-width: 1680px) {
      .form-type-select .selectboxit-option-anchor {
        font-size: calc(1.28125rem + 0.26786vw) ; } }
  .form-type-select .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background-color: transparent;
    background-image: unset;
    color: #333; }
  .form-type-select .selectboxit-arrow-container {
    width: 20%;
    height: 100%; }
    .form-type-select .selectboxit-arrow-container .down-arrow {
      height: 100%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: url(../images/arrow-down.png) no-repeat;
      background-position: 60% 60%; }
  @media (max-width: 1100.98px) {
    .form-type-select {
      /* stylelint-disable */
      -webkit-box-flex: 100% !important;
          -ms-flex: 100% !important;
              flex: 100% !important;
      /* stylelint-enable */ } }

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

.list-group-item {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  margin-bottom: 20px; }

.list-group-item + .list-group-item {
  border-top-width: 1px; }

.progress-bar-formatter {
  float: right; }

.views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%; }

/* stylelint-disable */
#login-box #block-suc-page-title {
  display: none; }

#login-box .login-wrapper #login-box-middle-left {
  background-color: #ededed !important; }
  #login-box .login-wrapper #login-box-middle-left .login-logo {
    background-image:  url('../logo-ar.svg');
    background-color: transparent;
    background-position: center center;
    background-size: 300px 75px;
    background-repeat: no-repeat;
    width: 300px;
    height: 75px; }
  #login-box .login-wrapper #login-box-middle-left .disclaimer {
    color: #333; }

#login-box .login-wrapper .form-actions .button {
  background-color: #A6675A;
  border-color: #A6675A; }

#login-box .login-wrapper .captcha {
  padding-bottom: 15px; }

/* stylelint-enable */
/**
* Hide Contextual links for block views that are added through Block Layout.
* This is to prevent the duplicate contextual links
* 1 from the View Block and the other from Block Layout block
*/
body:not(.layout-builder-on) .block-views > .contextual {
  display: none; }

.ui-dialog-buttons .ui-dialog-content {
  background-color: #fff; }

.ui-dialog-buttons .ui-dialog-buttonpane {
  margin-top: 0; }

[dir="rtl"] .contextual {
  right: unset; }

.path-frontpage .language-switcher-language-url .language-link {
  color: #fff; }

.path-frontpage .menu--seeds-social-media .nav li:first-child {
  margin-left: 75px; }

.path-frontpage .menu--seeds-social-media .nav a {
  width: 25px;
  height: 25px;
  border: 0; }
  .path-frontpage .menu--seeds-social-media .nav a.fa:before {
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .path-frontpage .menu--seeds-social-media .nav a.fa-facebook:before {
    background-image: url("../images/facebook_icon.png"); }
  .path-frontpage .menu--seeds-social-media .nav a.fa-instagram:before {
    background-image: url("../images/instagram_icon.png"); }

.marker-yellow {
  background-color: #fdfd77; }

.marker-green {
  background-color: #62f962; }

.marker-pink {
  background-color: #fc7899; }

.marker-blue {
  background-color: #72ccfd; }

.pen-red {
  background-color: transparent;
  color: #e71313; }

.pen-green {
  background-color: transparent;
  color: #128a00; }

.block .view .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.kass-header {
  padding: 70px 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 10; }
  .kass-header .container, .kass-header .block-page-title-block, .kass-header .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .product-colors .kass-header .block-views-blockproducts-product-colors, .kass-header .view-id-products.view-display-id-products_filters, .kass-header .block-views-blockarticles-knowledge-center > h2,
  .kass-header .block-views-blockproducts-featured-products-home-page > h2,
  .kass-header .block-views-blockarticles-home-page-video > h2,
  .kass-header .block-views-blockproducts-product-manufacturers > h2,
  .kass-header .block-views-exposed-filter-blockproducts-products-filters > h2, .kass-header .article-types-header .view-display-id-knowledge_center_page_queue, .article-types-header .kass-header .view-display-id-knowledge_center_page_queue, .kass-header .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kass-header h2,
  .kass-header .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kass-header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .kass-header .site-branding__logo img {
    width: 164px;
    height: 160px;
    background-color: #fff;
    padding: 10px; }
    @media (max-width: 1100.98px) {
      .kass-header .site-branding__logo img {
        width: 114px;
        height: 110px; } }
        .kass-header .container-fluid {
  position: relative;
}
  .kass-header .navbar-toggler {
    display: block;
      position: absolute;
    right: 50px;
    top: 50px; }
  .kass-header .side-menu-wraper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background: #fff;
    width: 320px;
    z-index: 9999;
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .kass-header .side-menu-wraper.slide {
      -webkit-transform: unset;
              transform: unset; }
    .kass-header .side-menu-wraper .fa-times {
      padding: 30px;
      display: block;
      text-align: left;
      cursor: pointer;
      font-size: 30px; }
    .kass-header .side-menu-wraper .menu--kass-nav {
      padding: 90px 35px 0; }
    .kass-header .side-menu-wraper .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .kass-header .side-menu-wraper .nav .nav-item {
        padding-bottom: 10px; }
      .kass-header .side-menu-wraper .nav .nav-link {
        padding: 0;
        font-size: 1.875rem;
        font-weight: bold; }
        @media (max-width: 1680px) {
          .kass-header .side-menu-wraper .nav .nav-link {
            font-size: calc(1.3125rem + 0.53571vw) ; } }
        .kass-header .side-menu-wraper .nav .nav-link.active {
          color: #e21318; }
    .kass-header .side-menu-wraper .language-switcher-language-url {
      padding: 0 35px; }
      .kass-header .side-menu-wraper .language-switcher-language-url .language-link {
        border: unset;
        height: auto;
        width: auto;
        color: unset;
        text-align: right;
        font-size: 1.875rem; }
        @media (max-width: 1680px) {
          .kass-header .side-menu-wraper .language-switcher-language-url .language-link {
            font-size: calc(1.3125rem + 0.53571vw) ; } }
        .kass-header .side-menu-wraper .language-switcher-language-url .language-link:hover {
          background-color: unset; }

.view-id-slider.view-display-id-kass_slider .view-content.row {
  margin: 0; }

.node--type-slider.node--view-mode-large-slide {
  position: relative; }
  .node--type-slider.node--view-mode-large-slide .video-wrapper {
    overflow: hidden;
    position: relative; }
    .node--type-slider.node--view-mode-large-slide .video-wrapper video {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      margin: auto;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      -o-object-fit: cover;
         object-fit: cover; }
    .node--type-slider.node--view-mode-large-slide .video-wrapper .field--name-field-image {
      position: relative; }
      .node--type-slider.node--view-mode-large-slide .video-wrapper .field--name-field-image img {
        opacity: 0;
        visibility: hidden;
        width: 100vw; }
  .node--type-slider.node--view-mode-large-slide .container, .node--type-slider.node--view-mode-large-slide .block-page-title-block, .node--type-slider.node--view-mode-large-slide .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .product-colors .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-colors, .node--type-slider.node--view-mode-large-slide .view-id-products.view-display-id-products_filters, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-knowledge-center > h2,
  .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-featured-products-home-page > h2,
  .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-home-page-video > h2,
  .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-manufacturers > h2,
  .node--type-slider.node--view-mode-large-slide .block-views-exposed-filter-blockproducts-products-filters > h2, .node--type-slider.node--view-mode-large-slide .article-types-header .view-display-id-knowledge_center_page_queue, .article-types-header .node--type-slider.node--view-mode-large-slide .view-display-id-knowledge_center_page_queue, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide h2,
  .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide .content {
    position: absolute;
    right: 50%;
    bottom: 35px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
    .node--type-slider.node--view-mode-large-slide .container .field--name-node-title, .node--type-slider.node--view-mode-large-slide .block-page-title-block .field--name-node-title, .node--type-slider.node--view-mode-large-slide .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors .field--name-node-title, .node--type-product.node--view-mode-full .product-colors .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-colors .field--name-node-title, .node--type-slider.node--view-mode-large-slide .view-id-products.view-display-id-products_filters .field--name-node-title, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-knowledge-center > h2 .field--name-node-title, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-featured-products-home-page > h2 .field--name-node-title, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-home-page-video > h2 .field--name-node-title, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-manufacturers > h2 .field--name-node-title, .node--type-slider.node--view-mode-large-slide .block-views-exposed-filter-blockproducts-products-filters > h2 .field--name-node-title, .node--type-slider.node--view-mode-large-slide .article-types-header .view-display-id-knowledge_center_page_queue .field--name-node-title, .article-types-header .node--type-slider.node--view-mode-large-slide .view-display-id-knowledge_center_page_queue .field--name-node-title, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2 .field--name-node-title, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide h2 .field--name-node-title, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content .field--name-node-title, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide .content .field--name-node-title {
      max-width: 35%; }
      .node--type-slider.node--view-mode-large-slide .container .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-page-title-block .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors .field--name-node-title h2, .node--type-product.node--view-mode-full .product-colors .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-colors .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .view-id-products.view-display-id-products_filters .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-knowledge-center > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-featured-products-home-page > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-home-page-video > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-manufacturers > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-exposed-filter-blockproducts-products-filters > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .article-types-header .view-display-id-knowledge_center_page_queue .field--name-node-title h2, .article-types-header .node--type-slider.node--view-mode-large-slide .view-display-id-knowledge_center_page_queue .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2 .field--name-node-title h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content .field--name-node-title h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide .content .field--name-node-title h2 {
        color: #fff;
        font-size: 3.75rem; }
        @media (max-width: 1680px) {
          .node--type-slider.node--view-mode-large-slide .container .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-page-title-block .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors .field--name-node-title h2, .node--type-product.node--view-mode-full .product-colors .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-colors .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .view-id-products.view-display-id-products_filters .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-knowledge-center > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-featured-products-home-page > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-home-page-video > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-manufacturers > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-exposed-filter-blockproducts-products-filters > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .article-types-header .view-display-id-knowledge_center_page_queue .field--name-node-title h2, .article-types-header .node--type-slider.node--view-mode-large-slide .view-display-id-knowledge_center_page_queue .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2 .field--name-node-title h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content .field--name-node-title h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide .content .field--name-node-title h2 {
            font-size: calc(1.5rem + 2.14286vw) ; } }
        @media (max-width: 1100.98px) {
          .node--type-slider.node--view-mode-large-slide .container .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-page-title-block .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors .field--name-node-title h2, .node--type-product.node--view-mode-full .product-colors .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-colors .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .view-id-products.view-display-id-products_filters .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-knowledge-center > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-featured-products-home-page > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-home-page-video > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-manufacturers > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-exposed-filter-blockproducts-products-filters > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .article-types-header .view-display-id-knowledge_center_page_queue .field--name-node-title h2, .article-types-header .node--type-slider.node--view-mode-large-slide .view-display-id-knowledge_center_page_queue .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2 .field--name-node-title h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content .field--name-node-title h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide .content .field--name-node-title h2 {
            font-size: 2.5rem; } }
  @media (max-width: 1100.98px) and (max-width: 1680px) {
    .node--type-slider.node--view-mode-large-slide .container .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-page-title-block .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors .field--name-node-title h2, .node--type-product.node--view-mode-full .product-colors .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-colors .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .view-id-products.view-display-id-products_filters .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-knowledge-center > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-featured-products-home-page > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-home-page-video > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-manufacturers > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .block-views-exposed-filter-blockproducts-products-filters > h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .article-types-header .view-display-id-knowledge_center_page_queue .field--name-node-title h2, .article-types-header .node--type-slider.node--view-mode-large-slide .view-display-id-knowledge_center_page_queue .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2 .field--name-node-title h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide h2 .field--name-node-title h2, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content .field--name-node-title h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide .content .field--name-node-title h2 {
      font-size: calc(1.375rem + 1.07143vw) ; } }
    .node--type-slider.node--view-mode-large-slide .container .field--name-body, .node--type-slider.node--view-mode-large-slide .block-page-title-block .field--name-body, .node--type-slider.node--view-mode-large-slide .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors .field--name-body, .node--type-product.node--view-mode-full .product-colors .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-colors .field--name-body, .node--type-slider.node--view-mode-large-slide .view-id-products.view-display-id-products_filters .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-knowledge-center > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-featured-products-home-page > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-home-page-video > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-manufacturers > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-exposed-filter-blockproducts-products-filters > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .article-types-header .view-display-id-knowledge_center_page_queue .field--name-body, .article-types-header .node--type-slider.node--view-mode-large-slide .view-display-id-knowledge_center_page_queue .field--name-body, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2 .field--name-body, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content .field--name-body, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide .content .field--name-body {
      color: #fff;
      max-width: 35%;
      font-size: 3.125rem; }
      @media (max-width: 1680px) {
        .node--type-slider.node--view-mode-large-slide .container .field--name-body, .node--type-slider.node--view-mode-large-slide .block-page-title-block .field--name-body, .node--type-slider.node--view-mode-large-slide .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors .field--name-body, .node--type-product.node--view-mode-full .product-colors .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-colors .field--name-body, .node--type-slider.node--view-mode-large-slide .view-id-products.view-display-id-products_filters .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-knowledge-center > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-featured-products-home-page > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-home-page-video > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-manufacturers > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-exposed-filter-blockproducts-products-filters > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .article-types-header .view-display-id-knowledge_center_page_queue .field--name-body, .article-types-header .node--type-slider.node--view-mode-large-slide .view-display-id-knowledge_center_page_queue .field--name-body, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2 .field--name-body, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content .field--name-body, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide .content .field--name-body {
          font-size: calc(1.4375rem + 1.60714vw) ; } }
      @media (max-width: 1100.98px) {
        .node--type-slider.node--view-mode-large-slide .container .field--name-body, .node--type-slider.node--view-mode-large-slide .block-page-title-block .field--name-body, .node--type-slider.node--view-mode-large-slide .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors .field--name-body, .node--type-product.node--view-mode-full .product-colors .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-colors .field--name-body, .node--type-slider.node--view-mode-large-slide .view-id-products.view-display-id-products_filters .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-knowledge-center > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-featured-products-home-page > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-blockarticles-home-page-video > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-blockproducts-product-manufacturers > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .block-views-exposed-filter-blockproducts-products-filters > h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .article-types-header .view-display-id-knowledge_center_page_queue .field--name-body, .article-types-header .node--type-slider.node--view-mode-large-slide .view-display-id-knowledge_center_page_queue .field--name-body, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2 .field--name-body, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide h2 .field--name-body, .node--type-slider.node--view-mode-large-slide .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content .field--name-body, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .node--type-slider.node--view-mode-large-slide .content .field--name-body {
          font-size: 1.25rem; } }

/* Our Services Block */
.block-content--type-kass-our-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .block-content--type-kass-our-services > .field--name-field-text-formatted {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 100px;
    /* stylelint-disable */ }
    .block-content--type-kass-our-services > .field--name-field-text-formatted h2 {
      color: #333;
      margin-bottom: 10px; }
      .block-content--type-kass-our-services > .field--name-field-text-formatted h2::before {
        background-color: #e21318;
        border-color: #e21318;
        height: 4px; }
    .block-content--type-kass-our-services > .field--name-field-text-formatted p {
      font-size: 1.5rem; }
      @media (max-width: 1680px) {
        .block-content--type-kass-our-services > .field--name-field-text-formatted p {
          font-size: calc(1.275rem + 0.21429vw) ; } }
    @media (max-width: 766.98px) {
      .block-content--type-kass-our-services > .field--name-field-text-formatted {
        display: block !important; } }
    @media (max-width: 1100.98px) {
      .block-content--type-kass-our-services > .field--name-field-text-formatted {
        padding: 50px 30px; } }
  .block-content--type-kass-our-services .field--name-field-services {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    border-right: 1px solid;
    position: relative;
    overflow: hidden; }
    .block-content--type-kass-our-services .field--name-field-services .tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 90px 70px 55px 20px;
      border-bottom: 1px solid;
      cursor: pointer; }
      .block-content--type-kass-our-services .field--name-field-services .tab .field--name-field-media,
      .block-content--type-kass-our-services .field--name-field-services .tab .field--name-field-media-2 {
        width: 90px;
        margin-left: 25px; }
      .block-content--type-kass-our-services .field--name-field-services .tab .field--name-field-media-2 {
        display: none; }
      .block-content--type-kass-our-services .field--name-field-services .tab .field--name-field-text {
        font-size: 1.125rem;
        font-weight: 500; }
      @media (max-width: 1299.98px) {
        .block-content--type-kass-our-services .field--name-field-services .tab {
          padding: 90px 20px 55px; } }
      @media (max-width: 766.98px) {
        .block-content--type-kass-our-services .field--name-field-services .tab {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .block-content--type-kass-our-services .field--name-field-services .tab .field--name-field-media,
          .block-content--type-kass-our-services .field--name-field-services .tab .field--name-field-media-2 {
            margin: 0 0 20px 0;
            width: 50px; }
          .block-content--type-kass-our-services .field--name-field-services .tab .title-wrapper {
            text-align: center; }
          .block-content--type-kass-our-services .field--name-field-services .tab .field--name-field-text {
            display: none; } }
    .block-content--type-kass-our-services .field--name-field-services.active {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%; }
      .block-content--type-kass-our-services .field--name-field-services.active .paragraph--type-service {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .block-content--type-kass-our-services .field--name-field-services.active .paragraph--type-service .tab {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; }
    @media (max-width: 766.98px) {
      .block-content--type-kass-our-services .field--name-field-services > .field__item:first-child .tab {
        border-top: 1px solid; } }
    .block-content--type-kass-our-services .field--name-field-services > .field__item:last-child .tab {
      border: 0; }
    @media (max-width: 1299.98px) {
      .block-content--type-kass-our-services .field--name-field-services {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
  .block-content--type-kass-our-services > .field--name-field-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%; }
    .block-content--type-kass-our-services > .field--name-field-image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 1299.98px) {
      .block-content--type-kass-our-services > .field--name-field-image {
        display: none !important; } }
  .block-content--type-kass-our-services .paragraph--type-service .wrapper {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .block-content--type-kass-our-services .paragraph--type-service .wrapper .fa-times {
      position: absolute;
      top: 30px;
      left: 25px;
      font-size: 30px;
      color: #fff;
      z-index: 50;
      cursor: pointer; }
    .block-content--type-kass-our-services .paragraph--type-service .wrapper .field--name-field-image {
      position: absolute;
      top: 0;
      bottom: 0; }
      .block-content--type-kass-our-services .paragraph--type-service .wrapper .field--name-field-image img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .block-content--type-kass-our-services .paragraph--type-service .wrapper .field--name-field-image:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted {
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 5;
      padding: 110px 150px; }
      .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted h2 {
        margin-bottom: 20px;
        color: #fff; }
        .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted h2::before {
          background-color: #e21318;
          border-color: #e21318;
          height: 4px; }
      .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted p {
        font-size: 1.5rem;
        color: #fff; }
        @media (max-width: 1680px) {
          .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted p {
            font-size: calc(1.275rem + 0.21429vw) ; } }
      @media (max-width: 1299.98px) {
        .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted {
          padding: 110px 50px; } }
      @media (max-width: 766.98px) {
        .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted {
          padding: 110px 20px; }
          .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted p {
            font-size: 16px; } }
  .block-content--type-kass-our-services .paragraph--type-service.active .tab {
    background-color: #80838F;
    color: #fff; }
    .block-content--type-kass-our-services .paragraph--type-service.active .tab .field--name-field-media-2 {
      display: block; }
    .block-content--type-kass-our-services .paragraph--type-service.active .tab .field--name-field-media {
      display: none; }
  .block-content--type-kass-our-services .paragraph--type-service.active .wrapper {
    -webkit-transform: unset;
            transform: unset; }
  @media (max-width: 766.98px) {
    .block-content--type-kass-our-services {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

/*  Our Process Block  */
.block-content--type-kass-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: hidden; }
  .block-content--type-kass-process .wrapper {
    -webkit-box-flex: 83%;
        -ms-flex: 83%;
            flex: 83%;
    position: relative;
    padding: 126px 140px 0 0; }
    .block-content--type-kass-process .wrapper > .field--name-field-media {
      position: absolute;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: -1; }
      .block-content--type-kass-process .wrapper > .field--name-field-media:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        mix-blend-mode: multiply;
        background-color: #575757; }
    .block-content--type-kass-process .wrapper .content-wrapper {
      padding-bottom: 200px; }
      .block-content--type-kass-process .wrapper .content-wrapper .field--name-block-title h2 {
        color: #fff; }
        .block-content--type-kass-process .wrapper .content-wrapper .field--name-block-title h2:before {
          height: 4px;
          background-color: #e21318;
          border-color: #e21318; }
      .block-content--type-kass-process .wrapper .content-wrapper .field--name-field-body {
        max-width: 40%;
        margin-bottom: 108px; }
        .block-content--type-kass-process .wrapper .content-wrapper .field--name-field-body p {
          font-size: 2.5rem;
          color: #fff; }
          @media (max-width: 1680px) {
            .block-content--type-kass-process .wrapper .content-wrapper .field--name-field-body p {
              font-size: calc(1.375rem + 1.07143vw) ; } }
    .block-content--type-kass-process .wrapper .field--name-field-paragraph {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .block-content--type-kass-process .wrapper .field--name-field-paragraph > .field__item {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; }
        .block-content--type-kass-process .wrapper .field--name-field-paragraph > .field__item:first-child h2 {
          right: 0; }
      .block-content--type-kass-process .wrapper .field--name-field-paragraph .field--name-field-media {
        padding-bottom: 40px;
        border-bottom: 1px solid #fff; }
        .block-content--type-kass-process .wrapper .field--name-field-paragraph .field--name-field-media .field--name-field-image {
          width: 55px;
          height: 50px; }
      .block-content--type-kass-process .wrapper .field--name-field-paragraph .field--name-field-text {
        border-right: 1px solid #fff;
        position: relative;
        padding-top: 75px; }
        .block-content--type-kass-process .wrapper .field--name-field-paragraph .field--name-field-text h2 {
          color: #fff;
          position: absolute;
          margin: 0;
          position: absolute;
          right: -5%;
          top: 120%; }
      .block-content--type-kass-process .wrapper .field--name-field-paragraph .paragraph--type-process {
        cursor: pointer; }
    @media (max-width: 1100.98px) {
      .block-content--type-kass-process .wrapper {
        padding: 50px 0; }
        .block-content--type-kass-process .wrapper .content-wrapper .field--name-block-title,
        .block-content--type-kass-process .wrapper .content-wrapper .field--name-field-body {
          padding: 0 30px; }
        .block-content--type-kass-process .wrapper .content-wrapper .field--name-field-body {
          max-width: unset;
          margin-bottom: 50px; }
        .block-content--type-kass-process .wrapper .content-wrapper .field--name-field-paragraph {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .block-content--type-kass-process .wrapper .content-wrapper .field--name-field-paragraph > .field__item {
            border-top: 1px solid #fff;
            padding: 50px 30px; }
        .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process {
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-media {
            border: unset;
            padding: 0; }
          .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text {
            border: unset;
            padding: 0 20px 0 0; }
            .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .title, .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .block-views-blockarticles-knowledge-center > h2,
            .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .block-views-blockproducts-featured-products-home-page > h2,
            .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .block-views-blockarticles-home-page-video > h2,
            .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .block-views-blockproducts-product-manufacturers > h2,
            .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .block-views-exposed-filter-blockproducts-products-filters > h2, .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .block-views-blockproducts-featured-products-products-page > h2, .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .block-views-exposed-filter-blockproducts-page-1 > h2, .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .offices .seeds-paragraph-block > h2, .offices .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .seeds-paragraph-block > h2,
            .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .offices .field--name-field-seeds-title > h2, .offices .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .field--name-field-seeds-title > h2, .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .block-content--type-kass-our-services > .field--name-field-text-formatted h2, .block-content--type-kass-our-services > .field--name-field-text-formatted .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text h2, .block-content--type-kass-process .block-content--type-kass-our-services .paragraph--type-service .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .text-formatted h2, .block-content--type-kass-our-services .paragraph--type-service .block-content--type-kass-process .wrapper .content-wrapper .paragraph--type-process .field--name-field-text .text-formatted h2, .block-content--type-kass-process .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted .content-wrapper .paragraph--type-process .field--name-field-text h2, .block-content--type-kass-our-services .paragraph--type-service .block-content--type-kass-process .wrapper .text-formatted .content-wrapper .paragraph--type-process .field--name-field-text h2 {
              position: static; } }
  .block-content--type-kass-process .secondary-wrapper {
    position: relative;
    cursor: pointer;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%; }
    .block-content--type-kass-process .secondary-wrapper .field--name-field-text-plain {
      position: absolute;
      right: 15%;
      top: 180px; }
      .block-content--type-kass-process .secondary-wrapper .field--name-field-text-plain h2 {
        color: #fff; }
    @media (max-width: 1299.98px) {
      .block-content--type-kass-process .secondary-wrapper {
        display: none; } }
  .block-content--type-kass-process .field--name-field-media-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    position: relative;
    height: 100%; }
    .block-content--type-kass-process .field--name-field-media-2 img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .block-content--type-kass-process .field--name-field-media-2:after {
      content: "";
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .block-content--type-kass-process .side-block-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.35s;
    transition: 0.35s;
    overflow-x: hidden;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .block-content--type-kass-process .side-block-wrapper .fa-times {
      position: absolute;
      left: 30px;
      color: #fff;
      top: 30px;
      font-size: 30px;
      z-index: 100;
      cursor: pointer; }
    .block-content--type-kass-process .side-block-wrapper .field--name-field-media-3 img {
      position: absolute;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: -1; }
    .block-content--type-kass-process .side-block-wrapper .field--name-field-media-3:after {
      content: "";
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .block-content--type-kass-process .side-block-wrapper .field--name-field-paragraph-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      .block-content--type-kass-process .side-block-wrapper .field--name-field-paragraph-2 > .field__item {
        -webkit-box-flex: 25%;
            -ms-flex: 25%;
                flex: 25%;
        padding: 110px 35px 0; }
        .block-content--type-kass-process .side-block-wrapper .field--name-field-paragraph-2 > .field__item:not(:last-child) {
          border-left: 1px solid #fff; }
      @media (max-width: 1100.98px) {
        .block-content--type-kass-process .side-block-wrapper .field--name-field-paragraph-2 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .block-content--type-kass-process .side-block-wrapper .field--name-field-paragraph-2 > .field__item {
            padding: 20px 15px 0;
            -webkit-box-flex: unset;
                -ms-flex: unset;
                    flex: unset;
            padding-bottom: 15px;
            border-bottom: 1px solid #fff; } }
    .block-content--type-kass-process .side-block-wrapper .paragraph--type-process {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text h2 {
        color: #fff;
        margin: 30px 0 20px; }
      .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text-formatted {
        font-size: 1.25rem;
        color: #fff; }
      @media (max-width: 1299.98px) {
        .block-content--type-kass-process .side-block-wrapper .paragraph--type-process h2 {
          margin: 0 20px; }
        .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text-formatted {
          text-align: center; } }
      @media (max-width: 1299.98px) {
        .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-media {
          width: 50px; }
        .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .title, .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .block-views-blockarticles-knowledge-center > h2,
        .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .block-views-blockproducts-featured-products-home-page > h2,
        .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .block-views-blockarticles-home-page-video > h2,
        .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .block-views-blockproducts-product-manufacturers > h2,
        .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .block-views-exposed-filter-blockproducts-products-filters > h2, .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .block-views-blockproducts-featured-products-products-page > h2, .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .block-views-exposed-filter-blockproducts-page-1 > h2, .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .offices .seeds-paragraph-block > h2, .offices .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .seeds-paragraph-block > h2,
        .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .offices .field--name-field-seeds-title > h2, .offices .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .field--name-field-seeds-title > h2, .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .block-content--type-kass-our-services > .field--name-field-text-formatted h2, .block-content--type-kass-our-services > .field--name-field-text-formatted .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text h2, .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted h2, .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text h2 {
          margin: 15px 0;
          font-size: 1.25rem; }
        .block-content--type-kass-process .side-block-wrapper .paragraph--type-process .field--name-field-text-formatted p {
          font-size: 1rem; } }
    .block-content--type-kass-process .side-block-wrapper.open {
      -webkit-transform: unset;
              transform: unset; }

/* KASS_INFO SECTION */
.kass-info .group-left {
  border-left: 1px solid #333; }
  @media (max-width: 766.98px) {
    .kass-info .group-left {
      border: 0; }
      .kass-info .group-left .block-block-content {
        border-bottom: 1px solid #333; } }

.kass-info .block-block-content,
.kass-info .block-webform-block {
  padding: 100px 75px; }
  @media (max-width: 1299.98px) {
    .kass-info .block-block-content,
    .kass-info .block-webform-block {
      padding: 50px 35px; } }

.kass-info .block-block-content .kass-info .title, .kass-info .block-block-content .kass-info .block-views-blockarticles-knowledge-center > h2,
.kass-info .block-block-content .kass-info .block-views-blockproducts-featured-products-home-page > h2,
.kass-info .block-block-content .kass-info .block-views-blockarticles-home-page-video > h2,
.kass-info .block-block-content .kass-info .block-views-blockproducts-product-manufacturers > h2,
.kass-info .block-block-content .kass-info .block-views-exposed-filter-blockproducts-products-filters > h2, .kass-info .block-block-content .kass-info .block-views-blockproducts-featured-products-products-page > h2, .kass-info .block-block-content .kass-info .block-views-exposed-filter-blockproducts-page-1 > h2, .kass-info .block-block-content .kass-info .offices .seeds-paragraph-block > h2, .offices .kass-info .block-block-content .kass-info .seeds-paragraph-block > h2,
.kass-info .block-block-content .kass-info .offices .field--name-field-seeds-title > h2, .offices .kass-info .block-block-content .kass-info .field--name-field-seeds-title > h2, .kass-info .block-block-content .kass-info .block-content--type-kass-our-services > .field--name-field-text-formatted h2, .block-content--type-kass-our-services > .field--name-field-text-formatted .kass-info .block-block-content .kass-info h2, .kass-info .block-block-content .kass-info .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted h2, .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted .kass-info .block-block-content .kass-info h2 {
  margin-bottom: 15px; }
  .kass-info .block-block-content .kass-info .title:before, .kass-info .block-block-content .kass-info .block-views-blockarticles-knowledge-center > h2:before,
  .kass-info .block-block-content .kass-info .block-views-blockproducts-featured-products-home-page > h2:before,
  .kass-info .block-block-content .kass-info .block-views-blockarticles-home-page-video > h2:before,
  .kass-info .block-block-content .kass-info .block-views-blockproducts-product-manufacturers > h2:before,
  .kass-info .block-block-content .kass-info .block-views-exposed-filter-blockproducts-products-filters > h2:before, .kass-info .block-block-content .kass-info .block-views-blockproducts-featured-products-products-page > h2:before, .kass-info .block-block-content .kass-info .block-views-exposed-filter-blockproducts-page-1 > h2:before, .kass-info .block-block-content .kass-info .offices .seeds-paragraph-block > h2:before, .offices .kass-info .block-block-content .kass-info .seeds-paragraph-block > h2:before,
  .kass-info .block-block-content .kass-info .offices .field--name-field-seeds-title > h2:before, .offices .kass-info .block-block-content .kass-info .field--name-field-seeds-title > h2:before, .kass-info .block-block-content .kass-info .block-content--type-kass-our-services > .field--name-field-text-formatted h2:before, .block-content--type-kass-our-services > .field--name-field-text-formatted .kass-info .block-block-content .kass-info h2:before, .kass-info .block-block-content .kass-info .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted h2:before, .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted .kass-info .block-block-content .kass-info h2:before {
    height: 4px;
    border-color: #e21318;
    background-color: #e21318; }

.kass-info .block-block-content p {
  font-size: 2.5rem;
  margin-bottom: 10px; }
  @media (max-width: 1680px) {
    .kass-info .block-block-content p {
      font-size: calc(1.375rem + 1.07143vw) ; } }

.kass-info .block-block-content .wrapper {
  font-size: 1.75rem;
  padding-top: 20px; }
  @media (max-width: 1680px) {
    .kass-info .block-block-content .wrapper {
      font-size: calc(1.3rem + 0.42857vw) ; } }
  .kass-info .block-block-content .wrapper address {
    font-weight: 600;
    margin: 0; }
  .kass-info .block-block-content .wrapper a {
    font-size: inherit; }

.kass-info .block-webform-block label {
  font-weight: bold;
  margin-bottom: 30px; }

.kass-info .block-webform-block .form-type-email,
.kass-info .block-webform-block .form-type-tel,
.kass-info .block-webform-block .form-type-textfield {
  height: 86px;
  margin: 0 0 15px; }
  .kass-info .block-webform-block .form-type-email input,
  .kass-info .block-webform-block .form-type-tel input,
  .kass-info .block-webform-block .form-type-textfield input {
    margin: 0;
    height: 100%;
    padding: 15px; }

.kass-info .block-webform-block .captcha {
  margin-bottom: 16px; }

.kass-info .block-webform-block .form-actions .btn {
  width: 100%;
  height: 86px;
  padding: 6px 12px;
  background-color: #80838F;
  border-color: #80838F; }
  .kass-info .block-webform-block .form-actions .btn:hover, .kass-info .block-webform-block .form-actions .btn:focus, .kass-info .block-webform-block .form-actions .btn:active {
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }

.kass-footer .row {
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .kass-footer .row .kattan-rights {
    color: #80838F; }
  @media (max-width: 1100.98px) {
    .kass-footer .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .kass-footer .row .kattan-rights {
        text-align: center;
        margin-top: 20px;
        font-size: 0.75rem; } }

.kass-footer .subsites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .kass-footer .subsites a {
    display: block; }
    .kass-footer .subsites a:first-child {
      margin-left: 40px; }
  @media (max-width: 1100.98px) {
    .kass-footer .subsites {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 575.98px) {
    .kass-footer .subsites a:first-child {
      margin-bottom: 15px; }
    .kass-footer .subsites a img {
      width: 150px; } }

.kam-header .container, .kam-header .block-page-title-block, .kam-header .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .product-colors .kam-header .block-views-blockproducts-product-colors, .kam-header .view-id-products.view-display-id-products_filters, .kam-header .block-views-blockarticles-knowledge-center > h2,
.kam-header .block-views-blockproducts-featured-products-home-page > h2,
.kam-header .block-views-blockarticles-home-page-video > h2,
.kam-header .block-views-blockproducts-product-manufacturers > h2,
.kam-header .block-views-exposed-filter-blockproducts-products-filters > h2, .kam-header .article-types-header .view-display-id-knowledge_center_page_queue, .article-types-header .kam-header .view-display-id-knowledge_center_page_queue, .kam-header .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kam-header h2,
.kam-header .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kam-header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 35px;
  padding-bottom: 35px; }
  .kam-header .container .header-logo, .kam-header .block-page-title-block .header-logo, .kam-header .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors .header-logo, .node--type-product.node--view-mode-full .product-colors .kam-header .block-views-blockproducts-product-colors .header-logo, .kam-header .view-id-products.view-display-id-products_filters .header-logo, .kam-header .block-views-blockarticles-knowledge-center > h2 .header-logo, .kam-header .block-views-blockproducts-featured-products-home-page > h2 .header-logo, .kam-header .block-views-blockarticles-home-page-video > h2 .header-logo, .kam-header .block-views-blockproducts-product-manufacturers > h2 .header-logo, .kam-header .block-views-exposed-filter-blockproducts-products-filters > h2 .header-logo, .kam-header .article-types-header .view-display-id-knowledge_center_page_queue .header-logo, .article-types-header .kam-header .view-display-id-knowledge_center_page_queue .header-logo, .kam-header .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2 .header-logo, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kam-header h2 .header-logo, .kam-header .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content .header-logo, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kam-header .content .header-logo {
    width: 290px; }
    @media (max-width: 575.98px) {
      .kam-header .container .header-logo, .kam-header .block-page-title-block .header-logo, .kam-header .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors .header-logo, .node--type-product.node--view-mode-full .product-colors .kam-header .block-views-blockproducts-product-colors .header-logo, .kam-header .view-id-products.view-display-id-products_filters .header-logo, .kam-header .block-views-blockarticles-knowledge-center > h2 .header-logo, .kam-header .block-views-blockproducts-featured-products-home-page > h2 .header-logo, .kam-header .block-views-blockarticles-home-page-video > h2 .header-logo, .kam-header .block-views-blockproducts-product-manufacturers > h2 .header-logo, .kam-header .block-views-exposed-filter-blockproducts-products-filters > h2 .header-logo, .kam-header .article-types-header .view-display-id-knowledge_center_page_queue .header-logo, .article-types-header .kam-header .view-display-id-knowledge_center_page_queue .header-logo, .kam-header .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2 .header-logo, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kam-header h2 .header-logo, .kam-header .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content .header-logo, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kam-header .content .header-logo {
        width: 150px; } }

.kam-header .block-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.kam-header .menu--kam-header .nav-item a {
  padding: 0 0 0 70px; }

.kam-header .menu--kam-header .nav-item:last-of-type a {
  padding-left: 30px; }

.kam-header .region-kam-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .kam-header .region-kam-header .language-switcher-language-url .nav-link {
    padding-bottom: 0; }
  @media (max-width: 1100.98px) {
    .kam-header .region-kam-header {
      display: none; } }

.kam-header .icon-bar {
  background-color: #3e3a36 !important; }

.kam-mobile-menu {
  display: none; }
  @media (min-width: 1101px) {
    .kam-mobile-menu {
      display: none !important; } }

.region-kam-mobile-header .menu--kam-header {
  width: 100%; }
  .region-kam-mobile-header .menu--kam-header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .region-kam-mobile-header .menu--kam-header ul a {
      font-size: 2.5rem;
      font-weight: 400;
      padding: 15px 0; }
      @media (max-width: 1680px) {
        .region-kam-mobile-header .menu--kam-header ul a {
          font-size: calc(1.375rem + 1.07143vw) ; } }

.region-kam-mobile-header .language-switcher-language-url .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.show-kam-header {
  display: block; }

.kam-content .seeds-page-banner > .container, .kam-content .seeds-page-banner > .block-page-title-block, .kam-content .node--type-product.node--view-mode-full .product-colors .seeds-page-banner > .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .product-colors .kam-content .seeds-page-banner > .block-views-blockproducts-product-colors, .kam-content .seeds-page-banner > .view-id-products.view-display-id-products_filters, .kam-content .block-views-blockarticles-knowledge-center.seeds-page-banner > h2,
.kam-content .block-views-blockproducts-featured-products-home-page.seeds-page-banner > h2,
.kam-content .block-views-blockarticles-home-page-video.seeds-page-banner > h2,
.kam-content .block-views-blockproducts-product-manufacturers.seeds-page-banner > h2,
.kam-content .block-views-exposed-filter-blockproducts-products-filters.seeds-page-banner > h2, .kam-content .article-types-header .seeds-page-banner > .view-display-id-knowledge_center_page_queue, .article-types-header .kam-content .seeds-page-banner > .view-display-id-knowledge_center_page_queue, .kam-content .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kam-content .seeds-page-banner > h2,
.kam-content .page-view-products .block-views-exposed-filter-blockproducts-products-filters .seeds-page-banner > .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kam-content .seeds-page-banner > .content {
  top: unset;
  bottom: 20%;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial; }

.kam-content .seeds-page-banner .page-header {
  display: none; }

.kam-content .seeds-page-banner .page-description {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.1;
  width: 600px;
  font-family:  'Droid Arabic Kufi', 'Roboto', sans-serif; }
  @media (max-width: 1680px) {
    .kam-content .seeds-page-banner .page-description {
      font-size: calc(1.5rem + 2.14286vw) ; } }
  @media (max-width: 1299.98px) {
    .kam-content .seeds-page-banner .page-description {
      font-size: 2.25rem; } }
  @media (max-width: 1299.98px) and (max-width: 1680px) {
    .kam-content .seeds-page-banner .page-description {
      font-size: calc(1.35rem + 0.85714vw) ; } }

@media (min-width: 767px) and (max-width: 1299.98px) {
  .kam-content .seeds-page-banner img {
    height: 400px; }
  .kam-content .seeds-page-banner .container, .kam-content .seeds-page-banner .block-page-title-block, .kam-content .seeds-page-banner .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .product-colors .kam-content .seeds-page-banner .block-views-blockproducts-product-colors, .kam-content .seeds-page-banner .view-id-products.view-display-id-products_filters, .kam-content .seeds-page-banner .block-views-blockarticles-knowledge-center > h2,
  .kam-content .seeds-page-banner .block-views-blockproducts-featured-products-home-page > h2,
  .kam-content .seeds-page-banner .block-views-blockarticles-home-page-video > h2,
  .kam-content .seeds-page-banner .block-views-blockproducts-product-manufacturers > h2,
  .kam-content .seeds-page-banner .block-views-exposed-filter-blockproducts-products-filters > h2, .kam-content .seeds-page-banner .article-types-header .view-display-id-knowledge_center_page_queue, .article-types-header .kam-content .seeds-page-banner .view-display-id-knowledge_center_page_queue, .kam-content .seeds-page-banner .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kam-content .seeds-page-banner h2,
  .kam-content .seeds-page-banner .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kam-content .seeds-page-banner .content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-bottom: 80px; } }

@media (max-width: 1100.98px) {
  .kam-content .seeds-page-banner img {
    height: 300px; }
  .kam-content .seeds-page-banner .container, .kam-content .seeds-page-banner .block-page-title-block, .kam-content .seeds-page-banner .node--type-product.node--view-mode-full .product-colors .block-views-blockproducts-product-colors, .node--type-product.node--view-mode-full .product-colors .kam-content .seeds-page-banner .block-views-blockproducts-product-colors, .kam-content .seeds-page-banner .view-id-products.view-display-id-products_filters, .kam-content .seeds-page-banner .block-views-blockarticles-knowledge-center > h2,
  .kam-content .seeds-page-banner .block-views-blockproducts-featured-products-home-page > h2,
  .kam-content .seeds-page-banner .block-views-blockarticles-home-page-video > h2,
  .kam-content .seeds-page-banner .block-views-blockproducts-product-manufacturers > h2,
  .kam-content .seeds-page-banner .block-views-exposed-filter-blockproducts-products-filters > h2, .kam-content .seeds-page-banner .article-types-header .view-display-id-knowledge_center_page_queue, .article-types-header .kam-content .seeds-page-banner .view-display-id-knowledge_center_page_queue, .kam-content .seeds-page-banner .page-view-products .block-views-exposed-filter-blockproducts-products-filters h2, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kam-content .seeds-page-banner h2,
  .kam-content .seeds-page-banner .page-view-products .block-views-exposed-filter-blockproducts-products-filters .content, .page-view-products .block-views-exposed-filter-blockproducts-products-filters .kam-content .seeds-page-banner .content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-bottom: 80px; } }

.kam-content .kam-description .left-column .seeds-paragraph-block {
  width: 650px;
  max-width: 650px;
  padding: 65px 65px 65px 100px;
  background-color: #fff;
  position: relative;
  top: -65px; }
  .kam-content .kam-description .left-column .seeds-paragraph-block .field--name-field-seeds-text p {
    font-weight: 300; }
    @media (max-width: 1299.98px) {
      .kam-content .kam-description .left-column .seeds-paragraph-block .field--name-field-seeds-text p {
        font-size: 1.125rem; } }
  @media (max-width: 1299.98px) {
    .kam-content .kam-description .left-column .seeds-paragraph-block {
      width: 450px; } }
  @media (max-width: 1100.98px) {
    .kam-content .kam-description .left-column .seeds-paragraph-block {
      width: 100%;
      padding: 45px 35px; } }

.kam-content .kam-description .right-column .seeds-paragraph-block {
  margin: auto;
  padding: 75px 135px; }
  .kam-content .kam-description .right-column .seeds-paragraph-block .field--name-field-seeds-title h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #5492e2; }
    @media (max-width: 1680px) {
      .kam-content .kam-description .right-column .seeds-paragraph-block .field--name-field-seeds-title h2 {
        font-size: calc(1.375rem + 1.07143vw) ; } }
  @media (max-width: 1299.98px) {
    .kam-content .kam-description .right-column .seeds-paragraph-block {
      padding: 75px; }
      .kam-content .kam-description .right-column .seeds-paragraph-block .field--name-field-seeds-title h2 {
        font-size: 2.25rem; } }
    @media (max-width: 1299.98px) and (max-width: 1680px) {
      .kam-content .kam-description .right-column .seeds-paragraph-block .field--name-field-seeds-title h2 {
        font-size: calc(1.35rem + 0.85714vw) ; } }
  @media (max-width: 1100.98px) {
    .kam-content .kam-description .right-column .seeds-paragraph-block {
      padding: 0 35px; }
      .kam-content .kam-description .right-column .seeds-paragraph-block .field--name-field-seeds-title h2 {
        font-weight: 600; } }

.kam-content .kam-homag .seeds-paragraph-block,
.kam-content .kam-leuco .seeds-paragraph-block {
  padding: 0 70px; }
  .kam-content .kam-homag .seeds-paragraph-block .field--name-field-seeds-text .align-left,
  .kam-content .kam-leuco .seeds-paragraph-block .field--name-field-seeds-text .align-left {
    width: 100%; }
  .kam-content .kam-homag .seeds-paragraph-block .field--name-field-seeds-text p,
  .kam-content .kam-leuco .seeds-paragraph-block .field--name-field-seeds-text p {
    font-size: 1.875rem; }
    @media (max-width: 1680px) {
      .kam-content .kam-homag .seeds-paragraph-block .field--name-field-seeds-text p,
      .kam-content .kam-leuco .seeds-paragraph-block .field--name-field-seeds-text p {
        font-size: calc(1.3125rem + 0.53571vw) ; } }
  .kam-content .kam-homag .seeds-paragraph-block .field--name-field-seeds-link a,
  .kam-content .kam-leuco .seeds-paragraph-block .field--name-field-seeds-link a {
    all: unset;
    font-size: 1.875rem;
    font-weight: 500; }
    @media (max-width: 1680px) {
      .kam-content .kam-homag .seeds-paragraph-block .field--name-field-seeds-link a,
      .kam-content .kam-leuco .seeds-paragraph-block .field--name-field-seeds-link a {
        font-size: calc(1.3125rem + 0.53571vw) ; } }
  .kam-content .kam-homag .seeds-paragraph-block .field--name-field-seeds-link:hover a,
  .kam-content .kam-leuco .seeds-paragraph-block .field--name-field-seeds-link:hover a {
    cursor: pointer; }
  @media (max-width: 1299.98px) {
    .kam-content .kam-homag .seeds-paragraph-block,
    .kam-content .kam-leuco .seeds-paragraph-block {
      padding: 0 50px; }
      .kam-content .kam-homag .seeds-paragraph-block .field--name-field-seeds-text p,
      .kam-content .kam-leuco .seeds-paragraph-block .field--name-field-seeds-text p {
        font-size: 1rem;
        line-height: 30px; }
      .kam-content .kam-homag .seeds-paragraph-block .field--name-field-seeds-link a,
      .kam-content .kam-leuco .seeds-paragraph-block .field--name-field-seeds-link a {
        font-size: 1.25rem;
        font-weight: 600; } }

.kam-content .kam-homag .seeds-paragraph-block {
  padding: 100px 70px; }
  @media (max-width: 1299.98px) {
    .kam-content .kam-homag .seeds-paragraph-block {
      padding: 75px 50px; } }
  @media (max-width: 766.98px) {
    .kam-content .kam-homag .seeds-paragraph-block {
      background-color: #fff;
      padding: 50px;
      margin-top: -60px; } }

@media (max-width: 766.98px) {
  .kam-content .kam-leuco .seeds-paragraph-block {
    padding-bottom: 50px; } }

.kam-content .kam-contact .block-block-content,
.kam-content .kam-contact .block-webform-block {
  padding: 0 75px; }
  @media (max-width: 1299.98px) {
    .kam-content .kam-contact .block-block-content,
    .kam-content .kam-contact .block-webform-block {
      padding: 35px; } }

.kam-content .kam-contact .kam-contact-block .title, .kam-content .kam-contact .kam-contact-block .block-views-blockarticles-knowledge-center > h2,
.kam-content .kam-contact .kam-contact-block .block-views-blockproducts-featured-products-home-page > h2,
.kam-content .kam-contact .kam-contact-block .block-views-blockarticles-home-page-video > h2,
.kam-content .kam-contact .kam-contact-block .block-views-blockproducts-product-manufacturers > h2,
.kam-content .kam-contact .kam-contact-block .block-views-exposed-filter-blockproducts-products-filters > h2, .kam-content .kam-contact .kam-contact-block .block-views-blockproducts-featured-products-products-page > h2, .kam-content .kam-contact .kam-contact-block .block-views-exposed-filter-blockproducts-page-1 > h2, .kam-content .kam-contact .kam-contact-block .offices .seeds-paragraph-block > h2, .offices .kam-content .kam-contact .kam-contact-block .seeds-paragraph-block > h2,
.kam-content .kam-contact .kam-contact-block .offices .field--name-field-seeds-title > h2, .offices .kam-content .kam-contact .kam-contact-block .field--name-field-seeds-title > h2, .kam-content .kam-contact .kam-contact-block .block-content--type-kass-our-services > .field--name-field-text-formatted h2, .block-content--type-kass-our-services > .field--name-field-text-formatted .kam-content .kam-contact .kam-contact-block h2, .kam-content .kam-contact .kam-contact-block .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted h2, .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted .kam-content .kam-contact .kam-contact-block h2 {
  font-size: 2.6875rem;
  margin-bottom: 25px; }
  @media (max-width: 1680px) {
    .kam-content .kam-contact .kam-contact-block .title, .kam-content .kam-contact .kam-contact-block .block-views-blockarticles-knowledge-center > h2,
    .kam-content .kam-contact .kam-contact-block .block-views-blockproducts-featured-products-home-page > h2,
    .kam-content .kam-contact .kam-contact-block .block-views-blockarticles-home-page-video > h2,
    .kam-content .kam-contact .kam-contact-block .block-views-blockproducts-product-manufacturers > h2,
    .kam-content .kam-contact .kam-contact-block .block-views-exposed-filter-blockproducts-products-filters > h2, .kam-content .kam-contact .kam-contact-block .block-views-blockproducts-featured-products-products-page > h2, .kam-content .kam-contact .kam-contact-block .block-views-exposed-filter-blockproducts-page-1 > h2, .kam-content .kam-contact .kam-contact-block .offices .seeds-paragraph-block > h2, .offices .kam-content .kam-contact .kam-contact-block .seeds-paragraph-block > h2,
    .kam-content .kam-contact .kam-contact-block .offices .field--name-field-seeds-title > h2, .offices .kam-content .kam-contact .kam-contact-block .field--name-field-seeds-title > h2, .kam-content .kam-contact .kam-contact-block .block-content--type-kass-our-services > .field--name-field-text-formatted h2, .block-content--type-kass-our-services > .field--name-field-text-formatted .kam-content .kam-contact .kam-contact-block h2, .kam-content .kam-contact .kam-contact-block .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted h2, .block-content--type-kass-our-services .paragraph--type-service .wrapper .text-formatted .kam-content .kam-contact .kam-contact-block h2 {
      font-size: calc(1.39375rem + 1.23214vw) ; } }

.kam-content .kam-contact .kam-contact-block .large {
  margin-bottom: 50px; }

.kam-content .kam-contact .kam-contact-block .service,
.kam-content .kam-contact .kam-contact-block .sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px; }
  .kam-content .kam-contact .kam-contact-block .service span,
  .kam-content .kam-contact .kam-contact-block .sales span {
    font-size: 1.375rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    background-color: #3e3a36;
    padding: 0 5px;
    margin-bottom: 10px; }
    @media (max-width: 1680px) {
      .kam-content .kam-contact .kam-contact-block .service span,
      .kam-content .kam-contact .kam-contact-block .sales span {
        font-size: calc(1.2625rem + 0.10714vw) ; } }
  .kam-content .kam-contact .kam-contact-block .service a,
  .kam-content .kam-contact .kam-contact-block .sales a {
    font-size: 2.25rem;
    font-weight: 500;
    padding: 10px;
    border: 1px solid #3e3a36;
    unicode-bidi: -moz-plaintext;
    unicode-bidi: plaintext; }
    @media (max-width: 1680px) {
      .kam-content .kam-contact .kam-contact-block .service a,
      .kam-content .kam-contact .kam-contact-block .sales a {
        font-size: calc(1.35rem + 0.85714vw) ; } }

.kam-content .kam-contact .webform-submission-get-in-touch-kam--form {
  margin-top: 75px; }
  .kam-content .kam-contact .webform-submission-get-in-touch-kam--form .js-form-item input,
  .kam-content .kam-contact .webform-submission-get-in-touch-kam--form .js-form-item textarea {
    border-radius: 0;
    border-color: #3e3a36;
    padding: 20px;
    font-size: 20px; }
  .kam-content .kam-contact .webform-submission-get-in-touch-kam--form .js-form-item input {
    height: 75px; }
  .kam-content .kam-contact .webform-submission-get-in-touch-kam--form .captcha {
    margin-bottom: 16px; }
  .kam-content .kam-contact .webform-submission-get-in-touch-kam--form .webform-button--submit {
    width: 100%;
    background-color: #3e3a36;
    height: 75px;
    border-color: #3e3a36; }
    .kam-content .kam-contact .webform-submission-get-in-touch-kam--form .webform-button--submit:hover {
      color: #fff; }
  @media (max-width: 1299.98px) {
    .kam-content .kam-contact .webform-submission-get-in-touch-kam--form {
      margin-top: 0; } }

@media (max-width: 1299.98px) {
  .kam-content .kam-contact {
    padding-top: 40px;
    padding-bottom: 40px; } }

.kam-footer .row {
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1100.98px) {
    .kam-footer .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .kam-footer .row .kattan-rights {
        text-align: center;
        margin-top: 20px;
        font-size: 0.75rem; } }

.kam-footer .subsites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .kam-footer .subsites a {
    display: block; }
    .kam-footer .subsites a:first-child {
      margin-left: 40px; }
  @media (max-width: 1100.98px) {
    .kam-footer .subsites {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 575.98px) {
    .kam-footer .subsites .aak {
      margin-left: 0;
      margin-bottom: 15px; }
      .kam-footer .subsites .aak img {
        height: 100px; } }

.foundation-header {
  padding: 20px 0; }

.seeds-paragraph-block h4 {
  color: #3e3a36; }

.foundation-slider > .no-container {
  padding: 0 15px; }

.foundation-slider .slick__arrow .slick-prev,
.foundation-slider .slick__arrow .slick-next {
  width: 50px;
  height: 86px;
  background-image: url("../images/arrows.png"); }
  .foundation-slider .slick__arrow .slick-prev::before,
  .foundation-slider .slick__arrow .slick-next::before {
    text-indent: -19999px;
    border: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10; }

.foundation-slider .slick__arrow .slick-prev {
  background-position:  -572px -371px ;
  right: 25px; }

.foundation-slider .slick__arrow .slick-next {
  background-position:  -14px -372px ;
  left: 25px; }

.foundation-slider .slick__slide .views-field-title {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 160px; }
  .foundation-slider .slick__slide .views-field-title h2 {
    width: 40%;
    color: #fff;
    font-weight: bold; }
  @media (max-width: 1100.98px) {
    .foundation-slider .slick__slide .views-field-title {
      padding: 0 15px; } }

.foundation-footer {
  background-color: #414244;
  padding: 20px 0; }
  .foundation-footer * {
    color: #fff;
    font-weight: normal; }

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