img {
  border-style: none;
}
html {
  overflow-x: hidden;
}
body {
  color: #3c3c3b;
  font-family: 'Museo Sans 300', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
  overflow-x: hidden;
  transition: padding-top 0.5s ease;
}
@media (max-width: 990px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 1400px) {
  body {
    font-size: 14px;
  }
}
.benedenBovenCookieNotification > a {
  color: #F08900 !important;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}
::-moz-selection {
  background: #F08900;
}
::selection {
  background: #F08900;
}
.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  overflow: hidden;
  height: 0;
  text-align: center;
  transition: height 0.3s ease;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.top-bar h5 {
  color: #FFF;
  margin: 1.5rem;
  display: inline-block;
}
@media (max-width: 990px) {
  .top-bar h5 {
    font-size: 0.9em;
  }
}
.top-bar a {
  white-space: nowrap;
  font-family: 'Museo Sans 500', sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  border-radius: 5px;
  border: none;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 10px 36px;
  padding: 6px 32px;
  font-size: 12px;
  border-radius: 30px;
  border: 2px solid #FFF;
  background: transparent;
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}
.top-bar a:hover {
  color: #FFF;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08), 0 8px 12px rgba(0, 0, 0, 0.1);
}
.top-bar a:hover {
  background: #FFF;
  color: #F08900;
}
.top-bar a:hover i {
  margin-left: 4px;
  color: #F08900;
}
.rounded-jic {
  border-radius: 20px;
}
.btn {
  font-family: 'Museo Sans 500', sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  border-radius: 5px;
  border: none;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  color: #FFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 10px 36px;
}
.btn:hover {
  color: #FFF;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08), 0 8px 12px rgba(0, 0, 0, 0.1);
}
.btn-cta {
  position: fixed;
  bottom: 30px;
  left: 50%;
  font-size: 1.2rem;
  padding: 15px 40px;
  z-index: 999999;
  transform: translateX(-50%);
  border-radius: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08), 0 8px 12px rgba(0, 0, 0, 0.1);
}
.btn i {
  color: #FFF;
  margin-left: 2px;
}
.btn i:hover i {
  margin-left: 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.btn-dark,
.btn-secondary {
  color: #FFF;
  background: #002855;
  border: 3px solid #002855;
}
.btn-dark:hover,
.btn-secondary:hover {
  background: #F08900;
  color: #FFF;
  border-color: #F08900;
}
.btn-dark:active,
.btn-secondary:active {
  background: #F08900;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background-color: #F08900;
  border-color: #F08900;
}
.btn-check:active + .btn-outline-primary.greencare-check,
.btn-check:checked + .btn-outline-primary.greencare-check,
.btn-outline-primary.active.greencare-check,
.btn-outline-primary.dropdown-toggle.show.greencare-check,
.btn-outline-primary:active.greencare-check {
  background-color: #8dc047;
  border-color: #8dc047;
}
.btn-sm {
  padding: 6px 32px;
  font-size: 12px;
}
.btn-xl {
  transform: scale(1.1);
}
.btn-xxl {
  font-size: 18px;
  padding: 16px 44px;
}
.btn-xxl:hover {
  transform: scale(1.05);
}
@media (max-width: 576px) {
  .btn-xxl {
    font-size: 14px;
    padding: 10px 36px;
  }
}
.float-cta {
  position: fixed;
  bottom: 15px;
  z-index: 9999;
  width: 100%;
  text-align: center;
  display: block;
}
.btn-pulse {
  animation: pulse 3s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #f08900;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(240, 137, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(240, 137, 0, 0);
  }
}
.btn-rounded {
  border-radius: 30px;
}
.btn-white {
  background: #FFF;
  color: #F08900;
}
.btn-white i {
  color: #002855;
}
.btn-white:hover {
  background: #002855;
  color: #FFF;
}
.btn-white:hover i {
  margin-left: 4px;
  color: #FFF;
}
.btn-outline {
  border: 2px solid #FFF;
  background: transparent;
  color: #FFF;
}
.btn-outline:hover {
  background: #FFF;
  color: #F08900;
}
.btn-outline:hover i {
  margin-left: 4px;
  color: #F08900;
}
.btn-pulse {
  animation: pulse 3s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #f08900;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(240, 137, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(240, 137, 0, 0);
  }
}
.btn-outline-primary {
  border: 2px solid #F08900;
  background: transparent;
  color: #F08900;
}
.btn-outline-primary:hover {
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  color: #FFF;
  border-color: #F08900;
}
.btn-outline-primary:hover i {
  margin-left: 4px;
  color: #F08900;
}
.btn-outline-primary:checked {
  background: #F08900;
}
.btn.btn-gradient-secondary {
  background-image: linear-gradient(to right, #106CB3, #002855, #002855, #106CB3) !important;
  background-size: 300% auto !important;
  background-position: 0% 50% !important;
  color: #FFF;
  transition: all 0.3s ease !important;
}
.btn.btn-gradient-secondary:hover {
  /*background-image: linear-gradient(to right, @color-blue, @color-dark-blue, @color-dark-blue, @color-blue) !important;*/
  background-position: 100% 50% !important;
  color: #FFF;
}
.btn-white {
  background: #FFF;
  color: #002855;
}
.btn-filter {
  font-family: 'Museo Sans 500', sans-serif;
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  background: #002855;
  border: none;
  color: #FFF;
  padding: 8px 16px;
  margin-right: 4px;
}
.btn-filter.green-care-btn {
  background: #8dc047;
}
.btn-filter:hover {
  cursor: pointer;
}
.btn-check:active + .btn-filter,
.btn-check:checked + .btn-filter,
.btn-filter.active,
.btn-filter.dropdown-toggle.show,
.btn-filter:active {
  background-color: #F08900;
  border-color: #F08900;
  box-shadow: none;
}
.btn-check:active + .btn-filter:focus,
.btn-check:checked + .btn-filter:focus,
.btn-filter.active:focus,
.btn-filter:active:focus,
.show > .btn-filter.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-radius: 4px;
}
.card {
  border: none;
  padding: 24px;
  border-radius: 20px;
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media (max-width: 990px) {
  .card {
    padding: 12px;
  }
}
.card:hover {
  transform: translate3d(2px, 2px, 10px);
}
.card .card-img-top {
  height: 300px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1400px) {
  .card .card-img-top {
    height: 200px;
  }
}
.card .card-label {
  right: 0;
  top: 20px;
  color: #FFF;
  display: inline;
  font-size: 11px;
  padding: 5px 20px;
  position: absolute;
  background: #002855;
  border-radius: 5px 0 0 5px;
  text-transform: lowercase;
  z-index: 2;
}
.card .card-company {
  right: 0;
  bottom: 15px;
  color: #FFF;
  display: inline;
  font-size: 11px;
  padding: 15px 25px;
  position: absolute;
  background: #002855;
  border-radius: 5px 0 0 5px;
  z-index: 2;
}
.card .card-body .card-subtitle {
  font-size: 14px;
  text-transform: lowercase;
}
.card .card-body .card-title {
  font-family: 'Museo', sans-serif;
  color: #002855;
  font-size: 24px;
  line-height: 1.4;
}
.card .card-body .card-obese {
  text-transform: lowercase;
  padding: 4px;
  background-color: #106CB3;
  border-radius: 30px;
  font-size: 9px;
  font-family: 'Museo Sans 300', sans-serif;
  position: relative;
  bottom: 5px;
  color: #FFF;
  display: inline !important;
}
.card .card-body .card-recycled {
  text-transform: lowercase;
  padding: 4px;
  background-color: #8DBF44;
  border-radius: 30px;
  font-size: 9px;
  font-family: 'Museo Sans 300', sans-serif;
  position: relative;
  bottom: 5px;
  color: #FFF;
  display: inline !important;
}
.green-care .card .card-label {
  background: #8dc047;
}
.color-white {
  color: #FFF !important;
}
.color-body {
  color: #3c3c3b !important;
}
.color-black {
  color: #000 !important;
}
.color-dark {
  color: #3c3c3b !important;
}
.color-primary {
  color: #F08900 !important;
}
.color-secondary {
  color: #002855 !important;
}
.color-antracite {
  color: #3c3c3b !important;
}
.color-orange {
  color: #F08900 !important;
}
.color-blue {
  color: #106CB3 !important;
}
.color-green {
  color: #8DBF44 !important;
}
.color-dinasleep-light {
  color: #9BC6D7 !important;
}
.color-dinasleep-dark {
  color: #005773 !important;
}
.bg-white {
  background-color: #FFF !important;
}
.bg-dark {
  background-color: #3c3c3b !important;
}
.bg-dark-blue {
  background-color: #002855 !important;
}
.bg-gray {
  background-color: #F8F8F8 !important;
}
.bg-primary {
  background-color: #F08900 !important;
}
.bg-blue {
  background-color: #106CB3 !important;
}
.bg-secondary {
  background-color: #002855 !important;
}
.bg-dinasleep-light {
  background-color: #9BC6D7 !important;
}
.bg-dinasleep-dark {
  background-color: #005773 !important;
}
.bg-jic {
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%) !important;
}
.bg-jic-blue {
  background: linear-gradient(90deg, #002855 0%, #00ABE9 100%) !important;
}
.bg-greencare {
  background: linear-gradient(90deg, #8dc047 0%, #3cb03d 100%) !important;
}
.bg-dinasleep {
  background: linear-gradient(90deg, #99c6db 0%, #005a74 100%) !important;
}
.whatsapp {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
}
.whatsapp img {
  width: 50px;
  height: 50px;
}
@media (max-width: 990px) {
  .whatsapp {
    right: 20px;
    bottom: 20px;
  }
}
#cookiefirst-policy-page h2 {
  font-size: 1.2em;
  line-height: 1.3;
}
#cookiefirst-policy-page h3 {
  font-size: 1.1em;
  line-height: 1.3;
}
#cookiefirst-policy-page button {
  font-family: 'Museo Sans 500', sans-serif;
  text-transform: lowercase;
  font-size: 12px;
  font-weight: 300;
  border-radius: 5px;
  border: none;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  color: #FFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 5px 18px;
  margin-right: 6px;
}
#cookiefirst-policy-page button:hover {
  color: #FFF;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08), 0 8px 12px rgba(0, 0, 0, 0.1);
}
.employee {
  background: #002855;
}
.employee li,
.employee p,
.employee span {
  color: #FFF;
}
.employee h1,
.employee h2,
.employee h3,
.employee h4,
.employee h5,
.employee h6 {
  color: #FFF;
}
.employee .employee-image {
  width: 120px;
  height: 120px;
  background-position: center center;
  border-radius: 50%;
  background-size: cover;
}
.employee .employee-name {
  font-family: 'Museo', sans-serif;
}
.bg-dark-blue .employee {
  border: 1px solid #FFF;
}
.bg-dark-blue .employee .employee-name {
  font-size: 15px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.bg-dark-blue .employee .btn {
  width: -moz-fit-content;
  width: fit-content;
}
.dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08), 0 8px 12px rgba(0, 0, 0, 0.1);
}
.dropdown-menu .dropdown-item {
  font-weight: bold;
  padding: 8px 12px;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
  background: #002855;
  color: #FFF;
}
.carousel-cell {
  width: calc(100% / 4);
  margin-right: 24px;
}
@media (max-width: 1200px) {
  .carousel-cell {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .carousel-cell {
    width: 80%;
  }
}
.flickity-prev-next-button {
  background: #F08900;
  width: 50px;
  height: 50px;
}
.flickity-prev-next-button:hover {
  background: #F08900;
  border: 3px;
}
.flickity-prev-next-button.next {
  right: -25px;
  margin-bottom: 0;
}
.flickity-prev-next-button.next::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f061";
  font-size: 25px;
  line-height: 50px;
  color: #FFF;
}
@media (max-width: 1200px) {
  .flickity-prev-next-button.next::before {
    font-size: 20px;
    line-height: 40px;
  }
}
.flickity-prev-next-button.previous {
  left: -25px;
  transform: scale(-1, 1) translateY(-50%);
  margin-bottom: 0;
}
.flickity-prev-next-button.previous::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f061";
  font-size: 25px;
  line-height: 50px;
  color: #FFF;
}
@media (max-width: 1200px) {
  .flickity-prev-next-button.previous::before {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }
  .flickity-prev-next-button.next {
    right: -20px;
  }
  .flickity-prev-next-button.previous {
    left: -20px;
  }
}
.flickity-page-dots {
  bottom: -22px;
}
.flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}
.product-images-main {
  margin-bottom: 24px;
}
.product-images-main .carousel-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.product-images-main .carousel-image .product-images-label {
  background: #F08900;
  position: absolute;
  right: 0px;
  bottom: 20px;
  color: #FFF;
  padding: 8px 12px;
  border-radius: 3px 0px 0px 3px;
  font-size: 0.8em;
}
.product-images-main.is-fullscreen .carousel-cell {
  height: 100%;
}
.product-images-main.is-fullscreen .carousel-cell .carousel-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 1200px;
}
.product-images-main .carousel-cell {
  width: 100%;
  height: 450px;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #FFF;
}
.product-images-nav .carousel-cell {
  height: 80px;
  width: 100px;
  border: 2px solid transparent;
  margin-right: 10px;
  border-radius: 5px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
}
.product-images-nav .carousel-cell.is-nav-selected {
  border: 2px solid #F08900;
}
.product-images-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}
.flickity-enabled.is-fullscreen {
  z-index: 9999;
}
.flickity-enabled.is-fullscreen .flickity-prev-next-button.next {
  right: 10px;
}
.flickity-enabled.is-fullscreen .flickity-prev-next-button.previous {
  left: 10px;
}
.carousel-cell.carousel-tm {
  width: calc(100% / 2);
}
@media (max-width: 1400px) {
  .carousel-cell.carousel-tm {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .carousel-cell.carousel-tm {
    width: 100%;
  }
}
.carousel-cell.carousel-tm.carousel-quote {
  width: calc(100% / 4);
}
@media (max-width: 1400px) {
  .carousel-cell.carousel-tm.carousel-quote {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .carousel-cell.carousel-tm.carousel-quote {
    width: 100%;
  }
}
.carousel-cell.carousel-tm .card-logo {
  height: 100px;
  width: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
  border: 10px solid #FFF;
}
.tm-carousel .carousel-cell {
  padding: 0 1rem;
  margin-right: 0;
}
@font-face {
  font-family: 'Museo';
  src: url('/fonts/Museo-700.woff2') format('woff2'), url('/fonts/Museo-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Museo Sans 900';
  src: url('/fonts/MuseoSans-900.woff2') format('woff2'), url('/fonts/MuseoSans-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Museo Sans 700';
  src: url('/fonts/MuseoSans-700.woff2') format('woff2'), url('/fonts/MuseoSans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Museo Sans 500';
  src: url('/fonts/MuseoSans-500.woff2') format('woff2'), url('/fonts/MuseoSans-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Museo Sans 300';
  src: url('/fonts/MuseoSans-300.woff2') format('woff2'), url('/fonts/MuseoSans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
.heading-font {
  font-family: 'Museo', sans-serif;
}
.museo-sans {
  font-family: 'Museo Sans 500', sans-serif !important;
}
.mega {
  font-size: 14rem;
  font-weight: 900;
}
blockquote,
button,
p,
pre,
table {
  margin-bottom: 16px;
  margin-top: 0;
  padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Museo', sans-serif;
  color: #002855;
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word;
  }
}
h1 {
  font-size: 2.8em;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 2em;
  }
}
h1.large {
  font-size: 4em;
  line-height: 1.3;
}
@media (max-width: 1350px) {
  h1.large {
    font-size: 3em;
  }
}
h2 {
  font-size: 2.3em;
  line-height: 1.3;
}
h3 {
  font-size: 1.7em;
  line-height: 1.3;
}
h4 {
  font-size: 1.2em;
  line-height: 1.3;
}
h5 {
  font-size: 1.1em;
  line-height: 1.3;
}
.h6,
h6 {
  font-family: 'Museo Sans 300', sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.1em;
}
.h6 .bold,
h6 .bold {
  font-family: 'Museo Sans 900', sans-serif;
}
.subtitle {
  color: #F08900;
  font-family: 'Museo', sans-serif;
}
.subtitle-sm {
  font-size: 14px;
}
.uppercase {
  font-family: 'Museo Sans 300', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.bold {
  font-weight: 900;
  font-family: 'Museo Sans 900', sans-serif;
}
.light {
  font-weight: 300;
}
.sub {
  font-size: 0.9em;
  line-height: 1.4;
}
.sub-sub {
  font-size: 0.7em;
}
@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
}
.text-transform-none {
  text-transform: none !important;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: none;
}
a {
  color: #F08900;
  cursor: pointer;
}
.bg-primary h1,
.bg-dark h1,
.bg-dark-blue h1,
.image-bg h1,
.bg-primary h2,
.bg-dark h2,
.bg-dark-blue h2,
.image-bg h2,
.bg-primary h3,
.bg-dark h3,
.bg-dark-blue h3,
.image-bg h3,
.bg-primary h4,
.bg-dark h4,
.bg-dark-blue h4,
.image-bg h4,
.bg-primary h5,
.bg-dark h5,
.bg-dark-blue h5,
.image-bg h5,
.bg-primary h6,
.bg-dark h6,
.bg-dark-blue h6,
.image-bg h6 {
  color: #FFF;
}
.bg-primary li,
.bg-dark li,
.bg-dark-blue li,
.image-bg li,
.bg-primary p,
.bg-dark p,
.bg-dark-blue p,
.image-bg p,
.bg-primary span,
.bg-dark span,
.bg-dark-blue span,
.image-bg span {
  color: #FFF;
}
.bg-light a {
  color: #F08900;
}
.bg-light a:hover {
  color: #F08900;
  opacity: 1;
}
a:hover {
  color: #bd6c00;
  text-decoration: none;
}
li {
  margin-bottom: 4px;
}
.no-bullets {
  list-style: none;
  padding: 0;
}
.two-columns {
  -moz-column-count: 2;
       column-count: 2;
}
p.lead {
  font-size: 1.1em;
  line-height: 1.8em;
}
.touchmove {
  font-family: 'Museo Sans 700', sans-serif !important;
  text-transform: lowercase !important;
  font-style: italic;
}
.tillift-a {
  font-family: 'Museo Sans 900', sans-serif !important;
  text-transform: capitalize;
  font-style: italic;
}
.tillift-b {
  font-family: 'Museo Sans 300', sans-serif !important;
  text-transform: uppercase;
}
.tillift-c {
  font-family: 'Museo Sans 900', sans-serif !important;
  text-transform: capitalize;
  font-size: 66% !important;
  font-style: italic;
}
footer {
  position: relative;
  overflow: hidden;
  color: #002855;
  border-top: 2px solid #F08900;
}
footer .green-deal-box {
  background-color: #8dc047;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  gap: 30px;
  flex-wrap: wrap;
}
footer .green-deal-box h5 {
  max-width: 140px;
  text-align: end;
}
footer .green-deal-box .greendeal-footer-logo {
  width: 100px;
}
@media (max-width: 767px) {
  footer .green-deal-box {
    margin-bottom: 24px;
  }
}
.iso-logo {
  width: 180px;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .iso-logo {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .iso-logo {
    margin-left: 24px;
    margin-bottom: 24px;
  }
}
footer a {
  color: #002855;
}
.footer a {
  color: #3c3c3b;
  font-weight: 300;
}
.footer a:hover {
  font-weight: bold;
}
.footer-list a {
  color: #3c3c3b;
}
.footer-list a:hover {
  color: #F08900;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
ul.social-footer {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
ul.social-footer li {
  padding: 0;
  color: #3c3c3b;
  display: inline-block;
  margin-bottom: 0;
}
ul.social-footer li a {
  display: inline-block;
  border: 1px solid #002855;
  color: #FFF;
  background: #002855;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  position: relative;
}
ul.social-footer li a i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #FFF;
}
ul.social-footer li a:hover,
ul.social-footer li a:active,
ul.social-footer li a:focus {
  color: #FFF;
  transform: rotate(360deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media all and (max-width: 990px) {
  ul.social-footer li a {
    height: 25px;
    width: 25px;
  }
  ul.social-footer li a i {
    font-size: 14px;
  }
}
form label {
  color: #3c3c3b;
  margin-bottom: 4px;
  font-size: 0.85em;
}
.form-control {
  border: none;
}
.bg-white .form-control {
  border: 1px solid rgba(0, 40, 85, 0.2);
}
.header {
  height: 450px;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
  color: #FFF;
}
.header li,
.header p,
.header span {
  color: #FFF;
}
.header .header-content {
  bottom: 0;
  z-index: 5;
  position: absolute;
  width: auto;
}
@media (max-width: 768px) {
  .header {
    height: 350px;
  }
}
@media (max-width: 1750px) {
  .header {
    height: 550px;
  }
}
.header-title {
  position: relative;
  z-index: 10;
  margin-left: 6vw;
  margin-right: 6vw;
}
.header-sub {
  height: 250px;
}
@media (max-width: 768px) {
  .header-sub {
    height: 230px;
  }
}
@media (min-width: 1400px) {
  .header-sub {
    height: 350px;
  }
}
.header-concept {
  height: 90vh;
  margin-top: -80px;
}
.header-campaign {
  height: 60vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.header-campaign:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-image: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  background-image: linear-gradient(to right, rgba(249, 161, 31, 0.9) 0%, rgba(249, 141, 70, 0) 100%);
}
@media (max-width: 990px) {
  .header-campaign:before {
    width: 100%;
    background-image: linear-gradient(to right, rgba(249, 161, 31, 0.9) 0%, rgba(249, 141, 70, 0.5) 100%);
  }
}
.header-campaign .breadcrumb .breadcrumb-item a {
  color: #002855 !important;
}
.header-campaign .page-body p {
  font-size: 17px;
}
@media (max-width: 768px) {
  .header-campaign .page-body p {
    font-size: 15px;
  }
}
.header-campaign h1.h1 {
  font-size: 3.5rem;
}
.header-home {
  height: 70vh;
  min-height: 800px;
}
.header-home h1,
.header-home h2,
.header-home h3,
.header-home h4,
.header-home h5,
.header-home h6 {
  color: #FFF;
}
.header-home .background-image {
  background-position: 10% 60% !important;
}
@media (max-width: 1200px) {
  .header-home .background-image {
    background-position: 30% 60% !important;
  }
}
@media (max-width: 990px) {
  .header-home .background-image {
    background-position: 65% 60% !important;
  }
}
@media (max-width: 990px) {
  .header-home {
    height: 650px !important;
    min-height: 650px !important;
  }
}
.header-home img {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
}
.header-sub-sub {
  height: 250px;
}
.header .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media all and (max-width: 990px) {
  .overlay-header:before {
    width: 100%;
  }
}
.header-shape {
  position: absolute;
  top: -10px;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 1400px) {
  .header-shape {
    top: -50px;
  }
}
@media (min-width: 1750px) {
  .header-shape {
    top: -70px;
  }
}
.dinasleep-header .header {
  height: 50vh;
  min-height: calc(450px + 110px);
}
@media (max-width: 990px) {
  .dinasleep-header .header {
    min-height: 450px;
  }
}
.dinasleep-header .header .logo-dinasleep {
  width: 350px;
  max-width: 80vw;
}
.dinasleep-header .header .logo-greencare {
  height: 100px;
  width: auto;
}
.dinasleep-header .header .logo-touch-and-move {
  width: 350px;
  max-width: 80vw;
}
.dinasleep-header.dinasleep-banner .header {
  height: 30vh;
  min-height: calc(450px);
}
.dinasleep-header .btn-down {
  border-radius: 50%;
  padding: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.dinasleep-header .btn-down i {
  margin-left: 0 !important;
}
.touchandmove-header .header {
  height: 60vh;
  min-height: calc(450px + 110px);
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%) !important;
}
.touchandmove-header .header .background-image {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 62%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.touchandmove-header .header .background-image img {
  height: auto;
  width: 100%;
  max-width: 800px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}
@media (max-width: 990px) {
  .touchandmove-header .header .background-image img {
    display: none;
  }
}
.touchandmove-header .header .header-title {
  padding-bottom: 120px;
  max-width: 50%;
}
@media (max-width: 990px) {
  .touchandmove-header .header .header-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 990px) {
  .touchandmove-header .header {
    min-height: 450px;
  }
}
#background-video {
  width: 100vw;
  height: 90vh;
  margin-top: -80px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.tm-header {
  max-height: 500px;
  width: auto !important;
  z-index: 0;
}
.maintenance-partner {
  width: auto;
  border: 1px solid #002855;
}
.maintenance-partner .maintenance-partner-img {
  height: 100px;
}
.maintenance-partner .maintenance-partner-img img {
  max-height: 100%;
  max-width: 100%;
}
.maps-dealer {
  align-items: center;
  background-color: #F08900;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 30px;
  justify-content: center;
  padding: 4px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.2)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}
.maps-dealer::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #F08900;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 95%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
}
.maps-dealer .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}
.maps-dealer .icon {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #fff;
}
.maps-dealer .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}
.maps-dealer .details {
  display: none;
  flex-direction: column;
  flex: 1;
  padding: 15px;
}
.maps-dealer .address {
  color: #9E9E9E;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.maps-dealer .features {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.maps-dealer .features > div {
  align-items: center;
  background: #F5F5F5;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  font-size: 10px;
  gap: 5px;
  padding: 5px;
}
/*
 * Property styles in highlighted state.
 */
.maps-dealer.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.2)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
  height: 120px;
  padding: 8px 15px;
  width: auto;
}
.maps-dealer.highlight::after {
  border-top: 9px solid #FFFFFF;
}
.maps-dealer.highlight .details {
  display: flex;
}
.maps-dealer.highlight .details .btn.btn-sm {
  padding: 5px 10px;
}
.maps-dealer.highlight .icon svg {
  width: 50px;
  height: 50px;
}
.maps-dealer.highlight .icon {
  width: 50px;
  height: 50px;
}
.maps-dealer.highlight .icon img {
  opacity: 1;
}
.maps-dealer .bed {
  color: #FFA000;
}
.maps-dealer .bath {
  color: #03A9F4;
}
.maps-dealer .size {
  color: #388E3C;
}
.map-holder {
  height: 400px;
}
.map-holder iframe {
  width: 100%;
  height: 402px;
}
.grid {
  width: 100%;
}
.grid .grid-item {
  float: left;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item,
.grid-sizer {
  width: calc((100% / 2) - (12px - calc(12px / 3)));
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .grid-item,
  .grid-sizer {
    width: calc((100% / 3) - (12px - calc(12px / 4)));
  }
}
@media (min-width: 1600px) {
  .grid-item,
  .grid-sizer {
    width: calc((100% / 4) - (12px - calc(12px / 5)));
  }
}
@media (max-width: 900px) {
  .grid-item,
  .grid-sizer {
    width: 100%;
  }
}
.tm-item,
.tm-sizer {
  width: calc((100% / 2) - (12px - calc(12px / 3)));
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .tm-item,
  .tm-sizer {
    width: calc((100% / 3) - (12px - calc(12px / 4)));
  }
}
@media (min-width: 1600px) {
  .tm-item,
  .tm-sizer {
    width: calc((100% / 3) - (12px - calc(12px / 5)));
  }
}
@media (max-width: 900px) {
  .tm-item,
  .tm-sizer {
    width: 100%;
  }
}
.gutter-sizer {
  width: 12px;
}
.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #001022;
  opacity: 0.4;
  z-index: 0;
}
.overlay-1:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #002855;
  opacity: 0.2;
  z-index: 0;
}
.overlay-gradient-left:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #002855 0%, rgba(0, 40, 85, 0) 50%);
  opacity: 1;
  z-index: 0;
}
@media (max-width: 990px) {
  .overlay-gradient-left:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #002855 0%, rgba(0, 40, 85, 0.2) 100%);
    opacity: 0.6;
    z-index: 0;
  }
}
.overlay-gradient-left-1:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #002855 0%, rgba(0, 40, 85, 0) 50%);
  opacity: 0.6;
  z-index: 0;
}
@media (max-width: 990px) {
  .overlay-gradient-left-1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #002855 0%, rgba(0, 40, 85, 0.2) 100%);
    opacity: 0.6;
    z-index: 0;
  }
}
.box-shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08), 0 8px 12px rgba(0, 0, 0, 0.1);
}
.img-cover {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.img-contain {
  background-size: contain;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}
.w-30 {
  width: 30% !important;
}
@media (max-width: 1550px) {
  .w-30 {
    width: 45% !important;
  }
}
@media (max-width: 1350px) {
  .w-30 {
    width: 35% !important;
  }
}
@media (max-width: 990px) {
  .w-30 {
    width: auto !important;
  }
}
.w-75 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w-75 {
    width: auto !important;
  }
}
.modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
.modal-dialog .modal-content .modal-header .modal-title {
  margin-bottom: 0;
}
.modal-dialog .modal-content .modal-body .accessoires-img {
  max-width: 200px;
  margin: 0 auto;
  max-height: 200px;
}
.modal-dialog .modal-content .modal-footer {
  border-top: 0;
}
nav.navbar {
  background: #FFF;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 0;
  padding-bottom: 0;
}
nav.navbar img.logo {
  height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  nav.navbar img.logo {
    height: 55px;
  }
}
nav.navbar .nav-item {
  height: 80px;
  line-height: 65px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
}
@media (max-width: 1199px) {
  nav.navbar .nav-item {
    height: calc(80px / 2);
    line-height: 25px;
  }
}
nav.navbar .nav-item a {
  font-family: 'Museo', sans-serif;
  font-size: 14px;
  text-transform: none;
  color: #002855;
}
nav.navbar .nav-item.active,
nav.navbar .nav-item:hover {
  background: #F08900;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
nav.navbar .nav-item.active a,
nav.navbar .nav-item:hover a {
  color: #FFF;
}
@media (max-width: 1276px) and (min-width: 1200px) {
  nav.navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
nav.navbar-shrink {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08), 0 8px 12px rgba(0, 0, 0, 0.1);
}
nav.navbar-shrink img.logo {
  height: 35px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .navbar-collapse {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-toggler {
  position: relative;
  border: none;
}
.navbar-toggler span {
  display: block;
  background-color: #F08900;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  position: relative;
  opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  right: 12px;
  top: 10px;
  transform: rotate(135deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  right: 12px;
  top: 10px;
  transform: rotate(-135deg);
}
.lang-dropdown {
  z-index: 9999;
  list-style: none;
  height: 80px;
  margin-right: 13px;
  padding-left: 10px;
  padding-right: 10px;
}
.lang-dropdown .flag {
  height: 20px;
  width: 30px;
  border-radius: 4px;
  background-position: center center;
  background-size: cover;
  margin-right: 0px;
  margin-top: 10px;
  @include transition(0.3 s);
}
.lang-dropdown .dropdown-toggle img {
  height: 20px;
}
.lang-dropdown .dropdown-item {
  font-weight: 700;
}
.lang-dropdown .dropdown-item .flag {
  height: 20px;
  width: 25px;
  border-radius: 4px;
  background-position: center center;
  background-size: cover;
  margin-right: 4px;
  @include transition(0.3 s);
}
.lang-dropdown .dropdown-item:hover .flag {
  margin-right: 6px;
}
.lang-dropdown a img {
  transition: all 0.3s ease;
}
.lang-dropdown a:hover img {
  transform: translateY(-3px);
}
.lang-dropdown:hover {
  background: transparent !important;
}
@media (max-width: 1199px) {
  .products-group .sub-product {
    display: none;
  }
}
.products-group .sub-product {
  transition: 0.3s all ease;
  top: 0;
  left: 0;
  position: absolute;
  margin-top: 80px;
  background-color: #F8F8F8;
  height: 0;
  width: 100%;
  overflow: hidden;
  box-shadow: 10px 10px 20px 0px rgba(190, 196, 202, 0.32);
  line-height: normal;
}
.products-group .sub-product .row {
  margin: 48px 0;
}
.products-group .sub-product .product .tm-product {
  width: 50%;
}
.products-group .sub-product .product .tm-product div {
  background-color: #FFF;
  border-radius: 1rem;
}
.products-group .sub-product .product .tm-product div .tm-image {
  border-radius: 1rem;
  background-color: #FFF;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.products-group .sub-product .product .tm-product div .tm-info {
  margin-left: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.products-group .sub-product .product .tm-product:hover div .tm-info {
  margin-left: 24px;
}
.products-group .sub-product .concept .tm-product {
  width: 100%;
}
.products-group .sub-product .concept .tm-product div {
  background-color: #FFF;
  border-radius: 1rem;
}
.products-group .sub-product .concept .tm-product div .tm-image {
  border-radius: 1rem;
  background-color: transparent;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.products-group .sub-product .concept .tm-product div .tm-info {
  margin-left: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background: transparent;
}
.products-group .sub-product .concept .tm-product:hover div .tm-info {
  margin-left: 24px;
}
.products-group .sub-product .retrain {
  min-height: 300px;
  position: relative;
  padding: 48px;
  background-color: #FFF;
}
.products-group .sub-product .retrain h4 {
  color: #002855;
  margin-bottom: 24px;
}
.products-group .sub-product .retrain li a {
  color: #002855 !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.products-group .sub-product .retrain li:hover a {
  margin-left: 5px;
}
.products-group:hover .sub-product {
  height: 400px;
}
.knowledge-centre-item-home {
  margin-bottom: 24px;
}
.knowledge-centre-item-home:nth-child(1) {
  margin-top: -120px;
}
@media (max-width: 1200px) {
  .knowledge-centre-item-home:nth-child(1) {
    margin-top: 0;
  }
}
.knowledge-centre-item-home:nth-child(2) {
  margin-top: -60px;
}
@media (max-width: 1200px) {
  .knowledge-centre-item-home:nth-child(2) {
    margin-top: 0;
  }
}
.knowledge-centre-item-home:nth-child(3) {
  margin-bottom: 0;
}
/* Filter Section Title */
.headlines-filter-title {
  font-size: 2rem;
  font-weight: 700;
  color: #002855;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .headlines-filter-title {
    font-size: 1.5rem;
  }
}
/* Filter Controls */
.headlines-filter {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 2rem;
  border-radius: 15px;
}
/* Headline Cards */
a.text-decoration-none:hover .headline-card {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
a.text-decoration-none:hover .headline-card .headline-card-image img {
  transform: scale(1.05);
}
a.text-decoration-none:hover .headline-card .headline-card-title {
  color: #F08900;
}
a.text-decoration-none:hover .headline-card .headline-read-more {
  gap: 0.5rem;
}
a.text-decoration-none:hover .headline-card .headline-read-more i {
  transform: translateX(5px);
}
.headline-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  position: relative;
}
.headline-card-greencare {
  border: 1px solid #e9ecef;
}
.headline-card-image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
}
.headline-card-image .card-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 2;
  color: #FFF;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.headline-card-image .card-label-greencare {
  background: linear-gradient(90deg, #8dc047 0%, #3cb03d 100%);
}
.headline-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
  transition: transform 0.3s ease;
}
.headline-card-image-placeholder {
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headline-card-image-placeholder .placeholder-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.headline-card-image-placeholder .placeholder-pattern .circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}
.headline-card-image-placeholder .placeholder-pattern .circle.circle-1 {
  width: 160px;
  height: 160px;
  top: 35%;
  left: 20%;
  animation: float-1 8s ease-in-out infinite;
}
.headline-card-image-placeholder .placeholder-pattern .circle.circle-2 {
  width: 85px;
  height: 85px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.headline-card-image-placeholder .placeholder-pattern .circle.circle-2 i {
  color: white;
  font-size: 2rem;
  opacity: 0.9;
}
.headline-card-image-placeholder .placeholder-pattern .circle.circle-3 {
  width: 75px;
  height: 75px;
  bottom: -20px;
  left: -35px;
  animation: float-2 10s ease-in-out infinite;
}
.headline-card-image-placeholder .placeholder-pattern .circle.circle-4 {
  width: 55px;
  height: 55px;
  bottom: 5%;
  right: 15%;
  animation: float-3 7s ease-in-out infinite;
}
.headline-card-image-placeholder .placeholder-pattern .circle.circle-5 {
  width: 100px;
  height: 100px;
  top: -20px;
  right: -35px;
  animation: float-4 9s ease-in-out infinite;
}
.headline-card-image-placeholder .placeholder-pattern .circle.circle-6 {
  width: 70px;
  height: 70px;
  top: 10%;
  right: 20%;
  animation: float-2 9s ease-in-out infinite;
}
@keyframes float-1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-8px, -12px);
  }
}
@keyframes float-2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 8px);
  }
}
@keyframes float-3 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-6px, 10px);
  }
}
@keyframes float-4 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, -6px);
  }
}
.headline-card-body {
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.headline-card-body .card-subtitle {
  font-size: 14px;
}
.headline-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #002855;
}
.headline-card-text {
  color: #6c757d;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 1.25rem;
  min-height: 4.8em;
  font-size: 14px;
}
.headline-card-footer {
  border-top: 1px solid #e9ecef;
}
.headline-read-more {
  color: #F08900;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.headline-read-more i {
  transition: transform 0.3s ease;
}
/* Pagination */
.headlines-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* No Results */
.headline-no-results i {
  color: #dee2e6;
}
/* Responsive */
@media (max-width: 768px) {
  .headline-card-image {
    height: 220px;
  }
  .headline-card-title {
    font-size: 1.1rem;
  }
}
/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mix {
  animation: fadeIn 0.5s ease-out;
}
.page-body table {
  font-size: 0.85em;
}
.page-body table tbody tr {
  height: auto !important;
}
.page-body table tbody tr td {
  height: auto !important;
}
.page-body table tbody tr td p {
  margin-bottom: 0 !important;
}
.page-body img[style="float: left;"] {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 0;
}
.page-body img[style="float: right;"] {
  margin-left: 15px;
  margin-bottom: 15px;
  margin-right: 0;
}
.page-body b,
.page-body strong {
  font-weight: bold;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.filter-type {
  border-bottom: 1px solid #F8F8F8;
  margin-bottom: 5px;
}
.filter-type a {
  font-family: 'Museo', sans-serif;
  color: #002855;
  font-size: 16px;
  text-transform: lowercase;
}
.filter-container {
  align-content: flex-start;
}
.filter-category {
  padding-bottom: 20px;
}
.filter-dubble .form-check {
  min-width: 49%;
  display: inline-block;
}
.filter-triple .form-check {
  min-width: 32%;
  display: inline-block;
}
.filter-category .filter-title {
  font-size: 14px;
  font-family: 'Museo Sans 700', sans-serif;
  color: #106CB3;
  text-transform: lowercase;
  display: block;
}
.filter-category .form-check .form-check-input[type=checkbox] {
  border-color: #3c3c3b;
  border-radius: 20px;
}
.filter-category .form-check .form-check-input:checked {
  border-color: #F08900;
  background-image: none;
  background-color: #F08900;
}
.filter-category .form-check label {
  color: #3c3c3b;
  font-size: 12px;
  line-height: 5px;
}
.filter-category .form-check label span {
  color: #d5d5d4;
}
.filter-category.filter-mobility {
  margin-right: 20px;
  display: inline-block;
}
.filter-category.filter-mobility .form-check {
  display: inline-block;
  position: relative;
  min-height: auto;
  width: 40px;
  float: left;
}
.filter-category.filter-mobility .form-check .form-check-input[type=checkbox] {
  border: none;
  background-color: #bcbcba;
  border-radius: 0;
  height: 30px;
  width: 40px;
  margin-top: 0px;
  cursor: pointer;
}
.filter-category.filter-mobility .form-check .form-check-input.form-check-a {
  border-radius: 50px 0 0 50px;
}
.filter-category.filter-mobility .form-check .form-check-input.form-check-a:checked {
  background-color: #3AAA35;
}
.filter-category.filter-mobility .form-check .form-check-input.form-check-b:checked {
  background-color: #87BD40;
}
.filter-category.filter-mobility .form-check .form-check-input.form-check-c:checked {
  background-color: #FBB800;
}
.filter-category.filter-mobility .form-check .form-check-input.form-check-d:checked {
  background-color: #F59D0F;
}
.filter-category.filter-mobility .form-check .form-check-input.form-check-e {
  border-radius: 0 50px 50px 0;
}
.filter-category.filter-mobility .form-check .form-check-input.form-check-e:checked {
  background-color: #FC3A5A;
}
.filter-category.filter-mobility .form-check label {
  position: absolute;
  font-family: 'Museo', sans-serif;
  color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  font-size: 14px;
  text-transform: lowercase;
}
.filter-items .filter-type {
  position: relative;
}
@media (max-width: 991px) {
  .filter-items .filter-type a:after {
    float: right;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f0dd";
  }
}
.filter-items .filter-type:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .filter-items .filter-type:after {
    display: none;
  }
}
.filter-items .collapse:not(.show) {
  display: block;
}
@media (max-width: 991px) {
  .filter-items .collapse:not(.show) {
    display: none;
  }
}
.product-overview-item {
  border-radius: 10px;
  position: relative;
  margin-bottom: 24px;
  background: #e8ebef;
  padding: 42px;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 400px;
}
@media (max-width: 1400px) {
  .product-overview-item {
    padding: 32px;
  }
}
@media (max-width: 1199px) {
  .product-overview-item {
    height: auto;
    max-height: 600px;
  }
}
@media (max-width: 500px) {
  .product-overview-item {
    background-image: none !important;
  }
}
.product-overview-item.greencare-item {
  background-size: 40%;
  background-position: 90% center;
}
.product-overview-item.greencare-item .product-overview-description {
  width: 50%;
}
@media (max-width: 500px) {
  .product-overview-item.greencare-item .product-overview-description {
    width: 100%;
  }
}
.product-overview-item .product-overview-title {
  font-family: 'Museo Sans 300', sans-serif;
  line-height: 1;
  font-size: 2.5em;
  color: #002855;
}
@media (max-width: 400px) {
  .product-overview-item .product-overview-title {
    word-break: break-word;
  }
}
.product-overview-item .product-overview-title span {
  font-family: 'Museo Sans 900', sans-serif;
  font-style: italic;
}
.product-overview-item .product-overview-description {
  width: 60%;
  line-height: 1.7;
}
@media (max-width: 500px) {
  .product-overview-item .product-overview-description {
    width: 100%;
  }
}
.product-overview-item .product-overview-sub-products {
  padding-left: 24px;
  position: relative;
}
.product-overview-item .product-overview-sub-products::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #e8ebef 0%, rgba(232, 235, 239, 0.2) 50%);
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
  width: 50%;
}
@media (max-width: 990px) {
  .product-overview-item .product-overview-sub-products::after {
    display: none;
  }
}
.product-overview-item .product-overview-sub-products li:hover {
  padding-left: 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.product-overview-item .product-overview-sub-products li:hover a {
  color: #F08900;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.product-overview-item .product-overview-sub-products li:hover a::before {
  background: #F08900;
}
.product-overview-item .product-overview-sub-products li a {
  color: #3c3c3b;
}
.product-overview-item .product-overview-sub-products li a::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #002855;
  position: absolute;
  left: 0;
  z-index: 1;
  margin-top: 8px;
}
.product-overview-top-item {
  border-radius: 10px;
  position: relative;
  margin-bottom: 24px;
  margin-top: 66px;
  background: #e8ebef;
  padding: 42px;
  min-height: 580px;
}
@media (max-width: 1199px) {
  .product-overview-top-item {
    min-height: 100px;
    height: auto;
  }
}
.product-overview-top-item img.product-overview-img {
  height: 300px;
  margin: -96px auto 0 auto;
}
@media (max-width: 1400px) {
  .product-overview-top-item {
    padding: 32px;
  }
  .product-overview-top-item img.product-overview-img {
    height: 250px;
    margin: -96px auto 0 auto;
  }
}
@media (max-width: 1199px) {
  .product-overview-top-item {
    height: auto;
    max-height: 600px;
  }
}
@media (max-width: 500px) {
  .product-overview-top-item {
    background-image: none !important;
  }
}
.product-overview-top-item .product-overview-title {
  font-family: 'Museo Sans 300', sans-serif;
  line-height: 1;
  font-size: 2.5em;
  color: #002855;
}
@media (max-width: 400px) {
  .product-overview-top-item .product-overview-title {
    word-break: break-word;
  }
}
.product-overview-top-item .product-overview-title span {
  font-family: 'Museo Sans 900', sans-serif;
  font-style: italic;
}
.product-overview-top-item .product-overview-description {
  width: 60%;
  line-height: 1.7;
}
@media (max-width: 500px) {
  .product-overview-top-item .product-overview-description {
    width: 100%;
  }
}
.product-overview-top-item .product-overview-sub-products {
  padding-left: 24px;
  position: relative;
}
.product-overview-top-item .product-overview-sub-products::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #e8ebef 0%, rgba(232, 235, 239, 0.2) 50%);
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
  width: 50%;
}
@media (max-width: 990px) {
  .product-overview-top-item .product-overview-sub-products::after {
    display: none;
  }
}
.product-overview-top-item .product-overview-sub-products li:hover {
  padding-left: 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.product-overview-top-item .product-overview-sub-products li:hover a {
  color: #F08900;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.product-overview-top-item .product-overview-sub-products li:hover a::before {
  background: #F08900;
}
.product-overview-top-item .product-overview-sub-products li a {
  color: #3c3c3b;
}
.product-overview-top-item .product-overview-sub-products li a::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #002855;
  position: absolute;
  left: 0;
  z-index: 1;
  margin-top: 8px;
}
.product-overview-top-item.greencare-item {
  margin-top: 0;
  background: linear-gradient(90deg, #8dc047 0%, #3cb03d 100%) !important;
  height: 450px;
  min-height: 450px;
}
.product-overview-top-item.greencare-item img.product-overview-img {
  height: 100px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .product-overview-top-item.greencare-item {
    height: auto;
    max-height: 600px;
  }
}
.product-overview-top-item.greencare-item .product-overview-description {
  width: 50%;
}
@media (max-width: 500px) {
  .product-overview-top-item.greencare-item .product-overview-description {
    width: 100%;
  }
}
.product-overview-top-item.touchandmove-item {
  margin-top: 0;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%) !important;
  height: 450px;
  min-height: 450px;
}
.product-overview-top-item.touchandmove-item img.product-overview-img {
  height: 100px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .product-overview-top-item.touchandmove-item {
    height: auto;
    max-height: 600px;
  }
}
.product-overview-top-item.touchandmove-item .product-overview-description {
  width: 50%;
}
@media (max-width: 500px) {
  .product-overview-top-item.touchandmove-item .product-overview-description {
    width: 100%;
  }
}
.product-overview-top-item.dynasleep-item {
  margin-top: 0;
  background: linear-gradient(90deg, #99c6db 0%, #005a74 100%) !important;
  height: 450px;
}
.product-overview-top-item.dynasleep-item img.product-overview-img {
  height: 80px;
  margin: 10px auto 10px auto;
}
@media (max-width: 1199px) {
  .product-overview-top-item.dynasleep-item {
    height: auto;
    max-height: 600px;
  }
}
.product-overview-top-item.dynasleep-item .product-overview-description {
  width: 50%;
}
@media (max-width: 500px) {
  .product-overview-top-item.dynasleep-item .product-overview-description {
    width: 100%;
  }
}
.mt-66 {
  margin-top: 66px;
}
.card-product {
  border: none;
  padding: 24px;
  border-radius: 20px;
  background: #FFF;
}
@media (max-width: 990px) {
  .card-product {
    padding: 12px;
  }
}
.card-product .card-img-top {
  height: 250px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1400px) {
  .card-product .card-img-top {
    height: 200px;
  }
}
.card-product.dinasleep-product {
  overflow: hidden;
}
.card-product.dinasleep-product .card-img-top {
  height: 300px;
}
@media (max-width: 1400px) {
  .card-product.dinasleep-product .card-img-top {
    height: 250px;
  }
}
.card-product.ceilinglifts-product {
  overflow: hidden;
}
.card-product.ceilinglifts-product .card-img-top {
  height: 300px;
}
@media (max-width: 1400px) {
  .card-product.ceilinglifts-product .card-img-top {
    height: 250px;
  }
}
.card-product .card-label {
  right: 0;
  top: 0;
  color: #FFF;
  display: inline;
  font-size: 11px;
  padding: 5px 20px;
  position: absolute;
  background: #002855;
  border-radius: 0 20px 5px 5px;
  text-transform: lowercase;
}
.card-product .card-obese {
  text-transform: lowercase;
  padding: 4px;
  background-color: #106CB3;
  border-radius: 30px;
  font-size: 9px;
  font-family: 'Museo Sans 300', sans-serif;
  position: relative;
  bottom: 5px;
  color: #FFF;
  display: inline !important;
}
.card-product .card-label-dinasleep {
  right: 0;
  top: 20px;
  display: block;
  padding: 5px 20px;
  position: absolute;
  background: #005a74;
  border-radius: 5px 0 0 5px;
}
.card-product .card-label-dinasleep img {
  height: 20px;
  margin: auto;
  display: block;
}
.card-product .card-label-tm {
  display: inline-block;
  padding: 5px 20px;
  background: #F08900;
  border-radius: 999px;
  color: #FFF;
  font-size: 0.8rem;
  transform: scale(0.8);
  transform-origin: left;
}
.card-product .card-label-tm img {
  height: 14px;
  margin: auto;
  display: inline-block;
}
.card-product .card-label-touch-move {
  right: 0;
  top: 20px;
  display: block;
  padding: 5px 20px;
  position: absolute;
  background: #F08900;
  border-radius: 5px 0 0 5px;
}
.card-product .card-label-touch-move img {
  width: 150px;
  margin: auto;
  display: block;
}
.card-product .card-body .card-subtitle {
  font-size: 14px;
}
.card-product .card-body .card-title {
  font-family: 'Museo', sans-serif;
  color: #002855;
  font-size: 24px;
  line-height: 1.4;
}
.recycled-product {
  background: linear-gradient(90deg, #8dc047 0%, #3cb03d 100%);
  position: relative;
}
.more-versions-box {
  background: #FFF;
}
.more-versions-box .version {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 24px;
}
.more-versions-box .version.obese-version {
  background-color: #106CB3;
}
.more-versions-box .version.greencare-version {
  background: linear-gradient(90deg, #8dc047 0%, #3cb03d 100%);
}
.product-variation {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  background: #F8F8F8;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-radius: 8px;
  margin-bottom: 16px;
}
.product-variation:nth-last-of-type(1) {
  margin-bottom: 0;
}
.product-variation:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
}
.product-variation .product-variation-title {
  font-family: 'Museo', sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #002855;
}
@media (max-width: 990px) {
  .product-variation .product-variation-title {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  .product-variation .product-variation-title {
    font-size: 12px;
  }
}
.product-variation .product-variation-item {
  color: #3c3c3b;
  font-family: 'Museo Sans 300', sans-serif;
  line-height: 1.1;
  font-weight: 300;
  overflow-x: hidden;
}
.product-variation .product-variation-item span {
  font-size: 10px;
  display: block;
}
.product-variation .product-variation-item strong {
  font-family: 'Museo Sans 500', arial;
  font-weight: 500;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.product-variation .product-variation-description {
  color: #3c3c3b;
  font-family: 'Museo Sans 300', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 300;
  overflow-x: hidden;
}
@media (max-width: 990px) {
  .product-variation .product-variation-description {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  .product-variation .product-variation-description {
    font-size: 12px;
  }
}
.product-variation .product-variation-image {
  max-width: 200px;
  max-height: 150px;
  background-color: #FFF;
}
.product-variation .product-variation-image:hover {
  opacity: 0.7;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.option-badge.obese-option {
  text-transform: lowercase;
  padding: 4px;
  background-color: #106CB3;
  border-radius: 30px;
  font-size: 9px;
  font-family: 'Museo Sans 300', sans-serif;
  position: relative;
  bottom: 5px;
  color: #FFF;
  display: inline !important;
}
.option-badge.circular-option {
  text-transform: lowercase;
  padding: 4px;
  background-color: #8DBF44;
  border-radius: 30px;
  font-size: 9px;
  font-family: 'Museo Sans 300', sans-serif;
  position: relative;
  bottom: 5px;
  color: #FFF;
  display: inline !important;
}
.product-variation-ceilinglifts {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 8px;
  margin-bottom: 16px;
}
.product-variation-ceilinglifts .card-title {
  font-size: 18px !important;
  line-height: 1.2 !important;
}
.product-variation-ceilinglifts .card-title .card-obese {
  text-transform: lowercase;
  padding: 4px;
  background-color: #106CB3;
  border-radius: 30px;
  font-size: 9px;
  font-family: 'Museo Sans 300', sans-serif;
  position: relative;
  bottom: 5px;
  color: #FFF;
  display: inline !important;
}
.product-variation-ceilinglifts .product-variation-description {
  color: #3c3c3b;
  font-family: 'Museo Sans 300', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 300;
  overflow-x: hidden;
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 10px;
}
@media (max-width: 990px) {
  .product-variation-ceilinglifts .product-variation-description {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  .product-variation-ceilinglifts .product-variation-description {
    font-size: 12px;
  }
}
.product-variation-ceilinglifts .product-variation-item {
  color: #3c3c3b;
  font-family: 'Museo Sans 300', sans-serif;
  line-height: 1.1;
  font-weight: 300;
  overflow-x: hidden;
}
.product-variation-ceilinglifts .product-variation-item span {
  font-size: 10px;
  display: block;
}
.product-variation-ceilinglifts .product-variation-item strong {
  font-family: 'Museo Sans 500', arial;
  font-weight: 500;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.mobility-classes {
  width: 200px;
  height: 30px;
}
.mobility-classes * {
  line-height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  color: #FFF;
  font-family: 'Museo', sans-serif;
}
.mobility-classes *.inactive {
  background-color: #bcbcba !important;
}
.mobility-classes .mob-a {
  padding-left: 16px;
  background: #3AAA35;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.mobility-classes .mob-b {
  background: #87BD40;
}
.mobility-classes .mob-c {
  background: #FBB800;
}
.mobility-classes .mob-d {
  background: #F59D0F;
}
.mobility-classes .mob-e {
  padding-right: 16px;
  background: #FC3A5A;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.badge.touch-move-pill {
  margin-left: 6px;
  background: #F08900;
  font-family: 'Museo Sans 700', sans-serif;
  font-style: italic;
}
.badge.touch-move-pill:hover {
  color: #FFF;
  background: #bd6c00;
}
.badge.touch-move-pill:before {
  background-image: url('/img/touchmove-icon.svg');
  background-size: 24px 10px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 10px;
  content: "";
}
.badge.obese-pill {
  margin-left: 6px;
  background: #106CB3;
  text-transform: lowercase;
}
.badge.recycled-pill {
  margin-left: 6px;
  background: #8DBF44;
  text-transform: lowercase;
}
.lift-scroll-img {
  position: relative;
}
.lift-scroll-img .rail-img {
  width: 100%;
}
.lift-scroll-img .case-img {
  width: 100%;
  position: absolute;
  left: 40%;
  top: 28%;
}
.img-ceiling {
  max-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tm-block {
  position: relative;
}
.tm-block h4 {
  padding-right: 60%;
}
@media (max-width: 510px) {
  .tm-block h4 {
    padding-right: 45%;
  }
}
@media (max-width: 1199px) {
  .tm-block div .product-overview-description {
    padding-right: 60%;
  }
}
@media (max-width: 510px) {
  .tm-block div .product-overview-description {
    padding-right: 45%;
  }
}
.arrow {
  position: absolute;
  width: 42%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
.arrow svg {
  transform: rotate(30deg) scale(1.2) translate(40px, 20px);
}
.arrow.norotate svg {
  transform: none;
}
.tam-animation .tam-1 {
  animation: animate-left 3s infinite;
  animation-delay: -0.4s;
}
.tam-animation .tam-2 {
  animation: animate-right 3s infinite;
  animation-delay: -0.4s;
}
.tam-animation .tam-3 {
  animation: animate-left 3s infinite;
}
.tam-animation .tam-4 {
  animation: animate-right 3s infinite;
}
@keyframes animate-left {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg) translate(-12px, 0);
  }
}
@keyframes animate-right {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg) translate(12px, 0);
  }
}
.subtitle-icon {
  position: relative;
  height: 20px;
  width: auto;
  padding-right: 10px;
  margin-bottom: 2px;
}
.touchandmove-wave {
  position: relative;
  width: 100%;
}
#touchandmove-wave {
  height: 70px;
  width: auto;
  position: absolute;
  right: 140px;
  top: 420px;
  overflow: visible;
}
#touchandmove-wave path {
  fill: #F08900;
}
#touchandmove-wave .touchandmove-wave-1 {
  animation: animate-45 3s infinite;
  animation-delay: -0.4s;
}
#touchandmove-wave .touchandmove-wave-2 {
  animation: animate-45 3s infinite;
}
@keyframes animate-45 {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 12px);
  }
}
.tm-icon-1 div {
  position: relative;
}
.tm-icon-1 div img {
  max-height: 150px;
  z-index: 2;
}
.tm-icon-1 div .blob {
  background-color: #F08900;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #000000;
  margin: 10px;
  height: 20px;
  width: 20px;
  transform: scale(1);
  animation: pulse-orange 2s infinite;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
}
.tm-icon-1 div .blob1 {
  left: 43%;
  top: 17%;
}
.tm-icon-1 div .blob2 {
  right: 39%;
  bottom: 2%;
}
@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(240, 137, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(240, 137, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(240, 137, 0, 0);
  }
}
.tm-icon-2 img {
  max-height: 120px;
  padding-top: 50px;
  animation: feather 5s infinite;
}
@keyframes feather {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-25deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.tm-icon-3 div {
  position: relative;
  height: 120px;
  display: inline-block;
}
.tm-icon-3 div img {
  max-height: 120px;
  animation: wheel 5s infinite;
  transform-origin: center;
  position: absolute;
}
@keyframes wheel {
  0% {
    transform: rotate(0deg);
    left: 20%;
  }
  50% {
    transform: rotate(720deg);
    left: 50%;
  }
  100% {
    transform: rotate(0deg);
    left: 20%;
  }
}
.tm-icon-4 .arrow {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.tm-icon-5 img {
  height: 50px;
  margin: 35px 0;
}
.arrow-menu {
  width: 150px;
  height: 150px;
  background-color: transparent !important;
  position: absolute;
  top: -20px;
  right: 0;
  overflow: hidden !important;
}
.img-menu {
  height: 50px;
  width: auto;
  background-color: transparent !important;
  margin-left: auto;
}
.img-menu img {
  height: 50px;
  margin-left: auto;
}
.img-menu-sm {
  height: 50px;
  width: auto;
  background-color: transparent !important;
  margin-left: auto;
}
.img-menu-sm img {
  height: 26px;
  margin-top: 12px;
  margin-left: auto;
}
.arrow svg {
  transform: rotate(30deg) scale(1.2) translate(40px, 20px);
}
.arrow-menu svg {
  transform: rotate(30deg) scale(1.2) translate(40px, 20px);
}
.arrow.norotate svg,
.arrow-menu.norotate svg {
  transform: none;
}
.tam-animation .tam-1 {
  animation: animate-left 3s infinite;
  animation-delay: -0.4s;
}
.tam-animation .tam-2 {
  animation: animate-right 3s infinite;
  animation-delay: -0.4s;
}
.tam-animation .tam-3 {
  animation: animate-left 3s infinite;
}
.tam-animation .tam-4 {
  animation: animate-right 3s infinite;
}
@keyframes animate-left {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg) translate(-12px, 0);
  }
}
@keyframes animate-right {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg) translate(12px, 0);
  }
}
.subtitle-icon {
  position: relative;
  height: 20px;
  width: auto;
  padding-right: 10px;
  margin-bottom: 2px;
}
.touchandmove-wave {
  position: relative;
  width: 100%;
}
#touchandmove-wave {
  height: 70px;
  width: auto;
  position: absolute;
  right: 140px;
  top: 420px;
  overflow: visible;
}
#touchandmove-wave path {
  fill: #F08900;
}
#touchandmove-wave .touchandmove-wave-1 {
  animation: animate-45 3s infinite;
  animation-delay: -0.4s;
}
#touchandmove-wave .touchandmove-wave-2 {
  animation: animate-45 3s infinite;
}
@keyframes animate-45 {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 12px);
  }
}
.tm-icon-1 div {
  position: relative;
}
.tm-icon-1 div img {
  max-height: 150px;
  z-index: 2;
}
.tm-icon-1 div .blob {
  background-color: #F08900;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #000000;
  margin: 10px;
  height: 20px;
  width: 20px;
  transform: scale(1);
  animation: pulse-orange 2s infinite;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
}
.tm-icon-1 div .blob1 {
  left: 43%;
  top: 17%;
}
.tm-icon-1 div .blob2 {
  right: 39%;
  bottom: 2%;
}
@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(240, 137, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(240, 137, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(240, 137, 0, 0);
  }
}
.tm-icon-2 img {
  max-height: 120px;
  padding-top: 50px;
  animation: feather 5s infinite;
}
@keyframes feather {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-25deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.tm-icon-3 div {
  position: relative;
  height: 120px;
  display: inline-block;
}
.tm-icon-3 div img {
  max-height: 120px;
  animation: wheel 5s infinite;
  transform-origin: center;
  position: absolute;
}
@keyframes wheel {
  0% {
    transform: rotate(0deg);
    left: 20%;
  }
  50% {
    transform: rotate(720deg);
    left: 50%;
  }
  100% {
    transform: rotate(0deg);
    left: 20%;
  }
}
.tm-icon-4 .arrow {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.tm-icon-5 img {
  height: 50px;
  margin: 35px 0;
}
.sling-icon-1 div {
  position: relative;
  height: 120px;
  display: inline-block;
}
.sling-icon-1 div img {
  max-height: 120px;
  animation: wheel 5s infinite;
  transform-origin: center;
  position: absolute;
  padding-top: 15px;
}
@keyframes wheel {
  0% {
    transform: rotate(-30deg);
    left: 20%;
  }
  50% {
    transform: rotate(30deg);
    left: 50%;
  }
  100% {
    transform: rotate(-30deg);
    left: 20%;
  }
}
.sling-icon-2 div {
  position: relative;
  height: 120px;
  display: inline-block;
}
.sling-icon-2 div img {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 15px;
}
.sling-icon-2 div img.arrow {
  animation: arrow 8s infinite;
  width: 70px;
  transform-origin: center;
  position: absolute;
  top: 20px;
}
.sling-icon-2 div img.rotate {
  transform: rotate(180deg);
  animation: arrow-rotate 8s infinite;
  top: 35px;
}
@keyframes arrow {
  0% {
    left: 3%;
  }
  50% {
    left: -13%;
  }
  100% {
    left: 3%;
  }
}
@keyframes arrow-rotate {
  0% {
    left: 3%;
  }
  50% {
    left: 13%;
  }
  100% {
    left: 3%;
  }
}
.sling-icon-3 div {
  position: relative;
  height: 240px;
  display: inline-block;
}
.sling-icon-3 div img {
  max-height: 200px;
  margin: 0 auto;
  padding-top: 60px;
}
.sling-icon-3 div img.blades {
  animation: blades 5s infinite;
  animation-timing-function: linear;
  width: 120px;
  height: 120px;
  transform-origin: center;
  position: absolute;
  padding-top: 0;
  top: 24px;
  left: calc(50% - 60px);
}
@keyframes blades {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.global-search-wrapper {
  position: relative;
}
.search-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0 0 0 5px;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #002855;
  transition: all 0.3s ease;
  color: rgba(128, 126, 163, 0.6);
}
.search-trigger:hover {
  background-color: #002855;
  color: #FFF;
  border-color: #002855;
  transform: scale(1.1);
}
.search-trigger:hover:after {
  color: #FFF;
}
.search-trigger:hover i {
  color: #FFF;
}
.search-trigger i {
  color: #002855;
  font-size: 1.2rem;
  margin-right: 10px;
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  overflow-y: auto;
}
.search-container {
  width: 100%;
  max-width: 800px;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  max-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .search-container {
    max-width: 95%;
    margin: 0 auto;
  }
}
.search-header {
  padding: 1.25rem;
  border-bottom: 1px solid #eee;
}
.search-header .search-input-container {
  position: relative;
  width: 100%;
}
.search-header .search-input-container input[type="text"] {
  width: 100%;
  border-radius: 50px;
  background-color: #FFF;
  color: #3c3c3b;
  padding: 1.25rem 3.5rem 1.25rem 3.5rem;
  font-size: 1rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.search-header .search-input-container input[type="text"]:focus {
  outline: none;
  border-color: #106CB3;
  box-shadow: 0 0 0 3px rgba(16, 108, 179, 0.1);
}
.search-header .search-input-container input[type="text"]::-moz-placeholder {
  color: #9ca3af;
}
.search-header .search-input-container input[type="text"]::placeholder {
  color: #9ca3af;
}
@media (max-width: 768px) {
  .search-header .search-input-container input[type="text"] {
    font-size: 0.875rem;
    padding: 1rem 3rem 1rem 3rem;
  }
}
.search-header .search-input-container .search-icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #106CB3;
  font-size: 1.5rem;
  pointer-events: none;
}
.search-header .search-input-container .search-icon.loading {
  opacity: 0.5;
}
.search-header .search-input-container .close-button {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #6b7280;
  font-size: 1.5rem;
}
.search-header .search-input-container .close-button:hover {
  color: #3c3c3b;
}
.search-results {
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  overflow-y: auto;
  flex: 1;
}
.search-results .quick-stats {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #eee;
  font-size: 0.875rem;
  color: #6b7280;
  background-color: #f9fafb;
}
.search-results .quick-stats .result-count {
  font-weight: 500;
  color: #3c3c3b;
}
.search-results .quick-stats .query-text {
  font-weight: bold;
}
.search-results .view-all-container {
  padding: 1rem 1.25rem;
  border-top: 1px solid #eee;
  text-align: center;
}
.search-results .view-all-container .view-all-button {
  background: #106CB3;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.search-results .view-all-container .view-all-button:hover {
  background: #0c5084;
  transform: translateY(-1px);
}
.search-results .view-all-container .view-all-button i {
  font-size: 0.75rem;
}
.search-results .no-results .search-page-button {
  background: #106CB3;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 1rem;
}
.search-results .no-results .search-page-button:hover {
  background: #0c5084;
}
.search-results .results-container .result-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-results .results-container .result-list .result-item {
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.search-results .results-container .result-list .result-item:hover {
  border-color: #e5e7eb;
  transform: translateY(-2px);
}
.search-results .results-container .result-list .result-item.selected {
  background-color: #ecf3ff;
  box-shadow: 0 0 0 2px #106CB3;
  border-radius: 8px;
}
.search-results .results-container .result-list .result-item.selected .result-link {
  background-color: transparent !important;
}
.search-results .results-container .result-list .result-item.selected .result-badge {
  background-color: #106CB3 !important;
  color: #ecf3ff !important;
}
.search-results .results-container .result-list .result-item .result-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.search-results .results-container .result-list .result-item .result-link em {
  border-radius: 5px;
  padding: 3px;
  background-color: rgba(240, 137, 0, 0.3);
}
.search-results .results-container .result-list .result-item .result-link:hover {
  background-color: #f9fafb;
  text-decoration: none;
  color: inherit;
}
.search-results .results-container .result-list .result-item .result-link .result-image {
  flex-shrink: 0;
}
.search-results .results-container .result-list .result-item .result-link .result-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.search-results .results-container .result-list .result-item .result-link .result-image img.employee-image {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.search-results .results-container .result-list .result-item .result-link .result-image img.article-image {
  width: 6rem;
  height: 4rem;
}
.search-results .results-container .result-list .result-item .result-link .result-image img.product-image {
  width: 5rem;
  height: 5rem;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.search-results .results-container .result-list .result-item .result-link .result-image img.product-group-image {
  width: 6rem;
  height: 4rem;
}
.search-results .results-container .result-list .result-item .result-link .result-image img.accessory-image {
  width: 4rem;
  height: 4rem;
}
.search-results .results-container .result-list .result-item .result-link .result-image img.concept-image {
  width: 5rem;
  height: 4rem;
}
.search-results .results-container .result-list .result-item .result-link .result-image img.vacancy-image {
  width: 5rem;
  height: 4rem;
}
.search-results .results-container .result-list .result-item .result-link .result-image img.step-image {
  width: 4rem;
  height: 4rem;
}
.search-results .results-container .result-list .result-item .result-link .result-image img.page-image {
  width: 5rem;
  height: 4rem;
}
.search-results .results-container .result-list .result-item .result-link .result-image img.default-image {
  width: 4rem;
  height: 4rem;
}
.search-results .results-container .result-list .result-item .result-link .result-content {
  flex: 1;
}
.search-results .results-container .result-list .result-item .result-link .result-content .result-header {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  flex-wrap: wrap;
}
.search-results .results-container .result-list .result-item .result-link .result-content .result-header .result-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #3c3c3b;
  margin: 0;
  line-height: 1.4;
  flex: 1;
  min-width: 0;
}
.search-results .results-container .result-list .result-item .result-link .result-content .result-header .result-badge {
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  background-color: #dbeafe;
  color: #1d4ed8;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}
.search-results .results-container .result-list .result-item .result-link .result-content .result-header .greencare-badge {
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  background-color: #10b981;
  color: #FFF;
  font-weight: 500;
  margin-left: 0.25rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.search-results .results-container .result-list .result-item .result-link .result-content .result-subtitle {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0.125rem 0 0.25rem 0;
  font-weight: 500;
}
.search-results .results-container .result-list .result-item .result-link .result-content .result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.25rem;
}
.search-results .results-container .result-list .result-item .result-link .result-content .result-meta p {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
}
.search-results .results-container .result-list .result-item .result-link .result-content .result-meta p.author {
  color: #3c3c3b;
  font-weight: 500;
}
.search-results .results-container .result-list .result-item .result-link .result-content .result-meta p.date {
  color: #9ca3af;
}
.search-results .results-container .result-list .result-item .result-link .result-content .result-category,
.search-results .results-container .result-list .result-item .result-link .result-content .result-material,
.search-results .results-container .result-list .result-item .result-link .result-content .result-product,
.search-results .results-container .result-list .result-item .result-link .result-content .result-article-code,
.search-results .results-container .result-list .result-item .result-link .result-content .result-email {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0.125rem 0;
}
.search-results .results-container .result-list .result-item .result-link .result-content .result-description {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.4;
  margin-top: 0.25rem;
}
.search-results .loading-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
}
.search-results .loading-state .spinner {
  width: 2rem;
  height: 2rem;
  border: 2px solid #e5e7eb;
  border-top: 2px solid #106CB3;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}
.search-results .loading-state p {
  color: #6b7280;
  margin: 0;
}
.search-results .no-results {
  text-align: center;
  padding: 3rem 0;
}
.search-results .no-results .no-results-icon {
  margin-bottom: 1rem;
}
.search-results .no-results .no-results-icon i {
  color: #9ca3af;
}
.search-results .no-results h3 {
  color: #3c3c3b;
  margin-bottom: 0.5rem;
}
.search-results .no-results p {
  color: #6b7280;
  margin: 0;
}
.search-results .category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.search-results .category-filters .category-filter {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.search-results .category-filters .category-filter:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}
.search-results .category-filters .category-filter.active {
  background-color: #106CB3;
  color: white;
  border-color: #106CB3;
}
.search-page .search-header {
  padding: 2rem 0 1rem 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}
.search-page .search-results {
  padding: 0;
  overflow-y: visible;
  flex: none;
}
.search-page .search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 0;
}
.search-page .search-filters .filter-button {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.search-page .search-filters .filter-button:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}
.search-page .search-filters .filter-button.active {
  font-family: 'Museo Sans 500', sans-serif !important;
  font-weight: 300;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  color: #FFF;
}
.search-page .loading-spinner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}
.search-page .loading-spinner .spinner {
  width: 2rem;
  height: 2rem;
  border: 2px solid #e5e7eb;
  border-top: 2px solid #106CB3;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}
.search-page .loading-spinner p {
  margin: 0;
  color: #6b7280;
}
.pagination-section .page-item .page-link {
  color: #002855;
}
.pagination-section .page-item.active .page-link {
  color: #FFF;
  background: #F08900;
  border: 1px solid transparent;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section {
  padding: 6em 0;
  position: relative;
}
@media (max-width: 767px) {
  section {
    padding: 80px 0;
  }
}
section:nth-of-type(1) {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  section:nth-of-type(1) {
    margin-top: calc(80px - 30px);
  }
}
.container.image-bg .row {
  position: relative;
  z-index: 3;
}
.in-section-downloads {
  margin-top: 5rem;
}
.fullscreen-quote {
  height: 500px;
}
.fullscreen-quote h1,
.fullscreen-quote h2,
.fullscreen-quote h3,
.fullscreen-quote h4,
.fullscreen-quote h5,
.fullscreen-quote h6 {
  color: #FFF;
}
.fullscreen-quote li,
.fullscreen-quote p,
.fullscreen-quote span {
  color: #FFF;
}
.fullscreen-quote .header-content {
  bottom: 0;
  z-index: 5;
  position: absolute;
  width: auto;
}
@media (max-width: 1750px) {
  .fullscreen-quote {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .fullscreen-quote {
    height: 400px;
  }
}
.fullscreen-quote .quote-title {
  position: relative;
  z-index: 5;
  margin-left: 6vw;
}
.fullscreen-quote .quote-title span {
  font-family: 'Museo', sans-serif;
  font-size: 28px;
}
@media (max-width: 768px) {
  .fullscreen-quote .quote-title span {
    font-size: 18px;
  }
}
.fullscreen-quote .quote-logo {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 10;
  width: 120px;
}
.fullscreen-quote .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.touch-move-section {
  padding-top: 8em;
  padding-bottom: 8em;
}
@media (max-width: 990px) {
  .touch-move-section {
    padding-top: 0;
    padding-bottom: 6em;
  }
}
.touch-move-section .touch-move-img {
  height: 110%;
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 1;
}
@media (max-width: 990px) {
  .touch-move-section .touch-move-img {
    position: relative;
    width: 80%;
    height: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .touch-move-section .touch-move-img {
    height: 80%;
  }
}
@media (min-width: 1550px) {
  .touch-move-section .touch-move-img {
    right: 100px;
    height: 105%;
  }
}
@media (min-width: 1750px) {
  .touch-move-section .touch-move-img {
    right: 300px;
    height: 115%;
  }
}
@media (min-width: 2050px) {
  .touch-move-section .touch-move-img {
    right: 400px;
  }
}
.slogan {
  padding-left: 5%;
  padding-right: 5%;
}
.slogan h2 {
  font-family: 'Museo Sans 300', sans-serif;
}
.slogan h2 strong {
  font-family: 'Museo Sans 700', sans-serif;
}
@media (max-width: 990px) {
  .slogan h2 {
    font-size: 2em;
  }
}
.slogan h2:after {
  content: "•";
  font-size: 0.8em;
  position: absolute;
  color: #F08900;
  margin-top: 10px;
  margin-left: -2px;
}
.slogan.dinasleep-slogan h2 {
  text-transform: uppercase;
}
.slogan.dinasleep-slogan h2 strong {
  font-family: 'Museo Sans 900', sans-serif;
}
.slogan.dinasleep-slogan h2:after {
  display: none;
}
.slogan.dinasleep-slogan .dinasleep-logo {
  max-width: 80vw;
  width: 600px;
}
.min-margin {
  margin-top: -200px;
}
.solutions-links-container {
  padding: 4em;
  border-radius: 20px;
  box-shadow: 10px 10px 10px #0000001A;
  position: relative;
  background: rgba(0, 40, 85, 0.08);
}
@media (max-width: 990px) {
  .solutions-links-container {
    padding: 2em;
  }
}
.solutions-links-container .solutions-links-title {
  color: rgba(0, 40, 85, 0.6);
}
.solutions-links-container .solutions-column ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.solutions-links-container .solutions-column ul:nth-of-type(3) {
  padding-right: 0;
}
.solutions-links-container .solutions-column ul li {
  margin-bottom: 18px;
  padding-right: 40px;
  padding-left: 30px;
}
.solutions-links-container .solutions-column ul li a {
  color: #002855;
  font-family: 'Museo Sans 500', arial;
  font-size: 15px;
}
.solutions-links-container .solutions-column ul li::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f061";
  margin-right: 12px;
  margin-left: -25px;
  color: #F08900;
}
.solutions-links-container .solutions-column ul li:hover {
  padding-left: 40px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .solutions-links-container .solutions-column-index:nth-last-of-type(1) {
    display: none;
  }
}
@media (max-width: 1399px) {
  .solutions-links-container .solutions-column-index:nth-last-of-type(2) {
    display: none;
  }
}
.solutions-links-container .link-all-solutions {
  position: absolute;
  bottom: 25px;
  right: 0;
  padding: 16px 32px;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  color: #FFF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: 'Museo Sans 300', sans-serif;
  font-size: 14px;
}
.solutions-detail-body {
  padding-top: 0;
  margin-top: -120px;
  z-index: 5;
}
@media (max-width: 990px) {
  .solutions-detail-body {
    margin-top: -50px;
  }
}
.solutions-detail-body .container {
  min-height: 400px;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: 4em;
  padding-right: 4em;
  border-radius: 15px;
}
@media (max-width: 990px) {
  .solutions-detail-body .container {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }
}
.solutions-detail-body .container blockquote {
  background: #F8F8F8;
  border-left: 10px solid #002855;
  margin: 1.5em 10px;
  padding: 1em 14px;
  quotes: "\201C" "\201D";
  border-radius: 0px 10px 10px 0px;
}
.solutions-detail-body .container blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0;
  vertical-align: -0.4em;
}
.solutions-detail-body .container blockquote p {
  display: inline;
}
.solutions-detail-body .container h1,
.solutions-detail-body .container h2,
.solutions-detail-body .container h3,
.solutions-detail-body .container h4,
.solutions-detail-body .container h5,
.solutions-detail-body .container h6 {
  margin-bottom: 12px;
}
.solutions-detail-body .container p {
  margin-bottom: 24px;
}
.solution-download {
  padding: 6px 24px;
  margin-bottom: 1em;
  border-radius: 4px;
  font-size: 13px;
  font-family: 'Museo Sans 500', arial;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  color: #FFF;
  display: block;
}
.solution-download i {
  margin-left: 6px;
}
.solution-download:hover {
  color: rgba(255, 255, 255, 0.9);
}
.solution-download:nth-last-child(1) {
  margin-bottom: 0;
}
.related-solutions {
  list-style: none;
  padding-left: 0;
}
.related-solutions li {
  margin-bottom: 6px;
}
.related-solutions li a {
  display: block;
  color: #FFF;
  font-family: 'Museo Sans 500', arial;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 5px;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
}
.related-solutions li a:hover {
  background: #F08900;
}
.solutions-header-img {
  height: 600px;
  width: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 990px) {
  .solutions-header-img {
    height: 350px;
    width: 100%;
    margin-bottom: 1em;
  }
}
.solutions-overview .solutions-overview-item {
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.solutions-overview .solutions-overview-item:hover {
  transform: translate3d(2px, 2px, 10px);
}
.solutions-overview .solutions-overview-item .solutions-overview-item-box {
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  background-size: cover;
  background-position: center center;
  height: 275px;
  border-radius: 25px;
  padding: 40px;
  position: relative;
}
@media (max-width: 990px) {
  .solutions-overview .solutions-overview-item .solutions-overview-item-box {
    height: auto;
    padding: 32px;
  }
}
.solutions-overview .solutions-overview-item .solutions-overview-item-box .solutions-overview-item-title {
  font-size: 1.4em;
}
.solutions-overview .solutions-overview-item .solutions-overview-item-box.greencare-box {
  background: linear-gradient(90deg, #8dc047 0%, #3cb03d 100%) !important;
}
.solutions-overview .solutions-overview-item:nth-of-type(odd) .solutions-overview-item-box {
  background: #002855;
  background-size: cover;
  background-position: center center;
}
.solutions-overview .solutions-overview-item h1,
.solutions-overview .solutions-overview-item h2,
.solutions-overview .solutions-overview-item h3,
.solutions-overview .solutions-overview-item h4,
.solutions-overview .solutions-overview-item h5,
.solutions-overview .solutions-overview-item h6 {
  color: #FFF;
}
/**
 * Solutions Index Page - Card-based Layout with Category Filtering
 */
/* Filter Section Title */
.solutions-filter-title {
  font-size: 2rem;
  font-weight: 700;
  color: #002855;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .solutions-filter-title {
    font-size: 1.5rem;
  }
}
/* Filter Controls */
.solutions-filter {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 2rem;
  border-radius: 15px;
}
.filter-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}
.filter-btn {
  padding: 0.75rem 1.5rem;
  background: white;
  border: 2px solid #dee2e6;
  border-radius: 50px;
  font-weight: 600;
  color: #495057;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}
.filter-btn:hover {
  background: #F08900;
  border-color: #F08900;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.filter-btn.active,
.filter-btn.mixitup-control-active {
  background: #F08900;
  border-color: #F08900;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
/* Solution Cards */
a.text-decoration-none:hover .solution-card {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
a.text-decoration-none:hover .solution-card .solution-card-image img {
  transform: scale(1.05);
}
a.text-decoration-none:hover .solution-card .solution-card-title {
  color: #F08900;
}
a.text-decoration-none:hover .solution-card .solution-read-more {
  gap: 0.5rem;
}
a.text-decoration-none:hover .solution-card .solution-read-more i {
  transform: translateX(5px);
}
.solution-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  position: relative;
}
.solution-card-greencare {
  border: 1px solid #e9ecef;
}
.solution-card-image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
}
.solution-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.solution-card-image-placeholder {
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-card-image-placeholder .placeholder-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.solution-card-image-placeholder .placeholder-pattern .circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}
.solution-card-image-placeholder .placeholder-pattern .circle.circle-1 {
  width: 160px;
  height: 160px;
  top: 35%;
  left: 20%;
  animation: float-1 8s ease-in-out infinite;
}
.solution-card-image-placeholder .placeholder-pattern .circle.circle-2 {
  width: 85px;
  height: 85px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-card-image-placeholder .placeholder-pattern .circle.circle-2 i {
  color: white;
  font-size: 2rem;
  opacity: 0.9;
}
.solution-card-image-placeholder .placeholder-pattern .circle.circle-3 {
  width: 75px;
  height: 75px;
  bottom: -20px;
  left: -35px;
  animation: float-2 10s ease-in-out infinite;
}
.solution-card-image-placeholder .placeholder-pattern .circle.circle-4 {
  width: 55px;
  height: 55px;
  bottom: 5%;
  right: 15%;
  animation: float-3 7s ease-in-out infinite;
}
.solution-card-image-placeholder .placeholder-pattern .circle.circle-5 {
  width: 100px;
  height: 100px;
  top: -20px;
  right: -35px;
  animation: float-4 9s ease-in-out infinite;
}
.solution-card-image-placeholder .placeholder-pattern .circle.circle-6 {
  width: 70px;
  height: 70px;
  top: 10%;
  right: 20%;
  animation: float-2 9s ease-in-out infinite;
}
@keyframes float-1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-8px, -12px);
  }
}
@keyframes float-2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 8px);
  }
}
@keyframes float-3 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-6px, 10px);
  }
}
@keyframes float-4 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, -6px);
  }
}
.solution-card-body {
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.solution-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #002855;
}
.solution-card-text {
  color: #6c757d;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 1.25rem;
  min-height: 4.8em;
}
.solution-card-footer {
  border-top: 1px solid #e9ecef;
}
.solution-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 1;
}
.greencare-badge {
  background: linear-gradient(90deg, #8dc047 0%, #3cb03d 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  border: none;
}
.solution-category-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.solution-category-label {
  display: inline-block;
  color: #F08900;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.solution-read-more {
  color: #F08900;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.solution-read-more i {
  transition: transform 0.3s ease;
}
.solution-employee-float {
  position: absolute;
  top: 238px;
  right: 1.5rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .solution-employee-float {
    top: 178px;
  }
}
.solution-employee-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid white;
  transition: all 0.3s ease;
  background: white;
}
.solution-employee-avatar-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  color: #6c757d;
  font-size: 1.75rem;
}
a.text-decoration-none:hover .solution-employee-avatar {
  transform: scale(1.1);
}
/* Pagination */
.solutions-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mixitup-page-list {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.mixitup-control {
  padding: 0.5rem 1rem;
  background: white;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #495057;
}
.mixitup-control:hover {
  background: #F08900;
  border-color: #F08900;
  color: white;
}
.mixitup-control.mixitup-control-active {
  background: #F08900;
  border-color: #F08900;
  color: white;
}
.mixitup-control.mixitup-control-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mixitup-page-stats {
  color: #6c757d;
  font-size: 0.95rem;
}
/* No Results */
.solution-no-results i {
  color: #dee2e6;
}
/* Responsive */
@media (max-width: 768px) {
  .filter-controls {
    gap: 0.5rem;
  }
  .filter-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
  .solution-card-image {
    height: 220px;
  }
  .solution-card-title {
    font-size: 1.1rem;
  }
}
/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mix {
  animation: fadeIn 0.5s ease-out;
}
/* Solutions blocks inside tabs */
.tab-pane .solutions-links-container {
  padding: 2em;
  background: #FFF;
  border-radius: 5px;
  box-shadow: none;
}
.nav-pills .nav-link {
  font-family: 'Museo Sans 700', sans-serif;
  color: #002855;
  background-color: #FFF;
}
.nav-pills .nav-link.active {
  background: linear-gradient(90deg, #FBB800 0%, #F98D46 100%);
}
.nav-pills .nav-link.mw-250 {
  min-width: 250px;
}
.tooltip .tooltip-inner {
  padding: 12px 24px;
  background-color: #002855;
  font-size: 12px;
}
.pulse {
  overflow: visible;
}
.pulse:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity 2s, transform 2s;
  animation: pulse-animation 3s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.video {
  border: 5px solid #106CB3;
  border-radius: 15px;
  position: relative;
}
.video #video-cover {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
.video .video-play-button {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.mce-content-body .ratio.ratio-16x9::before {
  padding-top: 0;
}
.dinasleep-carousel {
  /* cell number */
}
.dinasleep-carousel .carousel-cell {
  width: 100%;
  height: 650px;
  border-radius: 5px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.dinasleep-carousel .carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}
.dinasleep-carousel .carousel-label {
  position: absolute;
  left: 0;
  top: 63%;
  background-color: #002855;
  color: #FFF;
  padding: 1em;
  width: 70%;
}
.dinasleep-carousel .carousel-label span {
  background-color: #FFF;
  font-family: 'Museo Sans 700';
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 12px;
  color: #106CB3;
  padding: 5px 10px;
}
.dinasleep-carousel .carousel-label h5 {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #F08900;
}
.dinasleep-carousel .carousel-label p {
  margin-bottom: 0;
}
.dinasleep-carousel .flickity-prev-next-button {
  background-color: #F08900;
  width: 50px;
  height: 50px;
  @include transition(0.3 s);
}
.dinasleep-carousel .flickity-prev-next-button:hover {
  background-color: rgba(240, 137, 0, 0.8);
  border: 3px;
  @include transition(0.3 s);
}
.dinasleep-carousel .flickity-prev-next-button.next {
  left: 75px;
  top: 55%;
  margin-bottom: 0;
}
.dinasleep-carousel .flickity-prev-next-button.next::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f176";
  font-size: 30px;
  line-height: 50px;
  color: white;
}
@media (max-width: 1200px) {
  .dinasleep-carousel .flickity-prev-next-button.next::before {
    font-size: 20px;
    line-height: 40px;
  }
}
.dinasleep-carousel .flickity-prev-next-button.previous {
  left: 0;
  top: 55%;
  margin-bottom: 0;
}
.dinasleep-carousel .flickity-prev-next-button.previous::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f175";
  font-size: 30px;
  line-height: 50px;
  color: white;
}
@media (max-width: 1200px) {
  .dinasleep-carousel .flickity-prev-next-button.previous::before {
    font-size: 20px;
    line-height: 40px;
  }
}
.reference {
  position: relative;
}
.reference::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f04b";
  font-size: 60px;
  line-height: 50px;
  color: white;
  z-index: 999;
  border-radius: 9999px;
  position: absolute;
  left: calc(50% - 26px);
  top: calc(50% - 25px);
  opacity: 0.8;
}
.reference-video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.dealer-carousel .carousel-cell {
  margin-right: 0;
}
.breadcrumb .breadcrumb-item.active {
  color: #F8F8F8;
}
.closing-the-loop .textbox-parent {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 350px;
}
.closing-the-loop .navigate-buttons {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 20px;
}
.closing-the-loop .navigate-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  height: 50px;
  width: 50px;
}
.closing-the-loop .greencare-logo {
  width: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -60%);
  z-index: 1;
}
.closing-the-loop .parent-circle {
  position: relative;
  background-color: #002855;
  width: 300px;
  height: 300px;
  min-width: 300px;
  min-height: 300px;
  border-radius: 50%;
  transform: rotate(0deg);
  transition: transform 1s ease;
}
@media (max-width: 1199px) {
  .closing-the-loop .parent-circle {
    rotate: 90deg;
  }
}
.closing-the-loop .parent-circle .circle {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 30%;
  height: 30%;
  margin: -15%;
  background-color: #002855;
  border: 5px solid #F8F8F8;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transition: 0.5s all ease;
}
.closing-the-loop .parent-circle .circle.active {
  width: 40%;
  height: 40%;
  margin: -20%;
  background-color: #F08900;
}
.closing-the-loop .parent-circle .circle.active .circle-content i {
  font-size: 50px;
}
.closing-the-loop .parent-circle .circle span {
  background-color: #FFF;
  border-radius: 20px;
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -10px;
  bottom: -10px;
  border: 5px solid #002855;
  align-items: center;
  justify-content: center;
  color: #002855;
  font-size: 20px;
}
.closing-the-loop .parent-circle .circle .circle-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
}
.closing-the-loop .parent-circle .circle .circle-content i {
  transition: all 0.5s ease;
  font-size: 30px;
  color: #FFF;
}
.closing-the-loop .parent-circle .circle .circle-content .flip-icon {
  transform: scaleX(-1);
}
@media (max-width: 1199px) {
  .closing-the-loop .parent-circle .circle .circle-content {
    rotate: -90deg;
  }
}
.closing-the-loop .parent-circle .circle.one {
  transform: translate(150px);
}
.closing-the-loop .parent-circle .circle.two {
  transform: rotate(72deg) translate(150px) rotate(-72deg);
}
.closing-the-loop .parent-circle .circle.three {
  transform: rotate(144deg) translate(150px) rotate(-144deg);
}
.closing-the-loop .parent-circle .circle.five {
  transform: rotate(216deg) translate(150px) rotate(-216deg);
}
.closing-the-loop .parent-circle .circle.six {
  transform: rotate(288deg) translate(150px) rotate(-288deg);
}
.closing-the-loop .textbox {
  position: absolute;
  transition: 0.5s opacity ease;
  left: 0;
}
.closing-the-loop .textbox.opacity-0 {
  pointer-events: none;
}
.closing-the-loop .circle.four {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #002855;
  border: 5px solid #F8F8F8;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 190px), calc(-50% - 140px));
  transition: 0.5s all ease;
}
@media (max-width: 1199px) {
  .closing-the-loop .circle.four {
    transform: translate(calc(-50% + 210px), calc(-50% - 70px));
  }
}
@media (max-width: 767px) {
  .closing-the-loop .circle.four {
    transform: translate(calc(-50% + 130px), calc(-50% + 160px));
  }
}
.closing-the-loop .circle.four.active {
  scale: 1.1;
  background-color: #F08900;
}
.closing-the-loop .circle.four.active .circle-content i {
  font-size: 50px;
}
.closing-the-loop .circle.four .repair-arrow {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: calc(50% - 1.4px) 50%;
  scale: 1.2;
  animation: rotate 5s infinite linear;
}
.closing-the-loop .circle.four .repare-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
}
.closing-the-loop .circle.four .repare-item i {
  transition: all 0.5s ease;
  font-size: 30px;
  color: #FFF;
}
.infographic .infographic-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.infographic .infographic-grid .infographic-grid-item {
  padding: 30px 60px;
  gap: 10px;
  border-radius: 5px;
  background-color: #002855;
}
.infographic .infographic-grid .infographic-grid-item:nth-child(4) {
  grid-column: 1 / 3;
}
.infographic .infographic-grid .infographic-grid-item .factory {
  width: 120px;
}
.infographic .infographic-grid .infographic-grid-item h1,
.infographic .infographic-grid .infographic-grid-item h2,
.infographic .infographic-grid .infographic-grid-item h3,
.infographic .infographic-grid .infographic-grid-item h4,
.infographic .infographic-grid .infographic-grid-item h5,
.infographic .infographic-grid .infographic-grid-item h6 {
  color: #FFF;
  text-align: center;
}
.infographic .infographic-grid .infographic-grid-item.bg-green {
  background-color: #8dc047;
}
.infographic .infographic-grid .infographic-grid-item.bg-orange {
  background-color: #F08900;
}
@media (max-width: 1199px) {
  .infographic .infographic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .infographic .infographic-grid .infographic-grid-item.bg-green {
    grid-row-start: 3;
  }
}
@media (max-width: 850px) {
  .infographic .infographic-grid {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .infographic .infographic-grid .infographic-grid-item {
    width: 100%;
  }
  .infographic .infographic-grid .infographic-grid-item.bg-green {
    grid-row-start: 3;
  }
}
.infographic .large-number {
  font-size: 60px;
}
.infographic .number-text {
  font-size: 20px;
  margin-right: 10px;
}
.infographic i {
  font-size: 95px;
  color: #FFF;
}
.infographic i.leaf {
  font-size: 75px;
  animation: windwave 3s infinite ease;
  transform-origin: bottom left;
}
.infographic .oeko-logo {
  width: 150px;
  animation: rotate 10s infinite linear;
}
@keyframes windwave {
  0% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.wrap {
  width: 100px;
  height: 100px;
  position: absolute;
  transform: translate(-30px, -30px);
}
.wrap .steam {
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #8dc047;
  z-index: 0;
  opacity: 0.3;
}
.wrap #steam-one {
  animation: steam-one 2s ease-out infinite;
}
.wrap #steam-three {
  animation: steam-one 2s ease-out 1s infinite;
}
@keyframes steam-one {
  0% {
    transform: translateY(0) translateX(0) scale(0.25);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-50px) translateX(-20px) scale(1);
    opacity: 0;
  }
}
.wrap #steam-two {
  animation: steam-two 4s ease-out 0.5s infinite;
}
.wrap #steam-four {
  animation: steam-two 4s ease-out 1.5s infinite;
}
@keyframes steam-two {
  0% {
    transform: translateY(0) translateX(0) scale(0.25);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-50px) translateX(20px) scale(1);
    opacity: 0;
  }
}
/* Global Stylings */
.camp label {
  display: block;
  margin-bottom: 0.5rem;
}
.camp input {
  display: block;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}
.width-50 {
  width: 50%;
}
.ml-auto {
  margin-left: auto;
}
.text-center {
  text-align: center;
}
/* Progressbar */
.progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin: 2rem 0 4rem;
}
.progressbar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #dcdcdc;
  z-index: 0;
}
.progress {
  background-color: #106CB3;
  width: 0%;
  transition: 0.3s;
}
.progress-step {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.progress-step::before {
  counter-increment: step;
  content: counter(step);
}
.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 0.5rem);
  font-size: 0.85rem;
  color: #666;
}
.progress-step-active {
  background-color: #106CB3;
  color: #ffffff;
}
/* Form */
.form {
  background-color: #fff;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 4rem;
}
.form-step {
  display: none;
  transform-origin: top;
}
.form-step-active {
  display: block;
}
.input-group {
  margin: 2rem 0;
}
@keyframes animate {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
/* Button */
.btns-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

