@font-face {
  font-family: 'icomoon';
  src:  url(../fonts/icomoon.eot);
  src:  url(../fonts/icomoon.eot) format('embedded-opentype'),
    url(../fonts/icomoon.ttf) format('truetype'),
    url(../fonts/icomoon.woff) format('woff'),
    url(../fonts/icomoon.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close-circle:before {
  content: "\E902";
}
.icon-euros:before {
  content: "\E921";
}
.icon-tool-tip:before {
  content: "\E91E";
}
.icon-picture-upload:before {
  content: "\E920";
}
.icon-arrow-right-circle:before {
  content: "\E91D";
}
.icon-pause-circle:before {
  content: "\E91F";
}
.icon-arrow-left-circle:before {
  content: "\E91C";
}
.icon-lightbox-close-360:before {
  content: "\E91A";
}
.icon-lightbox-circle:before {
  content: "\E91B";
}
.icon-play-rotate-circle:before {
  content: "\E919";
}
.icon-search1:before {
  content: "\E918";
}
.icon-phone:before {
  content: "\E917";
}
.icon-contact:before {
  content: "\E900";
}
.icon-floor-plan:before {
  content: "\E901";
}
.icon-left-thin-arrow:before {
  content: "\E904";
}
.icon-right-thin-arrow:before {
  content: "\E905";
}
.icon-down-arrow-expand:before {
  content: "\E906";
}
.icon-right-arrow-link:before {
  content: "\E907";
}
.icon-check:before {
  content: "\E908";
}
.icon-pdf-download:before {
  content: "\E909";
}
.icon-documents:before {
  content: "\E90A";
}
.icon-bugets:before {
  content: "\E90B";
}
.icon-play-video:before {
  content: "\E90C";
}
.icon-down-dropdown-arrow:before {
  content: "\E90D";
}
.icon-up-dropdown-arrow:before {
  content: "\E90E";
}
.icon-search-circle .path1:before {
  content: "\E90F";
  color: rgb(0, 0, 0);
  opacity: 0.9;
}
.icon-search-circle .path2:before {
  content: "\E910";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-hamburger-menu-circle:before {
  content: "\E911";
}
.icon-minus-circle:before {
  content: "\E914";
}
.icon-plus-circle:before {
  content: "\E915";
}
.icon-arrow-circle-up:before {
  content: "\E916";
}
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Layout .HeaderDesktop {
  display: block; }

.Layout .HeaderMobile {
  display: none; }

.Layout-main {
  padding-top: 153px;
  position: relative;
  overflow: hidden;
  transition: 0.9s; }
  .Layout-main-up {
    display: flex;
    flex-direction: column;
    width: 100%; }

.Layout-main {
  padding-top: 150px; }

@media (max-width: 991.98px) {
  .Layout .HeaderDesktop {
    display: none; }
  .Layout .HeaderMobile {
    display: block; }
  .Layout-main {
    padding-top: 81px; } }

@media (max-width: 767.98px) {
  #wpadminbar {
    display: none; }
  .Layout-main {
    padding-top: 53px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.BackToTop {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: 0.2s; }
  .BackToTop:hover {
    color: rgba(255, 255, 255, 0.6); }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.HeaderDesktop {
  transition: 0.2s;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0; }
  .HeaderDesktop-inner {
    background: white;
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.31);
    position: relative;
    z-index: 1;
    transition: 0.2s; }
  .HeaderDesktop-preheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 40px;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    background-color: inherit;
    transition: 0.2s; }
    .HeaderDesktop-preheader-left {
      align-items: center;
      display: flex; }
    .HeaderDesktop-preheader-right {
      align-items: center;
      display: flex; }
    .HeaderDesktop-preheader-contact {
      background-color: #F2F2F2;
      padding: 0.2em 1.2em;
      border-radius: 2em;
      font-weight: bold;
      margin-right: 1.5em;
      color: inherit; }
      .HeaderDesktop-preheader-contact:hover {
        text-decoration: none;
        background-color: #191919;
        color: white; }
    .HeaderDesktop-preheader-menu .menu {
      display: block;
      position: relative;
      padding: 0;
      margin: 0; }
      .HeaderDesktop-preheader-menu .menu > .menu-item {
        display: inline-block;
        list-style: none;
        vertical-align: top;
        position: relative;
        margin-right: 1.5em;
        padding: 0.3em 0; }
        .HeaderDesktop-preheader-menu .menu > .menu-item > a {
          text-decoration: none;
          font-weight: bold;
          color: #191919;
          padding: 0;
          display: inline-block;
          text-transform: uppercase;
          line-height: 1em; }
        .HeaderDesktop-preheader-menu .menu > .menu-item.current-menu-item > a, .HeaderDesktop-preheader-menu .menu > .menu-item.current-menu-parent > a {
          font-weight: bold; }
        .HeaderDesktop-preheader-menu .menu > .menu-item:hover > a {
          font-weight: bold; }
    .HeaderDesktop-preheader-languageSwitcher {
      margin-left: 2em;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 1250px) {
        .HeaderDesktop-preheader-languageSwitcher {
          margin-left: 8px; } }
  .HeaderDesktop-main {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: inherit;
    z-index: 1;
    border-bottom: 1px solid #d1d1d1;
    transition: 0.2s; }
    .HeaderDesktop-main-logo {
      height: 50px;
      transition: 0.2s; }
      .HeaderDesktop-main-logo img {
        height: 100%;
        width: auto; }
    .HeaderDesktop-main-right {
      padding-top: 20px;
      display: flex; }
    .HeaderDesktop-main-menu .menu {
      position: relative;
      padding: 0;
      display: block;
      margin: 0;
      font-size: 16px;
      margin-right: 40px; }
      .HeaderDesktop-main-menu .menu > .menu-item {
        display: inline-block;
        list-style: none;
        vertical-align: top;
        position: relative;
        margin-right: 2.5em;
        padding: 0.3em 0; }
        .HeaderDesktop-main-menu .menu > .menu-item > a {
          color: #191919;
          text-decoration: none;
          padding: 0 0 0.6em 0;
          display: inline-block;
          line-height: 1em;
          position: relative; }
          .HeaderDesktop-main-menu .menu > .menu-item > a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 0.3em;
            width: 0;
            background-color: #ffcc33;
            transition: 0.2s; }
        .HeaderDesktop-main-menu .menu > .menu-item.current-menu-item > a:after, .HeaderDesktop-main-menu .menu > .menu-item.current-menu-parent > a:after, .HeaderDesktop-main-menu .menu > .menu-item:hover > a:after {
          width: 100%; }
        .HeaderDesktop-main-menu .menu > .menu-item:hover .sub-menu {
          display: block; }
      .HeaderDesktop-main-menu .menu .sub-menu {
        position: absolute;
        min-width: 100%;
        display: none;
        background-color: white;
        left: 0;
        top: 100%;
        list-style: none;
        padding: 2em 2.5em 1.5em 2.5em;
        z-index: 2;
        font-size: 16px;
        line-height: 1em;
        box-shadow: 0 21px 30px 0 rgba(0, 0, 0, 0.2); }
        @media (max-width: 1250px) {
          .HeaderDesktop-main-menu .menu .sub-menu {
            font-size: 13px; } }
        .HeaderDesktop-main-menu .menu .sub-menu > .menu-item {
          margin: 1em 0;
          position: relative;
          padding: 0.7em 0;
          border-bottom: 1px solid #DCDCDC; }
          .HeaderDesktop-main-menu .menu .sub-menu > .menu-item.current-menu-item > a {
            text-decoration: none;
            color: #C82715; }
            .HeaderDesktop-main-menu .menu .sub-menu > .menu-item.current-menu-item > a:hover {
              text-decoration: none; }
          .HeaderDesktop-main-menu .menu .sub-menu > .menu-item > a {
            color: #191919;
            display: inline-block;
            white-space: nowrap; }
            .HeaderDesktop-main-menu .menu .sub-menu > .menu-item > a:hover, .HeaderDesktop-main-menu .menu .sub-menu > .menu-item > a:focus {
              text-decoration: none;
              color: #ffcc33; }
            .HeaderDesktop-main-menu .menu .sub-menu > .menu-item > a:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              height: 0.3em;
              width: 0;
              background-color: #C82715;
              transition: 0.2s; }
          .HeaderDesktop-main-menu .menu .sub-menu > .menu-item.current-menu-item, .HeaderDesktop-main-menu .menu .sub-menu > .menu-item:hover {
            border-bottom: 1px solid transparent; }
            .HeaderDesktop-main-menu .menu .sub-menu > .menu-item.current-menu-item > a, .HeaderDesktop-main-menu .menu .sub-menu > .menu-item:hover > a {
              text-decoration: none;
              color: #ffcc33; }
              .HeaderDesktop-main-menu .menu .sub-menu > .menu-item.current-menu-item > a:after, .HeaderDesktop-main-menu .menu .sub-menu > .menu-item:hover > a:after {
                width: 100%; }
      .HeaderDesktop-main-menu .menu .has-megamenu-equipment:hover .MegamenuEquipment {
        display: block; }
      .HeaderDesktop-main-menu .menu .MegamenuEquipment {
        position: fixed;
        width: 100%;
        left: 0;
        padding-top: 24px;
        display: none;
        transition: 0.2s; }
        .HeaderDesktop-main-menu .menu .MegamenuEquipment-inner {
          border-top: 1px solid #d1d1d1;
          padding: 30px 25px;
          box-shadow: 0 15px 21px -12px rgba(0, 0, 0, 0.31); }
    .HeaderDesktop-main-searchButton i {
      cursor: pointer;
      display: inline-block;
      font-size: 16px;
      line-height: 2.1em;
      height: 2.2em;
      width: 2.2em;
      text-align: center;
      border: 2px solid #191919;
      color: #191919;
      border-radius: 1.5em;
      transition: 0.2s; }
      .HeaderDesktop-main-searchButton i:before {
        position: relative;
        top: -0.05em; }
      .HeaderDesktop-main-searchButton i:hover {
        background: #C82715;
        color: white;
        border-color: #C82715;
        text-decoration: none; }
  .HeaderDesktop-searchBox {
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 0;
    padding: 40px 0;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
    top: -100%;
    transition: 0.4s ease-in-out; }
    .HeaderDesktop-searchBox-inner {
      display: flex;
      align-items: center; }
    .HeaderDesktop-searchBox .SearchBox {
      flex: 1; }
    .HeaderDesktop-searchBox-closeButton {
      text-align: center;
      font-size: 40px;
      margin-left: 30px;
      transition: 0.2s;
      cursor: pointer; }
      .HeaderDesktop-searchBox-closeButton:hover {
        color: #C82715; }
    .HeaderDesktop-searchBox--visible {
      bottom: initial;
      top: 100%; }
  .HeaderDesktop--sticky .HeaderDesktop-main {
    padding-top: 16px;
    padding-bottom: 16px; }
    .HeaderDesktop--sticky .HeaderDesktop-main-logo {
      height: 30px; }
    .HeaderDesktop--sticky .HeaderDesktop-main-right {
      padding-top: 0; }
    .HeaderDesktop--sticky .HeaderDesktop-main-menu .menu .MegamenuEquipment {
      padding-top: 18px; }

@media (min-width: 992px) {
  body.js-scrolled-down .HeaderDesktop {
    transform: translateY(-52px); } }

@media (max-width: 1250px) {
  .HeaderDesktop-main-logo {
    height: 40px; }
  .HeaderDesktop-main-menu .menu {
    font-size: 14px; }
    .HeaderDesktop-main-menu .menu > .menu-item {
      margin-right: 1.5em;
      padding-top: 0.5em; } }

@media (max-width: 1199.98px) {
  .HeaderDesktop-sectionNavigation-button {
    display: none; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.HeaderMobile {
  transition: 0.2s;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0; }
  .HeaderMobile-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none; }
  .HeaderMobile-inner {
    background: white;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.27);
    position: relative;
    z-index: 1;
    transition: 0.2s; }
  .HeaderMobile-main {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: inherit;
    z-index: 1;
    border-bottom: 1px solid #d1d1d1;
    transition: 0.2s; }
    .HeaderMobile-main-logo {
      height: 40px; }
      .HeaderMobile-main-logo img {
        height: 100%;
        width: auto; }
    .HeaderMobile-main-right {
      display: flex;
      justify-content: flex-end; }
    .HeaderMobile-main-button {
      font-size: 18px;
      line-height: 2.1em;
      height: 2.2em;
      width: 2.2em; }
    .HeaderMobile-main-searchButton {
      margin-right: 0.5em; }
      .HeaderMobile-main-searchButton i {
        font-size: inherit;
        line-height: inherit;
        height: inherit;
        width: inherit;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        border: 2px solid #191919;
        color: #191919;
        border-radius: 1.5em;
        transition: 0.2s; }
        .HeaderMobile-main-searchButton i:before {
          position: relative;
          top: -0.05em; }
    .HeaderMobile-main-navigationToggleButton {
      position: relative;
      cursor: pointer;
      display: inline-block;
      border: 2px solid #191919;
      color: #191919;
      border-radius: 1.5em;
      transition: 0.2s; }
      .HeaderMobile-main-navigationToggleButton-inner {
        position: absolute;
        width: 48%;
        height: 48%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .HeaderMobile-main-navigationToggleButton .line {
        transition: .25s ease-in-out;
        display: block;
        background: #191919;
        border-radius: 2px; }
      .HeaderMobile-main-navigationToggleButton-hamburger {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .HeaderMobile-main-navigationToggleButton-hamburger .line {
          width: 100%;
          height: 2px;
          position: absolute; }
          .HeaderMobile-main-navigationToggleButton-hamburger .line:nth-child(1) {
            top: 0;
            transition-delay: .5s; }
          .HeaderMobile-main-navigationToggleButton-hamburger .line:nth-child(2) {
            top: calc(50% - 1px);
            transition-delay: .625s; }
          .HeaderMobile-main-navigationToggleButton-hamburger .line:nth-child(3) {
            bottom: 0;
            transition-delay: .75s; }
      .HeaderMobile-main-navigationToggleButton-cross {
        position: absolute;
        height: 100%;
        width: 100%;
        transform: rotate(45deg); }
        .HeaderMobile-main-navigationToggleButton-cross .line {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .HeaderMobile-main-navigationToggleButton-cross .line:nth-child(1) {
            height: 0%;
            width: 2px;
            transition-delay: 0s; }
          .HeaderMobile-main-navigationToggleButton-cross .line:nth-child(2) {
            width: 0%;
            height: 2px;
            transition-delay: .25s; }
      .HeaderMobile-main-navigationToggleButton--open .HeaderMobile-main-navigationToggleButton-hamburger .line {
        width: 0%; }
        .HeaderMobile-main-navigationToggleButton--open .HeaderMobile-main-navigationToggleButton-hamburger .line:nth-child(1) {
          transition-delay: 0s; }
        .HeaderMobile-main-navigationToggleButton--open .HeaderMobile-main-navigationToggleButton-hamburger .line:nth-child(2) {
          transition-delay: .125s; }
        .HeaderMobile-main-navigationToggleButton--open .HeaderMobile-main-navigationToggleButton-hamburger .line:nth-child(3) {
          transition-delay: .25s; }
      .HeaderMobile-main-navigationToggleButton--open .HeaderMobile-main-navigationToggleButton-cross .line:nth-child(1) {
        height: 121%;
        transition-delay: .625s; }
      .HeaderMobile-main-navigationToggleButton--open .HeaderMobile-main-navigationToggleButton-cross .line:nth-child(2) {
        width: 120%;
        transition-delay: .375s; }
  .HeaderMobile-searchBox {
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 0;
    padding: 40px 0;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
    top: -300px;
    transition: 0.4s ease-in-out; }
    .HeaderMobile-searchBox-inner {
      display: flex;
      align-items: center; }
    .HeaderMobile-searchBox .SearchBox {
      flex: 1; }
  .HeaderMobile--searchBoxVisible .HeaderMobile-main-searchButton i {
    background: #C82715;
    color: white;
    border-color: #C82715;
    text-decoration: none; }
  .HeaderMobile--searchBoxVisible .HeaderMobile-searchBox {
    bottom: initial;
    top: 100%; }
  .HeaderMobile-navigation {
    background: radial-gradient(circle, #2e3436 0%, #191919 100%);
    position: fixed;
    right: -100%;
    z-index: 1;
    width: 320px;
    height: calc(100% - 53px);
    overflow: auto;
    transition: 0.4s ease-in-out;
    display: flex;
    flex-direction: column; }
    .HeaderMobile-navigation-languageSwitcher {
      display: block;
      padding: 15px 20px;
      background-color: white; }
      .HeaderMobile-navigation-languageSwitcher .LanguageSwitcher {
        font-size: 12px; }
    .HeaderMobile-navigation-main {
      background: #f6f6f6;
      padding: 15px 20px;
      flex: 1; }
      .HeaderMobile-navigation-main-menu .menu {
        position: relative;
        padding: 0;
        display: block;
        margin: 0;
        font-size: 16px;
        list-style: none; }
        .HeaderMobile-navigation-main-menu .menu > .menu-item {
          position: relative;
          margin: 2em 0;
          text-align: center;
          font-size: 16px; }
          .HeaderMobile-navigation-main-menu .menu > .menu-item > a {
            color: #191919;
            text-decoration: none;
            padding: 0 0 0.6em 0;
            display: inline-block;
            line-height: 1em;
            position: relative;
            font-weight: bold; }
            .HeaderMobile-navigation-main-menu .menu > .menu-item > a:before {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              height: 0.3em;
              width: 0;
              background-color: #C82715;
              transition: 0.2s; }
            .HeaderMobile-navigation-main-menu .menu > .menu-item > a:after {
              font-family: "icomoon";
              content: '\E90D';
              font-size: 0.5em;
              transition: 0.4s;
              display: inline-block;
              position: absolute;
              top: 3px;
              right: -3em; }
          .HeaderMobile-navigation-main-menu .menu > .menu-item.expanded > a:after {
            top: -2px;
            transform: rotate(180deg); }
          .HeaderMobile-navigation-main-menu .menu > .menu-item .sub-menu {
            display: none;
            list-style: none;
            padding: 0;
            margin: 0;
            margin-top: 1em; }
            .HeaderMobile-navigation-main-menu .menu > .menu-item .sub-menu > .menu-item {
              position: relative;
              padding: 0.3em 0;
              text-align: center; }
              .HeaderMobile-navigation-main-menu .menu > .menu-item .sub-menu > .menu-item > a {
                color: #191919;
                text-decoration: none;
                padding: 0 0 0.6em 0;
                display: inline-block;
                line-height: 1em;
                position: relative; }
          .HeaderMobile-navigation-main-menu .menu > .menu-item .MegamenuEquipment {
            display: none;
            margin-left: -20px;
            margin-right: -20px;
            margin-top: 20px; }
    .HeaderMobile-navigation-footer {
      padding: 30px 25px;
      text-align: center; }
      .HeaderMobile-navigation-footer-contact {
        margin-bottom: 1.1em; }
        .HeaderMobile-navigation-footer-contact a {
          font-size: 12px;
          background-color: #F2F2F2;
          padding: 0.2em 1.2em;
          border-radius: 2em;
          font-weight: bold;
          color: inherit; }
          .HeaderMobile-navigation-footer-contact a:hover {
            text-decoration: none;
            background-color: #C82715;
            color: white; }
      .HeaderMobile-navigation-footer .menu {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 1em; }
        .HeaderMobile-navigation-footer .menu .menu-item {
          font-size: 12px;
          margin-top: 0.4em; }
          .HeaderMobile-navigation-footer .menu .menu-item:not(:last-child) {
            margin-bottom: 1.7em; }
          .HeaderMobile-navigation-footer .menu .menu-item a {
            color: white;
            text-transform: uppercase; }
  .HeaderMobile--navigationVisible .HeaderMobile-navigation {
    right: 0; }
  .HeaderMobile--navigationVisible .HeaderMobile-main-searchButton i {
    opacity: 0; }
  .HeaderMobile--active .HeaderMobile-main {
    border-bottom: 1px solid #d1d1d1; }

@media (max-width: 767.98px) {
  .HeaderMobile-main {
    padding: 13px 20px; }
    .HeaderMobile-main-logo {
      height: 25px; }
    .HeaderMobile-main-button {
      font-size: 12px; }
  .HeaderMobile-navigation {
    width: 100%; }
    .HeaderMobile-navigation-footer {
      text-align: left; }
      .HeaderMobile-navigation-footer .menu {
        margin-bottom: 0; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.HeaderSectionNavigation {
  position: relative;
  top: 0;
  z-index: 0;
  transition: 0.5s;
  background-color: inherit;
  margin-top: -67px;
  padding: 10px 40px; 
  visibility: hidden; }
  .HeaderSectionNavigation--visible {
    margin-top: 0;
    visibility: visible; }
  .HeaderSectionNavigation-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .HeaderSectionNavigation-button .btn {
    padding: 0.2em 1.5em;
    white-space: nowrap; }
    .HeaderSectionNavigation-button .btn .HeaderSectionNavigation-button-textXXS {
      display: none; }

@media (min-width: 992px) {
  .HeaderSectionNavigation-nav {
    font-size: 14px; }
    .HeaderSectionNavigation-nav-sectionSelector {
      display: none; }
    .HeaderSectionNavigation-nav-menu {
      list-style: none;
      padding: 0;
      margin: 0; }
      .HeaderSectionNavigation-nav-menu-item {
        display: inline-block;
        list-style: none;
        vertical-align: top;
        position: relative;
        margin-right: 4em;
        padding: 0.3em 0; }
        .HeaderSectionNavigation-nav-menu-item:not(:last-child):after {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: -2em;
          height: 120%;
          width: 1px;
          background-color: #e6e6e6; }
        .HeaderSectionNavigation-nav-menu-item > span {
          color: #191919;
          text-decoration: none;
          padding: 0 0 0.6em 0;
          display: inline-block;
          line-height: 1em;
          position: relative;
          cursor: pointer; }
          .HeaderSectionNavigation-nav-menu-item > span:hover:after {
            width: 100%; }
          .HeaderSectionNavigation-nav-menu-item > span:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 0.3em;
            width: 0;
            background-color: #C82715;
            transition: 0.2s; }
        .HeaderSectionNavigation-nav-menu-item-current > span:after {
          width: 100%; } }

@media (max-width: 991.98px) {
  .HeaderSectionNavigation {
    padding: 10px 30px; }
    .HeaderSectionNavigation-nav {
      width: 30%; }
      .HeaderSectionNavigation-nav--expanded .HeaderSectionNavigation-nav-sectionSelector {
        display: block; }
      .HeaderSectionNavigation-nav--expanded .HeaderSectionNavigation-nav-menu {
        display: block; }
      .HeaderSectionNavigation-nav-inner {
        position: relative;
        margin-left: -20px;
        margin-right: -20px; }
      .HeaderSectionNavigation-nav-sectionSelector {
        display: block;
        padding: 10px 30px 10px 20px;
        font-weight: bold;
        line-height: 1.2em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .HeaderSectionNavigation-nav-sectionSelector:after {
          font-family: "icomoon";
          content: '\E90D';
          transition: 0.4s;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          transform: translateY(-50%); }
      .HeaderSectionNavigation-nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        background-color: white;
        box-shadow: 0 21px 20px 0 rgba(0, 0, 0, 0.2);
        padding: 20px;
        left: 0;
        margin: 0;
        width: 100%; }
        .HeaderSectionNavigation-nav-menu-item {
          display: block;
          line-height: 1.2em;
          margin-bottom: 0.7em; } }

@media (max-width: 767.98px) {
  .HeaderSectionNavigation {
    padding: 10px; }
    .HeaderSectionNavigation-nav {
      font-size: 12px;
      width: 40%; }
      .HeaderSectionNavigation-nav-inner {
        margin-left: 0;
        margin-right: 0; }
      .HeaderSectionNavigation-nav-menu {
        padding: 10px 10px; }
      .HeaderSectionNavigation-nav-sectionSelector {
        padding-left: 10px; }
    .HeaderSectionNavigation-button {
      margin-left: 1em; }
      .HeaderSectionNavigation-button .btn {
        font-size: 12px; }
        .HeaderSectionNavigation-button .btn i {
          display: none; } }

@media (max-width: 374px) {
  .HeaderSectionNavigation-button .btn .HeaderSectionNavigation-button-text {
    display: none; }
  .HeaderSectionNavigation-button .btn .HeaderSectionNavigation-button-textXXS {
    display: inline; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Footer {
  position: relative;
  text-align: center; }
  /*.Footer:before {
    content: '';
    height: 40px;
    width: 80%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -1px;
    background-color: white; }*/
  .Footer-main {
    background: radial-gradient(circle, #2e3436 0%, #191919 100%);
    padding: 130px 0 50px; }
    .Footer-main-logo {
      margin-bottom: 70px; }
      .Footer-main-logo img {
        width: 320px; }
    .Footer-main-menu {
      text-align: initial; }
      .Footer-main-menu--mobile {
        display: none; }
      .Footer-main-menu .menu {
        display: flex;
        color: white;
        margin: 0;
        padding: 0;
        list-style: none;
        justify-content: space-between; }
        .Footer-main-menu .menu a {
          color: white; }
        .Footer-main-menu .menu > .menu-item > a {
          display: inline-block;
          font-weight: 900;
          margin-bottom: 1em;
          text-transform: uppercase;
          line-height: 1.4;
          letter-spacing: 1px; }
        .Footer-main-menu .menu .sub-menu {
          list-style: none;
          padding: 0; }
  .Footer-bottom {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, black 100%);
    padding: 30px 0; }
    .Footer-bottom-menu .menu {
      color: white;
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center;
      margin-bottom: 0.5em; }
      .Footer-bottom-menu .menu a {
        color: white; }
      .Footer-bottom-menu .menu > .menu-item {
        display: inline-block;
        font-size: 14px;
        line-height: 1.1em; }
        .Footer-bottom-menu .menu > .menu-item:not(:last-child) {
          padding-right: 1em;
          margin-right: 1em;
          border-right: 1px solid white; }
        .Footer-bottom-menu .menu > .menu-item > a {
          display: inline-block; }
    .Footer-bottom-copyright {
      font-size: 12px;
      color: #5c5c5c; }
    .Footer-bottom .BackToTop {
      position: absolute;
      right: 41px;
      bottom: 27px; }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .Footer-main {
    padding-top: 100px;
    padding-bottom: 30px; }
    .Footer-main-logo {
      margin-bottom: 40px; }
    .Footer-main-menu .menu {
      font-size: 12px;
      line-height: 1.3em; }
      .Footer-main-menu .menu > .menu-item {
        max-width: 20%; }
        .Footer-main-menu .menu > .menu-item:not(:last-child) {
          margin-right: 20px; }
        .Footer-main-menu .menu > .menu-item > .sub-menu > .menu-item {
          margin-bottom: 0.3em; } }

@media (max-width: 767.98px) {
  .Footer {
    text-align: left; }
    .Footer-main {
      padding: 80px 20px 10px; }
      .Footer-main-logo {
        display: none; }
      .Footer-main-menu--desktop {
        display: none; }
      .Footer-main-menu--mobile {
        display: block; }
      .Footer-main-menu .menu {
        display: block; }
        .Footer-main-menu .menu > .menu-item {
          margin-bottom: 1.5em;
          font-size: 14px;
          position: relative; }
          .Footer-main-menu .menu > .menu-item.menu-item-has-children:after {
            font-family: "icomoon";
            content: '\E90D';
            transition: 0.4s;
            display: inline-block;
            position: absolute;
            top: 3px;
            right: 0; }
          .Footer-main-menu .menu > .menu-item > a {
            font-weight: bold;
            margin-bottom: 0; }
            .Footer-main-menu .menu > .menu-item > a:hover {
              text-decoration: none; }
          .Footer-main-menu .menu > .menu-item.expanded:after {
            top: -2px;
            transform: rotate(180deg); }
          .Footer-main-menu .menu > .menu-item > .sub-menu {
            display: none;
            margin-top: 1em; }
            .Footer-main-menu .menu > .menu-item > .sub-menu > .menu-item {
              margin-bottom: 0.3em;
              font-size: 12px; }
              .Footer-main-menu .menu > .menu-item > .sub-menu > .menu-item > a:hover {
                text-decoration: none; }
    .Footer-bottom {
      padding: 20px 0;
      position: relative; }
      .Footer-bottom > .container {
        padding-right: 70px; }
      .Footer-bottom-menu .menu {
        display: block;
        font-size: 0; }
        .Footer-bottom-menu .menu > .menu-item {
          font-size: 12px;
          margin-bottom: 0.5em; }
          .Footer-bottom-menu .menu > .menu-item:not(:last-child) {
            padding-right: 1em;
            margin-right: 1em;
            border-right: 1px solid white; }
      .Footer-bottom .BackToTop {
        right: 20px;
        top: 30px; } }
@charset "UTF-8";
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

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

body {
  margin: 0;
  font-family: "Muli";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: white; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

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

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

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

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

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

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    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: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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(fonts/slick.eot?ced611daf7709cc778da928fec876475);
  src: url(../fonts/slick.eot) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg) 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: black;
    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: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* 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: "\2022";
        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; }

html, body {
  font-size: 16px;
  color: #191919;
  line-height: 1.7; }
  html.scrollLocked, body.scrollLocked {
    margin: 0;
    overflow: hidden; }

::-moz-selection {
  color: white;
  background: rgba(25, 25, 25, 0.6); }

::selection {
  color: white;
  background: rgba(25, 25, 25, 0.6); }

figure {
  margin: 0; }

@media (min-width: 1200px) {
  .page-margin-bottom {
    margin-bottom: 180px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-margin-bottom {
    margin-bottom: 150px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-margin-bottom {
    margin-bottom: 120px; } }

@media (max-width: 767.98px) {
  .page-margin-bottom {
    margin-bottom: 70px; } }

@media (min-width: 1200px) {
  .page-padding-left {
    padding-left: 86px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-padding-left {
    padding-left: 60px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-padding-left {
    padding-left: 40px; } }

@media (max-width: 767.98px) {
  .page-padding-left {
    padding-left: 20px; } }

.underline-last-chars span {
  position: relative; }
  .underline-last-chars span:after {
    content: '';
    position: absolute;
    bottom: -0.2em;
    left: 0;
    height: 0.2em;
    width: 93%;
    background-color: #ffcc33; }
    @media (max-width: 767.98px) {
      .underline-last-chars span:after {
        width: 97%; } }

/* POPUP BUTTONS */
.btn-primary.popup-button {
  width: 100%;
  margin: 10px 0; }

.btn-primary.popup-button.pb-white {
  background-color: #ffff;
  color: #C82715;
  border-color: #fff; }

.btn-primary.popup-button.pb-black {
  background-color: #1c2123;
  color: #fff;
  border-color: #1c2123; }

.btn-primary.popup-button.pb-white:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0; }

.btn-primary.popup-button.pb-black:hover {
  background-color: #000;
  border-color: #000; }

.pum-content.popmake-content:focus-visible,
.pum-content *:focus,
.pum-overlay .pum-content {
  outline: none !important; }

.slick-carousel .slick-dots li.slick-active button {
  cursor: pointer; }
  .slick-carousel .slick-dots li.slick-active button:before {
    background-color: #ffcc33 !important;
    opacity: 1; }

.slick-carousel .slick-dots li button {
  padding: 0; }
  .slick-carousel .slick-dots li button:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    opacity: 1; }
  .slick-carousel .slick-dots li button:hover:before {
    background-color: rgba(0, 0, 0, 0.3); }

.slick-carousel--dark .slick-dots li.slick-active button:before {
  background-color: #ffcc33 !important; }

.slick-carousel--dark .slick-dots li button:before {
  background-color: rgba(255, 255, 255, 0.22); }

.slick-carousel--dark .slick-dots li button:hover:before {
  background-color: rgba(255, 255, 255, 0.4); }

@media (max-width: 767.98px) {
  .slick-carousel .slick-dots {
    bottom: -10px; } }

.post-content {
  font-size: 1.2em;
  line-height: 1.556em; }
  .post-content a:not(.button) {
    text-decoration: underline; }
    .post-content a:not(.button):hover, .post-content a:not(.button):active, .post-content a:not(.button):focus {
      text-decoration: underline; }
  .post-content p {
    line-height: 1.556em;
    margin: 1.556em 0 1.556em 0; }
    .post-content p:first-child {
      margin-top: 0;     font-family: "Bebas Neue", Arial, Helvetica, sans-serif;}
  .post-content .wp-caption {
    background: none;
    border: none;
    margin-bottom: 1.556em;
    max-width: 100%; }
  .post-content .wp-caption-text {
    font-size: 0.875em;
    line-height: 1.2857;
    padding: 0.385em 0 0;
    text-align: center;
    font-style: italic; }
  .post-content ul, .post-content ol {
    list-style: disc outside none;
    padding-left: 0.833em;
    padding-bottom: 1.556em; }
  .post-content li + li {
    padding-top: 0.278em; }
  .post-content img, .post-content .post_content img[height], .post-content .post_content img[class*="align"], .post-content .post_content img[class*="wp-image-"], .post-content .post_content img[class*="attachment-"] {
    height: auto;
    clear: both; }
  .post-content .size-full, .post-content .post_content img.size-large, .post-content .post_content img.wp-post-image {
    height: auto;
    max-width: 100%; }
  .post-content embed, .post-content .post_content iframe, .post-content .post_content object, .post-content .post_content video {
    max-width: 100%; }
  .post-content .alignleft {
    float: left; }
  .post-content .wp-caption.alignleft, .post-content img.alignleft {
    margin: 8px 15px 8px 0; }
  .post-content .alignright {
    float: right; }
  .post-content .wp-caption.alignright, .post-content img.alignright {
    margin: 8px 0 8px 15px; }
  .post-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .post-content img.aligncenter {
    margin: 0 auto 1.556em; }
  .post-content img.alignnone {
    display: block;
    margin: 0 0 1.556em; }
  .post-content img.wp-smiley, .post-content .post_content .rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0; }
  .post-content .wp-caption.alignleft + ul, .post-content .post_content .wp-caption.alignleft + ol {
    list-style-position: inside; }
  .post-content .dest_block {
    background-color: #f1f4f1;
    border-radius: 3px;
    border: 1px solid #dbdedb;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 26px;
    margin: 10px 0; }
  .post-content table {
    width: 100%;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    margin-bottom: 21px; }
  .post-content table th {
    border-bottom: 2px solid #666;
    text-align: center; }
  .post-content table td {
    padding: 5px 0; }
  .post-content > *:last-child {
    margin-bottom: 0; }
  .post-content blockquote {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 900;
    margin: 3em 0 2em 3em; }
    .post-content blockquote:before {
      content: '\201C';
      display: block;
      font-size: 4em;
      color: #C82715;
      left: -0.06em;
      position: relative;
      line-height: 0.4; }
    .post-content blockquote cite {
      display: block;
      font-weight: normal;
      font-style: normal;
      margin-top: 1em;
      color: #a2a2a2;
      font-size: 24px; }
    .post-content blockquote p {
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      margin-bottom: 0; }

@media (max-width: 767.98px) {
  .post-content {
    font-size: 1em; }
    .post-content blockquote {
      font-size: 1.2em;
      margin: 3em 0 2em 1em; }
      .post-content blockquote:before {
        left: -0.06em; }
      .post-content blockquote cite {
        font-size: inherit;
        margin-top: 0.5em; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.MegamenuEquipment-columns2 {
  font-size: 14px; }

.MegamenuEquipment-columns3 {
  font-size: 18px; }

.MegamenuEquipment-columns4 {
  font-size: 14px; }

.MegamenuEquipment-inner {
  padding: 20px;
  width: 100%;
  display: flex;
  background-color: white;
  margin-left: 0;
  margin-right: 0; }

.MegamenuEquipment-item {
  height: 180px; }
  .MegamenuEquipment-item *:hover {
    text-decoration: none; }
  .MegamenuEquipment-item:hover .MegamenuEquipment-item-hover {
    opacity: 0.2; }
  .MegamenuEquipment-item-inner {
    border-radius: 4px;
    display: block;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden; }
  .MegamenuEquipment-item-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: black;
    transition: 0.2s;
    opacity: 0; }
  .MegamenuEquipment-item-name {
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    bottom: 76%;
    padding-left: 1em;
    padding-right: 1em;
    transform: translateX(-50%);
    width: 100%;
    line-height: 1.2em;
    letter-spacing: 0.08em;
    z-index: 2; }
  .MegamenuEquipment-item-image {
    top: 28%;
    height: 72%;
    position: absolute;
    width: 100%;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2; }
  .MegamenuEquipment-item-backgroundText {
    position: absolute;
    bottom: 0;
    left: 0.15em;
    font-size: 6em;
    letter-spacing: 0.125em;
    line-height: 0.75;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1; }

@media (max-width: 991.98px) {
  .MegamenuEquipment {
    overflow: hidden;
    font-size: 12px; }
    .MegamenuEquipment-inner {
      margin-bottom: -30px;
      margin-left: 0;
      margin-right: 0; }
    .MegamenuEquipment-item {
      height: 125px;
      margin-bottom: 30px; }
      .MegamenuEquipment-item-name {
        bottom: 70%; }
      .MegamenuEquipment-item-image {
        top: 40%;
        height: 60%; }
      .MegamenuEquipment-item-backgroundText {
        display: none; } }

@media (max-width: 767.98px) {
  .MegamenuEquipment {
    overflow: hidden; }
    .MegamenuEquipment-inner {
      margin-bottom: -30px;
      margin-left: 0;
      margin-right: 0; }
    .MegamenuEquipment-item {
      padding-left: 10px;
      padding-right: 10px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.LanguageSwitcher {
  position: relative;
  width: 6em;
  height: 2em;
  text-align: center; }
  .LanguageSwitcher--active .LanguageSwitcher-current {
    display: none; }
  .LanguageSwitcher--active .LanguageSwitcher-list {
    display: block; }
  .LanguageSwitcher-current {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 2.1em;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    border-radius: 1em;
    background-color: white;
    text-transform: uppercase;
    transition: 0.2s; }
    .LanguageSwitcher-current:hover {
      background-color: #C82715;
      color: white; }
  .LanguageSwitcher-list {
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    background-color: white;
    border-radius: 1em 1em 0 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    z-index: 2; }
    .LanguageSwitcher-list ul {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center; }
    .LanguageSwitcher-list li {
      display: block;
      text-transform: uppercase;
      font-weight: bold;
      color: #C82715;
      margin-bottom: 1.2em;
      margin-top: 0.6em;
      line-height: 1em; }
      .LanguageSwitcher-list li:last-child {
        margin-bottom: 0.8em; }
      .LanguageSwitcher-list li a {
        color: #191919; }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.SearchBox-results {
  position: relative; }
  .SearchBox-results .ajaxsearchpro {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%; }
  .SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonLeft,
  .SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonRight {
    color: #9c9c9c; }
    .SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonLeft:after,
    .SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonRight:after {
      font-family: "icomoon" !important;
      content: '\E904' !important;
      border: none !important;
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%) !important;
      margin: 0 !important;
      font-size: 22px !important;
      height: initial !important;
      width: initial !important; }
    .SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonLeft:hover,
    .SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonRight:hover {
      color: #C82715; }
  .SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonRight:after {
    content: '\E905' !important; }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Breadcrumb {
  font-size: 12px;
  padding: 2.5em 0;
  text-transform: uppercase;
  color: #999999; }
  .Breadcrumb a {
    color: #999;
    display: inline-block;
    margin-right: 0.6em; }
    .Breadcrumb a:not(:first-child) {
      margin-left: 0.6em; }
  .Breadcrumb .breadcrumb_last {
    display: inline-block;
    margin-left: 0.6em;
    color: #191919; }

@media (max-width: 991.98px) {
  .Breadcrumb {
    font-size: 11px;
    padding: 1.8em 0; } }

@media (max-width: 767.98px) {
  .Breadcrumb {
    display: none; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.btn,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  padding: 0.7em 2em;
  font-weight: bold;
  transition: 0.2s;
  border-radius: 2.5em;
  text-transform: uppercase;
  font-size: 18px;
  border-width: 0.22em;
  border-style: solid;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.3em; }
  .btn i,
  .gform_wrapper .gform_footer input.button i,
  .gform_wrapper .gform_footer input[type=submit] i,
  .gform_wrapper .gform_page_footer input.button i,
  .gform_wrapper .gform_page_footer input[type=submit] i {
    font-size: 1.3em;
    line-height: 0.8em;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle; }
    .btn i:first-child,
    .gform_wrapper .gform_footer input.button i:first-child,
    .gform_wrapper .gform_footer input[type=submit] i:first-child,
    .gform_wrapper .gform_page_footer input.button i:first-child,
    .gform_wrapper .gform_page_footer input[type=submit] i:first-child {
      margin-right: 0.3em; }
    .btn i:last-child,
    .gform_wrapper .gform_footer input.button i:last-child,
    .gform_wrapper .gform_footer input[type=submit] i:last-child,
    .gform_wrapper .gform_page_footer input.button i:last-child,
    .gform_wrapper .gform_page_footer input[type=submit] i:last-child {
      margin-left: 0.3em; }
  .btn span,
  .gform_wrapper .gform_footer input.button span,
  .gform_wrapper .gform_footer input[type=submit] span,
  .gform_wrapper .gform_page_footer input.button span,
  .gform_wrapper .gform_page_footer input[type=submit] span {
    display: inline-block;
    vertical-align: middle; }
  .btn .btn-inner,
  .gform_wrapper .gform_footer input.button .btn-inner,
  .gform_wrapper .gform_footer input[type=submit] .btn-inner,
  .gform_wrapper .gform_page_footer input.button .btn-inner,
  .gform_wrapper .gform_page_footer input[type=submit] .btn-inner {
    display: flex;
    justify-content: center;
    align-items: center; }
    .btn .btn-inner span,
    .gform_wrapper .gform_footer input.button .btn-inner span,
    .gform_wrapper .gform_footer input[type=submit] .btn-inner span,
    .gform_wrapper .gform_page_footer input.button .btn-inner span,
    .gform_wrapper .gform_page_footer input[type=submit] .btn-inner span {
      text-align: left; }
  .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,
  .gform_wrapper .gform_footer input.button.active.focus,
  .gform_wrapper .gform_footer input.button.active:focus,
  .gform_wrapper .gform_footer input.button.focus,
  .gform_wrapper .gform_footer input.button:active.focus,
  .gform_wrapper .gform_footer input.button:active:focus,
  .gform_wrapper .gform_footer input.button:focus,
  .gform_wrapper .gform_footer input[type=submit].active.focus,
  .gform_wrapper .gform_footer input[type=submit].active:focus,
  .gform_wrapper .gform_footer input[type=submit].focus,
  .gform_wrapper .gform_footer input[type=submit]:active.focus,
  .gform_wrapper .gform_footer input[type=submit]:active:focus,
  .gform_wrapper .gform_footer input[type=submit]:focus,
  .gform_wrapper .gform_page_footer input.button.active.focus,
  .gform_wrapper .gform_page_footer input.button.active:focus,
  .gform_wrapper .gform_page_footer input.button.focus,
  .gform_wrapper .gform_page_footer input.button:active.focus,
  .gform_wrapper .gform_page_footer input.button:active:focus,
  .gform_wrapper .gform_page_footer input.button:focus,
  .gform_wrapper .gform_page_footer input[type=submit].active.focus,
  .gform_wrapper .gform_page_footer input[type=submit].active:focus,
  .gform_wrapper .gform_page_footer input[type=submit].focus,
  .gform_wrapper .gform_page_footer input[type=submit]:active.focus,
  .gform_wrapper .gform_page_footer input[type=submit]:active:focus,
  .gform_wrapper .gform_page_footer input[type=submit]:focus {
    outline: none;
    box-shadow: none; }

.btn-primary,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #ffcc33;
  color: white;
  border-color: #ffcc33; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
  .gform_wrapper .gform_footer input.button:hover,
  .gform_wrapper .gform_footer input.button:focus,
  .gform_wrapper .gform_footer input.button.active,
  .gform_wrapper .gform_footer input.button:active,
  .gform_wrapper .gform_footer input.button.active.focus,
  .gform_wrapper .gform_footer input.button.active:focus,
  .gform_wrapper .gform_footer input.button.active:hover,
  .gform_wrapper .gform_footer input.button:active.focus,
  .gform_wrapper .gform_footer input.button:active:focus,
  .gform_wrapper .gform_footer input.button:active:hover,
  .gform_wrapper .gform_footer input[type=submit]:hover,
  .gform_wrapper .gform_footer input[type=submit]:focus,
  .gform_wrapper .gform_footer input[type=submit].active,
  .gform_wrapper .gform_footer input[type=submit]:active,
  .gform_wrapper .gform_footer input[type=submit].active.focus,
  .gform_wrapper .gform_footer input[type=submit].active:focus,
  .gform_wrapper .gform_footer input[type=submit].active:hover,
  .gform_wrapper .gform_footer input[type=submit]:active.focus,
  .gform_wrapper .gform_footer input[type=submit]:active:focus,
  .gform_wrapper .gform_footer input[type=submit]:active:hover,
  .gform_wrapper .gform_page_footer input.button:hover,
  .gform_wrapper .gform_page_footer input.button:focus,
  .gform_wrapper .gform_page_footer input.button.active,
  .gform_wrapper .gform_page_footer input.button:active,
  .gform_wrapper .gform_page_footer input.button.active.focus,
  .gform_wrapper .gform_page_footer input.button.active:focus,
  .gform_wrapper .gform_page_footer input.button.active:hover,
  .gform_wrapper .gform_page_footer input.button:active.focus,
  .gform_wrapper .gform_page_footer input.button:active:focus,
  .gform_wrapper .gform_page_footer input.button:active:hover,
  .gform_wrapper .gform_page_footer input[type=submit]:hover,
  .gform_wrapper .gform_page_footer input[type=submit]:focus,
  .gform_wrapper .gform_page_footer input[type=submit].active,
  .gform_wrapper .gform_page_footer input[type=submit]:active,
  .gform_wrapper .gform_page_footer input[type=submit].active.focus,
  .gform_wrapper .gform_page_footer input[type=submit].active:focus,
  .gform_wrapper .gform_page_footer input[type=submit].active:hover,
  .gform_wrapper .gform_page_footer input[type=submit]:active.focus,
  .gform_wrapper .gform_page_footer input[type=submit]:active:focus,
  .gform_wrapper .gform_page_footer input[type=submit]:active:hover {
    color: white;
    cursor: pointer;
    text-decoration: none;
    background-color: #ffcc33;
    border-color: #ffcc33;
    outline: none !important; }

.btn-secondary {
  color: #ffcc33;
  background-color: white;
  border-color: #ffcc33; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active, .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover {
    color: white;
    cursor: pointer;
    text-decoration: none;
    background-color: #ffcc33;
    border-color: #ffcc33;
    outline: none !important; }

.btn-white-outlined {
  color: white;
  background-color: rgba(0, 0, 0, 0.29);
  border-color: white; }
  .btn-white-outlined:hover, .btn-white-outlined:focus, .btn-white-outlined.active, .btn-white-outlined:active, .btn-white-outlined.active.focus, .btn-white-outlined.active:focus, .btn-white-outlined.active:hover, .btn-white-outlined:active.focus, .btn-white-outlined:active:focus, .btn-white-outlined:active:hover {
    color: #191919;
    cursor: pointer;
    text-decoration: none;
    background-color: white;
    border-color: white;
    outline: none !important; }

.btn-white-outlined-to-red {
  color: white;
  border-color: white; }
  .btn-white-outlined-to-red:hover, .btn-white-outlined-to-red:focus, .btn-white-outlined-to-red.active, .btn-white-outlined-to-red:active, .btn-white-outlined-to-red.active.focus, .btn-white-outlined-to-red.active:focus, .btn-white-outlined-to-red.active:hover, .btn-white-outlined-to-red:active.focus, .btn-white-outlined-to-red:active:focus, .btn-white-outlined-to-red:active:hover {
    color: white;
    cursor: pointer;
    text-decoration: none;
    background-color: #ffcc33;
    border-color: #ffcc33;
    outline: none !important; }

.btn-white-to-red {
  color: #ffcc33;
  border-color: white;
  background-color: white; }
  .btn-white-to-red:hover, .btn-white-to-red:focus, .btn-white-to-red.active, .btn-white-to-red:active, .btn-white-to-red.active.focus, .btn-white-to-red.active:focus, .btn-white-to-red.active:hover, .btn-white-to-red:active.focus, .btn-white-to-red:active:focus, .btn-white-to-red:active:hover {
    color: white;
    cursor: pointer;
    text-decoration: none;
    background-color: #ffcc33;
    border-color: #ffcc33;
    outline: none !important; }

.btn-group-xs > .btn, .btn-xs {
  font-size: 12px; }

.btn-group-xl > .btn, .btn-xl {
  font-size: 22px; }

@media (min-width: 576px) {
  .btn {
    white-space: normal; } }

@media (max-width: 991.98px) {
  .btn,
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer inpu
.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) t.button,
  .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px; } }

@media (max-width: 767.98px) {
  .btn,
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer inpu
.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) t.button,
  .gform_wrapper .gform_page_footer input[type=submit] {
    line-height: 1.3em !important;
    min-height: unset !important;
    font-size: 14px; } }

::placeholder {
  color: #acacac; }

label {
  display: initial; }

input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  font-size: 14px;
  border: none;
  background-color: #F2F2F2;
  padding: 0.7em 1.2em; }

textarea,
.gform_wrapper textarea {
  font-size: 14px;
  border: none;
  background-color: #F2F2F2;
  padding: 0.7em 1.2em;
  line-height: 1.5;
  resize: none; }

select,
.gform_wrapper.gf_browser_chrome select {
  border: 2px solid #191919;
  padding: 0.5em 3em 0.5em 1em;
  background: white url(../images/form-select-arrow.png) no-repeat 96% center;
  background-size: 1.2em;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 2em;
  outline: none; }

input[type='checkbox'] {
  position: relative;
  width: 0.8em;
  height: 0.8em;
  line-height: 1em;
  margin-right: 0.3em; }

input[type='checkbox']:before {
  content: '';
  width: 1em;
  height: 1em;
  border: 2px solid #DCDCDC;
  border-radius: 0.1em;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

input[type='checkbox']:hover:before {
  border-color: #919191; }

input[type='checkbox']:checked:after {
  content: '';
  width: 0.4em;
  height: 0.4em;
  background: #C82715;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  margin-left: initial; }

.gform_wrapper ul.gfield_radio li {
  overflow: visible; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-left: initial;
  margin-top: initial; }

.gform_wrapper .gfield_radio li input[type=radio],
input[type='radio'] {
  position: relative;
  width: 0.8em;
  height: 0.8em;
  line-height: 1em;
  margin-right: 0.5em; }

input[type='radio']:before {
  content: '';
  width: 1em;
  height: 1em;
  border: 2px solid #DCDCDC;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

input[type='radio']:hover:before {
  border-color: #919191; }

input[type='radio']:checked:before {
  border-color: #C82715; }

input[type='radio']:checked:after {
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: #C82715;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.gfield {
  margin-bottom: 2em; }
  .gfield.align-center {
    text-align: center; }
  .gfield.label-lowercase .gfield_label {
    text-transform: none;
    font-weight: normal;
    font-size: 18px; }
  .gfield .gfield_label {
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.06em; }
    .gfield .gfield_label mmi {
      color: #C82715; }
  .gfield.radio-yes-no .gfield_radio li {
    display: inline-block; }
    .gfield.radio-yes-no .gfield_radio li:not(:last-child) {
      margin-right: 0.5em; }
    .gfield.radio-yes-no .gfield_radio li input {
      display: none; }
    .gfield.radio-yes-no .gfield_radio li label {
      border: 2px solid #C82715;
      border-radius: 2em;
      padding: 0 1em;
      max-width: initial;
      color: #C82715;
      font-weight: bold;
      line-height: 1.6em;
      min-width: 50px;
      text-align: center; }
    .gfield.radio-yes-no .gfield_radio li input[type="radio"]:checked + label {
      background-color: #C82715;
      color: white; }
  .gfield .gfield_chainedselect {
    margin-bottom: -0.5em; }
    .gfield .gfield_chainedselect > span {
      margin-bottom: 0.5em; }

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin-right: 1.3em; }

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li label,
.gform_wrapper li.gf_list_inline ul.gfield_radio li label {
  max-width: initial; }

.gform_wrapper .gfield_required {
  color: #C82715;
  display: initial !important; }

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  overflow: visible; }

.gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 2.5em;
  margin-bottom: 1em; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .gform_wrapper .top_label li.gfield.gf_left_half {
      padding-right: 1.5em; } }
  @media (max-width: 767.98px) {
    .gform_wrapper .top_label li.gfield.gf_left_half {
      padding-right: 0;
      margin-bottom: 2em; } }

.gform_wrapper .top_label li.gfield.gf_right_half {
  padding-left: 2.5em;
  margin-bottom: 1em; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .gform_wrapper .top_label li.gfield.gf_right_half {
      padding-right: 1.5em; } }
  @media (max-width: 767.98px) {
    .gform_wrapper .top_label li.gfield.gf_right_half {
      padding-left: 0;
      margin-bottom: 2em; } }

.gform_wrapper .top_label li.gfield.gf_left_half textarea,
.gform_wrapper .top_label li.gfield.gf_right_half textarea {
  width: 100%; }

.gform_footer {
  text-align: center; }
  .gform_footer .gform_button {
    min-width: 250px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .gform_wrapper textarea.large {
    height: 150px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
  align-items: flex-end; }

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

.nav-tabs {
  font-size: 14px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  .nav-tabs-wrapper {
    position: relative; }
    .nav-tabs-wrapper:after {
      content: '';
      position: absolute;
      bottom: 0.4em;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #191919;
      z-index: -1; }
  .nav-tabs .nav-item {
    line-height: 1.3;
    text-align: center; }
  .nav-tabs .nav-link {
    border-bottom: 1em solid transparent;
    color: #7f7f7f; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      color: #191919; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #191919;
    background-color: transparent;
    border-color: #C82715;
    font-weight: bold; }

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

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

@media (max-width: 767.98px) {
  .nav {
    display: block; }
  .nav-tabs {
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden; }
    .nav-tabs-wrapper {
      margin-left: -20px;
      margin-right: -20px; }
      .nav-tabs-wrapper:before {
        content: '';
        position: absolute;
        right: 0;
        height: calc(100% - 20px);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        width: 50px;
        z-index: 1; }
  .nav-item {
    width: 44%;
    display: inline-block;
    white-space: normal;
    vertical-align: bottom; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Accordion-item {
  border-bottom: 1px solid #979797;
  font-size: 18px; }
  .Accordion-item:first-child {
    border-top: 1px solid #979797; }
  .Accordion-item-header {
    font-size: 1.11em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25em; }
    .Accordion-item-header-button {
      font-size: 1.7em;
      margin-left: 0.5em; }
      .Accordion-item-header-button-expand {
        display: block; }
        .Accordion-item-header-button-expand:hover {
          opacity: 0.6; }
      .Accordion-item-header-button-collapse {
        display: none; }
    .Accordion-item-header:hover {
      opacity: 0.8; }
    .Accordion-item-header:not(.collapsed) {
      color: #C82715; }
      .Accordion-item-header:not(.collapsed) .Accordion-item-header-button-expand {
        display: none; }
      .Accordion-item-header:not(.collapsed) .Accordion-item-header-button-collapse {
        display: block; }
  .Accordion-item-content {
    font-size: 18px; }
    .Accordion-item-content-inner {
      padding: 0 1.25em 1.25em 1.25em; }

@media (max-width: 991.98px) {
  .Accordion-item {
    font-size: 18px; } }

@media (max-width: 767.98px) {
  .Accordion-item {
    font-size: 20px; }
    .Accordion-item-header {
      padding: 0.9em 0; }
    .Accordion-item-content-inner {
      padding-left: 0;
      padding-right: 0; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.SectionHeader {
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative; }
  .SectionHeader > *:last-child {
    margin-bottom: 0; }
  .SectionHeader-pretitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0.3em; }
  .SectionHeader-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 64px;
    letter-spacing: 0.17em;
    margin-bottom: 0.5em;
    line-height: 1.3em;
    word-break: break-word; }
  .SectionHeader-description {
    font-size: 20px;
    margin-bottom: 3.5em; }
  .SectionHeader--dark {
    color: white; }
  .SectionHeader--left.SectionHeader--middle {
    max-width: 850px;
    margin-right: auto; }
  .SectionHeader--left .SectionHeader-title {
    margin-left: 86px; }
  .SectionHeader--left .SectionHeader-description {
    margin-left: 86px;
    margin-right: auto; }
  .SectionHeader--right {
    text-align: right; }
    .SectionHeader--right.SectionHeader--middle {
      max-width: 850px;
      margin-left: auto; }
    .SectionHeader--right .SectionHeader-title {
      margin-right: 86px;
      transform: translateX(15px); }
    .SectionHeader--right .SectionHeader-description {
      margin-right: 86px;
      margin-left: auto; }

@media (max-width: 1199.98px) {
  .SectionHeader {
    margin-top: 50px;
    margin-bottom: 50px; }
    .SectionHeader-pretitle {
      font-size: 15px; }
    .SectionHeader-title {
      font-size: 50px; }
    .SectionHeader-description {
      font-size: 18px; }
    .SectionHeader--left .SectionHeader-title {
      margin-left: 60px; }
    .SectionHeader--left .SectionHeader-description {
      margin-left: 60px; }
    .SectionHeader--right .SectionHeader-title {
      margin-right: 60px;
      transform: translateX(4px); }
    .SectionHeader--right .SectionHeader-description {
      margin-right: 60px; } }

@media (max-width: 991.98px) {
  .SectionHeader {
    margin-top: 50px;
    margin-bottom: 50px; }
    .SectionHeader-pretitle {
      font-size: 14px; }
    .SectionHeader-title {
      font-size: 36px;
      margin-bottom: 0.9em; }
    .SectionHeader-description {
      font-size: 16px;
      line-height: 1.5em; }
    .SectionHeader--left .SectionHeader-title {
      margin-left: 40px; }
    .SectionHeader--left .SectionHeader-description {
      margin-left: 40px; }
    .SectionHeader--right .SectionHeader-title {
      margin-right: 40px;
      transform: translateX(4px); }
    .SectionHeader--right .SectionHeader-description {
      margin-right: 40px; } }

@media (max-width: 767.98px) {
  .SectionHeader {
    margin-top: 40px;
    margin-bottom: 40px; }
    .SectionHeader-pretitle {
      font-size: 12px; }
    .SectionHeader-title {
      font-size: 25px;
      letter-spacing: 0.1em;
      margin-bottom: 0.9em; }
    .SectionHeader-description {
      font-size: 16px;
      line-height: 24px; }
    .SectionHeader--left .SectionHeader-title {
      margin-left: 20px; }
    .SectionHeader--left .SectionHeader-description {
      margin-left: 20px; }
    .SectionHeader--right .SectionHeader-title {
      margin-right: 20px;
      transform: translateX(4px); }
    .SectionHeader--right .SectionHeader-description {
      margin-right: 20px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.FooterBanner {
  margin-top: 100px;
  margin-bottom: 0px;
  background: radial-gradient(circle, #ffcc33 0%, #ffcc33 100%);
  color: white;
  position: relative;
  z-index: 1; }
  .FooterBanner-inner {
    display: flex;
    justify-content: space-between; }
  .FooterBanner-left {
    width: 36%;
    padding-top: 75px;
    align-self: flex-start; }
    .FooterBanner-left-title {
      font-size: 44px;
      margin-bottom: 0.5em;
      line-height: 1.4em; }
  .FooterBanner-center {
    width: 20%; }
  .FooterBanner-right {
    width: 36%;
    padding-bottom: 75px;
    align-self: flex-end;
    text-align: right;
    font-size: 18px; }
    .FooterBanner-right p:last-child {
      margin-bottom: 0; }
  .FooterBanner-image {
    height: 430px;
    text-align: center; }
    .FooterBanner-image img {
      top: -80px;
      position: relative;
      max-width: 100%;
      max-height: 100%;
      filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 34px 17px); }
  .FooterBanner-buttonset .btn {
    display: block;
    text-align: center; }
    .FooterBanner-buttonset .btn:not(:last-child) {
      margin-bottom: 20px; }
  .FooterBanner-contact-phone {
    font-size: 44px;
    line-height: 1.1em;
    font-weight: bold;
    color: inherit; }
    .FooterBanner-contact-phone:hover {
      color: inherit;
      text-decoration: none; }

@media (max-width: 1199.98px) {
  .FooterBanner {
    margin-top: 200px;
    margin-bottom: 200px; }
    .FooterBanner-left {
      padding-top: 50px;
      align-self: flex-start; }
      .FooterBanner-left-title {
        font-size: 30px;
        margin-bottom: 0.5em;
        line-height: 1.2em; }
    .FooterBanner-right {
      padding-bottom: 50px;
      font-size: 16px; }
      .FooterBanner-right p {
        line-height: 1.3; }
    .FooterBanner-image {
      height: 320px; }
      .FooterBanner-image img {
        top: -40px; }
    .FooterBanner-contact-phone {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
      font-size: 30px; }
    .FooterBanner-buttonset .btn {
      font-size: 12px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .FooterBanner {
    margin-top: 150px;
    margin-bottom: 150px; }
    .FooterBanner-right {
      width: 40%; }
    .FooterBanner-buttonset .btn {
      font-size: 12px; } }

@media (max-width: 767.98px) {
  .FooterBanner {
    margin-top: 90px;
    margin-bottom: 90px; }
    .FooterBanner-inner {
      display: block;
      padding: 100px 10px; }
    .FooterBanner-left {
      padding-top: 0;
      width: initial;
      text-align: center;
      margin-bottom: 30px; }
    .FooterBanner-center {
      display: none; }
    .FooterBanner-right {
      padding-bottom: 0;
      width: initial;
      text-align: center; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Deco-circles {
  position: absolute;
  z-index: -1;
  max-width: 50%;
  width: 800px;
  right: 0; }
  .Deco-circles--left {
    left: 0; }
    .Deco-circles--left:after {
      transform: scaleX(-1); }
  .Deco-circles--right {
    right: 0; }
  .Deco-circles:after {
    content: '';
    display: block;
    background: url(../images/circles.png);
    background-size: cover;
    padding-bottom: 106.45%; }

.Deco-backgroundSeparator {
  position: absolute;
  z-index: 0;
  width: 100%; }
  .Deco-backgroundSeparator--start {
    top: 0;
    left: 0; }
    .Deco-backgroundSeparator--start:before {
      content: '';
      width: 100%;
      height: 150px;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(to left bottom, white 49.5%, transparent 50%); }
  .Deco-backgroundSeparator--end {
    bottom: 0; }
    .Deco-backgroundSeparator--end:after {
      content: '';
      width: 100%;
      height: 150px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: linear-gradient(to left top, white 49.5%, transparent 50%); }

@media (max-width: 1199.98px) {
  .Deco-backgroundSeparator--start:before {
    height: 110px; }
  .Deco-backgroundSeparator--end:after {
    height: 110px; } }

@media (max-width: 991.98px) {
  .Deco-backgroundSeparator--start:before {
    height: 70px; }
  .Deco-backgroundSeparator--end:after {
    height: 70px; } }

@media (max-width: 767.98px) {
  .Deco-circles {
    width: 110%;
    max-width: initial; }
  .Deco-backgroundSeparator--start:before {
    height: 50px; }
  .Deco-backgroundSeparator--end:after {
    height: 50px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
/* Bullets */
.custom .tp-bullet {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  transition: 0.2s;
  width: 15px;
  height: 15px; }

.custom .tp-bullet.selected {
  background-color: #C82715; }

.custom .tp-bullet:not(.selected):hover {
  background-color: rgba(0, 0, 0, 0.4); }

/* Arrows */
.tparrows {
  background: initial;
  width: initial;
  height: initial;
  font-size: 45px;
  color: rgba(0, 0, 0, 0.3); }
  .tparrows:hover {
    background: initial;
    color: #ffcc33; }

.tp-leftarrow:before {
  content: "\E904" !important;
  font-size: inherit !important;
  color: inherit !important;
  transition: 0.2s; }

.tp-rightarrow:before {
  content: "\E905" !important;
  font-size: inherit !important;
  color: inherit !important;
  transition: 0.2s; }

.tparrows:before {
  font-family: "icomoon" !important; }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ScrollHelpers {
  display: none; }
  .ScrollHelpers-item {
    text-transform: uppercase;
    width: 400px;
    color: #191919;
    font-weight: bold;
    position: absolute;
    letter-spacing: 0.4em;
    font-size: 13px;
    z-index: 9;
    transition: top 0.8s ease-in-out, opacity 0.5s; }
    .ScrollHelpers-item--down {
      border-bottom: 1px solid #191919;
      transform-origin: left bottom;
      transform: rotate(90deg);
      top: calc(100vh - 300px);
      left: 3em; }
    .ScrollHelpers-item--up {
      border-top: 1px solid #191919;
      transform-origin: right bottom;
      transform: rotate(-90deg);
      bottom: 450px;
      right: 10em; }
    .ScrollHelpers-item--hidden {
      opacity: 0; }

@media (max-width: 991.98px) {
  .ScrollHelpers-item {
    font-size: 11px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.PageHero-color {
  text-align: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 120px; }
  .PageHero-color-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 85px;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    margin-bottom: 0.2em; }
  .PageHero-color-subtitle {
    text-transform: uppercase;
    font-size: 46px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 0; }
  .PageHero-color:after {
    content: '';
    position: absolute;
    height: 70px;
    width: 80%;
    background-color: white;
    bottom: -1px;
    right: 0;
    z-index: 1; }

@media (max-width: 991.98px) {
  .PageHero-color {
    padding-top: 40px;
    padding-bottom: 90px; }
    .PageHero-color-title {
      font-size: 60px; }
    .PageHero-color-subtitle {
      font-size: 30px; }
    .PageHero-color:after {
      height: 50px; } }

@media (max-width: 767.98px) {
  .PageHero-color {
    padding-top: 70px;
    padding-bottom: 70px; }
    .PageHero-color-title {
      font-size: 40px; }
    .PageHero-color-subtitle {
      font-size: 24px;
      line-height: 1.3em; }
    .PageHero-color:after {
      width: 55%;
      height: 50px; } }

.PageHero-image {
  background-size: cover;
  background-position: center;
  height: 500px;
  position: relative; }
  .PageHero-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
 /* .PageHero-image:after {
    content: '';
    position: absolute;
    height: 90px;
    width: 80%;
    background-color: white;
    bottom: -1px;
    right: 0;
    z-index: 1; }*/
  .PageHero-image-inner {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    justify-content: center;
    color: white;
    position: relative;
    padding-bottom: 90px; }
  .PageHero-image-title {
    font-weight: 900;
    font-size: 85px;
    letter-spacing: 0.1em;
    line-height: 1.25em;
    text-transform: uppercase;
    word-break: break-word; }
  .PageHero-image-subtitle {
    font-size: 46px;
    line-height: 1.25em;
    text-transform: uppercase; }
  .PageHero-image-button {
    margin-top: 3em; }
    .PageHero-image-button .btn {
      padding-left: 4em;
      padding-right: 4em; }

@media (max-width: 1199.98px) {
  .PageHero-image:after {
    height: 70px; }
  .PageHero-image-inner {
    padding-bottom: 70px; }
  .PageHero-image-title {
    font-size: 65px; }
  .PageHero-image-subtitle {
    font-size: 30px; } }

@media (max-width: 991.98px) {
  .PageHero-image:after {
    height: 50px; }
  .PageHero-image-inner {
    padding-bottom: 50px; }
  .PageHero-image-title {
    font-size: 60px; }
  .PageHero-image-subtitle {
    font-size: 30px; } }

@media (max-width: 767.98px) {
  .PageHero-image {
    height: 420px; }
    .PageHero-image:after {
      height: 46px; }
    .PageHero-image-inner {
      padding-bottom: 46px; }
    .PageHero-image-title {
      font-size: 34px; }
    .PageHero-image-subtitle {
      font-size: 24px; } }

.PageHero-video {
  height: 500px;
  position: relative; }
  .PageHero-video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .PageHero-video-inner {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    justify-content: center;
    color: white;
    position: relative; }
  .PageHero-video-title {
    font-weight: 900;
    font-size: 85px;
    letter-spacing: 0.1em;
    line-height: 1.25em;
    text-transform: uppercase; }
  .PageHero-video-subtitle {
    font-size: 46px;
    line-height: 1.25em;
    text-transform: uppercase; }
  .PageHero-video-button {
    margin-top: 3em; }
    .PageHero-video-button .btn {
      padding-left: 4em;
      padding-right: 4em; }

@media (max-width: 1199.98px) {
  .PageHero-video-title {
    font-size: 65px; }
  .PageHero-video-subtitle {
    font-size: 30px; } }

@media (max-width: 991.98px) {
  .PageHero-video {
    height: 500px; }
    .PageHero-video-title {
      font-size: 65px; }
    .PageHero-video-subtitle {
      font-size: 24px; } }

@media (max-width: 767.98px) {
  .PageHero-video {
    height: calc(100vh - 58px); }
    .PageHero-video-title {
      font-size: 34px; }
    .PageHero-video-subtitle {
      font-size: 30px; } }

.PageHero-text .SectionHeader {
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 100px; }

@media (max-width: 991.98px) {
  .PageHero-text .SectionHeader {
    margin-top: 30px;
    margin-bottom: 60px; } }

@media (max-width: 767.98px) {
  .PageHero-text .SectionHeader {
    margin-bottom: 50px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.FeaturedCarousel {
  margin-left: -100px;
  margin-right: -100px;
  color: #191919;
  position: relative; }
  .FeaturedCarousel .slick-slide {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 100px; }
  .FeaturedCarousel .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .FeaturedCarousel-slide-content {
    word-break: break-word; }
    .FeaturedCarousel-slide-content > *:last-child {
      margin-bottom: 0; }
  .FeaturedCarousel-slide-title {
    font-size: 42px;
    margin-bottom: 0.5em;
    font-weight: normal;
    line-height: 1.2; }
  .FeaturedCarousel-slide-description {
    font-size: 18px; }
  .FeaturedCarousel-slide-image {
    position: relative;
    text-align: right; }
    .FeaturedCarousel-slide-image img {
      max-width: 100%;
      max-height: 630px;
      filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 20px 17px);
      display: inline-block; }
  .FeaturedCarousel-slide-button {
    margin-bottom: 2em; }
  .FeaturedCarousel-arrows {
    position: absolute;
    right: 100px;
    bottom: 0;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.3); }
    .FeaturedCarousel-arrows-previous, .FeaturedCarousel-arrows-next {
      display: inline-block;
      transition: 0.2s;
      cursor: pointer; }
      .FeaturedCarousel-arrows-previous:not(:last-child), .FeaturedCarousel-arrows-next:not(:last-child) {
        margin-right: 0.8em; }
      .FeaturedCarousel-arrows-previous:hover, .FeaturedCarousel-arrows-next:hover {
        color: #C82715; }
  .FeaturedCarousel-dots .slick-dots {
    position: absolute;
    left: 100px;
    bottom: 40px;
    width: auto; }
  .FeaturedCarousel--dark {
    color: white; }
    .FeaturedCarousel--dark .FeaturedCarousel-arrows {
      color: #f5f6f6; }
      .FeaturedCarousel--dark .FeaturedCarousel-arrows-previous:hover, .FeaturedCarousel--dark .FeaturedCarousel-arrows-next:hover {
        color: #C82715; }

@media (max-width: 1199.98px) {
  .FeaturedCarousel-slide-title {
    font-size: 36px;
    line-height: 1.2; }
  .FeaturedCarousel-slide-description {
    font-size: 16px; } }

@media (max-width: 991.98px) {
  .FeaturedCarousel-slide-title {
    font-size: 24px;
    line-height: 1.2; }
  .FeaturedCarousel-slide-description {
    font-size: 14px;
    margin-bottom: 2em; }
  .FeaturedCarousel-slide-button .btn {
    font-size: 12px; } }

@media (max-width: 767.98px) {
  .FeaturedCarousel .slick-slide {
    margin-bottom: 60px; }
  .FeaturedCarousel-slide-content {
    width: 85%;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .FeaturedCarousel-slide-inner > div:first-child {
    order: 2; }
  .FeaturedCarousel-slide-image {
    margin-bottom: 30px; }
  .FeaturedCarousel-slide-button .btn {
    font-size: 14px; }
  .FeaturedCarousel-dots .slick-dots {
    position: absolute;
    left: initial;
    bottom: 10px;
    width: 100%; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ProductsGrid {
  margin-bottom: -6em; }
  .ProductsGrid-columns2 {
    font-size: 18px; }
  .ProductsGrid-columns3 {
    font-size: 14px; }
  .ProductsGrid-item {
    padding-bottom: 6em;
    position: relative;
    margin-bottom: 6em; }
    .ProductsGrid-item-image {
      margin-bottom: 2em;
      padding-bottom: 67%;
      position: relative; }
      .ProductsGrid-item-image img {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 34px 17px); }
    .ProductsGrid-item-name {
      font-weight: 900;
      font-size: 1.33em;
      line-height: 1.2em;
      text-transform: uppercase;
      margin-bottom: 1.2em; }
    .ProductsGrid-item-description {
      line-height: 1.55em; }
      .ProductsGrid-item-description p:last-child {
        margin-bottom: 0;
        font-size: inherit; }
    .ProductsGrid-item-button {
      bottom: 0;
      position: absolute;
      min-width: 250px; }

@media (max-width: 767.98px) {
  .ProductsGrid {
    font-size: 16px; }
    .ProductsGrid-item-image img {
      left: 50%;
      transform: translate(-50%, -50%);
      filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 24px 17px); } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.CaseStudiesCarousel {
  position: relative; }
  .CaseStudiesCarousel .slick-list {
    padding-right: 20%; }
  .CaseStudiesCarousel .slick-slide {
    margin-right: 80px; }
  .CaseStudiesCarousel .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .CaseStudiesCarousel-slide {
    background-size: cover;
    background-position: center;
    height: 550px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 87px; }
    .CaseStudiesCarousel-slide:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.2); }
    .CaseStudiesCarousel-slide-content {
      color: white;
      margin-left: 120px;
      margin-right: 120px;
      max-width: 600px;
      position: relative; }
    .CaseStudiesCarousel-slide-title {
      font-size: 54px;
      line-height: 1.2;
      margin-bottom: 0.4em; }
    .CaseStudiesCarousel-slide-subtitle {
      font-size: 18px;
      margin-bottom: 2.5em; }
    .CaseStudiesCarousel-slide-buttonset .btn {
      min-width: 260px; }
    .CaseStudiesCarousel-slide-buttonset .btn:not(:last-child) {
      margin-right: 1.3em; }
    .CaseStudiesCarousel-slide-logo {
      position: absolute;
      bottom: 30px;
      right: 30px;
      height: 25%;
      max-width: 25%; }
      .CaseStudiesCarousel-slide-logo img {
        max-height: 100%;
        max-width: 100%; }
  .CaseStudiesCarousel-arrows-previous, .CaseStudiesCarousel-arrows-next {
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    transition: 0.2s;
    cursor: pointer;
    font-size: 44px; }
    .CaseStudiesCarousel-arrows-previous:hover, .CaseStudiesCarousel-arrows-next:hover {
      color: #C82715; }
  .CaseStudiesCarousel-arrows-previous {
    left: 40px;
    top: 43%;
    transform: translateY(-50%); }
  .CaseStudiesCarousel-arrows-next {
    right: calc(20% + 80px + 40px);
    top: 43%;
    transform: translateY(-50%); }
  .CaseStudiesCarousel-dots .slick-dots {
    position: absolute;
    right: calc(20% + 80px);
    bottom: 0;
    width: 50%;
    display: flex;
    margin-left: -5px;
    margin-right: -5px; }
    .CaseStudiesCarousel-dots .slick-dots li {
      margin-left: 5px;
      margin-right: 5px;
      height: 7px;
      width: initial;
      flex: 1; }
      .CaseStudiesCarousel-dots .slick-dots li.slick-active button {
        cursor: pointer; }
        .CaseStudiesCarousel-dots .slick-dots li.slick-active button:before {
          background-color: #C82715 !important;
          opacity: 1; }
      .CaseStudiesCarousel-dots .slick-dots li button {
        padding: 0; }
        .CaseStudiesCarousel-dots .slick-dots li button:before {
          content: '';
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.16);
          opacity: 1; }
        .CaseStudiesCarousel-dots .slick-dots li button:hover:before {
          background-color: rgba(0, 0, 0, 0.3); }

@media (max-width: 991.98px) {
  .CaseStudiesCarousel .slick-list {
    padding-right: 12%; }
  .CaseStudiesCarousel .slick-slide {
    margin-right: 40px; }
  .CaseStudiesCarousel-slide {
    margin-bottom: 70px;
    height: 400px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
    .CaseStudiesCarousel-slide-content {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      width: 80%; }
    .CaseStudiesCarousel-slide-title {
      font-size: 30px;
      font-weight: normal; }
    .CaseStudiesCarousel-slide-subtitle {
      font-size: 18px;
      margin-bottom: 2em; }
    .CaseStudiesCarousel-slide-buttonset .btn {
      min-width: initial; }
  .CaseStudiesCarousel-arrows-previous, .CaseStudiesCarousel-arrows-next {
    font-size: 25px; }
  .CaseStudiesCarousel-arrows-previous {
    left: 10px; }
  .CaseStudiesCarousel-arrows-next {
    right: calc(12% + 40px + 10px); }
  .CaseStudiesCarousel-dots .slick-dots {
    width: 60%;
    right: calc(12% + 40px); } }

@media (max-width: 767.98px) {
  .CaseStudiesCarousel .slick-list {
    padding-right: 8%; }
  .CaseStudiesCarousel .slick-slide {
    margin-right: 25px; }
  .CaseStudiesCarousel-slide {
    margin-bottom: 50px;
    height: 430px; }
    .CaseStudiesCarousel-slide-title {
      font-size: 24px; }
    .CaseStudiesCarousel-slide-subtitle {
      font-size: 14px; }
    .CaseStudiesCarousel-slide-buttonset .btn {
      width: initial;
      margin-right: 0; }
      .CaseStudiesCarousel-slide-buttonset .btn:not(:last-child) {
        margin-bottom: 0.5em; }
    .CaseStudiesCarousel-slide-logo {
      position: absolute;
      bottom: 0;
      right: 5px;
      height: 90px;
      max-width: 25%; }
  .CaseStudiesCarousel-arrows-previous, .CaseStudiesCarousel-arrows-next {
    font-size: 25px; }
  .CaseStudiesCarousel-arrows-previous {
    left: 10px; }
  .CaseStudiesCarousel-arrows-next {
    right: calc(12% + 40px + 10px); }
  .CaseStudiesCarousel-dots .slick-dots {
    width: 85%;
    right: calc(8% + 25px); } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.HighlightsCarousel {
  position: relative;
  z-index: 1; }
  .HighlightsCarousel .slick-list {
    padding-right: 25%;
    padding-left: 25%; }
  .HighlightsCarousel .slick-slide {
    margin-right: 35px;
    margin-left: 35px; }
    .HighlightsCarousel .slick-slide.slick-active .HighlightsCarousel-slide-header-inner {
      opacity: 1;
      transform: translateY(0); }
  .HighlightsCarousel .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .HighlightsCarousel-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 50px; }
    .HighlightsCarousel-slide-header {
      height: 110px;
      position: relative;
      margin-bottom: 30px; }
      .HighlightsCarousel-slide-header-inner {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        color: #191919;
        text-align: center;
        transform: translateY(50px);
        opacity: 0;
        transition: 0.7s ease-out 0.3s; }
    .HighlightsCarousel-slide-title {
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 0.4em;
      text-transform: uppercase;
      font-weight: 900; }
    .HighlightsCarousel-slide-subtitle {
      font-size: 18px;
      line-height: 1.3em; }
    .HighlightsCarousel-slide-image {
      background-size: cover;
      background-position: center;
      padding-bottom: 50%;
      box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2); }
  .HighlightsCarousel-arrows-previous, .HighlightsCarousel-arrows-next {
    color: #3e3e3f;
    position: absolute;
    transition: 0.2s;
    cursor: pointer;
    font-size: 44px; }
    .HighlightsCarousel-arrows-previous:hover, .HighlightsCarousel-arrows-next:hover {
      color: #C82715; }
  .HighlightsCarousel-arrows-previous {
    left: calc(25% + 35px + 40px);
    top: 53%;
    transform: translateY(-50%); }
  .HighlightsCarousel-arrows-next {
    right: calc(25% + 35px + 40px);
    top: 53%;
    transform: translateY(-50%); }
  .HighlightsCarousel-dots .slick-dots {
    position: absolute;
    right: calc(25% + 35px);
    bottom: 0;
    width: calc(50% - 70px);
    display: flex;
    margin-left: -5px;
    margin-right: -5px; }
    .HighlightsCarousel-dots .slick-dots li {
      margin-left: 5px;
      margin-right: 5px;
      height: 7px;
      width: initial;
      flex: 1; }
      .HighlightsCarousel-dots .slick-dots li.slick-active button {
        cursor: pointer; }
        .HighlightsCarousel-dots .slick-dots li.slick-active button:before {
          background-color: #C82715 !important;
          opacity: 1; }
      .HighlightsCarousel-dots .slick-dots li button {
        padding: 0; }
        .HighlightsCarousel-dots .slick-dots li button:before {
          content: '';
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.16);
          opacity: 1; }
        .HighlightsCarousel-dots .slick-dots li button:hover:before {
          background-color: rgba(0, 0, 0, 0.3); }

@media (max-width: 1281px) {
  .HighlightsCarousel .slick-list {
    padding-right: 20%;
    padding-left: 20%; }
  .HighlightsCarousel .slick-slide {
    margin-right: 25px;
    margin-left: 25px; }
  .HighlightsCarousel-slide {
    margin-bottom: 50px; }
    .HighlightsCarousel-slide-header {
      height: 130px; }
  .HighlightsCarousel-arrows-previous, .HighlightsCarousel-arrows-next {
    font-size: 38px; }
  .HighlightsCarousel-arrows-previous {
    left: calc(20% + 25px + 40px); }
  .HighlightsCarousel-arrows-next {
    right: calc(20% + 25px + 40px); }
  .HighlightsCarousel-dots .slick-dots {
    right: calc(20% + 25px);
    width: calc(60% - 50px); } }

@media (max-width: 767.98px) {
  .HighlightsCarousel .slick-list {
    padding-right: 7%;
    padding-left: 7%; }
  .HighlightsCarousel .slick-slide {
    margin-right: 10px;
    margin-left: 10px; }
  .HighlightsCarousel-slide {
    margin-bottom: 50px; }
    .HighlightsCarousel-slide-header {
      height: 110px;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 20px; }
      .HighlightsCarousel-slide-header-inner {
        padding: 0; }
    .HighlightsCarousel-slide-title {
      font-size: 16px; }
    .HighlightsCarousel-slide-subtitle {
      font-size: 14px; }
    .HighlightsCarousel-slide-image {
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
  .HighlightsCarousel-arrows-previous, .HighlightsCarousel-arrows-next {
    font-size: 26px;
    bottom: 80px;
    top: unset; }
  .HighlightsCarousel-arrows-previous {
    left: calc(7% + 10px + 15px); }
  .HighlightsCarousel-arrows-next {
    right: calc(7% + 10px + 15px); }
  .HighlightsCarousel-dots .slick-dots {
    bottom: 20px;
    right: calc(7% + 10px);
    width: calc(86% - 20px); }
    .HighlightsCarousel-dots .slick-dots li {
      height: 5px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Gallery-list-item-inner {
  background-position: center;
  background-size: cover;
  padding-bottom: 70%; }

.Gallery-showMore {
  margin-top: 30px;
  text-align: center; }

.Gallery--showAll .Gallery-list-item:nth-child(n+4) {
  display: block; }

.Gallery--showAll .Gallery-showMore {
  display: none; }

@media (min-width: 768px) {
  .Gallery-list > .row, .Gallery-list.row {
    margin-left: -10px;
    margin-right: -10px; }
    .Gallery-list > .row > [class^="col-"], .Gallery-list.row > [class^="col-"] {
      padding-left: 10px;
      padding-right: 10px; }
  .Gallery-list-item {
    margin-bottom: 20px; }
    .Gallery-list-item:nth-child(n+4) {
      display: none; }
      .Gallery-list-item:nth-child(n+4) .Gallery-list-item-inner {
        opacity: 0; }
    .Gallery-list-item-inner {
      transition: 0.2s; }
  .Gallery-showMore {
    margin-top: 30px;
    text-align: center; }
  .Gallery--showAll .Gallery-list-item:nth-child(n+4) {
    display: block; }
  .Gallery--showAll .Gallery-showMore {
    display: none; } }

@media (max-width: 767.98px) {
  .Gallery-showMore {
    display: none; }
  .Gallery .slick-slider {
    margin-bottom: 40px; }
  .Gallery .slick-dots {
    bottom: -40px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.WhitePaper {
  text-align: center; }
  .WhitePaper-title {
    font-size: 46px;
    font-weight: normal;
    margin-bottom: 0.8em;
    line-height: 1.3; }
  .WhitePaper-content {
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 3em; }

@media (max-width: 767.98px) {
  .WhitePaper-title {
    font-size: 24px;
    line-height: 1.4; }
  .WhitePaper-content {
    font-size: 14px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.FormExpandible-openButton {
  display: block; }

.FormExpandible-closeButton {
  font-size: 36px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer; }
  .FormExpandible-closeButton:hover {
    color: #C82715; }

.FormExpandible-form {
  background: white;
  padding: 80px 60px 20px 60px;
  margin-top: 50px;
  margin-bottom: 100px;
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  position: relative;
  display: none; }
  .FormExpandible-form-inner {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }

.FormExpandible--expanded .FormExpandible-form {
  display: block; }

.FormExpandible--expanded .FormExpandible-openButton {
  display: none; }

@media (max-width: 767.98px) {
  .FormExpandible-form {
    padding: 40px 0 10px 0; }
  .FormExpandible-closeButton {
    font-size: 26px;
    top: 15px;
    right: 0; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.FirmingCarousel-slides {
  font-size: 0;
  box-shadow: 0 36px 69px 0 rgba(0, 0, 0, 0.32); }

.FirmingCarousel-slide-image {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center; }

.FirmingCarousel-slide-content {
  display: none; }

.FirmingCarousel-accordion {
  margin-left: 100px; }
  .FirmingCarousel-accordion-item {
    font-size: 18px; }
    .FirmingCarousel-accordion-item:not(:last-child) {
      padding-bottom: 2.6em; }
    .FirmingCarousel-accordion-item-title {
      font-size: 1.1em;
      line-height: 1.4em;
      padding-bottom: 0.5em;
      text-transform: uppercase;
      cursor: pointer;
      font-weight: 900;
      margin-bottom: 0.8em;
      position: relative; }
      .FirmingCarousel-accordion-item-title:after {
        content: '';
        transition: 0.6s;
        height: 0.2em;
        background: #C82715;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 0; }
    .FirmingCarousel-accordion-item-description {
      line-height: 1.7em; }
    .FirmingCarousel-accordion-item--active .FirmingCarousel-accordion-item-title:after {
      width: 100%; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .FirmingCarousel-accordion {
    margin-left: 50px; }
    .FirmingCarousel-accordion-item {
      font-size: 16px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .FirmingCarousel-accordion {
    margin-left: 15px; }
    .FirmingCarousel-accordion-item {
      font-size: 14px; }
      .FirmingCarousel-accordion-item:not(:last-child) {
        padding-bottom: 1.6em; } }

@media (max-width: 767.98px) {
  .FirmingCarousel {
    margin-left: -20px;
    margin-right: -20px; }
    .FirmingCarousel .slick-slide {
      margin-right: 20px;
      margin-left: 20px; }
    .FirmingCarousel-slides {
      box-shadow: none; }
    .FirmingCarousel-slide-image {
      box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.22);
      margin-bottom: 50px; }
    .FirmingCarousel-slide-content {
      display: block;
      text-align: center; }
    .FirmingCarousel-slide-title {
      font-size: 16px;
      line-height: 1.4em;
      padding-bottom: 1.4em;
      text-transform: uppercase;
      font-weight: 900;
      margin-bottom: 1.2em;
      position: relative; }
      .FirmingCarousel-slide-title:after {
        content: '';
        height: 0.4em;
        background: #C82715;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
    .FirmingCarousel-slide-description {
      font-size: 14px;
      line-height: 1.7em;
      margin-bottom: 1.8em; }
    .FirmingCarousel-dots {
      position: relative; }
    .FirmingCarousel-accordion {
      display: none; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.SquareTiles-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px; }
  .SquareTiles-list > .row, .SquareTiles-list.row {
    margin-left: -40px;
    margin-right: -40px; }
    .SquareTiles-list > .row > [class^="col-"], .SquareTiles-list.row > [class^="col-"] {
      padding-left: 40px;
      padding-right: 40px; }
  .SquareTiles-list-item {
    margin-bottom: 100px;
    position: relative; }
    .SquareTiles-list-item-inner {
      color: white;
      position: relative;
      padding-left: 86px;
      padding-bottom: 240px; }
    .SquareTiles-list-item:nth-child(even) {
      top: 90px; }
    .SquareTiles-list-item-box {
      position: relative;
      overflow: hidden;
      padding: 87px 35px 150px 35px;
      margin-bottom: 45px;
      border-radius: 4px 4px 0 0;
      z-index: 1;
      color: white;
      background: linear-gradient(146.27deg, #54646B 0%, #2A3439 100%); }
    .SquareTiles-list-item-title {
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 1.3em; }
    .SquareTiles-list-item-subtitle {
      min-height: 30px;
      font-size: 14px; }
    .SquareTiles-list-item-backgroundText {
      color: rgba(0, 0, 0, 0.2);
      font-weight: 900;
      font-size: 11.25em;
      letter-spacing: 0.125em;
      position: absolute;
      bottom: 0;
      left: 0.15em;
      text-transform: uppercase;
      line-height: 0.75;
      white-space: nowrap; }
    .SquareTiles-list-item-image {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 80%;
      height: 400px;
      z-index: 0;
      box-shadow: 0 36px 69px 0 rgba(0, 0, 0, 0.32);
      background-size: cover;
      background-position: center; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .SquareTiles-list > .row, .SquareTiles-list.row {
    margin-left: -20px;
    margin-right: -20px; }
    .SquareTiles-list > .row > [class^="col-"], .SquareTiles-list.row > [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; }
  .SquareTiles-list-item-inner {
    padding-left: 56px;
    padding-bottom: 130px; }
  .SquareTiles-list-item-box {
    padding: 45px 20px 100px 25px; }
  .SquareTiles-list-item-title {
    font-size: 16px; }
  .SquareTiles-list-item-subtitle {
    font-size: 12px; }
  .SquareTiles-list-item-backgroundText {
    font-size: 120px;
    left: 0.25em; } }

@media (max-width: 767.98px) {
  .SquareTiles {
    margin-bottom: 40px; }
    .SquareTiles .slick-slide {
      margin-left: 20px;
      margin-right: 20px; }
    .SquareTiles .slick-dots {
      bottom: -40px; }
    .SquareTiles-list {
      margin-bottom: 0; }
      .SquareTiles-list-item {
        margin-bottom: 0; }
        .SquareTiles-list-item:last-child {
          margin-bottom: 0; }
        .SquareTiles-list-item-inner {
          padding-left: 56px;
          padding-bottom: 130px; }
        .SquareTiles-list-item:nth-child(even) {
          top: unset; }
        .SquareTiles-list-item-box {
          padding: 45px 20px 70px 25px;
          box-shadow: 0px 26px 39px 0 rgba(0, 0, 0, 0.32); }
        .SquareTiles-list-item-title {
          font-size: 16px; }
        .SquareTiles-list-item-subtitle {
          font-size: 12px; }
        .SquareTiles-list-item-image {
          height: 300px;
          box-shadow: none; }
        .SquareTiles-list-item-backgroundText {
          font-size: 72px;
          left: 0.25em; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.VideosCarousel {
  margin-left: 86px;
  position: relative; }
  .VideosCarousel .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .VideosCarousel-item {
    padding-bottom: 60%;
    position: relative;
    background-size: cover;
    background-position: center; }
    .VideosCarousel-item--video {
      cursor: pointer; }
    .VideosCarousel-item-playButton {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      font-size: 40px;
      width: 3em;
      height: 3em;
      text-align: center;
      line-height: 3em;
      transition: 0.2s; }
      .VideosCarousel-item-playButton i {
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%); }
    .VideosCarousel-item:hover .VideosCarousel-item-playButton {
      background: black; }

@media (max-width: 767.98px) {
  .VideosCarousel {
    margin-bottom: 40px; }
    .VideosCarousel .slick-dots {
      bottom: -40px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.LogosCarousel {
  position: relative;
  margin-bottom: 50px; }
  .LogosCarousel .slick-track {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px; }
  .LogosCarousel .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: flex-end;
    justify-content: center; }
  .LogosCarousel-slide {
    text-align: center; }
    .LogosCarousel-slide-image {
      padding-left: 15px;
      padding-right: 15px; }
      .LogosCarousel-slide-image img {
        max-width: 100%;
        max-height: 60px;
        display: inline-block; }
  .LogosCarousel-dots {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%); }

@media (max-width: 767.98px) {
  .LogosCarousel .slick-track {
    margin-left: 0;
    margin-right: 0; }
  .LogosCarousel-slide-image img {
    max-height: 85px; }
  .LogosCarousel-dots {
    bottom: -30px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.GalleryTiles-items {
  margin-bottom: -20px;
  overflow: hidden; }
  .GalleryTiles-items > .row, .GalleryTiles-items.row {
    margin-left: -10px;
    margin-right: -10px; }
    .GalleryTiles-items > .row > [class^="col-"], .GalleryTiles-items.row > [class^="col-"] {
      padding-left: 10px;
      padding-right: 10px; }

.GalleryTiles-item-inner {
  position: relative; }

.GalleryTiles-item-image {
  background-size: cover;
  background-position: center;
  padding-bottom: 70%; }

@media (min-width: 768px) {
  .GalleryTiles-item:not(:last-child) {
    margin-bottom: 20px; }
  .GalleryTiles-item-inner:hover .GalleryTiles-item-content {
    opacity: 1; }
  .GalleryTiles-item:first-child .GalleryTiles-item-image {
    padding-bottom: 40%; }
  .GalleryTiles-item-content {
    font-size: 20px;
    opacity: 0;
    transition: 0.2s;
    color: white;
    background-color: rgba(200, 39, 21, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .GalleryTiles-item-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center; } }

@media (min-width: 1200px) {
  .GalleryTiles-item:first-child .GalleryTiles-item-image {
    padding-bottom: 30%; } }

@media (max-width: 767.98px) {
  .GalleryTiles-item:not(:last-child) {
    margin-bottom: 40px; }
  .GalleryTiles-item-image {
    margin-bottom: 20px; }
  .GalleryTiles-item-content {
    position: relative;
    font-size: 20px; }
  .GalleryTiles-item-content {
    font-size: 14px;
    color: white; }
  .GalleryTiles-item-text {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ContentBlock td, .ContentBlock th {
  vertical-align: top; }

@media (max-width: 767.98px) {
  .ContentBlock table, .ContentBlock tr, .ContentBlock td, .ContentBlock th {
    display: block;
    width: initial; }
  .ContentBlock h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 1em; }
  .ContentBlock p {
    font-size: 14px;
    line-height: 1.7; }
    .ContentBlock p:last-child {
      margin-bottom: 0; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.InnovationBlock {
  position: relative;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px; }
  .InnovationBlock-items > .row, .InnovationBlock-items.row {
    margin-left: -30px;
    margin-right: -30px; }
    .InnovationBlock-items > .row > [class^="col-"], .InnovationBlock-items.row > [class^="col-"] {
      padding-left: 30px;
      padding-right: 30px; }
  .InnovationBlock-item {
    color: white; }
    .InnovationBlock-item:nth-child(2n) {
      position: relative;
      top: 100px; }
    .InnovationBlock-item-inner {
      background-size: cover;
      background-position: center;
      position: relative;
      padding-bottom: 100%;
      box-shadow: 0 36px 69px 0 rgba(0, 0, 0, 0.32); }
      .InnovationBlock-item-inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4); }
    .InnovationBlock-item-content {
      position: absolute;
      text-align: center;
      max-width: 450px;
      width: 90%;
      top: 100px;
      left: 50%;
      transform: translateX(-50%); }
    .InnovationBlock-item-title {
      font-size: 46px;
      line-height: 1.2em;
      margin-bottom: 0.5em;
      font-weight: normal; }
    .InnovationBlock-item-description {
      font-size: 18px;
      margin-bottom: 1.5em; }

@media (max-width: 991.98px) {
  .InnovationBlock-items > .row, .InnovationBlock-items.row {
    margin-left: -20px;
    margin-right: -20px; }
    .InnovationBlock-items > .row > [class^="col-"], .InnovationBlock-items.row > [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; }
  .InnovationBlock-item-inner {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.32); }
  .InnovationBlock-item-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .InnovationBlock-item-title {
    font-size: 36px; } }

@media (max-width: 767.98px) {
  .InnovationBlock {
    padding: 0; }
    .InnovationBlock .slick-list {
      padding-right: 8%;
      overflow: visible; }
    .InnovationBlock .slick-slide {
      margin-right: 25px; }
    .InnovationBlock-items > .row, .InnovationBlock-items.row {
      margin-left: 0;
      margin-right: 0; }
      .InnovationBlock-items > .row > [class^="col-"], .InnovationBlock-items.row > [class^="col-"] {
        padding-left: 0;
        padding-right: 0; }
    .InnovationBlock-item {
      height: 400px;
      padding: 0; }
      .InnovationBlock-item:not(:last-child) {
        margin-bottom: 40px; }
      .InnovationBlock-item:nth-child(2n) {
        top: unset; }
      .InnovationBlock-item-inner {
        min-height: 400px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.32);
        padding-bottom: 0; }
      .InnovationBlock-item-title {
        font-size: 24px; }
      .InnovationBlock-item-description {
        font-size: 14px; }
    .InnovationBlock-dots {
      position: relative; }
      .InnovationBlock-dots .slick-dots {
        position: absolute;
        right: calc(8% + 25px);
        bottom: 0;
        width: 85%;
        display: flex;
        margin-left: -5px;
        margin-right: -5px; }
        .InnovationBlock-dots .slick-dots li {
          margin-left: 5px;
          margin-right: 5px;
          height: 7px;
          width: initial;
          flex: 1; }
          .InnovationBlock-dots .slick-dots li.slick-active button {
            cursor: pointer; }
            .InnovationBlock-dots .slick-dots li.slick-active button:before {
              background-color: #C82715 !important;
              opacity: 1; }
          .InnovationBlock-dots .slick-dots li button {
            padding: 0; }
            .InnovationBlock-dots .slick-dots li button:before {
              content: '';
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.16);
              opacity: 1; }
            .InnovationBlock-dots .slick-dots li button:hover:before {
              background-color: rgba(0, 0, 0, 0.3); }
    .InnovationBlock--dark .InnovationBlock-dots .slick-dots li button:before {
      background-color: rgba(255, 255, 255, 0.2); }
    .InnovationBlock--dark .InnovationBlock-dots .slick-dots li button:hover:before {
      background-color: rgba(255, 255, 255, 0.3); } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.FormBoxed {
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
  padding-top: 300px; }
  .FormBoxed-background {
    background-color: #1c2123;
    position: absolute;
    height: 50%;
    min-height: 500px;
    top: 0;
    width: 100%;
    z-index: 0; }
    .FormBoxed-background .Deco-backgroundSeparator--start {
      z-index: 1; }
  .FormBoxed-inner {
    position: relative;
    margin-left: 86px;
    margin-right: 86px;
    text-align: center;
    padding: 60px 80px;
    background: white;
    box-shadow: 0 36px 69px 0 rgba(0, 0, 0, 0.32);
    border-radius: 4px; }
  .FormBoxed-title {
    font-size: 46px;
    margin-bottom: 0.8em;
    font-weight: normal;
    line-height: 1.3; }
  .FormBoxed-content {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 2em; }

@media (max-width: 1199.98px) {
  .FormBoxed-title {
    font-size: 36px; } }

@media (max-width: 991.98px) {
  .FormBoxed {
    padding-top: 200px; }
    .FormBoxed-inner {
      margin-left: 0;
      margin-right: 0;
      padding: 60px 40px; }
    .FormBoxed-content {
      font-size: 16px; } }

@media (max-width: 767.98px) {
  .FormBoxed {
    padding-top: 200px; }
    .FormBoxed-inner {
      margin-left: 0;
      margin-right: 0;
      padding: 40px 20px; }
    .FormBoxed-title {
      font-size: 24px; }
    .FormBoxed-content {
      font-size: 16px;
      margin-bottom: 3em; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Timeline {
  opacity: 0;
  transition: opacity 0.2s;
  font-size: 14px; }
  .Timeline ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .Timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .Timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1; }
  .Timeline-navigation {
    position: relative;
    height: 100px; }
    .Timeline-navigation-arrows span {
      position: absolute;
      z-index: 1;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
      font-size: 18px;
      height: 3em;
      width: 3em;
      border-radius: 50%;
      border: 2px solid #999999;
      color: #999999;
      overflow: hidden;
      transition: 0.3s;
      cursor: pointer; }
      .Timeline-navigation-arrows span i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .Timeline-navigation-arrows span.prev {
        left: 0; }
      .Timeline-navigation-arrows span.next {
        right: 0; }
      .Timeline-navigation-arrows span.inactive {
        cursor: not-allowed;
        opacity: 0.3; }
  .Timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 70px;
    overflow: hidden; }
    .Timeline .events-wrapper::after, .Timeline .events-wrapper::before {
      /* these are used to create a shadow effect at the sides of the timeline */
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      height: 100%;
      width: 20px; }
    .Timeline .events-wrapper::before {
      left: 0;
      background-image: linear-gradient(to right, white, rgba(248, 248, 248, 0)); }
    .Timeline .events-wrapper::after {
      right: 0;
      background-image: linear-gradient(to left, white, rgba(248, 248, 248, 0)); }
  .Timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #999999;
    transition: transform 0.4s; }
    .Timeline .events a {
      position: absolute;
      bottom: 0;
      z-index: 2;
      text-align: center;
      font-size: 12px;
      padding-bottom: 12px;
      color: #383838;
      /* fix bug on Safari - text flickering while timeline translates */
      transform: translateZ(0); }
      .Timeline .events a::after {
        /* this is used to create the event spot */
        content: '';
        position: absolute;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: -8px;
        height: 18px;
        width: 18px;
        border-radius: 50%;
        border: 2px solid #999999;
        background-color: white;
        transition: background-color 0.3s, border-color 0.3s; }
      .Timeline .events a.selected {
        pointer-events: none; }
      .Timeline .events a.selected::after {
        background-color: #C82715;
        border-color: #C82715; }
      .Timeline .events a.older-event::after {
        border-color: #C82715; }
      .Timeline .events a:hover {
        text-decoration: none; }
  .Timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #C82715;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s; }
  .Timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    transition: height 0.4s;
    padding-left: 70px; }
    .Timeline .events-content li {
      position: absolute;
      z-index: 1;
      width: 100%;
      left: 0;
      top: 0;
      transform: translateX(-100%);
      opacity: 0;
      -webkit-animation-duration: 0.4s;
      animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }
    .Timeline .events-content li.selected {
      /* visible event content */
      position: relative;
      z-index: 2;
      opacity: 1;
      transform: translateX(0); }
    .Timeline .events-content li.enter-right,
    .Timeline .events-content li.leave-right {
      -webkit-animation-name: cd-enter-right;
      animation-name: cd-enter-right; }
    .Timeline .events-content li.enter-left,
    .Timeline .events-content li.leave-left {
      -webkit-animation-name: cd-enter-left;
      animation-name: cd-enter-left; }
    .Timeline .events-content li.leave-right,
    .Timeline .events-content li.leave-left {
      animation-direction: reverse; }
    .Timeline .events-content li > * {
      max-width: 800px; }
    .Timeline .events-content .event-title {
      font-size: 24px;
      font-weight: 900;
      line-height: 1.2;
      margin-bottom: 0.5em;
      letter-spacing: 3px;
      text-transform: uppercase; }
    .Timeline .events-content .event-date {
      font-size: 18px;
      margin-bottom: 1em;
      font-weight: bold; }
    .Timeline .events-content .event-description {
      font-size: 18px;
      line-height: 1.5; }

.no-touch .Timeline .events a:hover::after {
  background-color: #C82715;
  border-color: #C82715; }

.no-touch .Timeline-navigation-arrows a:hover {
  border-color: #C82715; }

.no-touch .Timeline-navigation-arrows a.inactive:hover {
  border-color: #dfdfdf; }

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@media only screen and (min-width: 1100px) {
  .Timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; } }

@media (max-width: 767.98px) {
  .Timeline .events-content {
    padding-left: 30px;
    padding-right: 30px; }
    .Timeline .events-content .event-date {
      font-size: 14px; }
    .Timeline .events-content .event-description {
      font-size: 14px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Pagination {
  text-align: center;
  position: relative; }
  .Pagination:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    background-color: #DCDCDC; }
  .Pagination-inner {
    padding: 10px 50px;
    background-color: white;
    position: relative;
    display: inline-block; }
  .Pagination .page-numbers {
    font-size: 20px;
    margin: 0 0.4em;
    color: #191919; }
    .Pagination .page-numbers:hover {
      text-decoration: none; }
    .Pagination .page-numbers.current {
      color: #C82715;
      font-weight: bold; }

@media (max-width: 767.98px) {
  .Pagination-inner {
    padding: 10px 25px; }
  .Pagination .page-numbers {
    font-size: 14px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Support-left {
  margin-bottom: 30px; }
  .Support-left *:first-child {
    margin-top: 0; }

.Support-title {
  font-size: 54px;
  line-height: 1.1;
  margin-top: 1em;
  margin-bottom: 0.8em;
  font-weight: normal; }

.Support-subtitle {
  font-size: 30px;
  margin-bottom: 1.2em; }

.Support-content {
  font-size: 18px;
  margin-bottom: 3em; }

.Support-image {
  box-shadow: 0 36px 69px 0 rgba(0, 0, 0, 0.32);
  padding-bottom: 80%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 1199.98px) {
  .Support-title {
    font-size: 40px; }
  .Support-subtitle {
    font-size: 20px; }
  .Support-content {
    font-size: 16px; } }

@media (max-width: 991.98px) {
  .Support-title {
    font-size: 30px; }
  .Support-subtitle {
    font-size: 16px; }
  .Support-content {
    font-size: 14px; } }

@media (max-width: 767.98px) {
  .Support-left {
    width: initial; }
  .Support-right {
    width: 100%; }
  .Support-image {
    padding-bottom: 100%; } }
@charset "UTF-8";
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Testimonial-image {
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden; }

.Testimonial-content {
  padding-left: 70px;
  font-size: 24px; }

.Testimonial-quote {
  line-height: 1.7em;
  font-weight: bold; }
  .Testimonial-quote:before {
    content: '\201C';
    display: block;
    font-size: 6em;
    color: #C82715;
    left: -0.06em;
    line-height: 0.4;
    position: relative; }

.Testimonial-name {
  margin-top: 2em;
  color: #a2a2a2; }

@media (max-width: 1199.98px) {
  .Testimonial-content {
    padding-left: 40px;
    font-size: 20px; } }

@media (max-width: 991.98px) {
  .Testimonial-content {
    padding-left: 30px;
    font-size: 16px; } }

@media (max-width: 767.98px) {
  .Testimonial-image {
    padding-bottom: initial;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
  .Testimonial-content {
    padding-left: 0;
    font-size: 16px;
    text-align: center; }
  .Testimonial-quote:before {
    font-size: 4em; }
  .Testimonial-name {
    margin-top: 1em; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Numbers-row {
  display: flex;
  justify-content: space-between;
  margin: 0 80px; }

.Numbers-item {
  text-align: center; }
  .Numbers-item-data {
    font-size: 85px;
    color: #C82715;
    margin-bottom: 0.05em;
    font-weight: 900; }
  .Numbers-item-text {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3em; }

@media (max-width: 1199.98px) {
  .Numbers-item-data {
    font-size: 70px; }
  .Numbers-item-text {
    font-size: 18px; } }

@media (max-width: 991.98px) {
  .Numbers-item-data {
    font-size: 50px; }
  .Numbers-item-text {
    font-size: 16px; } }

@media (max-width: 767.98px) {
  .Numbers-row {
    display: block;
    justify-content: space-between;
    margin: 0; }
  .Numbers-item:not(:last-child) {
    margin-bottom: 30px; }
  .Numbers-item-data {
    font-size: 40px; }
  .Numbers-item-text {
    font-size: 20px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.GoogleMap {
  padding-bottom: 35%;
  position: relative; }
  .GoogleMap-wrapper {
    position: absolute;
    width: 100%;
    height: 100%; }
  .GoogleMap-markers {
    display: none; }

@media (max-width: 1199.98px) {
  .GoogleMap {
    padding-bottom: 60%; } }

@media (max-width: 991.98px) {
  .GoogleMap {
    padding-bottom: 70%; } }

@media (max-width: 767.98px) {
  .GoogleMap {
    padding-bottom: 120%; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.parallax-background {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s; }

@media (max-width: 1367.98px) {
  .parallax-background {
    background-size: cover;
    background-attachment: initial; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
/*------------------------------------*\
  #COOKIE BANNER
\*------------------------------------*/
.cookiebanner {
  background: white;
  position: fixed;
  z-index: 120;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 12px;
  transform: translateY(100%);
  transition: .4s ease-in-out; }
  .cookiebanner-content {
    display: block;
    max-width: 100%;
    width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden; }

.cookiebanner[open] {
  box-shadow: #121212 2px 2px 14px 2px;
  transform: translateY(0); }

.cookiebanner-title {
  font-size: 1.5em;
  line-height: 1.65em;
  font-weight: 700;
  color: #434343;
  padding: 5px 0;
  margin: 0; }
  @media screen and (max-width: 992px) {
    .cookiebanner-title {
      font-size: 1.4em;
      line-height: 1.55em; } }
  @media screen and (max-width: 767px) {
    .cookiebanner-title {
      font-size: 1.3em;
      line-height: 1.5em; } }

.cookiebanner-text {
  font-size: 1.1em;
  line-height: 1.25em;
  font-weight: 400;
  color: #434343;
  padding: 5px 0;
  margin: 0; }
  .cookiebanner-text a {
    color: #434343;
    text-decoration: underline; }
  @media screen and (max-width: 992px) {
    .cookiebanner-text {
      font-size: 1.05em;
      line-height: 1.4em; } }
  @media screen and (max-width: 767px) {
    .cookiebanner-text {
      font-size: 1em;
      line-height: 1.5em; } }

.cookiebanner-buttons {
  padding: 5px 0; }
  .cookiebanner-buttons-left {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .cookiebanner-buttons-left {
        width: 100%; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .cookiebanner-buttons-left {
        width: auto; } }
  .cookiebanner-buttons-right {
    display: inline-block;
    vertical-align: middle;
    float: right; }
    @media screen and (max-width: 767px) {
      .cookiebanner-buttons-right {
        margin-top: 10px; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .cookiebanner-buttons-right {
        margin-top: 0; } }
  .cookiebanner-buttons-table {
    display: inline-table;
    width: 100%; }
    .cookiebanner-buttons-table-row {
      display: table-row; }
  .cookiebanner-buttons-select {
    display: table-cell;
    border: 1px solid #cccccc;
    padding: 4px 9px;
    margin: 0;
    border-radius: 4px 0 0 4px; }
  .cookiebanner-buttons-table--onlyselect .cookiebanner-buttons-select {
    border-radius: 4px; }
  .cookiebanner-buttons-details {
    display: table-cell;
    padding: 4px 4px 4px 4px;
    margin: 0;
    border: 1px solid #cccccc;
    border-left: none;
    border-radius: 0 4px 4px 0;
    background-color: #f6f6f9;
    text-align: center; }
    .cookiebanner-buttons-details-link {
      font-size: 1em;
      color: #434343; }
  .cookiebanner-buttons-table--onlyselect .cookiebanner-buttons-details {
    display: none; }
  .cookiebanner-buttons-btn {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0; }
    @media screen and (max-width: 767px) {
      .cookiebanner-buttons-btn {
        margin: 0 5px 0 0; } }
    .cookiebanner-buttons-btn-input {
      display: inline-block;
      vertical-align: middle; }
    .cookiebanner-buttons-btn-label {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.1em;
      line-height: 1.1em; }
      @media screen and (max-width: 767px) {
        .cookiebanner-buttons-btn-label {
          font-size: 1em;
          line-height: 1em; } }
  .cookiebanner-buttons-btnaccept {
    display: inline-block;
    background-color: #DC0028;
    border: 1px solid #DC0028;
    padding: 3px 2px;
    min-width: 80px;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
    z-index: 10;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border-radius: 100px; }
    .cookiebanner-buttons-btnaccept:hover {
      color: white;
      cursor: pointer;
      text-decoration: none;
      background-color: #b12313;
      border-color: #b12313;
      outline: none !important; }
    @media screen and (max-width: 767px) {
      .cookiebanner-buttons-btnaccept {
        font-size: 1.1em; } }

.cookiebanner-buttons-radio-block {
  display: table-cell; }
  .cookiebanner-buttons-radio-block-int {
    border: 1px solid #cccccc;
    padding: 4px 9px;
    margin: 5px 5px;
    border-radius: 4px; }
  .cookiebanner-buttons-radio-block:first-child .cookiebanner-buttons-radio-block-int {
    margin-left: 0; }
  .cookiebanner-buttons-radio-block:last-child .cookiebanner-buttons-radio-block-int {
    margin-right: 0; }
  .cookiebanner-buttons-radio-block-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 1.1em;
    line-height: 1.1em; }
    @media screen and (max-width: 767px) {
      .cookiebanner-buttons-radio-block-title {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 1em;
        line-height: 1em; } }

.cookiebanner-buttons-radio .cookiebanner-buttons-radio-block .cookiebanner-buttons-btn:last-child {
  margin-right: 0; }

.cookiebanner label {
  margin-bottom: 0; }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.CatalogueLightbox {
  /* The Modal (background) */
  /* Modal Content */
  /* The Close Button */ }
  @media (max-width: 767.98px) {
    .CatalogueLightbox .gform_footer .gform_button {
      min-width: 210px !important; } }
  .CatalogueLightbox .btn-primary {
    color: #ffffff !important; }
  .CatalogueLightbox .vertical select {
    width: 100%; }
  .CatalogueLightbox .lightbox {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100000000;
    /* Sit on top */
    padding: 5% 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(34, 39, 41, 0.93); }
  .CatalogueLightbox .lightbox-content {
    position: relative;
    background-color: #FFFFFF;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 85%;
    max-width: 700px;
    padding: 30px; }
  .CatalogueLightbox #close {
    position: absolute;
    color: #212529;
    right: 10px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer; }
  .CatalogueLightbox .close:hover,
  .CatalogueLightbox .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer; }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ButtonsCarousel {
  color: white;
  position: relative; }
  .ButtonsCarousel-backgroundCarousel {
    position: absolute;
    width: 100%;
    height: 100%; }
    .ButtonsCarousel-backgroundCarousel .slick-list,
    .ButtonsCarousel-backgroundCarousel .slick-track {
      height: 100%; }
    .ButtonsCarousel-backgroundCarousel-slides {
      position: absolute;
      width: 100%;
      height: 100%; }
    .ButtonsCarousel-backgroundCarousel-slide {
      position: absolute;
      width: 100%;
      height: 100%; }
      .ButtonsCarousel-backgroundCarousel-slide-bgDesktop, .ButtonsCarousel-backgroundCarousel-slide-bgMobile {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left; }
      .ButtonsCarousel-backgroundCarousel-slide-bgMobile {
        display: none; }
  .ButtonsCarousel-inner {
    position: relative;
    display: flex;
    justify-content: space-between; }
  .ButtonsCarousel-left {
    padding-top: 120px;
    padding-bottom: 60px;
    width: 60%; }
  .ButtonsCarousel-buttonSet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-bottom: 50px;
    width: 85%; }
    .ButtonsCarousel-buttonSet-button {
      width: calc(33.33% - 4px);
      border: 2px solid white;
      transition: 0.2s;
      padding-top: 1em;
      padding-bottom: 1em;
      border-radius: 28px;
      margin-bottom: 6px;
      position: relative;
      overflow: hidden;
      line-height: 1.4;
      color: white; }
      .ButtonsCarousel-buttonSet-button-bg {
        opacity: 0;
        transition: 0.2s;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .ButtonsCarousel-buttonSet-button-text {
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: white; }
      .ButtonsCarousel-buttonSet-button--active, .ButtonsCarousel-buttonSet-button:hover {
        border-color: transparent;
        cursor: pointer;
        font-weight: bold; }
        .ButtonsCarousel-buttonSet-button--active .ButtonsCarousel-buttonSet-button-bg, .ButtonsCarousel-buttonSet-button:hover .ButtonsCarousel-buttonSet-button-bg {
          opacity: 1; }
        .ButtonsCarousel-buttonSet-button--active .ButtonsCarousel-buttonSet-button-text, .ButtonsCarousel-buttonSet-button:hover .ButtonsCarousel-buttonSet-button-text {
          color: inherit; }
  .ButtonsCarousel-dropdown {
    display: none;
    text-align: center; }
    .ButtonsCarousel-dropdown select {
      padding-left: 2em; }
  .ButtonsCarousel-text {
    font-size: 20px; }
  .ButtonsCarousel-productsCarousel {
    width: 325px;
    position: relative; }
    .ButtonsCarousel-productsCarousel-slides {
      position: absolute;
      width: 100%;
      bottom: -50px;
      right: 0;
      opacity: 0; }
      .ButtonsCarousel-productsCarousel-slides.slick-initialized {
        opacity: 1; }
      .ButtonsCarousel-productsCarousel-slides img {
        max-width: 100%; }
      .ButtonsCarousel-productsCarousel-slides:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

@media (max-width: 991.98px) {
  .ButtonsCarousel-buttonSet {
    font-size: 12px;
    margin-bottom: 20px;
    width: 100%; }
  .ButtonsCarousel-text {
    font-size: 16px; } }

@media (max-width: 767.98px) {
  .ButtonsCarousel-backgroundCarousel-slide-bgDesktop {
    display: none; }
  .ButtonsCarousel-backgroundCarousel-slide-bgMobile {
    display: block;
    background-position-y: 50px;
    height: 88%; }
  .ButtonsCarousel-inner {
    flex-wrap: wrap; }
  .ButtonsCarousel-left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0; }
  .ButtonsCarousel-buttonSet {
    display: none; }
  .ButtonsCarousel-dropdown {
    display: block;
    margin-bottom: 120px; }
  .ButtonsCarousel-text {
    text-align: center;
    font-size: 16px; }
  .ButtonsCarousel-productsCarousel {
    width: 235px;
    margin: 0 auto; }
    .ButtonsCarousel-productsCarousel-slides {
      position: relative;
      bottom: unset; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Page-inner {
  padding-left: 86px; }

.Page-box {
  padding: 60px 80px;
  background: white;
  box-shadow: 0 36px 69px 0 rgba(0, 0, 0, 0.32);
  border-radius: 4px; }

@media (max-width: 767.98px) {
  .Page-inner {
    padding-left: 20px; }
  .Page-box {
    padding: 40px 20px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
body.home .ScrollHelpers {
  display: block; }

.Home-hero {
  margin-bottom: 10px;
  position: relative; }
  .Home-hero .tp-bullets {
    left: initial !important;
    top: initial !important;
    bottom: 15px !important;
    right: 84% !important; }
  /*.Home-hero:after {
    content: '';
    position: absolute;
    height: 70px;
    width: 80%;
    background-color: white;
    bottom: 0;
    right: 0;
    z-index: 1; }*/

.Home-equipment-categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 200px; }
  .Home-equipment-categories-item {
    width: 49%;
    margin-bottom: 100px;
    position: relative; }
    .Home-equipment-categories-item-inner {
      color: white;
      position: relative;
      padding-left: 86px;
      padding-bottom: 80px; }
   /* .Home-equipment-categories-item:first-child:before {
      content: '';
      height: 40px;
      width: 80%;
      position: absolute;
      z-index: 1;
      left: 0;
      top: -1px;
      background-color: white; }*/
    .Home-equipment-categories-item:nth-child(even) {
      top: 200px; }
    .Home-equipment-categories-item-box {
      position: relative;
      overflow: hidden;
      padding: 87px 35px 180px 35px;
      margin-bottom: 45px;
      border-radius: 4px 4px 0 0; }
    .Home-equipment-categories-item-name {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 1.3em;
      letter-spacing: 0.05em; }
    .Home-equipment-categories-item-description {
      max-width: 350px;
      min-height: 30px;
      font-size: 14px; }
    .Home-equipment-categories-item-nameDeco {
      color: rgba(0, 0, 0, 0.2);
      font-weight: 900;
      font-size: 11.25em;
      letter-spacing: 0.125em;
      position: absolute;
      bottom: 0;
      left: 0.15em;
      text-transform: uppercase;
      line-height: 0.75;
      white-space: nowrap; }
    .Home-equipment-categories-item-image {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 400px;
      width: auto; }
      .Home-equipment-categories-item-image img {
        height: 100%;
        filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 50px 30px); }
    .Home-equipment-categories-item-button {
      text-align: right;
      position: relative; }

.Home-connectivity {
  position: relative; }
  .Home-connectivity-header .Home-sectionHeader-description {
    margin-bottom: 0; }
  .Home-connectivity-carousel {
    position: relative;
    background-color: #1c2123;
    padding-bottom: 50px; }

.Home-integral {
  position: relative; }
  .Home-integral-header {
    position: relative;
    overflow: hidden;
    background-color: #1c2123;
    padding-bottom: 150px; }
  .Home-integral .SectionHeader {
    z-index: 2; }
    .Home-integral .SectionHeader-description {
      margin-bottom: 0; }
  .Home-integral-carousel {
    margin-top: -150px;
    position: relative;
    z-index: 2; }
  .Home-integral .Deco-circles {
    transform: translateY(250px);
    z-index: 2; }

.Home-markets {
  position: relative;
  padding-bottom: 220px;
  background-color: #F4F4F5; }
  .Home-markets-list-item {
    position: relative;
    color: inherit; }
    .Home-markets-list-item-image {
      padding-bottom: 65%;
      background-size: cover;
      background-position: center;
      position: relative;
      margin-bottom: 50px; }
      .Home-markets-list-item-image-overlay {
        background: #ffcc33;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: 0.2s; }
        .Home-markets-list-item-image-overlay-content {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 80%;
          font-size: 14px;
          line-height: 1.7em;
          color: white;
          text-align: center; }
          .Home-markets-list-item-image-overlay-content-showMore {
            margin-top: 0.3em; }
            .Home-markets-list-item-image-overlay-content-showMore a {
              color: inherit; }
      .Home-markets-list-item-image:hover .Home-markets-list-item-image-overlay {
        opacity: 1; }
    .Home-markets-list-item-content {
      text-align: center;
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
    .Home-markets-list-item-name {
      font-size: 20px;
      line-height: 1.3em;
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 0.05em; }
    .Home-markets-list-item-description {
      margin-top: 0.5em;
      margin-bottom: 0.3em;
      display: none;
      font-size: 14px;
      line-height: 1.7em; }
    .Home-markets-list-item-showMore {
      display: none;
      font-size: 14px;
      color: #C82715; }
      .Home-markets-list-item-showMore a {
        color: inherit;
        font-weight: bold; }

.Home-caseStudies {
  position: relative;
  background-color: #F4F4F5; }
  .Home-caseStudies .SectionHeader {
    margin-top: 0; }
  .Home-caseStudies-carousel {
    z-index: 1;
    position: relative; }

body.home .HeaderDesktop:not(.HeaderDesktop--sticky):not(.HeaderDesktop--active) .HeaderDesktop-inner {
  box-shadow: initial;
  background: initial; }

body.home .HeaderDesktop:not(.HeaderDesktop--sticky):not(.HeaderDesktop--active) .HeaderDesktop-main {
  border-bottom: none; }

body.home .HeaderMobile:not(.HeaderMobile--sticky):not(.HeaderMobile--active) .HeaderMobile-inner {
  box-shadow: initial;
  background: initial; }

body.home .HeaderMobile:not(.HeaderMobile--sticky):not(.HeaderMobile--active) .HeaderMobile-main {
  border-bottom: 1px solid #e5e5e5; }

body.home .Layout-main {
  padding-top: 0; }

@media (min-width: 1400px) {
  .Home-markets-list-item-image-overlay-content {
    font-size: 16px; } }

@media (max-width: 1199.98px) {
  .Home-equipment-categories-item-inner {
    padding-left: 60px; }
  .Home-equipment-categories-item-box {
    padding: 70px 30px 120px 21px;
    margin-bottom: 25px; }
  .Home-equipment-categories-item-nameDeco {
    font-size: 9em; }
  .Home-equipment-categories-item-image {
    height: 250px; }
  .Home-connectivity .SectionHeader {
    margin-bottom: 30px; }
  .Home-connectivity-carousel {
    padding-top: 30px;
    padding-bottom: 30px; }
  .Home-integral-header {
    padding-bottom: 90px; }
  .Home-integral-carousel {
    margin-top: -80px; }
  .Home-integral .Deco-circles {
    transform: translateY(180px); }
  .Home-markets {
    padding-bottom: 150px; }
    .Home-markets-list-item-content {
      width: 100%; }
    .Home-markets-list-item-image {
      margin-bottom: 25px; }
      .Home-markets-list-item-image-overlay-content {
        width: 90%;
        font-size: 10px; }
    .Home-markets-list-item-name {
      font-size: 16px; } }

@media (max-width: 991.98px) {
  body.home .ScrollHelpers-item--down {
    left: 94%; }
  .Home-hero {
    margin-bottom: 120px; }
    .Home-hero .tp-bullets {
      bottom: 10px !important;
      right: 80% !important; }
    .Home-hero:after {
      height: 60px;
      width: 70%; }
  .Home-equipment-categories-item {
    margin-bottom: 60px; }
    .Home-equipment-categories-item-inner {
      padding-left: 40px;
      padding-bottom: 30px; }
    .Home-equipment-categories-item-box {
      padding: 70px 30px 110px 21px;
      margin-bottom: 25px; }
    .Home-equipment-categories-item-name {
      font-size: 16px; }
    .Home-equipment-categories-item-nameDeco {
      font-size: 7em; }
    .Home-equipment-categories-item-image {
      height: 200px; }
  .Home-integral-header {
    padding-bottom: 60px; }
  .Home-integral .SectionHeader {
    margin-bottom: 80px; }
  .Home-integral .Deco-circles {
    transform: translateY(250px); }
  .Home-integral-carousel {
    margin-top: -80px; }
  .Home-markets {
    padding-bottom: 120px; }
    .Home-markets-list-item {
      padding-left: 10px;
      padding-right: 10px; }
      .Home-markets-list-item-image {
        margin-bottom: 15px; }
        .Home-markets-list-item-image-overlay-content {
          font-size: 10px; }
      .Home-markets-list-item-content {
        width: initial; }
      .Home-markets-list-item-name {
        font-size: 14px; } }

@media (max-width: 767.98px) {
  .Home-hero {
    margin-bottom: 100px; }
    .Home-hero .tp-bullets {
      bottom: 5px !important;
      right: 60% !important; }
    .Home-hero:after {
      height: 46px;
      width: 50%; }
  .Home-equipment-categories {
    display: block;
    margin-bottom: 100px; }
    .Home-equipment-categories-item {
      width: initial;
      margin-bottom: 60px; }
      .Home-equipment-categories-item-inner {
        padding-left: 50px;
        padding-bottom: 40px; }
      .Home-equipment-categories-item:nth-child(even) {
        top: initial; }
      .Home-equipment-categories-item-box {
        padding: 70px 30px 80px 21px;
        margin-bottom: 25px; }
      .Home-equipment-categories-item-name {
        font-size: 16px; }
      .Home-equipment-categories-item-nameDeco {
        font-size: 5em; }
      .Home-equipment-categories-item-image {
        height: 200px; }
  .Home-connectivity .SectionHeader {
    margin-bottom: 30px; }
  .Home-markets {
    padding-bottom: 60px; }
    .Home-markets-list {
      padding-left: 20px;
      padding-right: 20px; }
      .Home-markets-list-item {
        margin-bottom: 40px; }
        .Home-markets-list-item-image {
          margin-bottom: 25px; }
          .Home-markets-list-item-image-overlay {
            display: none; }
        .Home-markets-list-item-name {
          font-size: 16px; }
        .Home-markets-list-item-description {
          display: block; }
        .Home-markets-list-item-showMore {
          display: block; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ProductCategoryPage-gamma1 {
  background: linear-gradient(146.27deg, #3d4549 0%, #202020 100%);
  color: white;
  margin-bottom: 200px;
  padding-top: 40px; }
  .ProductCategoryPage-gamma1 .SectionHeader {
    margin-top: 0;
    margin-bottom: 30px; }
  .ProductCategoryPage-gamma1-main {
    display: flex;
    position: relative; }
    .ProductCategoryPage-gamma1-main-left {
      width: 50%;
      position: relative;
      z-index: 1; }
    .ProductCategoryPage-gamma1-main-right {
      width: 50%;
      padding-bottom: 100px;
      min-height: 390px;
      z-index: 1; }
  .ProductCategoryPage-gamma1-image {
    padding-right: 30px;
    margin-bottom: -10%;
    height: 110%;
    position: absolute;
    width: 100%;
    text-align: center; }
    .ProductCategoryPage-gamma1-image img {
      max-height: 100%;
      max-width: 100%;
      filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 34px 17px); }
  .ProductCategoryPage-gamma1-subtitle {
    font-size: 30px;
    line-height: 1.5em; }
  .ProductCategoryPage-gamma1-content p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 2em; }
  .ProductCategoryPage-gamma1-backgroundText {
    font-size: 120px;
    position: absolute;
    max-width: 100%;
    bottom: 0.8em;
    left: -0.8em;
    color: rgba(25, 25, 25, 0.9);
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1em;
    letter-spacing: 0.09em; }

.ProductCategoryPage-gammaNormal:not(:last-child) {
  margin-bottom: 100px; }

.ProductCategoryPage-gammaNormal-header {
  margin-bottom: 70px; }
  .ProductCategoryPage-gammaNormal-header-title .SectionHeader {
    margin-top: 0;
    margin-bottom: 3em; }
  .ProductCategoryPage-gammaNormal-header-description .SectionHeader {
    margin-top: 0;
    margin-bottom: 0; }
  .ProductCategoryPage-gammaNormal-header-image img {
    width: 100%;
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 20px 30px); }

.ProductCategoryPage-gammaNormal-tipologies .ProductsGrid {
  margin-bottom: 0; }

@media (max-width: 1199.98px) {
  .ProductCategoryPage-gamma1 {
    margin-bottom: 150px; } }

@media (max-width: 991.98px) {
  .ProductCategoryPage-gamma1 {
    margin-bottom: 140px; }
    .ProductCategoryPage-gamma1-main-right {
      padding-bottom: 60px;
      min-height: 310px; } }

@media (max-width: 767.98px) {
  .ProductCategoryPage-gamma1 {
    margin-bottom: 80px;
    position: relative; }
    .ProductCategoryPage-gamma1:after {
      content: '';
      position: absolute;
      bottom: 100%;
      width: 55%;
      height: 50px;
      background: linear-gradient(146.27deg, #3a4245 0%, #363c3f 100%);
      right: 0;
      z-index: 1; }
    .ProductCategoryPage-gamma1 .SectionHeader {
      text-align: right; }
    .ProductCategoryPage-gamma1-main {
      display: block; }
      .ProductCategoryPage-gamma1-main-left {
        width: initial;
        margin-bottom: 50px; }
      .ProductCategoryPage-gamma1-main-right {
        width: initial;
        padding-bottom: 60px;
        min-height: initial; }
    .ProductCategoryPage-gamma1-image {
      position: relative;
      padding-right: 0;
      margin-bottom: 0;
      height: initial; }
    .ProductCategoryPage-gamma1-subtitle {
      font-size: 24px;
      line-height: 1.3em;
      margin-bottom: 1.1em; }
    .ProductCategoryPage-gamma1-content p {
      font-size: 14px;
      line-height: 1.7em;
      margin-bottom: 2em; }
    .ProductCategoryPage-gamma1-backgroundText {
      font-size: 70px;
      bottom: unset;
      top: 100px;
      left: -0.2em; }
  .ProductCategoryPage-gammaNormal {
    margin-bottom: 30px; }
    .ProductCategoryPage-gammaNormal:not(:last-child) {
      margin-bottom: 40px; }
    .ProductCategoryPage-gammaNormal-header {
      margin-bottom: 40px; }
      .ProductCategoryPage-gammaNormal-header .SectionHeader {
        margin-bottom: 20px; }
    .ProductCategoryPage-gammaNormal-tipologies .ProductsGrid {
      font-size: 14px; }
      .ProductCategoryPage-gammaNormal-tipologies .ProductsGrid-item {
        text-align: center; }
        .ProductCategoryPage-gammaNormal-tipologies .ProductsGrid-item-button {
          min-width: 100%;
          left: 50%;
          transform: translateX(-50%); } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ProductGamma1Page-sectionHeader .SectionHeader {
  margin-top: 50px;
  margin-bottom: 30px; }

.ProductGamma1Page-logo {
  padding-left: 86px; }
  .ProductGamma1Page-logo img {
    max-width: 300px;
    max-height: 60px; }

.ProductGamma1Page-productsGrid {
  margin-top: 80px; }

@media (max-width: 767.98px) {
  .ProductGamma1Page-sectionHeader {
    margin-bottom: 50px; }
    .ProductGamma1Page-sectionHeader .SectionHeader {
      display: none; }
  .ProductGamma1Page-logo {
    padding-left: 0; }
  .ProductGamma1Page-productsGrid {
    margin-top: 30px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ConnectivityPage-buttonsCarousel {
  margin-bottom: 100px; }

.ConnectivityPage-firmingCarousel {
  position: relative;
  padding-top: 80px; }
  .ConnectivityPage-firmingCarousel .Deco-circles {
    top: 0; }

.ConnectivityPage-content {
  font-size: 20px;
  line-height: 2em;
  margin-top: 5em;
  margin-bottom: 3em; }

.ConnectivityPage-featuredCarousel .FeaturedCarousel {
  margin-top: 110px; }

.ConnectivityPage-featuredCarousel-carousel {
  position: relative;
  background-color: #1c2123;
  padding-bottom: 150px; }

.ConnectivityPage-featuredCarousel + .ConnectivityPage-logos {
  padding-top: 20px; }

.ConnectivityPage-featuredCarousel + .ConnectivityPage-form .FormBoxed {
  padding-top: 0; }

.ConnectivityPage-logos {
  background-color: #1c2123;
  padding-bottom: 150px;
  padding-top: 150px;
  position: relative; }
  .ConnectivityPage-logos .SectionHeader {
    margin-top: 0;
    margin-bottom: 100px; }
  .ConnectivityPage-logos-carousel {
    padding-left: 86px;
    padding-right: 86px; }
  .ConnectivityPage-logos + .ConnectivityPage-form .FormBoxed {
    padding-top: 0; }

@media (max-width: 991.98px) {
  .ConnectivityPage-firmingCarousel {
    padding-top: 50px; }
  .ConnectivityPage-featuredCarousel .FeaturedCarousel {
    margin-top: 60px; }
  .ConnectivityPage-featuredCarousel + .ConnectivityPage-logos {
    padding-top: 1px;
    margin-top: -50px; }
  .ConnectivityPage-logos-carousel {
    padding-left: 40px;
    padding-right: 40px; }
  .ConnectivityPage-logos + .ConnectivityPage-form {
    margin-top: -50px; } }

@media (max-width: 767.98px) {
  .ConnectivityPage-firmingCarousel {
    margin-bottom: 60px; }
  .ConnectivityPage-squareTiles {
    margin-bottom: 110px; }
    .ConnectivityPage-squareTiles .SectionHeader {
      margin-bottom: 50px; }
  .ConnectivityPage-featuredCarousel .SectionHeader {
    margin-bottom: 0; }
  .ConnectivityPage-featuredCarousel .FeaturedCarousel {
    margin-top: 60px; }
  .ConnectivityPage-logos .SectionHeader {
    margin-bottom: 50px; }
  .ConnectivityPage-logos-carousel {
    padding-left: 20px;
    padding-right: 20px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ProductPage-introComplete {
  margin-top: 50px;
  padding-bottom: 100px;
  position: relative; }
  .ProductPage-introComplete-background {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F1F2 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    .ProductPage-introComplete-background:after {
      content: '';
      position: absolute;
      height: 70px;
      width: 80%;
      background-color: white;
      bottom: 0;
      right: 0;
      z-index: 0; }
  .ProductPage-introComplete .SectionHeader {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 50px; }
    .ProductPage-introComplete .SectionHeader-title {
      margin-bottom: 1em; }
    .ProductPage-introComplete .SectionHeader .ProductPage-introComplete-image {
      display: none; }
    /*.ProductPage-introComplete .SectionHeader-description {
      font-size: 30px; }*/
      .ProductPage-introComplete .SectionHeader-description strong {
        font-weight: 900; }
  .ProductPage-introComplete-logo {
    max-width: 250px;
    margin-top: 30px; }
    .ProductPage-introComplete-logo img {
      max-height: 200px;
      max-width: 100%; }
  .ProductPage-introComplete-image {
    filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 34px 17px); }
    .ProductPage-introComplete-image img {
      max-width: 100%; }
  .ProductPage-introComplete + .ProductPage-highlightsCarousel {
    margin-top: 100px; }
  .ProductPage-introComplete + .ProductPage-gallery {
    margin-top: 100px; }

.ProductPage-introSimple {
  margin-bottom: 100px; }
  .ProductPage-introSimple .SectionHeader {
    margin: 0; }
  .ProductPage-introSimple-carousel-slide-image {
    padding-bottom: 80%;
    background-size: cover;
    background-position: center; }
  .ProductPage-introSimple-carousel-dots {
    position: relative; }

.ProductPage-360 {
  padding-bottom: 80px;
  position: relative; }
  .ProductPage-360-title {
    text-align: center;
    margin-bottom: 30px; }
    .ProductPage-360-title span {
      font-size: 18px;
      font-weight: 900;
      display: inline-block;
      position: relative; }
      .ProductPage-360-title span:before, .ProductPage-360-title span:after {
        content: '';
        position: absolute;
        right: calc(100% + 20px);
        top: 50%;
        transform: translateY(-50%);
        height: 7px;
        width: 57px;
        background-color: #191919; }
      .ProductPage-360-title span:after {
        right: initial;
        left: calc(100% + 16px); }
  .ProductPage-360-background {
    position: absolute;
    bottom: 0;
    height: 400px;
    width: 100%;
    background-color: #F4F4F5;
    z-index: -1; }
  .ProductPage-360 + .ProductPage-highlightsCarousel {
    padding-top: 0; }
  .ProductPage-360 + .ProductPage-gallery {
    padding-top: 0; }

.ProductPage-highlightsCarousel {
  position: relative;
  background-color: #F4F4F5;
  padding-top: 150px;
  padding-bottom: 200px;
  margin-bottom: 50px; }
  .ProductPage-highlightsCarousel + .ProductPage-gallery {
    margin-top: -180px; }

.ProductPage-gallery {
  padding-top: 150px;
  margin-bottom: 150px;
  background-color: #F4F4F5;
  position: relative; }
  .ProductPage-gallery-title {
    font-size: 46px;
    margin-bottom: 1.8em;
    line-height: 1.2em;
    font-weight: normal; }
  .ProductPage-gallery .Gallery {
    position: relative;
    z-index: 1; }

.ProductPage-innovation {
  margin-bottom: 200px; }
  .ProductPage-innovation .SectionHeader {
    margin-bottom: 100px; }

.ProductPage-monitors {
  margin-bottom: 50px; }
  .ProductPage-monitors .SectionHeader {
    margin-top: 0; }
  .ProductPage-monitors .tab-content {
    padding-top: 80px; }
  .ProductPage-monitors-item > .row, .ProductPage-monitors-item.row {
    margin-left: -35px;
    margin-right: -35px; }
    .ProductPage-monitors-item > .row > [class^="col-"], .ProductPage-monitors-item.row > [class^="col-"] {
      padding-left: 35px;
      padding-right: 35px; }
  .ProductPage-monitors-item-image {
    margin-bottom: 60px; }
    .ProductPage-monitors-item-image img {
      border-radius: 4px;
      max-width: 100%; }
  .ProductPage-monitors-item-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1.8em; }
  .ProductPage-monitors-item-description {
    font-size: 18px; }
  .ProductPage-monitors-item-featuresTable {
    margin-left: 30px;
    margin-right: 30px; }
    .ProductPage-monitors-item-featuresTable > .row, .ProductPage-monitors-item-featuresTable.row {
      margin-left: -30px;
      margin-right: -30px; }
      .ProductPage-monitors-item-featuresTable > .row > [class^="col-"], .ProductPage-monitors-item-featuresTable.row > [class^="col-"] {
        padding-left: 30px;
        padding-right: 30px; }
    .ProductPage-monitors-item-featuresTable-row:nth-child(even) > * {
      background-color: #F2F2F2; }
    .ProductPage-monitors-item-featuresTable-row:nth-child(n+11) {
      display: none; }
      .ProductPage-monitors-item-featuresTable-row:nth-child(n+11) .ProductPage-monitors-item-featuresTable-col {
        opacity: 0; }
    .ProductPage-monitors-item-featuresTable-col {
      font-size: 18px;
      line-height: 1.3;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      transition: 0.2s; }
      .ProductPage-monitors-item-featuresTable-col--name {
        border-right: 6px solid white; }
      .ProductPage-monitors-item-featuresTable-col--value {
        text-align: center; }
      .ProductPage-monitors-item-featuresTable-col .icon-check {
        color: #35CE84; }
    .ProductPage-monitors-item-featuresTable-showMore {
      color: #C82715;
      margin-top: 30px;
      padding-left: 28px;
      cursor: pointer; }
      .ProductPage-monitors-item-featuresTable-showMore span {
        text-decoration: underline;
        font-weight: bold; }
    .ProductPage-monitors-item-featuresTable--showAll .ProductPage-monitors-item-featuresTable-row:nth-child(n+11) {
      display: flex; }
    .ProductPage-monitors-item-featuresTable--showAll .ProductPage-monitors-item-featuresTable-showMore {
      display: none; }
  .ProductPage-monitors-item-footer {
    margin-top: 60px;
    text-align: center; }

.ProductPage-techSpecs {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  margin-bottom: 100px;
  margin-top: 50px;
  background-color: #F4F4F5; }
  .ProductPage-techSpecs-image {
    padding-right: 40px; }
    .ProductPage-techSpecs-image img {
      max-width: 100%; }
  .ProductPage-techSpecs-title {
    font-size: 46px;
    max-width: 500px;
    line-height: 1.3em;
    font-weight: normal;
    margin-bottom: 1em; }
  .ProductPage-techSpecs-content {
    margin-bottom: 50px; }
    .ProductPage-techSpecs-content-title {
      font-size: 20px;
      color: #C82715;
      font-weight: normal;
      margin-left: 5px;
      margin-bottom: 1em; }
  .ProductPage-techSpecs .Accordion-item-header {
    padding-left: 0;
    padding-right: 0; }
  .ProductPage-techSpecs .Accordion-item-content-inner {
    padding-left: 0;
    padding-right: 0; }
  .ProductPage-techSpecs-dimensions {
    margin-bottom: 30px; }
  .ProductPage-techSpecs-dimension {
    display: inline-block;
    padding-bottom: 40px;
    padding-right: 60px;
    position: relative;
    max-width: 43%;
    vertical-align: bottom; }
    .ProductPage-techSpecs-dimension:not(:last-child) {
      margin-right: 50px; }
    .ProductPage-techSpecs-dimension-image img {
      max-width: 100%;
      max-height: 200px; }
    .ProductPage-techSpecs-dimension-height {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 16px; }
    .ProductPage-techSpecs-dimension-width {
      position: absolute;
      left: calc(50% - 30px);
      bottom: 0;
      transform: translateX(-50%);
      font-size: 16px; }
  .ProductPage-techSpecs-table {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px; }
    .ProductPage-techSpecs-table > .row, .ProductPage-techSpecs-table.row {
      margin-left: -10px;
      margin-right: -10px; }
      .ProductPage-techSpecs-table > .row > [class^="col-"], .ProductPage-techSpecs-table.row > [class^="col-"] {
        padding-left: 10px;
        padding-right: 10px; }
    .ProductPage-techSpecs-table-row:nth-child(even) > * {
      background-color: rgba(220, 220, 220, 0.49); }
    .ProductPage-techSpecs-table-col {
      font-size: 18px;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      transition: 0.2s; }
      .ProductPage-techSpecs-table-col .icon-check {
        color: #35CE84; }
  .ProductPage-techSpecs-colorInfo {
    margin-left: 0.7em; }
    .ProductPage-techSpecs-colorInfo-text {
      font-size: 18px;
      margin-bottom: 0.5em; }
    .ProductPage-techSpecs-colorInfo-image {
      max-height: 100px; }
      .ProductPage-techSpecs-colorInfo-image img {
        max-height: 100%;
        max-width: 100%; }
  .ProductPage-techSpecs-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .ProductPage-techSpecs-buttons .btn:not(:last-child) {
      margin-bottom: 1em; }

.ProductPage-adviceBanner .container {
  max-width: 1060px; }

.ProductPage-adviceBanner-title {
  font-size: 46px;
  line-height: 1.3em;
  margin-bottom: 0.7em;
  font-weight: normal; }

.ProductPage-adviceBanner-subtitle {
  font-size: 20px;
  line-height: 1.5em;
  max-width: 800px;
  margin-bottom: 2em; }

.ProductPage-adviceBanner-mobile {
  display: none; }

.ProductPage-adviceBanner-desktop {
  display: block; }

.ProductPage-adviceBanner-items {
  justify-content: space-between; }

.ProductPage-adviceBanner-item {
  max-width: 300px; }
  .ProductPage-adviceBanner-item-icon {
    font-size: 100px;
    margin-bottom: 0.4em;
    line-height: 1em; }
  .ProductPage-adviceBanner-item-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 1.3em;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .ProductPage-adviceBanner-item-description {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 0.5em; }
  .ProductPage-adviceBanner-item-link {
    color: #C82715;
    font-size: 14px; }
    .ProductPage-adviceBanner-item-link i {
      position: relative;
      top: 0.1em; }
    .ProductPage-adviceBanner-item-link a {
      color: inherit; }
      .ProductPage-adviceBanner-item-link a:hover {
        color: inherit; }

.threesixty-nav-bar {
  top: initial !important;
  right: initial !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.threesixty-image {
  margin: 0 auto !important;
  max-width: 100% !important;
  padding-top: 40px !important;
  padding-bottom: 80px !important; }
  .threesixty-image a.threesixty-previous,
  .threesixty-image a.threesixty-play,
  .threesixty-image a.threesixty-stop,
  .threesixty-image a.threesixty-next,
  .threesixty-image a.threesixty-mfp-anchor,
  .threesixty-image button.mfp-close {
    background: transparent !important;
    width: initial;
    height: initial;
    display: inline-block;
    float: none;
    text-indent: initial;
    color: #191919;
    font-size: 0;
    margin-right: 15px !important; }
    .threesixty-image a.threesixty-previous:hover,
    .threesixty-image a.threesixty-play:hover,
    .threesixty-image a.threesixty-stop:hover,
    .threesixty-image a.threesixty-next:hover,
    .threesixty-image a.threesixty-mfp-anchor:hover,
    .threesixty-image button.mfp-close:hover {
      color: #C82715;
      text-decoration: none; }
    .threesixty-image a.threesixty-previous:before,
    .threesixty-image a.threesixty-play:before,
    .threesixty-image a.threesixty-stop:before,
    .threesixty-image a.threesixty-next:before,
    .threesixty-image a.threesixty-mfp-anchor:before,
    .threesixty-image button.mfp-close:before {
      font-family: "icomoon";
      font-size: 40px; }
  .threesixty-image a.threesixty-previous:before {
    content: "\E91C"; }
  .threesixty-image a.threesixty-play:before {
    content: "\E919"; }
  .threesixty-image a.threesixty-stop:before {
    content: "\E91F"; }
  .threesixty-image a.threesixty-next:before {
    content: "\E91D"; }
  .threesixty-image a.threesixty-mfp-anchor {
    bottom: 0;
    right: initial;
    left: calc(50% + 85px); }
    .threesixty-image a.threesixty-mfp-anchor:before {
      content: "\E91B"; }
  .threesixty-image button.mfp-close {
    bottom: 0;
    right: initial;
    left: calc(50% + 85px);
    line-height: inherit; }
    .threesixty-image button.mfp-close:before {
      content: "\E91A"; }

.mfp-content .threesixty-image a.threesixty-mfp-anchor {
  display: none; }

@media (max-width: 1400px) {
  .ProductPage-introSimple {
    margin-top: 50px; } }

@media (max-width: 1199.98px) {
  .ProductPage-introSimple {
    margin-top: 50px; }
    .ProductPage-introSimple-text {
      max-width: 480px;
      margin-left: auto; }
  .ProductPage-highlightsCarousel + .ProductPage-gallery {
    margin-top: -290px; } }

@media (max-width: 991.98px) {
  .ProductPage-introComplete-logo img {
    max-height: 40px; }
  .ProductPage-introSimple-text {
    max-width: 360px; }
  .ProductPage-highlightsCarousel {
    margin-bottom: 150px; }
    .ProductPage-highlightsCarousel + .ProductPage-gallery {
      margin-top: -350px; }
  .ProductPage-innovation {
    margin-bottom: 120px; }
  .ProductPage-monitors {
    margin-bottom: 80px; }
    .ProductPage-monitors-item > .row, .ProductPage-monitors-item.row {
      margin-left: -20px;
      margin-right: -20px; }
      .ProductPage-monitors-item > .row > [class^="col-"], .ProductPage-monitors-item.row > [class^="col-"] {
        padding-left: 20px;
        padding-right: 20px; }
    .ProductPage-monitors-item-featuresTable-col {
      font-size: 16px; }
  .ProductPage-techSpecs-title {
    font-size: 40px; }
  .ProductPage-techSpecs-image {
    padding-right: 0; } }

@media (max-width: 767.98px) {
  .ProductPage-introComplete {
    padding-bottom: 20px;
    margin-bottom: 70px; }
    .ProductPage-introComplete-background:after {
      display: none; }
    .ProductPage-introComplete .SectionHeader .ProductPage-introComplete-image {
      display: block;
      margin-bottom: 50px; }
    .ProductPage-introComplete .SectionHeader-description {
      font-size: 24px;
      line-height: 1.4em;
      margin-left: 0; }
    .ProductPage-introComplete-logo {
      max-width: 180px;
      max-height: 150px; }
    .ProductPage-introComplete-right {
      display: none; }
  .ProductPage-introSimple {
    margin-top: 40px;
    margin-bottom: 50px; }
    .ProductPage-introSimple-text {
      max-width: unset; }
    .ProductPage-introSimple .SectionHeader {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 40px; }
  .ProductPage-360 {
    padding-bottom: 40px; }
    .ProductPage-360-title span {
      font-size: 26px; }
    .ProductPage-360-background {
      height: 260px; }
  .ProductPage-highlightsCarousel {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-bottom: 60px; }
    .ProductPage-highlightsCarousel + .ProductPage-gallery {
      margin-top: -130px; }
  .ProductPage-gallery {
    padding-top: 50px;
    margin-bottom: 70px;
    padding-bottom: 100px; }
    .ProductPage-gallery-title {
      font-size: 24px;
      text-align: center;
      margin-bottom: 1.2em; }
    .ProductPage-gallery .Gallery {
      padding-left: 20px;
      padding-right: 20px; }
  .ProductPage-innovation {
    margin-bottom: 120px; }
    .ProductPage-innovation .SectionHeader {
      margin-bottom: 40px; }
  .ProductPage-monitors .tab-content {
    padding-top: 60px; }
  .ProductPage-monitors-item > .row, .ProductPage-monitors-item.row {
    margin-left: -20px;
    margin-right: -20px; }
    .ProductPage-monitors-item > .row > [class^="col-"], .ProductPage-monitors-item.row > [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; }
  .ProductPage-monitors-item-image {
    margin-bottom: 40px; }
  .ProductPage-monitors-item-title {
    font-size: 16px;
    margin-bottom: 1.5em; }
  .ProductPage-monitors-item-description {
    font-size: 16px;
    margin-bottom: 30px; }
  .ProductPage-monitors-item-featuresTable {
    margin-left: 20px;
    margin-right: 20px; }
    .ProductPage-monitors-item-featuresTable-col {
      font-size: 16px; }
  .ProductPage-techSpecs {
    padding-top: 120px;
    padding-bottom: 150px; }
    .ProductPage-techSpecs-title {
      font-size: 30px; }
    .ProductPage-techSpecs-content .Accordion-item-header {
      font-size: 20px; }
      .ProductPage-techSpecs-content .Accordion-item-header-button {
        font-size: 32px; }
    .ProductPage-techSpecs-content-title {
      margin-top: 1.5em;
      margin-bottom: 1.5em;
      font-size: 20px; }
    .ProductPage-techSpecs-image {
      padding-right: 0;
      margin-bottom: 40px; }
      .ProductPage-techSpecs-image img {
        max-height: 200px; }
    .ProductPage-techSpecs-dimension {
      padding-bottom: 30px;
      padding-right: 40px;
      max-width: 40%; }
      .ProductPage-techSpecs-dimension:not(:last-child) {
        margin-right: 20px; }
      .ProductPage-techSpecs-dimension-height {
        font-size: 12px;
        top: calc(50% - 7px); }
      .ProductPage-techSpecs-dimension-width {
        font-size: 12px;
        left: calc(50% - 20px); }
    .ProductPage-techSpecs-table-col {
      font-size: 14px; }
    .ProductPage-techSpecs-colorInfo {
      margin-left: 0.7em; }
      .ProductPage-techSpecs-colorInfo-text {
        font-size: 15px; }
    .ProductPage-techSpecs-buttons .btn {
      font-size: 12px; }
  .ProductPage-adviceBanner-title {
    font-size: 30px;
    text-align: center; }
  .ProductPage-adviceBanner-subtitle {
    font-size: 14px;
    margin-bottom: 4em;
    text-align: center; }
  .ProductPage-adviceBanner-mobile {
    display: block; }
  .ProductPage-adviceBanner-desktop {
    display: none; }
  .ProductPage-adviceBanner-items {
    display: block; }
  .ProductPage-adviceBanner-item {
    padding: 0;
    max-width: initial; }
    .ProductPage-adviceBanner-item-icon {
      margin-bottom: 0.2em; }
    .ProductPage-adviceBanner-item-title {
      font-size: 16px; }
    .ProductPage-adviceBanner-item:not(:last-child) {
      margin-bottom: 80px; }
  .ProductPage-adviceBanner .Accordion-item-content-inner {
    padding-left: 27px; }
  .threesixty-nav-bar {
    left: 45%; }
  .threesixty-image a.threesixty-previous,
  .threesixty-image a.threesixty-play,
  .threesixty-image a.threesixty-stop,
  .threesixty-image a.threesixty-next,
  .threesixty-image a.threesixty-mfp-anchor,
  .threesixty-image button.mfp-close {
    width: 32px; }
  .threesixty-image a.threesixty-mfp-anchor {
    left: calc(45% + 72px); }
  button.mfp-close {
    left: calc(5% + 85px); } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.CaseStudyPage-content {
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 18px; }

.CaseStudyPage-numbers {
  margin-top: 100px;
  margin-bottom: 150px; }

.CaseStudyPage-videos-inner {
  width: 70%; }

.CaseStudyPage-videos-carousel {
  position: relative;
  background-color: #F4F4F5;
  padding-bottom: 150px; }
  .CaseStudyPage-videos-carousel .VideosCarousel {
    margin-left: 86px;
    width: 70%; }

.CaseStudyPage-videos + .CaseStudyPage-gallery {
  padding-top: 0; }

.CaseStudyPage-videos + .CaseStudyPage-whitePaper {
  padding-top: 100px; }

.CaseStudyPage-gallery {
  position: relative;
  background-color: #F4F4F5;
  padding-top: 150px;
  padding-bottom: 150px; }
  .CaseStudyPage-gallery + .CaseStudyPage-whitePaper {
    padding-top: 0; }

.CaseStudyPage-whitePaper {
  position: relative;
  background-color: #F4F4F5;
  padding-top: 300px;
  padding-bottom: 300px; }
  .CaseStudyPage-whitePaper + .CaseStudyPage-testimonial {
    margin-top: -100px; }

.CaseStudyPage-testimonial {
  margin-top: 170px;
  margin-bottom: 170px; }

.CaseStudyPage-galleryTiles .SectionHeader {
  margin-bottom: 0; }

.CaseStudyPage-galleryTiles-inner {
  position: relative;
  background-color: #1c2123;
  padding-top: 60px;
  padding-bottom: 180px; }

.CaseStudyPage-galleryTiles + .CaseStudyPage-featuredCarousel {
  padding-top: 0; }

.CaseStudyPage-featuredCarousel {
  position: relative;
  background-color: #1c2123;
  padding-top: 150px;
  padding-bottom: 150px; }
  .CaseStudyPage-featuredCarousel .SectionHeader {
    margin-top: 0;
    margin-bottom: 100px; }

@media (max-width: 1199.98px) {
  .CaseStudyPage-numbers {
    margin-bottom: 100px; }
  .CaseStudyPage-videos-carousel {
    padding-bottom: 100px; } }

@media (max-width: 991.98px) {
  .CaseStudyPage-content {
    margin-bottom: 70px; }
  .CaseStudyPage-numbers {
    margin-top: 70px; }
  .CaseStudyPage-whitePaper {
    padding-top: 140px;
    padding-bottom: 210px; }
    .CaseStudyPage-whitePaper + .CaseStudyPage-testimonial {
      margin-top: -50px; }
  .CaseStudyPage-testimonial {
    margin-top: 50px;
    margin-bottom: 100px; }
  .CaseStudyPage-galleryTiles-inner {
    padding-bottom: 130px; }
  .CaseStudyPage-featuredCarousel {
    padding-top: 50px;
    padding-bottom: 50px; }
    .CaseStudyPage-featuredCarousel .SectionHeader {
      margin-bottom: 80px; } }

@media (max-width: 991.98px) {
  .CaseStudyPage-videos-inner {
    width: initial; }
  .CaseStudyPage-videos .VideosCarousel {
    margin-left: 0;
    width: initial; }
  .CaseStudyPage-videos + .CaseStudyPage-gallery {
    margin-top: -70px; }
  .CaseStudyPage-gallery {
    padding-top: 50px; }
    .CaseStudyPage-gallery-title {
      font-size: 24px;
      text-align: center; }
    .CaseStudyPage-gallery .Gallery {
      padding-left: 20px;
      padding-right: 20px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.MarketPage-firmingCarousel {
  position: relative; }
  .MarketPage-firmingCarousel .Deco-circles {
    top: 80px; }
  .MarketPage-firmingCarousel .SectionHeader {
    margin-top: 10px; }

.MarketPage-whitePaper {
  margin-top: 250px;
  margin-bottom: 200px; }

.MarketPage-galleryTiles .SectionHeader {
  margin-bottom: 0; }

.MarketPage-galleryTiles-inner {
  position: relative;
  background-color: #1c2123;
  padding-top: 60px;
  padding-bottom: 180px; }

.MarketPage-galleryTiles + .MarketPage-form .FormBoxed {
  padding-top: 0; }

.MarketPage .MarketPage-contactCta {
  text-align: center; }
.MarketPage .MarketPage-contactCta h3 {
  font-size: 35px;
  font-weight: normal; }  

@media (max-width: 991.98px) {
  .MarketPage-whitePaper {
    margin-top: 150px;
    margin-bottom: 150px; } }

@media (max-width: 767.98px) {
  .MarketPage {
    margin-top: 70px; }
    .MarketPage-firmingCarousel {
      margin-bottom: 70px; }
    .MarketPage-squareTiles {
      margin-bottom: 110px; }
      .MarketPage-squareTiles .SectionHeader {
        margin-bottom: 50px; }
    .MarketPage-whitePaper {
      margin-top: 0;
      margin-bottom: 110px; }
    .MarketPage-galleryTiles-inner {
      padding-left: 20px;
      padding-right: 20px; }
    .MarketPage-galleryTiles + .MarketPage-form .FormBoxed {
      margin-top: -100px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.NewsArchivePage {
  margin-bottom: 110px; }
  .NewsArchivePage-header {
    margin-bottom: 60px;
    margin-top: 58px; }
    .NewsArchivePage-header .SectionHeader {
      margin-top: 0;
      margin-bottom: 0; }
  .NewsArchivePage-list {
    margin-bottom: -50px; }
    .NewsArchivePage-list > .row, .NewsArchivePage-list.row {
      margin-left: -35px;
      margin-right: -35px; }
      .NewsArchivePage-list > .row > [class^="col-"], .NewsArchivePage-list.row > [class^="col-"] {
        padding-left: 35px;
        padding-right: 35px; }
    .NewsArchivePage-list-item {
      margin-bottom: 50px; }
      .NewsArchivePage-list-item-image {
        padding-bottom: 70%;
        background-size: cover;
        background-position: center;
        margin-bottom: 20px;
        display: block; }
      .NewsArchivePage-list-item-categories {
        text-align: right;
        margin-bottom: 1.2em;
        font-size: 16px; }
        .NewsArchivePage-list-item-categories-item {
          display: inline-block;
          border-radius: 2px;
          background-color: #F2F2F2;
          padding: 0 1em;
          color: #A3A3A3; }
          .NewsArchivePage-list-item-categories-item:not(:last-child) {
            margin-right: 0.5em; }
      .NewsArchivePage-list-item-title {
        font-size: 24px;
        font-weight: 900;
        letter-spacing: 2px;
        line-height: 1.6;
        margin-bottom: 1em;
        text-transform: uppercase;
        color: #191919;
        display: block; }
        .NewsArchivePage-list-item-title:hover {
          color: #191919;
          text-decoration: none; }
      .NewsArchivePage-list-item-date {
        font-size: 18px;
        text-transform: capitalize;
        margin-bottom: 0.2em; }
      .NewsArchivePage-list-item-linkButton {
        color: #C82715; }
        .NewsArchivePage-list-item-linkButton i {
          font-size: 16px;
          display: inline-block;
          vertical-align: middle; }
        .NewsArchivePage-list-item-linkButton a {
          color: #C82715;
          text-decoration: underline;
          font-size: 14px;
          font-weight: bold;
          display: inline-block;
          vertical-align: middle; }

@media (max-width: 1199.98px) {
  .NewsArchivePage-header {
    margin-bottom: 70px; } }

@media (max-width: 991.98px) {
  .NewsArchivePage-header {
    margin-bottom: 70px; }
  .NewsArchivePage-list > .row, .NewsArchivePage-list.row {
    margin-left: -20px;
    margin-right: -20px; }
    .NewsArchivePage-list > .row > [class^="col-"], .NewsArchivePage-list.row > [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; }
  .NewsArchivePage-list-item-categories {
    font-size: 13px; }
  .NewsArchivePage-list-item-title {
    font-size: 18px;
    line-height: 1.5; }
  .NewsArchivePage-list-item-date {
    font-size: 16px; } }

@media (max-width: 767.98px) {
  .NewsArchivePage-header {
    margin-bottom: 40px; }
  .NewsArchivePage-list-item-categories {
    margin-bottom: 0.5em; }
  .NewsArchivePage-list-item-title {
    font-size: 16px;
    line-height: 1.3;
    width: 80%; }
  .NewsArchivePage-list-item-date {
    font-size: 14px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.AdvicePage-support {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  margin-bottom: 200px; }
  .AdvicePage-support .Deco-circles {
    top: -100px; }

.AdvicePage-content {
  position: relative;
  margin-top: 50px;
  margin-bottom: 150px;
  font-size: 18px;
  z-index: 1; }

.AdvicePage-highlightsCarousel {
  margin-bottom: 170px; }

.AdvicePage-firmingCarousel {
  margin-bottom: 170px; }

.AdvicePage-gallery-title {
  font-size: 46px;
  font-weight: normal;
  margin-bottom: 1em; }

.AdvicePage-videos-inner {
  width: 70%; }

.AdvicePage-videos-carousel {
  position: relative;
  background-color: #1c2123;
  padding-bottom: 150px; }
  .AdvicePage-videos-carousel .VideosCarousel {
    margin-left: 86px;
    width: 70%; }

.AdvicePage-videos + .AdvicePage-innovation {
  padding-top: 0; }

.AdvicePage-videos + .AdvicePage-whitePaper {
  padding-top: 0; }

.AdvicePage-videos + .AdvicePage-form .FormBoxed {
  padding-top: 0; }

.AdvicePage-innovation {
  position: relative;
  padding-top: 150px;
  padding-bottom: 200px;
  background-color: #1c2123; }
  .AdvicePage-innovation .SectionHeader {
    margin-top: 0;
    padding-top: 50px; }
  .AdvicePage-innovation + .AdvicePage-whitePaper {
    padding-top: 0; }
  .AdvicePage-innovation + .AdvicePage-form .FormBoxed {
    padding-top: 0; }

.AdvicePage-whitePaper {
  padding: 200px 0 150px 0;
  position: relative;
  background-color: #1c2123;
  color: white; }
  .AdvicePage-whitePaper + .AdvicePage-form .FormBoxed {
    padding-top: 0; }

@media (max-width: 991.98px) {
  .AdvicePage-support {
    margin-bottom: 150px; }
  .AdvicePage-content {
    margin-bottom: 70px; }
  .AdvicePage-highlightsCarousel {
    margin-bottom: 100px; }
  .AdvicePage-firmingCarousel {
    margin-bottom: 100px; }
  .AdvicePage-gallery-title {
    font-size: 36px; }
  .AdvicePage-whitePaper {
    padding: 150px 0 100px 0; } }

@media (max-width: 767.98px) {
  .AdvicePage {
    margin-top: 60px; }
    .AdvicePage-support {
      margin-top: 40px;
      margin-bottom: 60px; }
      .AdvicePage-support .Deco-circles {
        top: 200px; }
    .AdvicePage-content {
      margin-bottom: 30px; }
    .AdvicePage-highlightsCarousel {
      margin-bottom: 30px; }
    .AdvicePage-firmingCarousel {
      margin-bottom: 80px; }
      .AdvicePage-firmingCarousel + .AdvicePage-form .FormBoxed {
        padding-top: 140px; }
    .AdvicePage-gallery {
      margin-bottom: 110px; }
      .AdvicePage-gallery-title {
        font-size: 24px;
        text-align: center; }
      .AdvicePage-gallery .Gallery {
        padding-left: 20px;
        padding-right: 20px; }
    .AdvicePage-videos-inner {
      width: initial; }
    .AdvicePage-videos .VideosCarousel {
      margin-left: 0;
      width: initial; }
    .AdvicePage-videos + .AdvicePage-innovation,
    .AdvicePage-videos + .AdvicePage-whitePaper,
    .AdvicePage-videos + .AdvicePage-form {
      margin-top: -130px; }
    .AdvicePage-innovation + .AdvicePage-whitePaper,
    .AdvicePage-innovation + .AdvicePage-form {
      margin-top: -110px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.NewsPage {
  margin-top: 60px; }
  .NewsPage-image {
    padding-bottom: 30%;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px; }
  .NewsPage-categories {
    text-align: right;
    margin-bottom: 2em;
    font-size: 16px; }
    .NewsPage-categories-item {
      display: inline-block;
      border-radius: 2px;
      background-color: #F2F2F2;
      padding: 0 1em;
      color: #A3A3A3; }
      .NewsPage-categories-item:not(:last-child) {
        margin-right: 0.5em; }
  .NewsPage-date {
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 0.8em; }
  .NewsPage-title {
    font-weight: 900;
    font-size: 46px;
    letter-spacing: 0.85px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 1em;
    width: 90%; }
  .NewsPage-author {
    color: #999999;
    font-size: 18px;
    margin-bottom: 3em; }
  .NewsPage-content {
    width: 90%; }

@media (max-width: 991.98px) {
  .NewsPage {
    margin-top: 40px; }
    .NewsPage-image {
      margin-bottom: 20px; }
    .NewsPage-date {
      font-size: 16px; }
    .NewsPage-categories {
      margin-bottom: 1em; }
    .NewsPage-title {
      font-size: 36px; }
    .NewsPage-author {
      margin-bottom: 1.5em; } }

@media (max-width: 767.98px) {
  .NewsPage {
    margin-top: 30px; }
    .NewsPage-image {
      margin-bottom: 20px;
      padding-bottom: 60%; }
    .NewsPage-date {
      font-size: 12px; }
    .NewsPage-categories {
      font-size: 12px;
      margin-bottom: 1em; }
    .NewsPage-title {
      font-size: 24px; }
    .NewsPage-author {
      font-size: 16px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ContactPage .FormBoxed {
  padding-top: 0;
  margin-bottom: 350px; }
  .ContactPage .FormBoxed-background {
    top: 100px;
    height: 110%; }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.BudgetPage .FormBoxed {
  padding-top: 0;
  margin-bottom: 350px; }
  .BudgetPage .FormBoxed-background {
    top: 100px;
    height: 110%; }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.AboutPage-content {
  margin-top: 80px;
  margin-bottom: 100px; }

.AboutPage-timeline {
  margin-bottom: 100px; }
  .AboutPage-timeline .Timeline {
    margin: 0 auto; }

.AboutPage-inTheWorld {
  margin-bottom: 100px; }
  .AboutPage-inTheWorld .SectionHeader {
    max-width: 890px; }
    .AboutPage-inTheWorld .SectionHeader-title {
      margin-bottom: 0.8em; }
  .AboutPage-inTheWorld-inner {
    position: relative;
    padding: 150px 0;
    background-color: #1c2123; }
  .AboutPage-inTheWorld-image {
    margin-bottom: 100px; }
    .AboutPage-inTheWorld-image img {
      max-width: 100%; }
  .AboutPage-inTheWorld-content {
    color: white; }
    .AboutPage-inTheWorld-content ul {
      list-style: none;
      padding: 0; }

@media (max-width: 767.98px) {
  .AboutPage-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F1F2 100%); }
  .AboutPage-timeline {
    padding-top: 50px;
    margin-bottom: 30px; }
  .AboutPage-inTheWorld {
    margin-bottom: 50px; }
    .AboutPage-inTheWorld-inner {
      padding: 100px 0; }
    .AboutPage-inTheWorld-image {
      margin-bottom: 50px; }
    .AboutPage-inTheWorld-content {
      text-align: center; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.DealersPage-legend {
  position: relative; }
  .DealersPage-legend-inner {
    border: 2px solid #DCDCDC;
    padding: 30px 40px 18px;
    width: 430px;
    max-width: 100%;
    position: absolute;
    right: 30px;
    top: -120px;
    background-color: white;
    display: flex;
    justify-content: space-between; }
  .DealersPage-legend-item {
    font-weight: bold; }
    .DealersPage-legend-item img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      height: 30px; }

@media (min-width: 1200px) {
  .DealersPage-legend .container {
    max-width: 100%; } }

@media (max-width: 1199.98px) {
  .DealersPage {
    margin-top: -60px; }
    .DealersPage-legend {
      margin-bottom: 40px; }
      .DealersPage-legend-inner {
        margin-left: 60px;
        position: relative;
        top: unset;
        right: unset; } }

@media (max-width: 991.98px) {
  .DealersPage {
    margin-top: -30px; }
    .DealersPage-legend {
      margin-bottom: 30px; }
      .DealersPage-legend-inner {
        margin-left: 40px; } }

@media (max-width: 767.98px) {
  .DealersPage {
    margin-top: -20px; }
    .DealersPage-legend {
      margin-bottom: 20px; }
      .DealersPage-legend-inner {
        margin-left: 0;
        display: block;
        padding: 20px; }
      .DealersPage-legend-item:not(:last-child) {
        margin-bottom: 1em; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.CataloguePage-list {
  font-size: 14px;
  margin-top: 40px; }
  .CataloguePage-list-item {
    margin-bottom: 80px;
    padding-bottom: 5em; }
    .CataloguePage-list-item img {
      max-width: 90%;
      max-height: 300PX; }
    .CataloguePage-list-item-name {
      position: relative;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 900;
      margin: 1.2em 0;
      max-width: 300px;
      line-height: 1.3em; }
      .CataloguePage-list-item-name:after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        height: 0.3em;
        width: 100%;
        background-color: #C82715;
        transition: 0.2s; }
    .CataloguePage-list-item-size {
      margin-bottom: 1em; }
    .CataloguePage-list-item-button {
      position: absolute;
      width: 100%;
      bottom: 0; }

@media (max-width: 767.98px) {
  .CataloguePage-list {
    font-size: 14px; }
    .CataloguePage-list-item {
      padding-bottom: 0; }
      .CataloguePage-list-item:not(:last-child) {
        margin-bottom: 50px; }
      .CataloguePage-list-item-name {
        font-size: 16px;
        max-width: 300px;
        margin-bottom: 1em; }
      .CataloguePage-list-item-button {
        position: initial;
        bottom: unset; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.HelpPage-support {
  margin-top: -30px;
  position: relative;
  margin-bottom: 120px; }
  .HelpPage-support .Deco-circles {
    top: -200px; }

.HelpPage-faqs-title {
  font-size: 46px;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: normal;
  text-align: center; }

.HelpPage-faqs .Accordion {
  margin-top: 50px; }
  .HelpPage-faqs .Accordion-item:first-child {
    border-top: none; }

@media (max-width: 1199.98px) {
  .HelpPage-faqs-title {
    font-size: 36px; } }

@media (max-width: 767.98px) {
  .HelpPage-support {
    margin-top: 0;
    margin-bottom: 75px; }
    .HelpPage-support .Deco-circles {
      top: 250px;
      right: -20px; }
    .HelpPage-support .Support-left {
      margin-bottom: 40px; }
    .HelpPage-support .Support-image {
      margin-left: -20px; }
  .HelpPage-faqs-title {
    font-size: 24px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.SearchPage-header {
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 100px; }

.SearchPage-list {
  margin-bottom: 0; }
  .SearchPage-list > .row, .SearchPage-list.row {
    margin-left: -35px;
    margin-right: -35px; }
    .SearchPage-list > .row > [class^="col-"], .SearchPage-list.row > [class^="col-"] {
      padding-left: 35px;
      padding-right: 35px; }
  .SearchPage-list-item {
    margin-bottom: 80px;
    padding-bottom: 80px; }
    .SearchPage-list-item-image {
      padding-bottom: 70%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 30px;
      display: block; }
    .SearchPage-list-item-name {
      margin-bottom: 1.3em; }
      .SearchPage-list-item-name a {
        font-size: 20px;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1.2;
        color: #191919;
        font-weight: 900; }
    .SearchPage-list-item-button {
      position: absolute;
      bottom: 0; }

.SearchPage-noResult {
  text-align: center; }

@media (max-width: 767.98px) {
  .SearchPage-header {
    margin-top: 2em;
    margin-bottom: 2em; }
  .SearchPage-list-item {
    padding-bottom: 50px;
    margin-bottom: 60px; } }
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.error404 .Breadcrumb {
  display: none; }

.not-foundPage .error-404__bg {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 600px;
  margin-bottom: 50px;
  background: radial-gradient(circle, #2e3436 0%, #191919 100%); }
  @media (max-width: 1024px) {
    .not-foundPage .error-404__bg {
      min-height: 500px; } }
  @media (max-width: 450px) {
    .not-foundPage .error-404__bg {
      min-height: 400px; } }
  .not-foundPage .error-404__bg-element {
    position: absolute;
    transition: all 1.5s; }
  .not-foundPage .error-404__bg--1 {
    left: 0%;
    top: 0%; }
    @media (max-width: 1330px) {
      .not-foundPage .error-404__bg--1 {
        left: -10%; } }
    @media (max-width: 1125px) {
      .not-foundPage .error-404__bg--1 {
        left: -20%; } }
    @media (max-width: 1024px) {
      .not-foundPage .error-404__bg--1 {
        display: none; } }
  .not-foundPage .error-404__bg--2 {
    right: 0%;
    top: 0%; }
    @media (max-width: 1330px) {
      .not-foundPage .error-404__bg--2 {
        right: -10%; } }
    @media (max-width: 1125px) {
      .not-foundPage .error-404__bg--2 {
        right: -20%; } }
    @media (max-width: 1024px) {
      .not-foundPage .error-404__bg--2 {
        top: -5%; } }
    @media (max-width: 767px) {
      .not-foundPage .error-404__bg--2 {
        max-width: 80%;
        right: 0%; } }

.not-foundPage .error-404__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  text-align: center; }

.not-foundPage .error-404__title {
  color: #FFFFFF;
  font-size: 180px;
  letter-spacing: 45px;
  line-height: 226px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .not-foundPage .error-404__title {
      font-size: 130px;
      letter-spacing: 40px;
      line-height: 180px; } }
  @media (max-width: 400px) {
    .not-foundPage .error-404__title {
      font-size: 80px;
      letter-spacing: 20px;
      line-height: 100px; } }

.not-foundPage .error-404__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 767px) {
    .not-foundPage .error-404__text {
      font-size: 16px; } }
