.about-heading {
  font-family: "Montserrat Alternates Bold" !important;
  font-weight: 900;
}

.about-subheading {
  color: #3d9746;
  font-family: "Poppins" !important;
  padding: 10px 0;
  font-size: 14px;
}

.about-subheading::after {
  content: "";
  width: 70px;
  border-bottom: 3px solid #3d9746;
  display: block;
  padding: 5px 0;
}

.about-logo div {
  width: 6rem;
  margin: 0.4rem;
}

@media screen and (max-width: 768px) {
  .about-logo {
    justify-content: center;
  }
}
.bg-overlays {
  background: black;
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  /*transition: all .3s;*/
  /*-webkit-transition-duration: 0.8s;*/
}

.bg-overlays-show {
  opacity: 0.2;
  visibility: visible;
  /*transition: all .3s;*/
}

.bg-overlay-shadow {
  cursor: pointer;
  opacity: 0;
}
.bg-overlay-shadow .overlay-text {
  display: none !important;
}
.bg-overlay-shadow:hover {
  background: linear-gradient(to bottom, rgba(46, 46, 46, 0.1019607843), rgba(46, 46, 46, 0.2705882353), rgba(46, 46, 46, 0.8823529412));
  opacity: 1;
  transition: all 0.3s ease;
}
.bg-overlay-shadow:hover .overlay-text {
  display: flex !important;
  position: absolute;
  left: 0;
  padding: 0 10px;
  width: 100%;
  bottom: 0;
  color: #fff;
}
.bg-overlay-shadow:hover .overlay-text p {
  color: #fff;
  margin: 0;
}

.text-gray-900 {
  color: #3c4043;
}

.bg-light {
  background-color: #fff !important;
}

.bg-light-2 {
  background-color: #f8f8f8 !important;
}

.bg-green-200 {
  background-color: #e9e9e9;
}

.bg-green-100 {
  background-color: #f1f1f1;
}

.bg-green-scrollup {
  background-color: #737873 !important;
}

.text-green-200 {
  color: #718773;
}

.btn-custom {
  color: white;
  display: flex;
  align-items: center;
  box-shadow: none;
  background: transparent;
}

.button-nav:focus,
.button-nav:hover,
.button-nav:active,
.button-nav:target,
.btn-custom:hover,
.btn-custom:active {
  background: transparent;
  color: white;
}

.card-pro {
  padding: 0;
}

.card-product-category {
  margin: 0 !important;
}

.carousel-item img {
  transform: translate(0px, -65px);
}

.carousel-inner {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.description {
  text-align: center;
}

.description p {
  width: 50%;
  margin: auto;
}

.form-control {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
}

.paint-img {
  right: -10px;
}
.paint-img .eximages {
  height: 7vw;
}
.paint-img div:nth-child(1) {
  transform: translateX(10px);
}
.paint-img div:nth-child(3) {
  transform: translateX(0);
  -webkit-animation: paint2width 4s 2s infinite;
          animation: paint2width 4s 2s infinite;
}

@-webkit-keyframes paint2width {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-350px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes paint2width {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-350px);
  }
  100% {
    transform: translateX(0);
  }
}
.partnersonscroll {
  transform: rotate(-5deg);
}
.partnersonscroll .partners_wrappers::-webkit-scrollbar {
  display: none;
}
.partnersonscroll ul .partners_wrappers {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-y: hidden;
}
.partnersonscroll ul .partners_wrappers .picture {
  width: 180px;
  margin: 15px;
  border-radius: 10px;
}

#home {
  background-color: var(--j-color-secondary);
}

input.search-form-input:focus {
  box-shadow: unset !important;
  border: none !important;
  background: transparent;
  color: var(--j-color-secondary);
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.navbar-brand img {
  width: 100px;
}

.nav-colored {
  background: black !important;
}

.nav-transparent {
  box-shadow: none;
  background-color: transparent !important;
}

.j-px-sm {
  padding: 0 var(--px-sm);
}

* {
  font-family: "Rubik Regular" !important;
}

:root {
  --px-sm: 54px;
  --j-color-primary: #3d9746;
  --j-color-secondary: #eeffee;
  --color-primary: #222;
  --color-primary-rgb: 34, 34, 34;
  --color-link: #222;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-orange: #fa5d29;
  --color-errors: #fa5d29;
  --color-featured: #f8f0ee;
  --color-underlined: var(--color-primary-rgb);
  --color-connect: #ff602c;
  --color-connect-2: #ffae94;
  --color-connect-3: #ffc5b1;
  --color-inspire: #aaeec4;
  --color-inspire-2: #c8e4d3;
  --color-inspire-3: #e2f4e9;
  --color-awards: #502bd8;
  --color-awards-2: #6749d1;
  --color-awards-3: #917eda;
  --color-read: #c0ab3c;
  --color-read-2: #cdc38b;
  --color-read-3: #dbd6c0;
  --color-learn: #fff083;
  --color-learn-2: #fff9d0;
  --color-learn-3: #fffbe2;
  --color-jobs: #74bcff;
  --color-jobs-2: #99ccfc;
  --color-jobs-3: #b4d7f8;
  --text-size-small: 12px;
  --text-size-primary: 16px;
  --text-size-medium: 18px;
  --text-size-large: 24px;
  --border-gray: #e9e9e9;
  --bg-primary: #f8f8f8;
  --bg-primary-rgb: 248, 248, 248;
  --bg-secondary: #222;
  --bg-3rd: #e9e9e9;
  --bg-4rd: #f3f3f3;
  --bg-white: white;
  --header-height: 71px;
  --gutter: 20px;
  --pad-inner: 52px;
  --color-odd-rows: #f3f3f3;
  --avatar-bg: #f8f8f8;
  --rounded-small: 4px;
  --rounded-normal: 8px;
  --rounded-large: 1rem;
  --img-resizing-site: 16 / 12;
  --img-resizing-paronamic: 2 / 1;
  --img-resizing-desktop: 19 / 10;
}

.box-shadow {
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.2) !important;
}

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

.pagination {
  margin: 2rem auto;
  flex-flow: wrap;
}
.pagination li {
  padding: 5px 15px;
  margin: 10px 5px;
  border-radius: 0;
  border: 1px solid #3d9746;
  box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.6784313725);
}
.pagination li.active {
  background-color: #3d9746;
}
.pagination li.active a {
  color: #fff;
}

.w-50px {
  width: 50px;
}

.w-80px {
  width: 80px;
}

.w-150px {
  width: 150px;
}

.w-250px {
  width: 250px;
}

.w-450px {
  width: 450px;
}

.w-70-p {
  width: 70% !important;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

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

.top-50 {
  top: 50% !important;
}

.top-65 {
  top: 65% !important;
}

.top-85 {
  top: 85% !important;
}

.w-80-p {
  width: 80%;
}

.w-70-p {
  width: 70%;
}

.h-5 {
  height: 5rem;
}

.h-6 {
  height: 6rem;
}

.h-10 {
  height: 10rem !important;
}

.h-15 {
  height: 15rem;
}

.h-30-px {
  height: 30px;
}

.h-40-px {
  height: 40px;
}

.h-60-p {
  height: 60%;
}

.h-70-p {
  height: 70%;
}

.h-450-px {
  height: 450px !important;
}

.h-280-px {
  height: 280px;
}

.h-600-px {
  height: 600px !important;
}

.h-800-px {
  height: 800px !important;
}

.h-100-vh {
  height: 100vh;
}

.min-h-10 {
  min-height: 10px;
}

.min-h-50 {
  min-height: 50px !important;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.agreement {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.border-solid-1px {
  border: 1px solid #c9c9c9;
}

.border-t-dashed {
  border: 2px dashed #e5e5e5;
  border-style: dashed;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.border-b-solid {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid;
  border-color: #e5e5e5;
}

.border-y-solid {
  border-top: 2px solid;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid;
  border-color: #e5e5e5;
}

.border-b-dotted {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px dotted;
  border-color: #e5e5e5;
}

.border-l-dashed {
  border-left: 2px dashed #f2f2f2;
}

.border-r-dashed {
  border-right: 2px dashed #f2f2f2;
}

.border-l-solid {
  border-left: 7px solid #28a745;
}

.green-lighten-3 {
  background-color: #eeffee;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.h-lg {
  height: 24rem;
}

.letter-spacing-normal {
  letter-spacing: normal !important;
}

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

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

.bg-gray-100 {
  background-color: #f9f9f9;
}

.bg-gray {
  background-color: #f7f7f9;
}

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

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

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

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

.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 3rem;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.pl-4 {
  padding-left: 3rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 3rem;
}

.p-45px {
  padding: 45px;
}

.py-5rem {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.word-break-unset {
  word-break: unset !important;
}

.word-break-all {
  word-break: break-all !important;
}

.changeCoordinates {
  height: auto !important;
}

.changeCoordinates:hover div {
  color: #3e71ff;
}

.box-inner {
  max-width: 1281px;
  margin: 0 auto;
}

@media screen and (max-width: 1281px) {
  .box-inner {
    max-width: 100%;
    margin: auto;
    padding: 0 52px;
  }
}
.image {
  border-radius: 10px !important;
}

.banner-qrcode-wrap {
  position: relative;
}
.banner-qrcode-wrap .banner-qrcode {
  position: absolute;
  z-index: 10;
  width: 200px;
  left: 4rem;
  top: -10rem;
}

@media (max-width: 720px) {
  .header-m {
    padding: 0 1rem;
  }
  .ligra_panel {
    display: none;
  }
}
@media (max-width: 1024px) {
  .banner-qrcode-wrap {
    position: relative;
  }
  .banner-qrcode-wrap .banner-qrcode {
    position: absolute;
    z-index: 10;
    width: 120px;
    left: 20px;
    top: -8rem;
  }
}
.gr-content {
  margin: 0 2rem;
}

.gr-container:nth-child(2n+1) {
  background-color: #e9e9e9;
}
.gr-container:nth-child(2n+1) .gr-row-content {
  flex-direction: row-reverse;
}
.gr-container .gr-row-content {
  width: 90vw;
  margin: 5rem 0;
}

.gr-inspiro-slider {
  height: 450px !important;
}

.ln-height-5 {
  line-height: 5px !important;
}

.ln-height-20 {
  line-height: 20px;
}

.ln-height-30 {
  line-height: 30px !important;
}

.ln-height-40 {
  line-height: 40px !important;
}

.ln-height-80 {
  line-height: 80px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-60 {
  font-size: 60px !important;
}

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

.x-page-container {
  max-width: 1920px;
  padding: 0 52px;
  margin: auto;
}

.appearance-auto {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}

.overflow-unset {
  overflow: unset;
}

.overflow-auto {
  overflow: auto;
}

.article-images {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-right: 5.5rem;
  padding-left: 5.5rem;
}

.article-social {
  padding-left: 3rem;
}

.btn-categories {
  padding: 2rem 3rem;
}

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

.z-index-min-1 {
  z-index: -1;
}

.img-articles:hover .darken-color {
  background-color: #f7f7f9;
  width: 100%;
  height: 24rem;
  position: absolute;
  top: 0;
}

.text-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-truncate-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

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

.rounded-tl-tr {
  border-radius: 200px 190px 0px 0px !important;
}

.data-loader {
  margin: 20% auto 0;
  transform: translateZ(0);
}

.data-loader:before,
.data-loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.data-loader:before,
.data-loader:after,
.data-loader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation: animation 1.2s infinite ease-in-out;
          animation: animation 1.2s infinite ease-in-out;
}

.data-loader {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

.data-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.data-loader:after {
  left: 3.5em;
}

.search-item:hover {
  background-color: rgba(66, 98, 57, 0.5215686275);
}

.banner-description-box {
  width: 60%;
}

.qrcode {
  display: flex;
  flex-direction: column;
  padding: 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: rgba(255, 255, 255, 0.1490196078);
  border-radius: 25px;
  width: 610px;
  position: absolute;
  right: -15vw;
}

.qrcode .logo-box {
  display: flex;
  flex-direction: row;
}
.qrcode .logo-box svg {
  margin-right: 1rem;
  width: 30px;
  height: 30px;
}
.qrcode .logo-box .link-box {
  align-items: flex-start;
}

@-webkit-keyframes slideInLeft {
  0% {
    right: -55vw;
  }
  100% {
    right: -15vw;
  }
}

@keyframes slideInLeft {
  0% {
    right: -55vw;
  }
  100% {
    right: -15vw;
  }
}
@-webkit-keyframes animation {
  0%, 80%, 100% {
    box-shadow: 0 2em 0 -1em #333;
  }
  40% {
    box-shadow: 0 2em 0 0 #333;
  }
}
@keyframes animation {
  0%, 80%, 100% {
    box-shadow: 0 2em 0 -1em #333;
  }
  40% {
    box-shadow: 0 2em 0 0 #333;
  }
}
@media (max-width: 980px) {
  .article-images {
    padding: 0;
  }
  .article-social {
    padding-left: 10px;
  }
  .btn-categories {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  .sm-none {
    display: none !important;
  }
  .sm-h-unset {
    height: unset !important;
  }
  .sm-x-grid-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-p-fixed {
    position: fixed !important;
  }
  .banner-qrcode-wrap {
    display: none;
  }
  .qrcode {
    right: unset;
    padding: 0;
  }
}
@media (max-width: 1080px) {
  .banner-button {
    font-size: 1rem !important;
  }
  .x-page-container {
    padding: 0 12px !important;
  }
  .qrcode {
    position: relative;
    background-color: transparent;
    right: 0;
  }
  .qrcode .logo-box .link-box {
    align-items: center;
  }
  .qrcode .logo-box {
    display: flex;
    flex-direction: column;
  }
  .qrcode span {
    text-align: center;
  }
  .banner-description-box {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .product-list {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1081px) {
  .flickity-slider .is-selected .qrcode {
    -webkit-animation: slideInLeft 2s 1s forwards;
            animation: slideInLeft 2s 1s forwards;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .banner-button a {
    font-size: 1.5rem;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .md-block {
    display: block !important;
  }
  .md-x-grid-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .md-x-grid-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .contact {
    flex-direction: column;
  }
  .contact .col-c {
    width: 100%;
  }
  .x-container {
    padding: 0 20px;
  }
  .agreement {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }
  .agreement .privacy {
    flex-direction: row;
  }
  .gr-content {
    margin: 0 1rem;
  }
  .gr-inspiro-slider {
    height: 360px !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .md-h-360-px {
    height: 360px !important;
  }
  .md-fs-48 {
    font-size: 48px !important;
  }
  .agreement {
    text-align: left;
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
  }
  .agreement .privacy {
    flex-direction: column;
    align-items: flex-start;
  }
  .gr-content {
    margin: 0;
  }
  .gr-inspiro-slider {
    height: auto !important;
  }
}
.image-shadow-1 {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.0509803922);
}

.cursor-pointer {
  cursor: pointer !important;
}

.elevation-24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
}
.elevation-23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12) !important;
}
.elevation-22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12) !important;
}
.elevation-21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12) !important;
}
.elevation-20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12) !important;
}
.elevation-19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12) !important;
}
.elevation-18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12) !important;
}
.elevation-17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}
.elevation-16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12) !important;
}
.elevation-15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12) !important;
}
.elevation-14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12) !important;
}
.elevation-13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12) !important;
}
.elevation-12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12) !important;
}
.elevation-11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12) !important;
}
.elevation-10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12) !important;
}
.elevation-9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12) !important;
}
.elevation-8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
}
.elevation-7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
}
.elevation-6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12) !important;
}
.elevation-5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12) !important;
}
.elevation-4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.elevation-3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12) !important;
}
.elevation-2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}
.elevation-1 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
}
.elevation-0 {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12) !important;
}

@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.x-container {
  width: 100%;
  margin: auto;
  max-width: 1920px;
}
@media (max-width: 37.5em) {
  .x-container {
    padding: 0 15px;
  }
}
@media (min-width: 50em) {
  .x-container {
    padding: 0 30px;
  }
}
@media (min-width: 70em) {
  .x-container {
    padding: 0 52px;
  }
}

.btn-blue {
  background-color: #b12fad !important;
  border-color: #b12fad !important;
  color: #fff;
}

.btn-shadow {
  text-align: center;
}

.dots-round .dot {
  width: 10px;
  height: 10px;
  border-radius: 30px;
}

.card_product {
  border-radius: 15px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .carousel_product .flickity-viewport {
    height: 300px !important;
  }
}
.carousel-cell {
  width: 100%; /* full width */
  margin-right: 10px;
}

.carousel_product .flickity-slider {
  transform: translateX(0%);
}

.carousel_product .flickity-button {
  width: 25px;
  height: 25px;
  opacity: 1;
  background-color: transparent;
  box-shadow: none;
}

.carousel_product .flickity-button:before {
  color: #1d271d;
}

.carousel_product .flickity-page-dots .dot {
  box-shadow: inset 0 0 0 2px #b1d5b5 !important;
}

.carousel_product .flickity-page-dots .dot:after {
  background-color: #b1d5b5 !important;
}

@media screen and (max-width: 480px) {
  .carousel_product .carousel-cell {
    height: 250px;
  }
  .carousel_product img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    height: 250px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .carousel_product .carousel-cell {
    height: 300px;
  }
  .carousel_product img {
    height: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .captions-banner {
    align-items: center;
  }
  .captions-banner .links {
    width: 8rem;
    display: none !important;
    height: 3.5rem !important;
  }
}
.max-width-1216 {
  max-width: 1216px;
}

.x-list-attribute-project .x-icon {
  margin-right: 15px;
}
.x-list-attribute-project .x-icon i {
  font-size: 24px;
}
.x-list-attribute-project .x-title {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 3px;
}

button {
  white-space: nowrap;
}

.brand-desktop {
  height: 40px;
}

.brand-desktop .phone-brand img {
  height: 100%;
}

@media (min-width: 800px) {
  .brand-desktop {
    display: flex;
  }
}
@media (max-width: 799px) {
  .brand-desktop {
    display: none;
  }
}
.brand-mobile {
  height: 40px;
}

.brand-mobile img {
  height: 100%;
}

@media (min-width: 800px) {
  .brand-mobile {
    display: none;
  }
}
@media (max-width: 799px) {
  .brand-mobile {
    display: flex;
  }
}
.header-inner {
  background-color: #e4e9ff;
  height: auto;
  padding: 1.3rem 0;
}

.box-brand {
  display: flex;
}

#header .search-form {
  width: 50vw;
  background-color: #d9dfff;
  padding: 0.5rem 0;
  height: unset;
}
#header .search-form .search-form-field .search-result {
  background-color: #c3ccf2;
  color: #444444 !important;
}
#header .search-form .search-form-field.bg-show-result {
  background-color: #e4e9ff;
}

#header .p-dropdown .p-dropdown-content,
.p-dropdown ul.p-dropdown-content {
  background-color: #e4e9ff !important;
}

#header .p-dropdown .p-dropdown-content ul > li a,
.p-dropdown .p-dropdown-content > li a,
.p-dropdown ul.p-dropdown-content ul > li a,
.p-dropdown ul.p-dropdown-content > li a {
  color: #444444 !important;
}

.search-form .search-form-field.bg-show-result button svg,
.mobile.p-dropdown svg {
  fill: #444444 !important;
}

.show-search .menu-search .desktop .p-dropdown div {
  color: #444444 !important;
}
.show-search .menu-search .desktop .p-dropdown div svg {
  fill: #444444 !important;
}

#header .ex-box-brand .navbar-type {
  display: flex;
  flex-direction: column;
}
#header .ex-box-brand .navbar-type p {
  white-space: nowrap;
}

.brand-desktop img {
  width: 7vw;
}

@media screen and (max-width: 901px) {
  #header .search-form {
    width: 40vw;
  }
}
@media screen and (min-width: 900px) and (max-width: 1384px) {
  #header .search-form {
    width: 50vw;
  }
}
@media screen and (max-width: 991px) {
  #header.header-mini {
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #header .search-form {
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .mobile.p-dropdown svg {
    width: 15px;
  }
  .header-mini {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ex-box-brand {
    flex-direction: column;
    align-items: center;
    margin-top: -10px;
    flex-direction: row;
  }
  .ex-box-brand .navbar-type {
    display: none !important;
    padding: 1rem;
  }
  .ex-box-brand .navbar-type:before {
    content: "";
    border-style: solid;
    border-width: 10px 10px 10px 0px;
    border-color: transparent #e4e9ff transparent transparent;
    position: absolute;
  }
  .ex-box-brand .phone-brand:hover .navbar-type {
    display: flex !important;
    position: absolute;
    top: 80px;
    right: 3rem;
    background-color: #e4e9ff;
    padding: 10px;
  }
  .ex-box-brand .phone-brand:hover .navbar-type:before {
    content: "";
    transform: rotate(90deg);
    top: -15px;
    right: 45px;
  }
  .ex-box-brand .email-brand:hover .navbar-type {
    display: flex !important;
    position: absolute;
    top: 80px;
    right: 1rem;
    background-color: #e4e9ff;
    padding: 10px;
  }
  .ex-box-brand .email-brand:hover .navbar-type:before {
    content: "";
    transform: rotate(90deg);
    top: -15px;
    right: 23px;
  }
  .brand {
    display: block !important;
    height: 25px !important;
  }
  .box-brand .brand img {
    height: 3rem;
  }
  #header .search-form .search-form-field.bg-show-result svg {
    fill: #444444 !important;
  }
}
@media screen and (max-width: 480px) {
  #header .search-form {
    width: 100vw;
  }
}
@media screen and (max-width: 1440px) {
  .section-box {
    padding: 0 0;
    border-radius: 0;
  }
}
.btn-viewmore-text-blue {
  color: #3348BB;
  text-decoration: underline;
}

.btn-viewmore-border-dark {
  width: 100%;
  justify-content: center;
  border: 1px solid #000;
  height: 38px;
}

.btn-viewmore-bg-gray {
  width: 100%;
  background: #e8e8e8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

.btn-viewmore-border-blue {
  width: 178px;
  justify-content: center;
  align-items: center;
  border: 1px solid #3348bb;
  color: #3348bb;
  margin-top: 3rem;
  padding: 0.5rem;
}
.btn-viewmore-border-blue h4 {
  color: #3348bb;
}

.btn-chip-border-dark {
  border: 1px solid #000 !important;
  background-color: transparent !important;
  border-radius: 3px !important;
  color: #555555 !important;
  font-size: 14px;
  padding: 5px 9.4375px 6px 10px !important;
  height: 28px !important;
}

.view {
  padding: 4.5rem 1rem;
}

.product-with-image-desc .title {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
  margin-top: 1rem;
}
.product-with-image-desc h3 {
  margin: 0 !important;
}

.product-articles .title {
  justify-content: flex-start !important;
  text-align: left !important;
}

.product-user-info {
  display: flex;
  flex-direction: row;
}
.product-user-info i {
  color: #3348bb;
}
.product-user-info span {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 1rem;
}

.brands {
  padding: 1rem;
}

.product-with-image-box img.logo {
  height: 100px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-with-image-box img.thumbnail {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-loadmore {
  border: 0;
  background-color: transparent;
  text-align: left;
  color: #3348bb;
  margin-top: 10px;
}

.thumbnail {
  width: 100%;
}

.box-slider-banner {
  height: auto !important;
}
@media screen and (max-width: 480px) {
  .box-slider-banner .flickity-viewport {
    height: 160px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .box-slider-banner {
    height: auto !important;
  }
  .box-slider-banner .flickity-viewport {
    height: 290px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .box-slider-banner .flickity-viewport {
    height: 420px !important;
  }
}
@media screen and (min-width: 1281px) {
  .box-slider-banner .flickity-viewport {
    height: 70vh !important;
  }
}

.box-slider-articles {
  height: 350px;
}
.box-slider-articles .flickity-viewport {
  height: 300px !important;
}
.box-slider-articles .flickity-viewport img {
  height: 300px !important;
}

.articles-card {
  padding: 0 1rem;
  position: relative;
}
.articles-card .thumbnail {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .articles-card {
    padding: 0;
  }
}

.share-btn-box {
  display: flex;
  flex-direction: row;
}
.share-btn-box .ssk-icon {
  color: #3348bb !important;
  margin: 0 0.5rem;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal-lightbox-default {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(57, 64, 74, 0.9490196078); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-lightbox-default-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
.caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-lightbox-default-content,
.caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media only screen and (max-width: 1279px) {
  .x-about-icon {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (min-width: 1280px) {
  .x-about-icon {
    width: 100px;
    height: 100px;
  }
}

/* The Close Button */
.modal-lightbox-default-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-lightbox-default-close:hover,
.modal-lightbox-default-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-lightbox-default-content {
    width: 100%;
  }
}
.w-25 {
  width: 25%;
}

.product-filter-mobile {
  padding: 1rem 0;
  border: 0;
  background: transparent;
  width: 50px;
}
.product-filter-mobile i {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .product-filter-mobile {
    display: none;
  }
}

.product-list-style {
  padding: 1rem;
  border: 0;
  background: transparent;
  width: 50px;
}
.product-list-style.active {
  border-radius: 30px;
  background: #3348bb;
}
.product-list-style.active svg {
  color: #fff;
}
.product-list-style.active svg path {
  fill: #fff;
}

.filter-top-box {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.filter-top-box .filter-top {
  width: 30%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.filter-top-box .filter-top span {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .filter-top-box .filter-top {
    margin: 0.5rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .filter-top-box .filter-top .form-group {
    width: 100%;
  }
}
.filter-top-box .filter-top-product-box {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1024px) {
  .filter-top-box {
    flex-direction: column;
  }
  .filter-top-box .filter-top {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .filter-top-box .filter-top {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .filter-top-box .filter-top-btn-box {
    margin: 0.5rem 0;
  }
}
.filter-product button {
  height: auto !important;
}
.filter-product .filter-price {
  text-align: center;
  border: 0;
  background-color: #F5F5F5;
  margin: 0 5px;
}

.iframe {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .overlay-filter-product {
    position: fixed;
    width: 100vw;
    top: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5215686275);
    left: 0;
    z-index: 990;
    display: none;
  }
  .overlay-filter-product.active {
    display: block;
  }
}
.filter-product-box i.bi {
  width: 100%;
  text-align: right;
  display: block;
}
@media screen and (max-width: 768px) {
  .filter-product-box {
    display: none;
    position: fixed;
    z-index: 990;
    background-color: #fff;
    width: 85vw;
    height: 100vh;
    left: 0;
    padding: 30px;
    top: 0;
    overflow-y: auto;
  }
  .filter-product-box.active {
    display: block;
  }
}

.btn_send_message {
  width: 100%;
  height: 40px;
  background-color: #3348BB !important;
  border: transparent !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.bg-blue-f {
  background-color: #edf0ff;
}

.bg-blue-50 {
  background-color: #dfe4ff;
}

.bg-purple {
  background-color: #3348bb !important;
  color: #fff;
}

.copyrights,
.copyrights a {
  color: #fff;
}

.copyrights {
  padding: 15px 25px;
  border-radius: 10px 10px 0 0;
}

.footer-best-services {
  padding: 4rem 2rem;
}
@media only screen and (max-width: 720px) {
  .footer-best-services .box-inner {
    padding: 1rem;
  }
}

.footer-contact {
  padding: 5rem;
}
@media only screen and (max-width: 720px) {
  .footer-contact {
    padding: 1rem;
  }
}

.footer-contact .icon-social div {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-contact .f-logo {
  width: 150px;
}

.footer-contact .box-footer {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .footer-contact .box-footer {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .footer-contact .box-footer {
    margin-top: 4rem;
  }
}
.links a {
  text-decoration: none;
  color: #555555;
}

.box-inner {
  max-width: 1280px;
  margin: auto;
}

.row {
  width: 100%;
  margin: 0;
}

.footer-best-services img {
  height: 60px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .footer-best-services {
    padding: 4rem 0;
  }
}
.footer-banner {
  padding: 3rem 0;
  text-align: center;
  color: #fff;
}
.footer-banner h3,
.footer-banner p {
  color: #fff;
}

.footer-banner a {
  margin-top: 2rem;
  border-radius: 0px;
  padding: 10px 20px;
}

.x-contact-map {
  padding-right: 30px;
}
@media only screen and (max-width: 752px) {
  .x-contact-map {
    padding-right: 0;
  }
}
.x-contact-map iframe {
  height: 578px;
}
@media only screen and (max-width: 752px) {
  .x-contact-map iframe {
    height: 400px;
    margin-bottom: 30px;
  }
}

.x-contact-form {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .x-contact-form {
    padding-top: 30px;
    padding-left: 0;
  }
}

.x-contact-card {
  border-radius: 0px !important;
  height: 100%;
}

.aspect-ratio-1-1 img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.aspect-ratio-3-2 img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.aspect-ratio-4-3 img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.x-card {
  border-width: thin;
  display: block;
  max-width: 100%;
  outline: none;
  text-decoration: none;
  transition-property: box-shadow, opacity;
  overflow-wrap: break-word;
  position: relative;
  white-space: normal;
  border-radius: 4px;
}
.x-card.x-card-social-feed {
  border-radius: 8px;
}
.x-card.x-card-social-feed .x-card-text {
  padding: 15px;
}
.x-card.x-card-social-feed .x-card-action {
  padding: 0 15px 15px 15px;
}
.x-card.x-card-social-feed .icon-social-media {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-top: -35px;
}
.x-card.x-card-social-feed .icon-social-media svg {
  fill: #1d9bf0;
}
.x-card.x-card-social-feed .tag {
  color: #26A826;
}
.x-card .x-card-avatar {
  display: flex;
  width: 100%;
  padding: 15px 15px;
  align-items: center;
}
.x-card .x-card-avatar .avatar {
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
.x-card .x-card-avatar .avatar img {
  border-radius: 50%;
  border: 1px solid #e9efeb;
}
.x-card .x-card-avatar .x-card-avatar-text {
  line-height: normal;
  font-weight: 800;
  font-size: 16px;
}
.x-card .x-card-link:hover {
  color: #000 !important;
}
.x-card .x-share {
  position: absolute;
  top: 15px;
  z-index: 99;
  right: 15px;
}
.x-card .x-share .bi-share-fill {
  color: #fff;
  -webkit-text-fill-color: #fff;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3d9746;
}
.x-card.x-card-border {
  border: 1px solid #1F4C23;
}
.x-card .x-card-heading {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.0125em;
  line-height: 2rem;
  word-break: normal;
  margin-bottom: 0;
  font-size: 19.5px;
  line-height: calc(16px * 1.618);
  font-weight: 700;
  padding: 15px 15px 0px 15px;
}
@media (max-width: 37.5em) {
  .x-card .x-card-heading {
    font-size: 18px;
    line-height: calc(15px * 1.618);
  }
}
.x-card .x-card-text {
  font-size: 13px;
  line-height: calc(13px * 1.618);
  font-weight: 300;
  padding: 5px 15px 15px 15px;
}
@media (max-width: 37.5em) {
  .x-card .x-card-text {
    font-size: 12px;
    line-height: calc(12px * 1.618);
  }
}
.x-card .x-card-text p {
  margin: 0;
}
.x-card .x-card-icon {
  display: flex;
}
.x-card .x-card-icon img {
  width: 64px;
  height: auto;
  margin-right: 15px;
}
.x-card .x-card-action {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
.x-card .x-card-action div {
  display: flex;
  margin-right: 15px;
}
.x-card .x-card-action div svg {
  width: 18.75px;
  height: 18.75px;
  margin-right: 5px;
}

.x-contact-card {
  padding: 60px 15px 55px;
  text-align: center;
  transition: all linear 0.3s;
  border-radius: 15px;
}
.x-contact-card:hover {
  background: #2250fc;
}
.x-contact-card:hover .x-contact-card-icon {
  background: #fff;
}
.x-contact-card:hover .x-contact-card-icon svg {
  color: #2250fc;
}
.x-contact-card:hover .x-contact-card-title h4 {
  color: #fff;
}
.x-contact-card:hover .x-contact-card-text {
  color: #fff;
}
.x-contact-card:hover .x-contact-card-text a {
  color: #fff;
}
.x-contact-card .x-contact-card-icon {
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #2250fc;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  transition: all linear 0.3s;
}
.x-contact-card .x-contact-card-title {
  font-size: 25px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.x-contact-card .x-contact-card-text {
  font-size: 18px;
  line-height: 30px;
}
.x-contact-card.active {
  background: #2250fc;
}
.x-contact-card.active .x-contact-card-icon {
  background: #fff;
}
.x-contact-card.active .x-contact-card-icon svg {
  color: #2250fc;
}
.x-contact-card.active .x-contact-card-title h4 {
  color: #fff;
}
.x-contact-card.active .x-contact-card-text {
  color: #fff;
}
.x-contact-card.active .x-contact-card-text a {
  color: #fff;
}

.x-card-product-v2 {
  outline: none;
  text-decoration: none;
  transition-property: box-shadow, opacity;
  overflow-wrap: break-word;
  position: relative;
  white-space: normal;
}
.x-card-product-v2-link:hover {
  color: #000 !important;
}
.x-card-product-v2-heading {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.0125em;
  line-height: 2rem;
  word-break: normal;
  margin-bottom: 0;
  font-size: 19.5px;
  line-height: calc(16px * 1.618);
  font-weight: 700;
  padding: 15px 15px 0px 15px;
}
@media (max-width: 37.5em) {
  .x-card-product-v2-heading {
    font-size: 18px;
    line-height: calc(15px * 1.618);
  }
}
.x-card-product-v2-text {
  font-size: 13px;
  line-height: calc(13px * 1.618);
  font-weight: 300;
  padding: 5px 15px 15px 15px;
}
@media (max-width: 37.5em) {
  .x-card-product-v2-text {
    font-size: 12px;
    line-height: calc(12px * 1.618);
  }
}
.x-card-product-v2-text p {
  margin: 0;
}
.x-card-product-v2-brand {
  padding: 3px 15px 0px 15px;
}
.x-card-product-v2-tags {
  padding: 3px 15px 0px 15px;
}
.x-card-product-v2-action {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
.x-card-product-v2-action div {
  display: flex;
  margin-right: 15px;
}
.x-card-product-v2-action div svg {
  width: 18.75px;
  height: 18.75px;
  margin-right: 5px;
}
.x-card-product-v2-label {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 15px;
  background: #eee;
  padding: 0 10px;
  font-size: 12px;
}

.x-card-product-list-v2 {
  outline: none;
  text-decoration: none;
  transition-property: box-shadow, opacity;
  overflow-wrap: break-word;
  position: relative;
  white-space: normal;
}
.x-card-product-list-v2-link:hover {
  color: #000 !important;
}
.x-card-product-list-v2-image img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .x-card-product-list-v2-media {
    display: block;
  }
}
.x-card-product-list-v2-heading {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.0125em;
  line-height: 2rem;
  word-break: normal;
  margin-bottom: 0;
  font-size: 19.5px;
  line-height: calc(16px * 1.618);
  font-weight: 700;
  padding: 0 15px 0px 15px;
}
@media (max-width: 37.5em) {
  .x-card-product-list-v2-heading {
    font-size: 18px;
    line-height: calc(15px * 1.618);
  }
}
.x-card-product-list-v2-text {
  font-size: 13px;
  line-height: calc(13px * 1.618);
  font-weight: 300;
  padding: 5px 15px 15px 15px;
}
@media (max-width: 37.5em) {
  .x-card-product-list-v2-text {
    font-size: 12px;
    line-height: calc(12px * 1.618);
  }
}
.x-card-product-list-v2-text p {
  margin: 0;
}
.x-card-product-list-v2-brand {
  padding: 3px 15px 0px 15px;
}
.x-card-product-list-v2-tags {
  padding: 3px 15px 0px 15px;
}
.x-card-product-list-v2-action {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
.x-card-product-list-v2-action div {
  display: flex;
  margin-right: 15px;
}
.x-card-product-list-v2-action div svg {
  width: 18.75px;
  height: 18.75px;
  margin-right: 5px;
}
.x-card-product-list-v2-label {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 15px;
  background: #eee;
  padding: 0 10px;
  font-size: 12px;
}
.x-card-product-list-v2-body {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 480px) {
  .x-card-product-list-v2-body {
    flex-direction: column;
    align-items: center;
  }
  .x-card-product-list-v2-content {
    margin: 1rem 0;
  }
}

@media (max-width: 1366px) {
  .inspiro-slider.slider-fullscreen {
    height: 80vh;
  }
}
@media (min-width: 1367px) {
  .inspiro-slider.slider-fullscreen {
    height: 85vh;
  }
}
@media (min-width: 1430px) {
  .inspiro-slider.slider-fullscreen {
    height: 90vh;
  }
}

.x-heading {
  font-weight: 700;
}
@media (max-width: 37.5em) {
  .x-heading {
    font-size: 27px;
    line-height: calc(27px * 1.618);
  }
}
@media (min-width: 50em) {
  .x-heading {
    font-size: 40.5px;
    line-height: calc(31.5px * 1.618);
  }
}
@media (min-width: 70em) {
  .x-heading {
    font-size: 54px;
    line-height: calc(36px * 1.618);
  }
}

.x-subheading {
  font-weight: 700;
}
@media (max-width: 37.5em) {
  .x-subheading {
    font-size: 12px;
    line-height: calc(12px * 1.618);
  }
}
@media (min-width: 50em) {
  .x-subheading {
    font-size: 18px;
    line-height: calc(31.5px * 1.618);
  }
}
@media (min-width: 70em) {
  .x-subheading {
    font-size: 24px;
    line-height: calc(24px * 1.618);
  }
}

.x-text,
p {
  font-weight: 300;
}
@media (max-width: 37.5em) {
  .x-text,
p {
    font-size: 12px;
    line-height: calc(12px * 1.618);
  }
}
@media (min-width: 50em) {
  .x-text,
p {
    font-size: 12px;
    line-height: calc(12px * 1.618);
  }
}
@media (min-width: 70em) {
  .x-text,
p {
    font-size: 16px;
    line-height: calc(16px * 1.618);
  }
}

.x-baseline {
  font-weight: 300;
}
@media (max-width: 37.5em) {
  .x-baseline {
    font-size: 8px;
    line-height: calc(8px * 1.618);
  }
}
@media (min-width: 50em) {
  .x-baseline {
    font-size: 8px;
    line-height: calc(8px * 1.618);
  }
}
@media (min-width: 70em) {
  .x-baseline {
    font-size: 10.6666666667px;
    line-height: calc(10.6666666667px * 1.618);
  }
}

.x-title {
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 37.5em) {
  .x-title {
    font-size: 18px;
    line-height: calc(18px * 1.618);
  }
}
@media (min-width: 50em) {
  .x-title {
    font-size: 18px;
    line-height: calc(18px * 1.618);
  }
}
@media (min-width: 70em) {
  .x-title {
    font-size: 38.25px;
    line-height: calc(25.5px * 1.618);
  }
}

.x-title-1 {
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 37.5em) {
  .x-title-1 {
    font-size: 22.5px;
    line-height: calc(22.5px * 1.618);
    margin-bottom: 5px;
  }
}
@media (min-width: 50em) {
  .x-title-1 {
    font-size: 30px;
    line-height: calc(20px * 1.618);
  }
}
@media (min-width: 70em) {
  .x-title-1 {
    font-size: 56.25px;
    line-height: calc(37.5px * 1.618);
  }
}

.x-subtitle-1 {
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 37.5em) {
  .x-subtitle-1 {
    font-size: 10px;
    line-height: calc(10px * 1.618);
    margin-bottom: 5px;
  }
}
@media (min-width: 50em) {
  .x-subtitle-1 {
    font-size: 15px;
    line-height: calc(15px * 1.618);
  }
}
@media (min-width: 70em) {
  .x-subtitle-1 {
    font-size: 16.6666666667px;
    line-height: calc(16.6666666667px * 1.618);
  }
}

.x-title-2 {
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 37.5em) {
  .x-title-2 {
    font-size: 18px;
    line-height: calc(18px * 1.618);
    margin-bottom: 5px;
  }
}
@media (min-width: 37.5em) {
  .x-title-2 {
    font-size: 21px;
    line-height: calc(21px * 1.618);
  }
}
@media (min-width: 50em) {
  .x-title-2 {
    font-size: 18px;
    line-height: calc(18px * 1.618);
  }
}
@media (min-width: 70em) {
  .x-title-2 {
    font-size: 22.5px;
    line-height: calc(22.5px * 1.618);
  }
}

.x-share {
  width: 20px;
  position: relative;
}
.x-share .x-icon-share {
  text-align: right;
  cursor: pointer;
}
.x-share .x-icon-share .bi {
  font-size: 20px;
}
.x-share .share-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 1px solid #317938;
  padding: 10px 8px;
  border-radius: 5px;
  display: flex;
}
.x-share .share-btn a {
  cursor: pointer;
  padding: 0 7px;
  font-size: 20px;
  display: flex;
}
.x-share .share-btn a i {
  font-size: 20px;
}
.x-share .share-btn .close {
  cursor: pointer;
  font-size: 20px;
  margin-left: 10px;
}

section {
  overflow: unset;
  padding: 45px 0;
}
@media (max-width: 37.5em) {
  section {
    padding: 35px 0;
  }
}
section .box-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 37.5em) {
  section .box-heading {
    margin-bottom: 20px;
  }
}

.x-section-about .x-about-image {
  position: relative;
}
.x-section-about .x-about-image .x-about-image-1 {
  height: 674px;
  width: calc(100% - 200px);
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .x-section-about .x-about-image .x-about-image-1 {
    height: 350px;
    width: 80%;
  }
}
.x-section-about .x-about-image .x-about-image-2 {
  height: 480px;
  width: 350px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 5px;
  z-index: 1;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .x-section-about .x-about-image .x-about-image-2 {
    height: 280px;
    width: 200px;
  }
}
.x-section-about .x-about-image .x-about-bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}
.x-section-about .x-about-subheading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 8px;
}
.x-section-about .x-about-heading {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
.x-section-about .x-about-text {
  margin-bottom: 22px;
}
.x-grid-2 {
  margin: 0 auto;
  display: grid;
}
@media (max-width: 37.5em) {
  .x-grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 50em) {
  .x-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.x-grid-item-2 {
  margin: 0 auto;
  display: grid;
}
@media (max-width: 37.5em) {
  .x-grid-item-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 50em) {
  .x-grid-item-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 64em) {
  .x-grid-item-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 70em) {
  .x-grid-item-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.x-grid-3 {
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
@media (max-width: 37.5em) {
  .x-grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 50em) {
  .x-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64em) {
  .x-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.x-grid-4 {
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
@media (max-width: 37.5em) {
  .x-grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 50em) {
  .x-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64em) {
  .x-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.x-grid-5 {
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
@media (max-width: 37.5em) {
  .x-grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 50em) {
  .x-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64em) {
  .x-grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 70em) {
  .x-grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.x-grid-6 {
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
@media (max-width: 37.5em) {
  .x-grid-6 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 50em) {
  .x-grid-6 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 64em) {
  .x-grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 70em) {
  .x-grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.x-grid-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 5vw);
  grid-gap: 8px;
}
@media (max-width: 37.5em) {
  .x-grid-gallery {
    grid-gap: 3px;
  }
}
.x-grid-gallery .x-item {
  position: relative;
}
.x-grid-gallery .x-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.x-grid-gallery .x-item.x-video {
  position: relative;
}
.x-grid-gallery .x-item.x-video .x-icon-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  background: #d8eada;
  color: #26A826;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.x-grid-gallery-1 .x-item-1 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 7;
}
.x-grid-gallery-2 .x-item-1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 7;
}
.x-grid-gallery-2 .x-item-2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 7;
}
.x-grid-gallery-3 .x-item-1 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 7;
}
.x-grid-gallery-3 .x-item-2 {
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 4;
}
.x-grid-gallery-3 .x-item-3 {
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 7;
}
.x-grid-gallery-4 .x-item-1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 7;
}
.x-grid-gallery-4 .x-item-2 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 4;
}
.x-grid-gallery-4 .x-item-3 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 7;
}
.x-grid-gallery-4 .x-item-4 {
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 4;
}
.x-grid-gallery-5 .x-item-1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 7;
}
.x-grid-gallery-5 .x-item-2 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 4;
}
.x-grid-gallery-5 .x-item-3 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 7;
}
.x-grid-gallery-5 .x-item-4 {
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 4;
}
.x-grid-gallery-5 .x-item-5 {
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 7;
}

.x-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 37.5em) {
  .x-toolbar {
    align-items: self-start;
    margin-bottom: 15px;
  }
}
.x-toolbar .x-left {
  display: flex;
  align-items: center;
}
@media (max-width: 37.5em) {
  .x-toolbar .x-left {
    display: block;
    align-items: self-start;
  }
}
.x-toolbar .x-toolbar-title {
  font-weight: 700;
  margin-left: 15px;
}
@media (max-width: 37.5em) {
  .x-toolbar .x-toolbar-title {
    font-size: 18px;
    line-height: calc(18px * 1.618);
  }
}
@media (min-width: 50em) {
  .x-toolbar .x-toolbar-title {
    font-size: 18px;
    line-height: calc(18px * 1.618);
  }
}
@media (min-width: 70em) {
  .x-toolbar .x-toolbar-title {
    font-size: 38.25px;
    line-height: calc(25.5px * 1.618);
  }
}
@media (min-width: 991px) {
  #header.header-mini {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  #header.header-mini {
    line-height: 40px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 980px) {
  #header .ekstras {
    display: flex;
  }
}
@media (max-width: 979px) {
  #header .ekstras {
    display: none;
  }
}

.announcement-bar {
  padding-top: 3.5px;
  padding-bottom: 0;
  background-color: #1F4C23;
  color: #fff;
}

.menu-search .p-dropdown {
  height: 40px;
  padding-right: 20px;
}
.menu-search .desktop .p-dropdown div {
  height: 40px;
  display: flex;
  align-items: center;
}
.menu-search .desktop .p-dropdown div svg {
  margin-left: 5px;
}
@media (min-width: 800px) {
  .menu-search .desktop {
    display: flex;
  }
}
@media (max-width: 799px) {
  .menu-search .desktop {
    display: none;
  }
}
@media (min-width: 800px) {
  .menu-search .mobile {
    display: none;
  }
}
@media (max-width: 799px) {
  .menu-search .mobile {
    display: flex;
  }
}

@media (max-width: 37.5em) {
  .show-search .box-brand {
    display: none;
  }
  .show-search .search-form {
    margin-left: 0;
    margin-right: 0;
  }
  .show-search .menu-search {
    display: none;
  }
}
.show-search .menu-search .desktop .p-dropdown div {
  color: #fff;
}
.show-search .menu-search .desktop .p-dropdown div svg {
  fill: #fff;
}

.brand-desktop {
  height: 40px;
}
.brand-desktop img {
  height: 100%;
  width: auto;
}
@media (min-width: 800px) {
  .brand-desktop {
    display: flex;
  }
}
@media (max-width: 799px) {
  .brand-desktop {
    display: none;
  }
}

.brand-mobile {
  height: 40px;
}
.brand-mobile img {
  height: 100%;
}
@media (min-width: 800px) {
  .brand-mobile {
    display: none;
  }
}
@media (max-width: 799px) {
  .brand-mobile {
    display: flex;
  }
}

.footer-bottom .menu-footer-bottom {
  display: flex;
}
@media (max-width: 37.5em) {
  .footer-bottom .menu-footer-bottom {
    margin-bottom: 15px;
  }
}
.footer-bottom .menu-footer-bottom .privacy {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-bottom .menu-footer-bottom .privacy li {
  list-style: none;
  margin-right: 20px;
}
@media (max-width: 37.5em) {
  .footer-bottom .menu-footer-bottom .privacy {
    flex-direction: column;
  }
}
.footer-bottom .menu-footer-bottom .social-media {
  margin-left: auto;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-bottom .menu-footer-bottom .social-media li {
  list-style: none;
  margin-left: 20px;
}
@media (max-width: 37.5em) {
  .footer-bottom .menu-footer-bottom .social-media li {
    margin-right: 20px;
    margin-left: 0;
  }
}
.footer-bottom .menu-footer-bottom .social-media li i {
  font-size: 24px;
}

.footer-address .title {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-address .subtitle {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 20px;
}
.footer-address .list-address {
  margin-top: 15px;
  margin-bottom: 35px;
  padding-left: 0;
}
.footer-address .list-address li {
  margin-bottom: 10px;
}
.footer-address .list-address .icon {
  margin-bottom: 0;
}
.footer-address .list-address .text {
  line-height: 18px;
  margin-top: -3px;
  margin-left: 10px;
}

.search-form {
  background: #B1D5B5;
  position: relative;
  border-radius: 8px;
  height: 40px;
  margin-left: 15px;
  margin-right: 15px;
  z-index: 1;
}
.search-form .search-form-field {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 40px !important;
  border-radius: 8px;
}
.search-form .search-form-field button svg {
  width: 15px !important;
  height: 15px !important;
}
.search-form .search-form-field .back-icon {
  display: none;
  fill: #fff;
  margin-left: 10px;
  height: 23px;
}
.search-form .search-form-field.bg-show-result {
  background-color: #2c4c2f;
}
@media (max-width: 37.5em) {
  .search-form .search-form-field.bg-show-result .back-icon {
    display: block;
  }
  .search-form .search-form-field.bg-show-result #searchButton {
    display: none;
  }
}
.search-form .search-form-field.bg-show-result button svg {
  fill: #fff;
}
.search-form .search-form-field.bg-show-result input {
  color: #fff !important;
}
.search-form .search-form-field.bg-show-result input::-moz-placeholder {
  color: #eee;
}
.search-form .search-form-field.bg-show-result input::placeholder {
  color: #eee;
}
.search-form .search-form-field.bg-show-result input::-webkit-input-placeholder {
  color: #eee;
}
.search-form .search-form-field.bg-show-result .p-dropdown a {
  color: #fff;
}
.search-form .search-form-field.bg-show-result .p-dropdown a svg {
  fill: #fff;
}
.search-form .search-form-field .search-result {
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 40px 20px 20px 20px;
  border-radius: 8px;
  background-color: #1c341f;
  z-index: -1;
}
@media (max-width: 37.5em) {
  .search-form .search-form-field .search-result {
    max-height: 93vh;
    overflow-y: auto;
  }
}
.search-form .search-form-field .search-result .result-search-title {
  line-height: normal;
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 20px;
}
.search-form .search-form-field .search-result .result-search-item {
  display: flex;
  align-items: start;
  padding: 10px 14px;
}
.search-form .search-form-field .search-result .result-search-item:hover {
  background: rgba(44, 76, 47, 0.5294117647);
  border-radius: 3px;
}
.search-form .search-form-field .search-result .result-search-item .result-search-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 35px;
  width: 55px;
  border-radius: 3px;
  margin-right: 10px;
}
.search-form .search-form-field .search-result .result-search-item .result-search-text {
  line-height: 17px;
  color: #fff;
}
.search-form .search-form-field .p-dropdown .p-dropdown-content,
.search-form .search-form-field .p-dropdown ul.p-dropdown-content {
  top: 0;
  border-radius: 8px;
}

.x-product-page .top-page {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 3rem;
}
@media (max-width: 37.5em) {
  .x-product-page .top-page {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media (min-width: 37.5em) {
  .x-product-page .top-page {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media (min-width: 50em) {
  .x-product-page .top-page {
    grid-template-columns: 60% 1fr;
    gap: 2rem;
  }
}
@media (max-width: 37.5em) {
  .x-product-page .top-page .information {
    margin-top: 30px;
  }
}
@media (min-width: 37.5em) {
  .x-product-page .top-page .information {
    margin-top: 30px;
  }
}
@media (min-width: 50em) {
  .x-product-page .top-page .information {
    margin-top: 0;
  }
}
.page-home .page-heading {
  background-color: #D8EADA;
  padding-top: 100px;
  margin-bottom: 45px;
}
@media (max-width: 37.5em) {
  .page-home .page-heading {
    margin-bottom: 35px;
  }
}

@media (min-width: 50em) {
  .x-section-competitive .x-grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 64em) {
  .x-section-competitive .x-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 50em) {
  .x-section-competitive .x-grid-item-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1366px) {
  .x-section-competitive .x-grid-item-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1000px) {
  .x-section-competitive .x-grid-item-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 37.5em) {
  .x-section-competitive .x-grid-item-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.x-section-competitive .x-competitive {
  transition: 0.5s;
}
.x-section-competitive .x-competitive:hover {
  background-color: #ededed;
}
@media (min-width: 50em) {
  .x-section-competitive .x-competitive {
    padding: 20px;
  }
}
@media (min-width: 70em) {
  .x-section-competitive .x-competitive {
    padding: 35px;
    border-bottom: 1px dashed #e3e3e3;
  }
}
@media (max-width: 1366px) {
  .x-section-competitive .x-competitive {
    border-bottom: unset;
  }
}
@media (max-width: 37.5em) {
  .x-section-competitive .x-competitive {
    padding: 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 1366px) {
  .x-section-competitive .x-competitive .x-card-heading,
.x-section-competitive .x-competitive .x-card-text {
    padding: 8px 0px 0 0 !important;
  }
}
@media (max-width: 1000px) {
  .x-section-competitive .x-competitive .x-card-heading,
.x-section-competitive .x-competitive .x-card-text {
    padding: 5px 16px 0px 16px !important;
  }
}
@media (max-width: 37.5em) {
  .x-section-competitive .x-competitive .x-card-heading,
.x-section-competitive .x-competitive .x-card-text {
    padding: 8px 0px 0 0 !important;
  }
}
@media (max-width: 1366px) {
  .x-section-competitive .x-competitive .x-card-icon {
    padding: 8px 0px 0 0 !important;
  }
}
@media (max-width: 1000px) {
  .x-section-competitive .x-competitive .x-card-icon {
    padding: 16px !important;
  }
}
@media (max-width: 37.5em) {
  .x-section-competitive .x-competitive .x-card-icon {
    padding: 8px 0px 0 0 !important;
  }
}
