@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
@font-face {
  font-family: 'Avenir';
  src: url("fonts/avenir/Avenir-Roman.eot");
  src: url("fonts/avenir/Avenir-Roman.woff") format("woff"), url("fonts/avenir/Avenir-Roman.ttf") format("truetype"), url("fonts/avenir/Avenir-Roman.svg#Avenir-Roman") format("svg"), url("fonts/avenir/Avenir-Roman.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #143F93;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

/* Products Row */
.products-row .products-content {
  width: 65%;
  margin: auto;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .products-row .products-content {
    width: 90%;
  }
}

.products-row .products-content .products-main-bigtext {
   font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  .products-row .products-content .products-main-bigtext {
    font-size: 18px;
    line-height: 32px;
  }
}

.products-row .products-content .products-main-smalltext {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  .products-row .products-content .products-main-smalltext {
    font-size: 16px;
    line-height: 26px;
  }
}

.products-row .products-content .products-tiles {
  margin: auto;
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

@media only screen and (max-width: 1024px) {
  .products-row .products-content .products-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .products-row .products-content .products-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 425px) {
  .products-row .products-content .products-tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hero-tile-header{

font-family: 'Manrope', sans-serif;
}

.products-row .products-content .products-tiles .hero-tile {
  position: relative;
  background: #FEFEFF;
  border: 1px solid #291e30;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  height: 200px;
  width: 200px;
  cursor: pointer;
  color: #222222;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0px;
}

@media only screen and (max-width: 1024px) {
  .products-row .products-content .products-tiles .hero-tile .product-icon img {
    width: 30px;
    height: 30px;
  }
}

.products-row .products-content .products-tiles .hero-tile .hero-tile-header {
  text-align: center;
}

.products-row .products-content .products-tiles .hero-tile .hero-tile-hidden {
  position: absolute;
  margin-top: -20px;
  margin-left: 20px;
  padding: 20px 20px;
  background: #291e30;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  height: 100%;
  width: 100%;
  animation-name: opGrow;
  animation-duration: 0.5s;
  display: none;
}

@keyframes opGrow {
  from {
    /* opacity: 0; */
    margin-top: 0px;
    margin-left: 0px;
  }
  to {
    /* opacity: 0.9; */
    margin-top: -20px;
    margin-left: 20px;
  }
}

.products-row .products-content .products-tiles .hero-tile .hero-tile-hidden .hero-tile-header-hidden {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #FEFEFF;
  opacity: 0.9;
  margin-bottom: 10px;
}

.products-row .products-content .products-tiles .hero-tile .hero-tile-hidden .hero-tile-text-hidden {
 font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FEFEFF;
  opacity: 0.9;
  margin-bottom: 10px;
}

.products-row .products-content .products-tiles .hero-tile .hero-tile-hidden .hidden-arrow {
  position: absolute;
  bottom: 20px;
}

.raman-left-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* Raman Row Mobile */
.raman-row-mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  .raman-row-mobile {
    display: none;
  }
}

.raman-row-mobile .raman-content {
  width: 90%;
  margin: auto;
}

.raman-row-mobile .raman-content .raman-bigtext {
  width: 80%;
  margin: auto;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222222;
}

.raman-row-mobile .raman-content .raman-smalltext {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #222222;
}

.raman-row-mobile .products-tiles {
  margin: auto;
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 100px;
  position: relative;
}

.raman-row-mobile .products-tiles .raman-image {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 200px;
}

@media only screen and (max-width: 1024px) {
  .raman-row-mobile .products-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .raman-row-mobile .products-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 425px) {
  .raman-row-mobile .products-tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}

.raman-row-mobile .products-tiles .hero-tile {
  position: relative;
  background: #FEFEFF;
  border: 1px solid #291e30;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  height: 200px;
  width: 200px;
  cursor: pointer;
  color: #222222;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0px;
}

@media only screen and (max-width: 1024px) {
  .raman-row-mobile .products-tiles .hero-tile:nth-child(even) {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 425px) {
  .raman-row-mobile .products-tiles .hero-tile:nth-child(even) {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .raman-row-mobile .products-tiles .hero-tile .product-icon img {
    width: 30px;
    height: 30px;
  }
}

.raman-row-mobile .products-tiles .hero-tile .hero-tile-header {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .raman-row-mobile .products-tiles .hero-tile .hero-tile-header {
    font-size: 14px;
    line-height: 20px;
  }
}

.raman-row-mobile .products-tiles .hero-tile .hero-tile-hidden {
  position: absolute;
  margin-top: -20px;
  margin-left: 20px;
  padding: 20px 20px;
  background: #291e30;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  height: 100%;
  width: 100%;
  animation-name: opGrow;
  animation-duration: 0.5s;
  display: none;
}

@keyframes opGrow {
  from {
    /* opacity: 0; */
    margin-top: 0px;
    margin-left: 0px;
  }
  to {
    /* opacity: 0.9; */
    margin-top: -20px;
    margin-left: 20px;
  }
}

.raman-row-mobile .products-tiles .hero-tile .hero-tile-hidden .hero-tile-header-hidden {
     font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #FEFEFF;
  opacity: 0.9;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .raman-row-mobile .products-tiles .hero-tile .hero-tile-hidden .hero-tile-header-hidden {
    font-size: 14px;
  }
}

.raman-row-mobile .products-tiles .hero-tile .hero-tile-hidden .hero-tile-text-hidden {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FEFEFF;
  opacity: 0.9;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .raman-row-mobile .products-tiles .hero-tile .hero-tile-hidden .hero-tile-text-hidden {
    font-size: 12px;
  }
}

.raman-row-mobile .products-tiles .hero-tile .hero-tile-hidden .hidden-arrow {
  position: absolute;
  bottom: 10px;
}

/* Raman Row */
.raman-row {
  background-color: #e8f1ff;
}

@media only screen and (max-width: 1024px) {
  .raman-row {
    display: none;
  }
}

.raman-row .raman-content {
  width: 55%;
  margin: auto;
}

.raman-row .raman-bigtext {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222222;
}

.raman-row .raman-smalltext {
   font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #222222;
}

.raman-row .raman-carousel-outer {
  position: relative;
  padding: 20px;
}

.raman-row .raman-carousel-outer .raman-image {
  position: absolute;
  right: 100px;
  top: -60px;
  height: 300px;
}

.raman-row .raman-carousel-inner {
  overflow: hidden;
  position: relative;
  padding: 50px 0px;
}

.raman-row .raman-carousel {
  display: inline-flex;
}

.raman-row .raman-carousel-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 20px;
  color: #222222;
  height: 240px;
  width: 200px;
  margin-right: 100px;
}

.raman-row .raman-carousel .raman-carousel-item:nth-of-type(even) {
  margin-top: -30px;
}

.raman-row .raman-carousel-item.blue {
  background-color: #143F93;
  color: #FFFFFF !important;
}

.raman-row .raman-carousel-item .carousel-item-image {
  display: flex;
  flex-direction: row;
  justify-content: start;
  height: 30px;
  margin-bottom: 30px;
}

.raman-row .raman-carousel-item .carousel-item-image img {
  height: 100%;
  width: 30px;
}

.raman-row .raman-carousel-item .carousel-item-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  width: 150px;
  height: 70px;
}

.raman-row .raman-carousel-item .carousel-item-body {
  width: 150px;
  display: none;
}

.raman-row .raman-carousel-item .carousel-item-cta {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-top: auto;
}

.raman-row .raman-carousel-item .carousel-item-cta .hero-tile-action {
  margin-left: 0px;
}

.raman-row .raman-carousel-item.blue .carousel-item-cta .hero-tile-action {
  margin-left: 0px;
  color: #FFFFFF;
}

.raman-carousel .hero-tile {
  position: relative;
  background: #FEFEFF;
  border: 1px solid #291e30;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  height: 200px;
  width: 200px;
  cursor: pointer;
  color: #222222;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-right: 80px;
}

.raman-carousel .hero-tile:nth-of-type(even) {
  margin-top: -30px;
}

.raman-carousel .hero-tile .hero-tile-header {
  text-align: center;
}

.raman-carousel .hero-tile .hero-tile-hidden {
  position: absolute;
  margin-top: -20px;
  margin-left: 20px;
  padding: 20px 20px;
  background: #291e30;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  cursor: pointer;
  color: #ffffff;
  height: 100%;
  width: 100%;
  animation-name: opGrow;
  animation-duration: 0.5s;
  display: none;
}

@keyframes opGrow {
  from {
    /* opacity: 0; */
    margin-top: 0px;
    margin-left: 0px;
  }
  to {
    /* opacity: 0.9; */
    margin-top: -20px;
    margin-left: 20px;
  }
}

.raman-carousel .hero-tile .hero-tile-hidden .hero-tile-header-hidden {
     font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #FEFEFF;
  opacity: 0.9;
  margin-bottom: 10px;
}

.raman-carousel .hero-tile .hero-tile-hidden .hero-tile-text-hidden {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FEFEFF;
  opacity: 0.9;
  margin-bottom: 10px;
}

.raman-carousel .hero-tile .hero-tile-hidden .hidden-arrow {
  position: absolute;
  bottom: 20px;
}

@media screen and (min-width: 1400px) and (max-width: 1580px) {
  .responsive-container {
    width: auto !important;
  }
}

@media screen and (min-width: 1600px) {
  .responsive-container {
    width: auto !important;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1780px) {
  .responsive-container {
    width: auto !important;
  }
}

@media screen and (min-width: 1800px) and (max-width: 1880px) {
  .responsive-container {
    width: auto !important;
  }
}

@media screen and (min-width: 1900px) and (max-width: 1980px) {
  .responsive-container {
    width: auto !important;
  }
}
/*# sourceMappingURL=home.css.map */