@charset "UTF-8";
/*
Theme Name: Ibiom
Description: Child theme for Avada
Author: Lemieux Bédard
Author URI: https://lemieuxbedard.com
Template: Avada
Version: 1.0.0
Text Domain:  Ibiom
*/
body, h1, h2, h3 {
  font-family: arial, helvetica, sans-serif !important;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

body {
  background-position: center 50px;
  background-size: auto 200px;
}
@media (min-width: 800px) {
  body {
    background-size: auto;
  }
}
body #main {
  background: #ffffff !important;
}
@media (max-width: 991px) {
  body #main {
    padding-top: 0 !important;
  }
}

.lb-btn, .fusion-main-menu ul li a, .lb-btn {
  font-family: arial, helvetica, sans-serif !important;
  font-size: 20px !important;
}
@media (max-width: 1290px) {
  .lb-btn, .fusion-main-menu ul li a, .lb-btn {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  position: relative;
}
.home h1 {
  font-size: 25px !important;
  line-height: 29px !important;
}
@media (min-width: 992px) {
  .home h1 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
}
.home h1:before {
  top: 30px;
}

h2 {
  font-size: 22px;
  line-height: 26px;
  line-height: 29px !important;
}

body .post-content h3 {
  font-weight: bold;
}

.eyebrow {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
}

@media (min-width: 768px) {
  .fullwidth-box {
    padding: 0 30px !important;
  }
}

.lb-btn {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 15px !important;
}

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

@media all and (min-width: 800px) {
  .lb-reverse-cols-lg > .fusion-row {
    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;
  }
}
@media (min-width: 992px) {
  .lb-lg-5 {
    max-width: calc(100% / 3) !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 calc(100% / 3) !important;
    -ms-flex: 0 0 calc(100% / 3) !important;
    flex: 0 0 calc(100% / 3) !important;
  }
}
@media (min-width: 1233px) {
  .lb-lg-5 {
    max-width: calc(100% / 5) !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 calc(100% / 5) !important;
    -ms-flex: 0 0 calc(100% / 5) !important;
    flex: 0 0 calc(100% / 5) !important;
  }
}

.lb-bg-3-4-gray {
  background: #f4f4f4 !important;
}
@media all and (min-width: 1000px) {
  .lb-bg-3-4-gray {
    background: -webkit-gradient(linear, left top, right top, color-stop(75%, #f4f4f4), color-stop(75%, #FFFFFF)) !important;
    background: -o-linear-gradient(left, #f4f4f4 75%, #FFFFFF 75%) !important;
    background: linear-gradient(90deg, #f4f4f4 75%, #FFFFFF 75%) !important;
  }
  .lb-bg-3-4-gray.texture:after {
    content: "";
    background-image: url(images/double-shadow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 80px;
    right: 30%;
    width: 135px;
    height: 75px;
  }
}
.lb-bg-3-4-gray.fullwidth-box {
  padding: 60px 30px 40px 30px !important;
}
@media (min-width: 992px) {
  .lb-bg-3-4-gray.fullwidth-box {
    padding: 60px 30px 40px 60px !important;
  }
}

.lb-bg-2-3-gray {
  background: #f4f4f4 !important;
}
@media all and (min-width: 1000px) {
  .lb-bg-2-3-gray {
    background: -webkit-gradient(linear, left top, right top, color-stop(66.667%, #f4f4f4), color-stop(66.667%, #FFFFFF)) !important;
    background: -o-linear-gradient(left, #f4f4f4 66.667%, #FFFFFF 66.667%) !important;
    background: linear-gradient(90deg, #f4f4f4 66.667%, #FFFFFF 66.667%) !important;
  }
}
.lb-bg-2-3-gray.fullwidth-box {
  padding: 60px 30px 40px 30px !important;
}
@media all and (min-width: 768px) {
  .page-contact-us .lb-bg-2-3-gray.fullwidth-box {
    padding: 60px 30px 40px 40px !important;
  }
}

.lb-bg-gray {
  background: #f4f4f4 !important;
}
.lb-bg-gray.fullwidth-box {
  padding: 60px 30px 40px 30px !important;
}
@media (min-width: 992px) {
  .lb-bg-gray.fullwidth-box {
    padding: 60px 30px 40px 60px !important;
  }
}

.lb-color-inversed {
  background: black !important;
}
@media all and (min-width: 1000px) {
  .lb-color-inversed {
    background: -o-linear-gradient(left, #FFFFFF 0px, #FFFFFF 30px, #000000 30px, #000000 75%, #FFFFFF 75%) !important;
    background: linear-gradient(90deg, #FFFFFF 0px, #FFFFFF 30px, #000000 30px, #000000 75%, #FFFFFF 75%) !important;
  }
}
.lb-color-inversed .fusion_builder_column {
  margin-bottom: 0 !important;
}
.lb-color-inversed .fusion_builder_column:nth-child(1) {
  padding: 60px 30px;
  color: white !important;
}
.lb-color-inversed .fusion_builder_column:nth-child(1) h2 {
  color: white !important;
}
@media all and (min-width: 1000px) {
  .lb-color-inversed .fusion_builder_column:nth-child(2) {
    position: absolute;
    right: 0;
    top: 30px;
  }
}
@media all and (min-width: 1000px) {
  .lb-color-inversed__reverse {
    background: -o-linear-gradient(right, #ffffff 0px, #ffffff 25px, #000000 25px, #000000 75%, #ffffff 75%) !important;
    background: linear-gradient(to left, #ffffff 0px, #ffffff 25px, #000000 25px, #000000 75%, #ffffff 75%) !important;
  }
}
.lb-color-inversed__reverse .fusion_builder_column {
  margin-bottom: 0 !important;
}
.lb-color-inversed__reverse .fusion_builder_column:nth-child(1) {
  padding: 60px 30px;
  color: white !important;
  background: #000;
}
.lb-color-inversed__reverse .fusion_builder_column:nth-child(1) h2 {
  color: white !important;
}
@media all and (min-width: 1000px) {
  .lb-color-inversed__reverse .fusion_builder_column:nth-child(2) {
    position: absolute;
    right: auto;
    left: 0;
    top: 30px;
  }
}

.fusion-page-title-bar {
  margin-top: 150px;
  /*background-position: center bottom !important;*/
  background: #ffffff !important;
}
@media all and (min-width: 800px) {
  .fusion-page-title-bar {
    margin-top: 248px;
  }
}

.lb-product-related {
  background-color: #f4f4f4;
  padding: 30px 45px;
}
.lb-product-related img {
  background-color: white;
}
.lb-product-related .text-uppercase {
  text-transform: uppercase;
}

.lb-product-related-categories a {
  border: 1px solid black;
  display: block;
  float: left;
  padding: 8px 20px;
  border-radius: 20px;
  text-align: center;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
@media (min-width: 500px) {
  .lb-product-related-categories a {
    padding: 8px 30px;
  }
}
.lb-product-related-categories a:hover {
  background: black;
  color: white;
}

.lb-made-in-canada {
  position: relative;
}
.lb-made-in-canada:after {
  content: "Designed and manufactured in Canada";
  display: block;
  color: #E80C0C;
  text-transform: uppercase;
  width: 100%;
  max-width: 260px;
  padding-left: 50px;
  line-height: 16px;
  background-image: url("images/icon-canada.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  font-weight: bold;
}
@media (min-width: 992px) {
  .lb-made-in-canada:after {
    position: absolute;
    bottom: -40px;
    left: 50%;
  }
}
[lang=en-US] .lb-made-in-canada:after {
  content: "Designed and manufactured in North America";
  max-width: 280px;
}
[lang=fr-FR] .lb-made-in-canada:after {
  content: "Entièrement conçu et fabriqué au Canada";
  content: "Entièrement conçu et fabriqué au Canada";
}

.lb-modal {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.lb-modal img {
  width: 50px;
  height: 50px;
}

.lb-blockquote {
  color: white;
  background-color: #005DBA;
  padding: 30px;
  margin: 0 -15px 20px -15px;
}
@media (min-width: 992px) {
  .lb-blockquote {
    padding: 40px 30px;
  }
}
.lb-blockquote p {
  margin-bottom: 0;
}

.lb-text-container a {
  color: #005DBA;
}
.lb-text-container a:hover {
  color: #005DBA;
}

.fusion-person .person-desc {
  background-color: #f4f4f4;
  padding: 25px;
  margin-top: 0 !important;
}
.fusion-person .person-desc .person-author {
  min-height: 80px;
}
.fusion-person .person-desc .person-content {
  margin-top: 15px;
  min-height: 84px;
}
.fusion-person .person-author-wrapper {
  font-family: arial, helvetica, sans-serif;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
.fusion-person .person-author-wrapper .person-name {
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px !important;
}
.fusion-person .person-author-wrapper .person-title {
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  font-weight: lighter;
}

.lb-faq {
  padding: 15px 20px !important;
}
@media (min-width: 992px) {
  .lb-faq {
    padding: 45px 60px 25px 60px !important;
  }
}
.lb-faq.lb-bg-blue {
  background: #005DBA !important;
}
.lb-faq.lb-bg-blue * {
  color: white !important;
}
.lb-faq.lb-bg-blue a {
  display: inline-block;
  position: relative;
  padding-left: 0;
  padding-right: 30px;
  text-align: left;
  height: 45px;
  text-transform: uppercase;
  line-height: 45px;
}
.lb-faq.lb-bg-blue a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 10px;
  height: 16px;
  height: 1rem;
  margin-left: 0.333em;
  background-image: url("images/icon-arrow-white.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.lb-building h3 {
  padding-left: 45px;
  position: relative;
}
.lb-building h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("images/icon-production-facility-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}

.page-contact-us .lb-contact-trigger, .page-contactez-nous .lb-contact-trigger {
  display: none;
}
.page-contact-us .lb-building, .page-contactez-nous .lb-building {
  padding-left: 45px;
  position: relative;
}
.page-contact-us .lb-building:before, .page-contactez-nous .lb-building:before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("images/icon-production-facility-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}
.page-contact-us .lb-phone, .page-contactez-nous .lb-phone {
  padding-left: 45px;
  position: relative;
}
.page-contact-us .lb-phone:before, .page-contactez-nous .lb-phone:before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("images/icon-contact.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}

.big-shadow, .double-shadow {
  overflow: visible !important;
}
.big-shadow:before, .double-shadow:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.big-shadow img, .double-shadow img {
  position: relative;
}

.big-shadow:before {
  background-image: url(images/big-shadow.png);
  width: 110px;
  height: 82px;
  top: -45px;
  right: 30px;
}

.double-shadow {
  overflow: visible !important;
}
.double-shadow:before {
  background-image: url(images/double-shadow.png);
  width: 135px;
  height: 75px;
  bottom: -60px;
  left: 30px;
}
@media all and (min-width: 992px) {
  .double-shadow:before {
    bottom: -90px;
  }
}

body .cp-g-recaptcha-response {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 99;
}

body.single-lb_product .fusion-page-title-captions h1.entry-title {
  text-transform: uppercase;
}

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

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.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.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.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.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media 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;
  }
}
.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: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

  .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: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

  .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: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

  .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;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #00376e !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: #E80C0C !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.product {
  display: none;
  height: 330px;
  margin-bottom: 45px;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 30px;
}
.product.lb-product-featured {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.product.videos, .product.videos-fr, .product.videos-us {
  height: 222px;
}
@media (min-width: 768px) {
  .error404 .product {
    height: 200px;
  }
}

.lb-product {
  padding: 30px 0;
}

.lb-product-link {
  display: block;
  width: 100%;
}
.lb-product-link .lb-product-link-bg {
  position: relative;
  height: 270px;
  background-position: center 15%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lb-product-link .lb-product-link-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 270px;
  background-color: rgba(0, 93, 186, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.lb-product-link .lb-product-link-bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 99;
  pointer-events: none;
}
.lb-product-link:hover .lb-product-link-bg {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.lb-product-link:hover .product-subtitle {
  color: black;
}
.lb-product-link:hover .product-subtitle:after {
  background-image: url("images/icon-arrow-black.svg");
}
.lb-product-featured .lb-product-link:hover .product-subtitle {
  background: black;
}
.lb-product-link .product-subtitle {
  position: relative;
  top: -0.5em;
  display: inline-block;
  width: 100%;
  color: #005DBA;
  text-transform: uppercase;
  padding-left: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1em;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lb-product-featured .lb-product-link .product-subtitle {
  background: #005DBA;
  color: white;
  padding-left: 15px;
  padding-right: 45px;
  display: inline-block;
  min-width: 35%;
  width: auto;
}
.lb-product-link .product-subtitle:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.75em;
  width: 15px;
  height: 15px;
  background-image: url("images/icon-arrow-blue.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.lb-product-featured .lb-product-link .product-subtitle:after {
  background-image: url("images/arrow-white-right.svg");
  right: 0.5em;
}
.videos .lb-product-link, .videos-fr .lb-product-link, .videos-us .lb-product-link {
  height: 162px;
}
.videos .lb-product-link .lb-product-link-bg, .videos-fr .lb-product-link .lb-product-link-bg, .videos-us .lb-product-link .lb-product-link-bg {
  height: 100%;
}
.videos .lb-product-link .lb-product-link-bg:before, .videos-fr .lb-product-link .lb-product-link-bg:before, .videos-us .lb-product-link .lb-product-link-bg:before {
  height: 162px;
}
.videos .lb-product-link .lb-product-link-bg:after, .videos-fr .lb-product-link .lb-product-link-bg:after, .videos-us .lb-product-link .lb-product-link-bg:after {
  width: 20px;
  height: 20px;
  background-image: url("images/play.svg");
}
.product-brochures .lb-product-link .lb-product-link-bg:after, .product-brochures-fr .lb-product-link .lb-product-link-bg:after, .product-brochures-us .lb-product-link .lb-product-link-bg:after, .product-warranties .lb-product-link .lb-product-link-bg:after, .product-warranties-fr .lb-product-link .lb-product-link-bg:after, .product-warranties-us .lb-product-link .lb-product-link-bg:after {
  background-image: url("images/download_icon.svg");
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .error404 .lb-product-link {
    height: 165px;
  }
}
.lb-product-link .product-title {
  position: absolute;
  left: 0;
  top: -1.5em;
  display: inline-block;
  color: #005DBA;
  text-transform: uppercase;
  font-size: larger;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
}
.lb-product-link .product-title.lb-product-featured {
  opacity: 1;
  pointer-events: auto;
}

.lb-product-colors h3 {
  text-transform: uppercase;
}
.lb-product-colors h4 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.lb-product-colors input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border: solid 1px #dfdfdf;
  border-radius: 6px;
  cursor: pointer;
  margin: 10px auto;
  position: relative;
}
.lb-product-colors input[type=radio]::-ms-check {
  color: transparent;
  border: transparent;
  background: transparent;
}
.lb-product-colors input[type=radio]:checked:after {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  display: block;
  left: -4px;
  top: -4px;
  border: 1px solid black;
  border-radius: 6px;
}
.lb-product-colors label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2px;
  cursor: pointer;
}
.lb-product-colors label span {
  font-size: 10px;
}
.lb-product-colors .lb-colors {
  position: relative;
}
.lb-product-colors .lb-colors__group {
  float: left;
  margin-right: 30px;
}

.lb-product-attribute {
  position: relative;
}
.lb-product-attribute .lb-product-attribute-content {
  position: relative;
  min-height: 60px;
  padding: 20px 10px 20px 45px;
  margin: 0;
}
.lb-product-attribute .lb-product-attribute-content.no-icon {
  padding: 20px;
}
.lb-product-attribute .lb-product-attribute-content:nth-of-type(odd) {
  background-color: rgba(244, 244, 244, 0.85);
}
.lb-product-attribute .lb-product-attribute-content:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  top: 24px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.lb-product-attribute .lb-product-attribute-content__weight:before {
  background-image: url("images/icon-kg.svg");
}
.lb-product-attribute .lb-product-attribute-content__electric:before {
  background-image: url("images/icon-battery.svg");
}
.lb-product-attribute .lb-product-attribute-content__configuration:before {
  background-image: url("images/icon-adjustements.svg");
  top: 18px;
}
.lb-product-attribute .lb-product-attribute-content__slant:before {
  background-image: url("images/icon-seconds.svg");
  top: 18px;
}
.lb-product-attribute .lb-product-attribute-content__calendar:before {
  background-image: url("images/icon-lifetime-warranty.svg");
}
.lb-product-attribute .lb-product-attribute-content__maple {
  line-height: 18px;
}
.lb-product-attribute .lb-product-attribute-content__maple:before {
  background-image: url("images/icon-canada.png");
  top: 20px;
}
.lb-product-attribute .lb-product-attribute-content__size:before {
  background-image: url("images/icon-ruler.svg");
  top: 26px;
}
.lb-product-attribute__title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.lb-product-attribute__description p {
  margin-top: 0;
}
.lb-product-attribute.show {
  display: inherit;
}

.lb-product-attributes {
  min-width: 230px;
}
.lb-product-attributes .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.lb-product-attributes .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  width: 100%;
  height: 40px;
}
.lb-product-attributes .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #005DBA;
  padding: 8px 15px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  font-size: 14px;
}
.lb-product-attributes .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 12px;
}
.lb-product-attributes .select-styled:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background: #004b96;
}
.lb-product-attributes .select-styled:hover {
  background-color: #0058b0;
}
.lb-product-attributes .select-styled:active, .lb-product-attributes .select-styled.active {
  background-color: #0050a1;
}
.lb-product-attributes .select-styled:active:after, .lb-product-attributes .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}
.lb-product-attributes .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #0050a1;
}
.lb-product-attributes .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #004487;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  text-transform: uppercase;
}
.lb-product-attributes .select-options li:hover {
  color: #005DBA;
  background: #fff;
}
.lb-product-attributes .select-options li[rel=hide] {
  display: none;
}

.lb-product-attributes .back-to-specs {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  display: none;
}
.lb-product-attributes .back-to-specs:before {
  content: "";
  height: 20px;
  width: 15px;
  background-image: url(images/icon-arrow-black.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.lb-product-attributes .back-to-specs.active {
  display: inline-block;
}

/* product resource as videos, pdfs, etc */
.lb-product-resource {
  display: block;
  height: 55px;
  position: relative;
  padding-left: 45px;
  padding-right: 35px;
  line-height: 55px;
  margin-bottom: 2px;
  cursor: pointer;
  text-align: center;
}
.lb-product-resource:nth-of-type(odd) {
  background-color: rgba(244, 244, 244, 0.85);
}
.lb-product-resource:hover {
  background-color: rgba(220, 220, 220, 0.85);
}
.lb-product-resource span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.lb-product-resource:before {
  content: "";
  display: block;
  height: 25px;
  width: 30px;
  position: absolute;
  left: 15px;
  top: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.lb-product-resource:after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  background-image: url("images/icon-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.lb-product-resource__file:before {
  background-image: url("images/icon-product-manual.svg");
}
.lb-product-resource__video:before {
  background-image: url("images/icon-product-video.svg");
}

.links {
  max-width: 215px;
}
.lb-product-simplified .links {
  max-width: none;
}

.product-image-wrapper {
  position: relative;
  display: inline-block;
}
.product-image-wrapper #product-image {
  width: 100%;
}
.product-image-wrapper .feature-dot {
  display: none;
}
@media (min-width: 768px) {
  .product-image-wrapper .feature-dot {
    display: block;
    height: 30px;
    position: absolute;
    border-radius: 15px;
    background-color: #0862c2;
  }
}
.product-image-wrapper .feature-dot:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "+";
  background-color: #fff;
  color: #0862c2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #0862c2;
  line-height: 28px;
  font-size: 32px;
  text-align: center;
}
.product-image-wrapper .feature-dot.open {
  z-index: 99;
}
.product-image-wrapper .feature-dot.open .feature-title {
  display: block;
}
.product-image-wrapper .feature-dot.open:before {
  content: "-";
  line-height: 22px;
}
.product-image-wrapper .feature-dot .feature-title {
  display: none;
  padding-left: 40px;
  padding-right: 15px;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.product-image-wrapper .feature-dot.left:before {
  right: 0;
  left: auto;
}
.product-image-wrapper .feature-dot.left .feature-title {
  padding-left: 15px;
  padding-right: 40px;
}

.category-filters label {
  border: 1px solid black;
  display: block;
  float: left;
  padding: 8px 30px;
  border-radius: 20px;
  text-align: center;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.category-filters label:hover {
  background: black;
  color: white;
}
.category-filters label input {
  display: none;
}
.category-filters label.lb-active {
  background: black;
  color: white;
}
.category-filters label.lb-active:hover {
  background: #e4e4e4;
  color: black;
  border-color: #e4e4e4;
}

.ua-ie-11 .lb-featured-posts .lb-featured-post .row {
  height: 500px;
}
.lb-featured-posts .lb-featured-post .lb-img-container {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 100%;
}
.lb-featured-posts .lb-featured-post [class^=col-] {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  position: relative;
}
.lb-featured-posts .lb-featured-post [class^=col-] h2, .lb-featured-posts .lb-featured-post [class^=col-] p {
  width: 100%;
}
.lb-featured-posts .lb-featured-post [class^=col-]:nth-child(2):before {
  content: none;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #005DBA;
  position: absolute;
  top: calc(50% - 25px);
  left: 50px;
  z-index: 2;
}
.lb-featured-posts .lb-featured-post [class^=col-]:nth-child(2):after {
  content: none;
  display: block;
  width: 75px;
  height: 1px;
  background: #005DBA;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (min-width: 768px) {
  .lb-featured-posts .lb-featured-post [class^=col-]:nth-child(2):before {
    content: "";
  }
  .lb-featured-posts .lb-featured-post [class^=col-]:nth-child(2):after {
    content: "";
  }
}
.lb-featured-posts .lb-featured-post:nth-child(odd) [class^=col-] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.lb-featured-posts .lb-featured-post:nth-child(odd) [class^=col-]:nth-child(2):before {
  left: auto;
  right: 50px;
}
.lb-featured-posts .lb-featured-post:nth-child(odd) [class^=col-]:nth-child(2):after {
  left: auto;
  right: 0;
}
.lb-featured-posts .lb-featured-post:nth-child(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
.lb-featured-posts .lb-featured-post:nth-child(even) .row {
  position: relative;
}
.lb-featured-posts .lb-featured-post:nth-child(even) .row:before {
  content: none;
  display: block;
  position: absolute;
  height: 80%;
  top: 10%;
  left: 15px;
  width: 75%;
  background-color: #efefef;
}
@media (min-width: 768px) {
  .lb-featured-posts .lb-featured-post:nth-child(even) .row:before {
    content: "";
  }
}

.lb-contact {
  font-family: "droid-sans", sans-serif;
  padding: 0;
}
.lb-contact h3 {
  color: white;
  background-color: #43D5E2;
  margin: 0;
  padding: 0.5em 0.5em 0.5em 45px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  font-family: "droid-sans", sans-serif !important;
}
.lb-contact h3:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(images/icon-contact-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 15px;
  top: 0.6em;
}
.lb-contact .lb-contact-person {
  position: relative;
  margin-bottom: 1em;
}
.lb-contact .cp-default-close {
  background: transparent !important;
}
.lb-contact .lb-contact-container {
  padding: 15px;
}
.lb-contact .lb-contact-container.message-sent form > *:not(.alert) {
  display: none;
}
.lb-contact p {
  margin-top: 0;
  margin-bottom: 0.3em !important;
  line-height: 1.25;
}
.lb-contact p strong {
  text-transform: uppercase;
  font-weight: 600;
}
.lb-contact .wpcf7 {
  margin-bottom: 1em;
}
.lb-contact .wpcf7 label {
  margin-top: 0.5em;
}
.lb-contact .wpcf7 input {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  background: transparent;
  margin-top: 0.3em;
}
.lb-contact .wpcf7 input[type=submit] {
  width: 100%;
  line-height: 30px !important;
  background-color: black;
  padding: 0 !important;
}
.lb-contact .wpcf7 input[type=submit]:hover {
  background-color: black;
  color: white;
}
.lb-contact a {
  background: #43D5E2;
  color: white;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}

@media (max-width: 768px) {
  body .cp-slidein-body.cp-blank, body .cp-slidein-body.cp-blank *:not(input):not(a) {
    text-align: left !important;
  }
}
.lb-contact-trigger {
  position: fixed;
  bottom: 0;
  z-index: 99;
  right: 0;
}
@media (min-width: 768px) {
  .lb-contact-trigger {
    right: 50px;
  }
}
.lb-contact-trigger h3 {
  display: inline-block;
  color: white;
  background-color: #43D5E2;
  margin: 0;
  padding: 8px 10px 8px 35px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  font-family: "droid-sans", sans-serif !important;
}
@media (min-width: 768px) {
  .lb-contact-trigger h3 {
    margin: 0 100px 0 0;
  }
}
.lb-contact-trigger h3:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(images/icon-contact-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 10px;
  top: 0.6em;
}

.cp-slidein.slidein-bottom-right {
  right: 0 !important;
}
@media (min-width: 768px) {
  .cp-slidein.slidein-bottom-right {
    right: 135px !important;
  }
}

@media (min-width: 992px) {
  #section-library {
    padding: 60px 30px !important;
  }
}
#section-library .lb-library-link__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px;
  line-height: 24px;
  min-height: 44px;
}
#section-library .lb-library-link__header h3 {
  margin: 0;
}
#section-library .lb-library-link__post {
  position: relative;
  display: block;
  height: 220px;
}
#section-library .lb-library-link__post a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#section-library .lb-library-link.custom .lb-library-link__post {
  background-color: #000;
}
#section-library .lb-library-link.custom .lb-library-link__post a {
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
}
#section-library .lb-library-link.custom .lb-library-link__post a:hover {
  color: #fff;
}
#section-library .lb-library-link.custom .lb-library-link__post a:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 16px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/icon-arrow-white.svg);
  right: 15px;
  top: 20px;
}
#section-library .lb-library-link__link {
  position: relative;
  display: block;
  /*height: 31px;*/
}
@media (max-width: 991.98px) {
  #section-library .lb-library-link__link {
    margin-bottom: 20px;
  }
}
#section-library .lb-library-link__link a {
  width: 60%;
  height: 200px;
  display: block;
  position: absolute;
  background-color: rgba(10, 50, 250, 0.3);
  bottom: 0;
  left: 20%;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
#section-library .lb-library-link.lb-library-defined .btn-link {
  position: relative;
}
#section-library .lb-library-link.lb-library-defined .btn-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 16px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
#section-library .lb-library-link.lb-library-defined .lb-library-link__header.last {
  display: none;
}
@media (min-width: 768px) {
  #section-library .lb-library-link.lb-library-defined .lb-library-link__header.last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#section-library .lb-library-link.lb-library-defined .lb-library-link__header.last .btn-link {
  color: #005DBA;
  width: auto !important;
}
#section-library .lb-library-link.lb-library-defined .lb-library-link__header.last .btn-link:after {
  background-image: url(images/icon-arrow-blue.svg);
  right: 0;
  top: 5px;
}
#section-library .lb-library-link.lb-library-defined.lb-library-link--videos .lb-library-link__post a:before, #section-library .lb-library-link.lb-library-defined.lb-library-link--videos-fr .lb-library-link__post a:before, #section-library .lb-library-link.lb-library-defined.lb-library-link--videos-us .lb-library-link__post a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 93, 186, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
#section-library .lb-library-link.lb-library-defined.lb-library-link--videos .lb-library-link__post a:after, #section-library .lb-library-link.lb-library-defined.lb-library-link--videos-fr .lb-library-link__post a:after, #section-library .lb-library-link.lb-library-defined.lb-library-link--videos-us .lb-library-link__post a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: url(images/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 2;
}
#section-library .lb-library-link.lb-library-defined.lb-library-link--product-brochures .lb-library-link__post a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 93, 186, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
#section-library .lb-library-link.lb-library-defined.lb-library-link--product-brochures .lb-library-link__post a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 99;
  pointer-events: none;
  background-image: url("images/download_icon.svg");
  width: 40px;
  height: 40px;
}
#section-library .lb-library-link.lb-library-defined .lb-library-link__link .btn-link {
  width: 100% !important;
  left: 0;
  height: auto;
  background-color: black !important;
  color: white !important;
  padding: 5px 10px !important;
  text-transform: uppercase;
}
#section-library .lb-library-link.lb-library-defined .lb-library-link__link .btn-link:after {
  background-image: url(images/icon-arrow-white.svg);
  right: 10px;
  top: 9px;
}

.btn-loadmore-wrapper {
  text-align: left;
}

.btn-loadmore {
  color: white;
  background: #005DB7;
  padding: 8px 30px;
}
.btn-loadmore:hover {
  background-color: black;
  color: white;
}
.lb-full .btn-loadmore {
  display: none;
}

header .fusion-header-v1 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
header .fusion-header {
  height: auto !important;
}
header .fusion-header .fusion-row {
  padding-top: 0 !important;
}
@media (max-width: 991px) {
  header .fusion-header {
    padding: 0 !important;
  }
  header .fusion-header .fusion-row .fusion-logo {
    padding: 5px 15px;
  }
  header .fusion-header .fusion-row .fusion-mobile-menu-icons {
    float: right;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .fusion-header .fusion-row .fusion-mobile-menu-icons a {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .fusion-header .fusion-row .fusion-mobile-menu-icons a.fusion-icon-bars {
    background-color: #F4F4F4;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .fusion-header .fusion-row .fusion-mobile-nav-holder {
    padding-top: 0 !important;
    margin: 0;
  }
}
header .fusion-header .fusion-main-menu ul li {
  margin: 5px;
}
@media (max-width: 1170px) {
  header .fusion-header .fusion-main-menu ul li {
    margin: 5px 0;
  }
}
header .fusion-header .fusion-main-menu ul li a {
  padding: 0px 10px;
}
@media (max-width: 1170px) {
  header .fusion-header .fusion-main-menu ul li a {
    padding: 0px 5px;
  }
}
header .fusion-header .fusion-main-menu ul li.current-menu-item a, header .fusion-header .fusion-main-menu ul li:hover a {
  color: #C6540D;
}
header .fusion-header .fusion-main-menu ul li.fusion-main-menu-search {
  margin-right: 50px;
  top: 10px;
  padding: 0 20px;
}
header .fusion-header .fusion-main-menu ul li.fusion-main-menu-search a {
  content: "";
  width: 32px;
  height: 30px;
  display: inline-block;
  background: url(images/search-icon.png) no-repeat center center;
}
header .fusion-header .fusion-main-menu ul li.fusion-main-menu-search a::after {
  content: "";
}
header .fusion-header .fusion-main-menu ul li.fusion-main-menu-search-open {
  background-color: #000;
  margin-bottom: 0;
}
header .fusion-header .fusion-main-menu ul li.fusion-main-menu-search-open .fusion-bar-highlight {
  height: 55px;
}
header .fusion-header .fusion-main-menu ul li.fusion-main-menu-search-open .fusion-custom-menu-item-contents {
  background-color: #000;
  padding: 5px;
  font-family: arial, helvetica, sans-serif !important;
  width: 300px;
  border: none;
}
header .fusion-header .fusion-main-menu ul li.fusion-main-menu-search-open .fusion-custom-menu-item-contents .fusion-search-button {
  display: none;
}
header .fusion-header .fusion-main-menu ul li.fusion-main-menu-search-open .fusion-custom-menu-item-contents .fusion-search-field input {
  height: 50px;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  border: none;
}
header .fusion-header .fusion-main-menu ul li.wpml-ls-menu-item {
  text-transform: lowercase;
}
header .fusion-header .fusion-main-menu ul li.wpml-ls-menu-item .menu-text span {
  width: 41px;
  height: 41px;
  display: inline-block;
  border-radius: 50%;
  border: 1.5px solid #C6540D;
  color: #C6540D;
  text-align: center;
  line-height: 40px;
}
header .fusion-header .fusion-main-menu ul li.wpml-ls-menu-item .menu-text span::first-letter {
  text-transform: uppercase;
}
header .fusion-header .fusion-main-menu ul li.wpml-ls-menu-item .menu-text span:hover {
  border: 1.5px solid var(--nav_typography-color);
  color: var(--nav_typography-color);
}
header .fusion-header .fusion-main-menu ul li.wpml-ls-menu-item {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
header .fusion-header .fusion-main-menu ul li.wpml-ls-menu-item .fusion-bar-highlight {
  padding: 5px 0;
  height: 60px !important;
}
header .fusion-header .fusion-main-menu ul li.wpml-ls-menu-item .fusion-bar-highlight .fa-chevron-down {
  margin-left: 10px;
}
header .fusion-header .fusion-main-menu ul li.wpml-ls-menu-item .sub-menu {
  left: 0 !important;
  width: auto;
}
header .fusion-header .fusion-main-menu ul li.wpml-ls-menu-item .sub-menu .wpml-ls-menu-item {
  margin: 0;
}
header .fusion-header .fusion-main-menu ul li.wpml-ls-menu-item .sub-menu .wpml-ls-menu-item .fusion-bar-highlight {
  padding: 15px 52px 15px 30px;
  display: inline-block;
  height: auto !important;
}
header .fusion-header .fusion-main-menu ul li.menu-contact {
  border-radius: 29px;
  padding: 0px 20px;
}
@media (max-width: 1170px) {
  header .fusion-header .fusion-main-menu ul li.menu-contact {
    padding: 0px 10px;
  }
}
header .fusion-header .fusion-main-menu ul li.menu-contact.menu-contact-quote {
  background-color: #E2F4FF;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1170px) {
  header .fusion-header .fusion-main-menu ul li.menu-contact.menu-contact-quote {
    margin-left: 5px;
    margin-right: 5px;
  }
}
header .fusion-header .fusion-main-menu ul li.menu-contact.menu-contact-tel {
  background-color: #EBF1F4;
}
header .fusion-header .fusion-main-menu {
  /*&>ul{
  	&>li{
  		&>a{
  			font-size: 16px!important;
  		}
  	}
  }*/
}
header .fusion-header .fusion-main-menu li.menu-item-has-children:hover li a {
  color: #14425D !important;
}
header .fusion-header .fusion-main-menu li.menu-item-has-children:hover li a:hover {
  color: #C6540D !important;
}
header .fusion-header .fusion-main-menu li .sub-menu {
  background: #ffffff;
  width: auto !important;
  left: -25px;
}
header .fusion-header .fusion-main-menu li .sub-menu li {
  padding: 25px 0 !important;
}
header .fusion-header .fusion-main-menu li .sub-menu li a {
  min-width: 200px !important;
  padding: 0 40px !important;
  display: block !important;
  font-family: arial, helvetica, sans-serif !important;
  font-size: 20px;
  line-height: 24px;
}

/* Section propre à Avada */
body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu > ul > li:not(:last-child) {
  padding-right: 0 !important;
}

body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu > ul > li.menu-contact {
  padding-right: 20px !important;
}

@media (max-width: 1290px) {
  body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu > ul > li:not(:last-child) {
    padding-right: 5px !important;
  }

  body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu > ul > li.menu-contact {
    padding-right: 20px !important;
  }
}
@media (max-width: 1200px) {
  body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu > ul > li:not(:last-child) {
    padding-right: 0px !important;
  }

  body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu > ul > li.menu-contact {
    padding-right: 20px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .avada-responsive:not(.rtl) .fusion-header-v1 .fusion-main-menu > ul > li, .avada-responsive:not(.rtl) .fusion-header-v2 .fusion-main-menu > ul > li, .avada-responsive:not(.rtl) .fusion-header-v3 .fusion-main-menu > ul > li, .avada-responsive:not(.rtl) .fusion-header-v4 .fusion-main-menu > ul > li, .avada-responsive:not(.rtl) .fusion-header-v5 .fusion-main-menu > ul > li, .avada-responsive:not(.rtl) .fusion-header-v7 .fusion-main-menu > ul > li {
    padding-right: 0 !important;
  }
  .avada-responsive:not(.rtl) .fusion-header-v1 .fusion-main-menu > ul > li.menu-contact, .avada-responsive:not(.rtl) .fusion-header-v2 .fusion-main-menu > ul > li.menu-contact, .avada-responsive:not(.rtl) .fusion-header-v3 .fusion-main-menu > ul > li.menu-contact, .avada-responsive:not(.rtl) .fusion-header-v4 .fusion-main-menu > ul > li.menu-contact, .avada-responsive:not(.rtl) .fusion-header-v5 .fusion-main-menu > ul > li.menu-contact, .avada-responsive:not(.rtl) .fusion-header-v7 .fusion-main-menu > ul > li.menu-contact {
    padding-right: 10px !important;
  }
}
#header-contact {
  position: fixed;
  top: 48px;
  right: 0;
  z-index: 999;
  max-width: 460px;
}
@media (min-width: 768px) {
  #header-contact {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  #header-contact {
    top: 60px;
  }
}
#header-contact .header-contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 30px;
}
#header-contact .header-contact-wrapper .phone, #header-contact .header-contact-wrapper .contact-link {
  padding: 10px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
#header-contact .header-contact-wrapper .phone {
  background-color: #005DBA;
  margin-right: 15px;
  font-size: 16px;
  line-height: 20px;
}
#header-contact .header-contact-wrapper .phone .desktop {
  display: none;
}
@media (min-width: 768px) {
  #header-contact .header-contact-wrapper .phone {
    font-size: 12px;
    line-height: 16px;
  }
  #header-contact .header-contact-wrapper .phone .desktop {
    display: inline;
  }
  #header-contact .header-contact-wrapper .phone .mobile {
    display: none;
  }
}
#header-contact .header-contact-wrapper .contact-link {
  background-color: #43D5E2;
  text-transform: uppercase;
  font-weight: bold;
}

header {
  padding: 22px 0;
  background: #ffffff;
}

.fusion-page-title-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.fusion-page-title-secondary {
  margin-left: 0 !important;
  margin-top: 20px;
  text-transform: uppercase;
}

.home-title-wrapper {
  padding: 60px 30px 40px !important;
}
.home-title-wrapper h1 {
  font-size: 65px;
  line-height: 75px;
  position: relative;
}
@media (max-width: 500px) {
  .home-title-wrapper h1 {
    max-width: none !important;
    text-align: center !important;
  }
}
.home-title-wrapper h1::after {
  position: absolute;
  width: 122px;
  background: #E2F4FF;
  content: "";
  height: 3px;
  margin: 30px 0;
  display: block;
}
@media (max-width: 500px) {
  .home-title-wrapper h1::after {
    margin: 30px auto;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .home-title-wrapper p {
    font-size: 33px;
    line-height: 38px;
  }
}
.home-title-wrapper .home-title {
  padding: 30px 0;
}
.home-title-wrapper .home-title .lb-h2 {
  margin-top: 65px !important;
}
@media (max-width: 500px) {
  .home-title-wrapper .home-title .fusion-alignleft {
    float: none !important;
    margin-right: auto;
    margin-left: auto;
  }
}
.home-title-wrapper .home-title .fusion-column-wrapper {
  max-width: 75%;
}
@media (max-width: 500px) {
  .home-title-wrapper .home-title .fusion-column-wrapper {
    max-width: none;
    text-align: center;
  }
}
.home-title-wrapper .home-btn {
  margin-top: 20px !important;
}
@media (max-width: 500px) {
  .home-title-wrapper .home-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.home-title-wrapper .fusion-title {
  overflow: visible;
}
@media (min-width: 768px) {
  .home-title-wrapper .fusion-builder-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fusion-breadcrumbs .fusion-breadcrumb-sep {
  margin: 0 5px;
}
.fusion-breadcrumbs .fusion-breadcrumb-item, .fusion-breadcrumbs .fusion-breadcrumb-sep {
  font-size: 20px;
  line-height: 23px;
  color: #14425D;
}
.fusion-breadcrumbs .fusion-breadcrumb-item > span, .fusion-breadcrumbs .fusion-breadcrumb-sep > span {
  font-weight: bold;
  color: #C6540D;
}

body .fusion-footer footer .fusion-columns {
  margin: 0;
}

@media (max-width: 991.98px) {
  .menu-footer-container {
    text-align: center;
  }
}

#menu-footer .sub-menu, #menu-footer-fr .sub-menu, #menu-footer-us .sub-menu {
  padding: 0;
  margin: 0;
}
#menu-footer li, #menu-footer-fr li, #menu-footer-us li {
  padding: 0;
  margin: 0;
  border: none;
}
#menu-footer > li, #menu-footer-fr > li, #menu-footer-us > li {
  display: inline-block;
  vertical-align: top;
}
#menu-footer a, #menu-footer-fr a, #menu-footer-us a {
  padding: 0;
  margin: 0;
  border: none;
}
#menu-footer a:before, #menu-footer-fr a:before, #menu-footer-us a:before {
  content: none;
}

@media (max-width: 991.98px) {
  body .fusion-footer {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  body .fusion-footer .container {
    width: auto !important;
  }
}

.fusion-footer {
  background: #1c435a;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c435a), to(#0e222e));
  background: -o-linear-gradient(top, #1c435a 0%, #0e222e 100%);
  background: linear-gradient(180deg, #1c435a 0%, #0e222e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c435a",endColorstr="#0e222e",GradientType=1);
  padding-top: 34px !important;
}
.fusion-footer .fusion-footer-widget-area {
  background: transparent !important;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 992px) {
  .fusion-footer .fusion-footer-widget-area {
    width: 100%;
    text-align: center;
  }
}
.fusion-footer .fusion-footer-widget-area .footer-1.col-lg-offset-1 {
  margin-left: 6% !important;
}
@media (max-width: 992px) {
  .fusion-footer .fusion-footer-widget-area .footer-1.col-lg-offset-1 {
    margin-left: auto !important;
  }
}
.fusion-footer .fusion-footer-widget-area .footer-1 .fusion-footer-widget-column {
  margin-bottom: 20px !important;
}
.fusion-footer .fusion-footer-widget-area .footer-1 .phone, .fusion-footer .fusion-footer-widget-area .footer-1 .fax {
  display: inline-block;
}
.fusion-footer .fusion-footer-widget-area .footer-1 .phone::after {
  content: " — ";
}
@media (max-width: 500px) {
  .fusion-footer .fusion-footer-widget-area .footer-1 .phone::after {
    display: none;
  }
}
.fusion-footer .fusion-footer-widget-area .footer-2 {
  margin-left: 35px;
}
@media (max-width: 992px) {
  .fusion-footer .fusion-footer-widget-area .footer-2 {
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 0;
  }
}
.fusion-footer .fusion-footer-widget-area .footer-2 .menu-item {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .fusion-footer .fusion-footer-widget-area .footer-2 .menu-item {
    text-align: center;
  }
}
.fusion-footer .fusion-footer-widget-area .footer-2 .menu-item.menu-item-has-children {
  width: 100%;
  max-width: calc(calc(100% - 40px)/3);
  font-weight: 700 !important;
}
@media (max-width: 500px) {
  .fusion-footer .fusion-footer-widget-area .footer-2 .menu-item.menu-item-has-children {
    max-width: none !important;
    font-weight: 700 !important;
    margin-top: 20px !important;
  }
  .fusion-footer .fusion-footer-widget-area .footer-2 .menu-item.menu-item-has-children::before {
    margin-bottom: 20px !important;
    width: 50px;
    background-color: #ffffff;
    height: 1px;
    margin: 0 auto;
    display: block;
    content: "";
  }
  .fusion-footer .fusion-footer-widget-area .footer-2 .menu-item.menu-item-has-children:first-child {
    border-top: none !important;
  }
  .fusion-footer .fusion-footer-widget-area .footer-2 .menu-item.menu-item-has-children:first-child::before {
    display: none;
  }
}
.fusion-footer .fusion-footer-widget-area .iq-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 {
  width: 100%;
  margin-bottom: 0;
}
.fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-fr, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer .menu-item, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-fr .menu-item, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-us .menu-item {
  width: 50%;
  margin-bottom: 50px;
}
.fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer .menu-item.current_page_item a, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-fr .menu-item.current_page_item a, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-us .menu-item.current_page_item a {
  color: #fff;
}
.fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer .menu-item.menu-item-has-children, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-fr .menu-item.menu-item-has-children, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-us .menu-item.menu-item-has-children {
  text-transform: uppercase;
  font-weight: bold;
}
.fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer .menu-item .sub-menu .menu-item, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-fr .menu-item .sub-menu .menu-item, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-us .menu-item .sub-menu .menu-item {
  text-transform: none;
  font-weight: normal;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .fusion-footer .fusion-footer-widget-area .iq-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 {
    width: 60%;
  }
  .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-fr, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-us {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer .menu-item, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-fr .menu-item, .fusion-footer .fusion-footer-widget-area .iq-flex #nav_menu-2 #menu-footer-us .menu-item {
    width: 25%;
  }
  .fusion-footer .fusion-footer-widget-area .iq-flex #social_links-widget-2 {
    width: 15%;
  }
}
.fusion-footer .fusion-footer-widget-area #social_links-widget-2 h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
}
.fusion-footer .fusion-footer-widget-area #social_links-widget-2 .fusion-social-networks-wrapper {
  /*display: flex;*/
  /*.fusion-icon-facebook {
  	order: 1;
  }
  .fusion-icon-youtube {
  	order: 2;
  }
  .fusion-icon-linkedin {
  	order: 2;
  }*/
}
@media (max-width: 992px) {
  .fusion-footer .fusion-footer-widget-area #social_links-widget-2 .fusion-social-networks-wrapper {
    text-align: center;
  }
}
.fusion-footer .fusion-footer-widget-area #social_links-widget-2 .fusion-social-networks-wrapper .fusion-social-network-icon {
  display: block;
}
@media (max-width: 992px) {
  .fusion-footer .fusion-footer-widget-area #social_links-widget-2 .fusion-social-networks-wrapper .fusion-social-network-icon {
    display: inline-block;
  }
}
.fusion-footer .fusion-footer-widget-area #social_links-widget-2 .fusion-social-networks-wrapper .fusion-social-network-icon::before {
  background: #ffffff;
  border-radius: 4px;
  padding: 4px;
  line-height: 40px;
  margin-right: 15px;
}
.fusion-footer .fusion-footer-widget-area #social_links-widget-2 .fusion-social-networks-wrapper .fusion-social-network-icon::after {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: white;
}
.fusion-footer .fusion-footer-widget-area #social_links-widget-2 .fusion-social-networks-wrapper .fusion-social-network-icon.fusion-icon-facebook::after {
  content: "Facebook";
}
.fusion-footer .fusion-footer-widget-area #social_links-widget-2 .fusion-social-networks-wrapper .fusion-social-network-icon.fusion-icon-youtube::after {
  content: "Youtube";
}
.fusion-footer .fusion-footer-widget-area #social_links-widget-2 .fusion-social-networks-wrapper .fusion-social-network-icon.fusion-icon-linkedin::after {
  content: "LinkedIn";
}

#main .btn-black,
.post-type-archive-lb_product .btn-black {
  background-color: black;
  border-color: black;
  color: white;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}
#main .btn-black .fusion-button-text, #main .btn-black i,
.post-type-archive-lb_product .btn-black .fusion-button-text,
.post-type-archive-lb_product .btn-black i {
  color: white;
}
#main .btn-black:hover,
.post-type-archive-lb_product .btn-black:hover {
  border-color: black;
}
#main .btn-black:hover .fusion-button-text, #main .btn-black:hover i,
.post-type-archive-lb_product .btn-black:hover .fusion-button-text,
.post-type-archive-lb_product .btn-black:hover i {
  color: white;
}
#main .btn-white,
.post-type-archive-lb_product .btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #14425D;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}
#main .btn-white .fusion-button-text, #main .btn-white i,
.post-type-archive-lb_product .btn-white .fusion-button-text,
.post-type-archive-lb_product .btn-white i {
  color: #14425D;
}
#main .btn-white:hover,
.post-type-archive-lb_product .btn-white:hover {
  border-color: #ffffff;
}
#main .btn-white:hover .fusion-button-text, #main .btn-white:hover i,
.post-type-archive-lb_product .btn-white:hover .fusion-button-text,
.post-type-archive-lb_product .btn-white:hover i {
  color: #14425D;
}
#main .button-default:hover,
.post-type-archive-lb_product .button-default:hover {
  background-color: #005DBA;
  border-color: transparent !important;
}
#main .button-default:hover .fusion-button-text, #main .button-default:hover i,
.post-type-archive-lb_product .button-default:hover .fusion-button-text,
.post-type-archive-lb_product .button-default:hover i {
  color: white;
}
#main .button-default.btn-blue,
.post-type-archive-lb_product .button-default.btn-blue {
  border-color: #005DBA;
}
#main .button-default.btn-blue:hover,
.post-type-archive-lb_product .button-default.btn-blue:hover {
  border-color: black;
  background-color: black;
}
#main .wpcf7-form-control.wpcf7-submit:hover,
.post-type-archive-lb_product .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #005DBA;
  color: white;
  border-color: transparent !important;
}
#main .lb-call,
.post-type-archive-lb_product .lb-call {
  text-transform: uppercase;
  font-size: 16px;
}
#main .lb-call a,
.post-type-archive-lb_product .lb-call a {
  color: white;
  font-size: 24px;
  font-weight: bold;
}
#main .lb-call small,
.post-type-archive-lb_product .lb-call small {
  text-transform: none;
  font-size: 16px;
}
#main .btn-link,
.post-type-archive-lb_product .btn-link {
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
  padding-right: 30px;
  text-align: left;
}
#main .btn-link .fusion-button-text,
.post-type-archive-lb_product .btn-link .fusion-button-text {
  color: #000;
}
#main .btn-link .fusion-button-text:after,
.post-type-archive-lb_product .btn-link .fusion-button-text:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 10px;
  height: 16px;
  height: 1rem;
  margin-left: 0.333em;
  background-image: url("images/icon-arrow-black.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
#main .btn-link:hover,
.post-type-archive-lb_product .btn-link:hover {
  background-color: transparent;
  border-color: transparent;
}
#main .btn-link:hover *,
.post-type-archive-lb_product .btn-link:hover * {
  color: #000;
}
#main .btn-link.btn-text-blue .fusion-button-text,
.post-type-archive-lb_product .btn-link.btn-text-blue .fusion-button-text {
  color: #005DBA;
}
#main .btn-link.btn-text-blue .fusion-button-text:after,
.post-type-archive-lb_product .btn-link.btn-text-blue .fusion-button-text:after {
  background-image: url("images/icon-arrow-blue.svg");
}
#main .btn-link.btn-text-blue:hover .fusion-button-text,
.post-type-archive-lb_product .btn-link.btn-text-blue:hover .fusion-button-text {
  color: black;
}
#main .btn-link.btn-text-blue:hover .fusion-button-text:after,
.post-type-archive-lb_product .btn-link.btn-text-blue:hover .fusion-button-text:after {
  background-image: url("images/icon-arrow-black.svg");
}
#main .btn-link.btn-text-white .fusion-button-text,
.post-type-archive-lb_product .btn-link.btn-text-white .fusion-button-text {
  color: white;
}
#main .btn-link.btn-text-white .fusion-button-text:after,
.post-type-archive-lb_product .btn-link.btn-text-white .fusion-button-text:after {
  background-image: url("images/icon-arrow-white.svg");
}
#main .btn-link.btn-text-white:hover .fusion-button-text,
.post-type-archive-lb_product .btn-link.btn-text-white:hover .fusion-button-text {
  color: #005DBA;
}
#main .btn-link.btn-text-white:hover .fusion-button-text:after,
.post-type-archive-lb_product .btn-link.btn-text-white:hover .fusion-button-text:after {
  background-image: url("images/icon-arrow-blue.svg");
}
#main .btn-link.btn-border,
.post-type-archive-lb_product .btn-link.btn-border {
  border: 1px solid #43D5E2;
  padding-left: 13px;
  padding-right: 40px;
}
#main .btn-link.btn-border .fusion-button-text,
.post-type-archive-lb_product .btn-link.btn-border .fusion-button-text {
  color: white;
}
#main .btn-link.btn-border .fusion-button-text:after,
.post-type-archive-lb_product .btn-link.btn-border .fusion-button-text:after {
  background-image: url("images/icon-arrow-white.svg");
  right: 13px;
}
#main .btn-link.btn-border:hover,
.post-type-archive-lb_product .btn-link.btn-border:hover {
  border-color: #43D5E2 !important;
  background-color: #43D5E2;
}
#main .btn-link.btn-border:hover .fusion-button-text,
.post-type-archive-lb_product .btn-link.btn-border:hover .fusion-button-text {
  color: white;
}
#main .btn-link.btn-border:hover .fusion-button-text:after,
.post-type-archive-lb_product .btn-link.btn-border:hover .fusion-button-text:after {
  background-image: url("images/icon-arrow-white.svg");
}
#main .btn-collapse,
.post-type-archive-lb_product .btn-collapse {
  position: absolute;
  top: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #005DBA;
  text-align: center;
}
#main .btn-collapse:hover,
.post-type-archive-lb_product .btn-collapse:hover {
  cursor: pointer;
}
#main .btn-collapse:before,
.post-type-archive-lb_product .btn-collapse:before {
  line-height: 30px;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
  color: #fff;
}
#main .btn-collapse.collapsed:before,
.post-type-archive-lb_product .btn-collapse.collapsed:before {
  content: "";
}
#main .lb-btn-round,
.post-type-archive-lb_product .lb-btn-round {
  border-radius: 36px;
  display: inline-block;
  text-align: center;
  padding: 12px 28px;
}
#main .lb-btn-round.lb-btn-round-blue,
.post-type-archive-lb_product .lb-btn-round.lb-btn-round-blue {
  background-color: #14425D;
  color: #ffffff;
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
}

a.lb-library-link {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  max-width: 270px;
  padding-right: 15px;
  line-height: 18px;
}
a.lb-library-link span {
  color: black;
  text-transform: uppercase;
}
a.lb-library-link:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("images/manual.svg");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 2px;
  top: 0;
}
a.lb-library-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 15px;
  height: 15px;
  background-image: url("images/icon-arrow-black.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
a.lb-library-link:hover span {
  color: #005DBA;
}
a.lb-library-link:hover:after {
  background-image: url("images/icon-arrow-blue.svg");
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.post-type-archive-lb_product {
  background: none !important;
}
.post-type-archive-lb_product .fusion-page-title-bar {
  margin-top: 0 !important;
}
.post-type-archive-lb_product .lb-featured-product-slider {
  background: #EBF1F4;
}
.post-type-archive-lb_product .lb-featured-product-slider .lb-fps-container {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  max-width: var(--site_width) !important;
}
.post-type-archive-lb_product .lb-featured-product-slider .lb-fps-container .lb-fps-slide-desc {
  width: 100%;
  max-width: 700px;
}
.post-type-archive-lb_product .lb-featured-product-slider .lb-fps-container .lb-fps-slide-desc h2 {
  font-size: 65px !important;
  line-height: 68px !important;
  color: #14425D;
}
@media (max-width: 1200px) {
  .post-type-archive-lb_product .lb-featured-product-slider .lb-fps-container .lb-fps-slide-desc h2 {
    font-size: 45px !important;
    line-height: 48px !important;
  }
}
@media (max-width: 990px) {
  .post-type-archive-lb_product .lb-featured-product-slider .lb-fps-container .lb-fps-slide-desc h2 {
    font-size: 35px !important;
    line-height: 38px !important;
  }
}
.post-type-archive-lb_product .lb-featured-product-slider .lb-fps-container .lb-fps-slide-desc .lb-fps-slide-excerpt {
  font-size: 33px;
  line-height: 38px;
  color: #000;
}
@media (max-width: 1200px) {
  .post-type-archive-lb_product .lb-featured-product-slider .lb-fps-container .lb-fps-slide-desc .lb-fps-slide-excerpt {
    font-size: 23px;
    line-height: 28px;
  }
}
@media (max-width: 990px) {
  .post-type-archive-lb_product .lb-featured-product-slider .lb-fps-container .lb-fps-slide-desc .lb-fps-slide-excerpt {
    font-size: 18px;
    line-height: 23px;
  }
}
.post-type-archive-lb_product .lb-featured-product-slider .slick-dots {
  bottom: 15px;
}
.post-type-archive-lb_product .lb-featured-product-slider .slick-dots li {
  margin: 0;
}
.post-type-archive-lb_product .lb-featured-product-slider .slick-dots li button::before {
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: transparent;
  border: 1px solid #14425D;
  opacity: 1 !important;
}
.post-type-archive-lb_product .lb-featured-product-slider .slick-dots li.slick-active button::before {
  background: #14425D;
}
.post-type-archive-lb_product .fusion-page-title-captions {
  display: none;
}
.post-type-archive-lb_product .fusion-page-title-wrapper {
  -webkit-box-direction: initial !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  padding-top: 24px !important;
}
.post-type-archive-lb_product #product-section {
  min-height: 100px;
}
.post-type-archive-lb_product #product-filter-container {
  display: none;
}
.post-type-archive-lb_product #product-filter-container .product-cat-filters label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 21px;
  color: #14425D;
}
@media (max-width: 1170px) {
  .post-type-archive-lb_product #product-filter-container .product-cat-filters label {
    font-size: 20px;
    line-height: 24px;
  }
}
.post-type-archive-lb_product #product-filter-container .product-cat-filters input[type=radio] {
  display: none;
}
.post-type-archive-lb_product #product-filter-container .product-cat-filters input[type=radio] + label::before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  border: 1px solid #889FAD;
  margin-right: 20px;
}
.post-type-archive-lb_product #product-filter-container .product-cat-filters input[type=radio]:checked {
  border: 1px solid #14425D;
}
.post-type-archive-lb_product #product-filter-container .product-cat-filters input[type=radio]:checked + label:before {
  background: #1c435a;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c435a), to(#0e222e));
  background: -o-linear-gradient(top, #1c435a 0%, #0e222e 100%);
  background: linear-gradient(180deg, #1c435a 0%, #0e222e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c435a",endColorstr="#0e222e",GradientType=1);
}
.post-type-archive-lb_product #product-filter-container .product-cat-filters#product-cat-children label {
  font-size: 18px;
  line-height: 21px;
}
.post-type-archive-lb_product #product-filter-container .product-cat-filters#product-promo label {
  color: #C6540D;
  font-size: 18px;
  line-height: 21px;
}
.post-type-archive-lb_product #product-filter-container .product-cat-filters#product-promo input[type=radio]:checked + label::before {
  background: #C6540D;
}
.post-type-archive-lb_product #product-filter-container .product-cat-filters.has_separator::before {
  content: "";
  display: block;
  margin: 80px 0 40px;
  height: 1px;
  background-color: #3A6F8F;
  width: 75%;
}
.post-type-archive-lb_product .product-cat-name,
.post-type-archive-lb_product .product-name,
.post-type-archive-lb_product .product-number {
  color: #14425D;
  font-weight: 400;
  font-size: 23px;
  line-height: 27px;
}
.post-type-archive-lb_product .product-cat-name {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
}
.post-type-archive-lb_product .product-name {
  font-weight: 700 !important;
  margin-top: 0;
  margin-bottom: 0;
}
.post-type-archive-lb_product .product-number {
  margin-top: 0;
}
.post-type-archive-lb_product .product-image-container {
  width: 100%;
  text-align: center;
  position: relative;
}
.post-type-archive-lb_product .product-image-container .promo-icon {
  position: absolute;
  top: 5px;
  left: 5px;
}
.post-type-archive-lb_product .product-image-container .product-image {
  vertical-align: top;
  width: 90%;
  height: auto;
}
.post-type-archive-lb_product #lb-product-pagination {
  margin-right: 20px;
  font-size: 18px;
  line-height: 21px;
  color: #D3D3D3;
}
.post-type-archive-lb_product #lb-product-pagination .lb-pagination#current-page, .post-type-archive-lb_product #lb-product-pagination .lb-pagination.has-prev, .post-type-archive-lb_product #lb-product-pagination .lb-pagination.has-next {
  color: #C6540D;
}
.post-type-archive-lb_product #lb-product-pagination .lb-pagination.next, .post-type-archive-lb_product #lb-product-pagination .lb-pagination.prev {
  font-size: 16px;
  display: inline-block;
}
.post-type-archive-lb_product #lb-product-pagination .lb-pagination.prev {
  margin-right: 10px;
}
.post-type-archive-lb_product #lb-product-pagination .lb-pagination.next {
  margin-left: 10px;
}
.post-type-archive-lb_product #lb-product-pagination .lb-pagination:hover {
  cursor: pointer;
  color: #C6540D;
}
.post-type-archive-lb_product #lb-product-pagination .lb-pagination:hover.no-has-next, .post-type-archive-lb_product #lb-product-pagination .lb-pagination:hover.no-has-prev {
  color: #D3D3D3;
  cursor: default;
}
.post-type-archive-lb_product #lb-product-pagination .lb-pagination#current-page:hover {
  cursor: default;
}

.lb-lead {
  font-size: large;
  font-weight: bold;
  text-align: center;
  padding: 30px 60px;
}
@media (max-width: 575.98px) {
  .lb-lead {
    background-image: url(images/double-shadow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.lb-show {
  display: block !important;
}

.lb-products, #lb-products {
  width: 100%;
}

.lb-product-type {
  padding: 60px 0 60px 0;
  position: relative;
}
.lb-product-type:nth-child(odd) {
  background-color: #efefef;
}
.lb-product-type:nth-child(odd) .lb-product-link-bg {
  background-color: white;
}
.lb-product-type:nth-child(odd):before, .lb-product-type:nth-child(odd):after {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  background-color: #efefef;
  position: absolute;
  top: 0;
}
.lb-product-type:nth-child(odd):before {
  left: -60px;
}
.lb-product-type:nth-child(odd):after {
  right: -60px;
}
.lb-product-type .lb-product-link-bg {
  background-color: #efefef;
}

.lb-product-taxonomy-related {
  overflow: hidden;
  padding: 30px;
  background-color: #f4f4f4;
}

.product-learn-more {
  font-size: 23px !important;
  line-height: 27px !important;
  font-weight: bold !important;
  color: #14425D;
}

.lb-product-simplified .avada-page-titlebar-wrapper .avada-page-titlebar-wrapper .fusion-page-title-bar {
  --page_title_height: 75px!important;
}
.lb-product-simplified .avada-page-titlebar-wrapper .avada-page-titlebar-wrapper .fusion-page-title-bar .fusion-page-title-row .fusion-page-title-captions {
  display: none !important;
}
.lb-product-simplified .fusion-page-title-wrapper {
  -webkit-box-direction: initial !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.lb-product-simplified .product-other-image:hover {
  cursor: pointer;
}
.lb-product-simplified .lb-product-resource {
  background: #ffffff !important;
  text-align: left !important;
  padding-left: 42px;
  font-size: 16px;
  line-height: 54px;
}
.lb-product-simplified .lb-product-resource::before {
  left: 0;
}
.lb-product-simplified .lb-product-resource::after {
  display: none !important;
}

.single-lb_product .product-other-image {
  border: 8px solid #ffffff;
}
.single-lb_product .product-other-image.selected-thumb {
  border-color: #14425D;
}
.single-lb_product .lb-product-related-simplified {
  background: #E2F4FF;
}
.single-lb_product .lb-product-related-simplified h2 {
  font-size: 55px;
  line-height: 64px;
  font-weight: bold;
  color: #14425D;
}
.single-lb_product .lb-product-related-simplified .container {
  max-width: var(--site_width);
}
.single-lb_product .lb-product-related-simplified .lb-srp-title {
  font-size: 23px;
  line-height: 27px;
  color: #14425D !important;
  font-weight: bold !important;
}
.single-lb_product #current-selected-name {
  font-size: 22px;
}

.wpcf7 label {
  margin-top: 20px;
  display: block;
}
.wpcf7 .select-arrow {
  background-color: #005DBA !important;
  color: white !important;
}

@media (max-width: 992px) {
  .page-home .home-featured-product-container {
    padding-top: 40px !important;
  }
}
.page-home .home-featured-product-container .home-featured-product {
  height: 100%;
  background-color: #EBF1F4;
  padding: 40px;
  font-size: 20px;
  line-height: 23px;
  position: relative;
}
.page-home .home-featured-product-container .home-featured-product h3 {
  font-size: 35px;
  line-height: 38px;
  color: #14425D;
  margin-top: 0;
}
@media (max-width: 500px) {
  .page-home .home-featured-product-container .home-featured-product h3 {
    font-size: 35px;
    line-height: 35px;
  }
}
.page-home .home-featured-product-container .home-featured-product .lb-btn-round {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: -20px;
}
@media (max-width: 575.98px) {
  .page-home .positioned-for-comfort .fusion-column-wrapper {
    padding: 40px 20px !important;
  }
}
@media (max-width: 991.98px) {
  .page-home .contact-alexandre {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 575.98px) {
  .page-home .contact-alexandre {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 992px) {
  .page-home #section-library {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
.page-home #section-library .lb-library-link.lb-library-defined.lb-library-link--videos .lb-library-link__post a:before, .page-home #section-library .lb-library-link.lb-library-defined.lb-library-link--videos-fr .lb-library-link__post a:before, .page-home #section-library .lb-library-link.lb-library-defined.lb-library-link--videos-us .lb-library-link__post a:before {
  background-color: rgba(252, 252, 252, 0.39);
}
.page-home #section-library .lb-library-link.lb-library-defined.lb-library-link--videos .lb-library-link__post a:after, .page-home #section-library .lb-library-link.lb-library-defined.lb-library-link--videos-fr .lb-library-link__post a:after, .page-home #section-library .lb-library-link.lb-library-defined.lb-library-link--videos-us .lb-library-link__post a:after {
  width: 55px;
  height: 55px;
  background-image: url(images/play-btn.svg);
}
.page-home #section-library .lb-library-link .lb-library-link__link .btn-link {
  background: transparent !important;
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
  color: #14425D !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.page-home #section-library .lb-library-link .lb-library-link__link .btn-link::after {
  display: none;
}
.page-home #section-library .see-more-videos {
  background: #14425D;
  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;
  min-height: 220px;
  height: 100%;
}
@media (min-width: 992px) {
  .page-home #section-library .see-more-videos {
    max-height: 86%;
  }
}
.page-home #section-library .see-more-videos a {
  color: white;
  font-size: 34px;
  line-height: 38px;
  font-weight: bold;
  display: block;
  text-align: center;
  max-width: 161px;
}
.page-home #section-library .see-more-videos a::after {
  margin-top: 15px;
  width: 61px;
  display: block;
  height: 61px;
  content: url(images/see-more-white.svg);
  margin-left: auto;
  margin-right: auto;
}
.page-home .home-bottom-box-container {
  height: 100%;
  position: relative;
}
.page-home .home-bottom-box-container > .fusion-content-layout-column {
  padding-bottom: 50px !important;
}
@media (max-width: 992px) {
  .page-home .home-bottom-box-container > .fusion-content-layout-column {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 500px) {
  .page-home .home-bottom-box-container > .fusion-content-layout-column {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 992px) {
  .page-home .home-bottom-box-container {
    height: auto;
  }
}
.page-home .home-bottom-box-container.home-bottom-box-container-left .fusion-content-layout-column {
  margin-right: 2%;
}
.page-home .home-bottom-box-container.home-bottom-box-container-right .fusion-content-layout-column {
  margin-left: 2%;
}
.page-home .home-bottom-box-container .home-bottom-box {
  padding: 50px 50px 0;
  font-size: 20px !important;
  line-height: 23px !important;
}
.page-home .home-bottom-box-container .home-bottom-box h2 {
  font-size: 35px !important;
  line-height: 40px !important;
  font-weight: bold !important;
  color: #14425D !important;
}
.page-home .home-bottom-box-container .lb-btn-round.lb-btn-round-blue {
  font-size: 22px;
  line-height: 23px;
  text-transform: initial;
  position: absolute;
  left: 75px;
  bottom: 4vh;
}
@media (max-width: 992px) {
  .page-home .home-bottom-box-container .lb-btn-round.lb-btn-round-blue {
    left: 62px;
    bottom: 3vh;
  }
}
@media (max-width: 500px) {
  .page-home .home-bottom-box-container .lb-btn-round.lb-btn-round-blue {
    bottom: 4vh;
    left: 0;
    max-width: 250px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-home .home-bottom-box-container:nth-child(2) .lb-btn-round.lb-btn-round-blue {
  left: 65px;
}
@media (max-width: 500px) {
  .page-home .home-bottom-box-container:nth-child(2) .lb-btn-round.lb-btn-round-blue {
    left: 0;
  }
}
@media (max-width: 500px) {
  .page-home h2 {
    font-size: 35px !important;
    line-height: 35px !important;
    text-align: center !important;
  }
}

.search-results .fusion-image-wrapper {
  max-width: 320px !important;
}
.search-results .category-videos .fusion-image-wrapper:after {
  background-image: url("images/play.svg");
  width: 20px;
  height: 20px;
}
.search-results .category-product-brochures .fusion-image-wrapper:after, .search-results .category-product-warranties .fusion-image-wrapper:after {
  background-image: url("images/download_icon.svg");
  width: 40px;
  height: 40px;
}
.search-results .category-product-brochures .fusion-image-wrapper, .search-results .category-product-warranties .fusion-image-wrapper, .search-results .category-videos .fusion-image-wrapper {
  position: relative;
}
.search-results .category-product-brochures .fusion-image-wrapper:after, .search-results .category-product-warranties .fusion-image-wrapper:after, .search-results .category-videos .fusion-image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 99;
  pointer-events: none;
}
.search-results .category-product-brochures .fusion-image-wrapper:before, .search-results .category-product-warranties .fusion-image-wrapper:before, .search-results .category-videos .fusion-image-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 202px;
  background-color: rgba(0, 93, 186, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */