body#mercury .row.first .products_carousel {
  padding: 5.5em 0;
}
body#mercury .row.first .products_carousel > .container {
  width: calc(100% - 60px);
  max-width: 1276px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 960px) {
  body#mercury .row.first .products_carousel > .container {
    width: calc(100% - 120px);
  }
}
body#mercury .row.first .products_carousel > .container h4 {
  font-weight: 700;
  color: #00b2b1;
  text-transform: uppercase;
  margin: 0 0 0.76em;
  text-align: center;
  font-size: 1.55em;
}
body#mercury .row.first .products_carousel > .container h3 {
  font-weight: 700;
  color: #162473;
  text-transform: uppercase;
  font-family: "Rajdhani";
  margin: 0;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.1em;
}
body#mercury .row.first .products_carousel .products_carousel_holder {
  max-width: 1100px;
  margin-top: 3em;
  left: 5px;
}
body#mercury .row.first .products_carousel .products_carousel_holder .product {
  background-color: black;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  height: 480px;
  width: 1024px;
  position: relative;
  display: flex;
  align-items: center;
}
body#mercury .row.first .products_carousel .products_carousel_holder .product img {
  height: 480px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body#mercury .row.first .products_carousel .products_carousel_holder .product .container {
  width: calc(100% - 60px);
  max-width: 1276px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 50px) !important;
  padding: 6.9em 0;
}
@media only screen and (min-width: 960px) {
  body#mercury .row.first .products_carousel .products_carousel_holder .product .container {
    width: calc(100% - 120px);
  }
}
body#mercury .row.first .products_carousel .products_carousel_holder .product .container .content {
  width: 70%;
  max-width: 520px;
}
body#mercury .row.first .products_carousel .products_carousel_holder .product .container .content p {
  color: white;
  margin: 0;
}
body#mercury .row.first .products_carousel .products_carousel_holder .product .container .content p.category {
  font-family: "Rajdhani";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.17em;
}
body#mercury .row.first .products_carousel .products_carousel_holder .product .container .content p.title {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.15em;
  margin: 0 0 0.25em;
}
body#mercury .row.first .products_carousel .products_carousel_holder .product .container .content p.desc {
  font-size: 1.05em;
  margin: 0 0 1.28em;
}
body#mercury .row.first .products_carousel .products_carousel_holder .product .container .content p.btn a {
  text-transform: uppercase;
  background-color: #20bab0;
  border-color: #20bab0;
  color: #001f63;
}
body#mercury .row.first .products_carousel .products_carousel_holder .product .container .content p.btn a:hover, body#mercury .row.first .products_carousel .products_carousel_holder .product .container .content p.btn a:focus {
  background-color: #4DC8C0;
  border-color: #4DC8C0;
}
body#mercury .row.first .products_carousel .products_carousel_under {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 2.5em;
}
body#mercury .row.first .products_carousel .products_carousel_under .btns {
  border-right: 2px solid #e5e8ef;
  padding-right: 3em;
  margin-right: 3em;
}
body#mercury .row.first .products_carousel .products_carousel_under .btns a {
  cursor: pointer;
}
body#mercury .row.first .products_carousel .products_carousel_under .btns a svg path {
  -moz-transition: fill 0.15s linear 0s;
  -webkit-transition: fill 0.15s linear 0s;
  -o-transition-property: fill 0.15s linear 0s;
  -ms-transition-property: fill 0.15s linear 0s;
  transition: fill 0.15s linear 0s;
}
body#mercury .row.first .products_carousel .products_carousel_under .btns a svg rect {
  -moz-transition: fill 0.15s linear 0s;
  -webkit-transition: fill 0.15s linear 0s;
  -o-transition-property: fill 0.15s linear 0s;
  -ms-transition-property: fill 0.15s linear 0s;
  transition: fill 0.15s linear 0s;
}
body#mercury .row.first .products_carousel .products_carousel_under .btns a:hover svg path, body#mercury .row.first .products_carousel .products_carousel_under .btns a:focus svg path {
  fill: #001f63;
}
body#mercury .row.first .products_carousel .products_carousel_under .btns a:hover svg rect, body#mercury .row.first .products_carousel .products_carousel_under .btns a:focus svg rect {
  fill: #20bab0;
}
body#mercury .row.first .products_carousel .products_carousel_under > p {
  margin: 0;
  font-family: "Rajdhani";
  font-weight: bold;
  font-size: 1.2em;
}
body#mercury .row.first .products_carousel .products_carousel_under > p a {
  color: #001f63;
  text-decoration: none;
}
body#mercury .row.first .products_carousel .products_carousel_under > p a:hover, body#mercury .row.first .products_carousel .products_carousel_under > p a:focus {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  body#mercury .row.first .products_carousel .products_carousel_holder {
    left: 0;
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
  }
  body#mercury .row.first .products_carousel .products_carousel_holder .slick-list {
    overflow: visible;
  }
  body#mercury .row.first .products_carousel .products_carousel_holder .product .img_holder {
    display: none;
  }
  body#mercury .row.first .products_carousel > .container h4 {
    font-size: 1.44em;
  }
  body#mercury .row.first .products_carousel > .container h3 {
    font-size: 3.065em;
  }
}
@media only screen and (max-width: 767px) {
  body#mercury .row.first .products_carousel .products_carousel_holder .product {
    flex-direction: column;
    background-image: none !important;
  }
  body#mercury .row.first .products_carousel .products_carousel_holder .product .container {
    padding: 1em 0 2.5em;
  }
  body#mercury .row.first .products_carousel .products_carousel_holder .product .container .content {
    width: 100%;
    max-width: 100%;
  }
  body#mercury .row.first .products_carousel .products_carousel_holder .product .container .content p.desc {
    font-size: 1.15em;
  }
  body#mercury .row.first .products_carousel .products_carousel_holder .product .container .content p.btn {
    font-size: 1em;
  }
  body#mercury .row.first .products_carousel .products_carousel_holder .product .img_holder {
    height: 20em;
    width: 100%;
    position: relative;
  }
  body#mercury .row.first .products_carousel .products_carousel_holder .product .img_holder:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 6%, rgba(0, 0, 0, 0) 49%);
  }
  body#mercury .row.first .products_carousel .products_carousel_holder .product .img_holder img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    width: 100%;
    height: 100%;
  }
  body#mercury .row.first .products_carousel .products_carousel_under {
    flex-direction: column;
    text-align: center;
  }
  body#mercury .row.first .products_carousel .products_carousel_under .btns {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  body#mercury .row.first .products_carousel .products_carousel_under p {
    margin-top: 1.5em;
    font-size: 1.35em;
  }
}

/*# sourceMappingURL=view.css.map*/