/** Shopify CDN: Minification failed

Line 543:104 Unexpected "{"

**/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
/* spacing  */
@media (min-width: 767px) and (max-width: 1200px) {
  :root {
    --grid-desktop-horizontal-spacing: 15px !important;
    --grid-desktop-vertical-spacing: 15px !important;
  }
}
@media (max-width: 749px) {
  .product-grid li.grid__item,
  #product-grid li.grid__item {
    max-width: 100%;
    width: 100%;
  }
}
/* ========================================
   Blog Card - Custom Article Card Styles
   ======================================== */

.mh_blog_card {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: #111827;
  color: #fff;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.mh_blog_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.mh_blog_card .blog_card_media {
  display: block;
  width: 100%;
  height: 235px;
  position: relative;
  text-decoration: none;
}

.mh_blog_card .blog_image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mh_blog_card .blog_card_badge {
  position: absolute;
  left: 16px;
  top: 16px;
  min-height: 25px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #a855f7 0%, #ec4899 100%);
  border-radius: 20px;
  color: #d1d5db;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: normal;
  text-align: center;
}

.mh_blog_card .blog_card_content {
  padding: 24px;
  position: relative;
}

.mh_blog_card .blog_card_meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d1d5db;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: normal;
  margin: 0 0 10px;
}

.mh_blog_card .blog_card_meta .meta_item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mh_blog_card .blog_card_meta .meta_item .meta_icon {
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mh_blog_card .blog_title {
  color: #fff;
  font-family: "Saira", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: normal;
  margin: 0 0 4px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}

.mh_blog_card .blog_title:hover {
  color: #bf70e4;
}

.mh_blog_card .blog_title a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.mh_blog_card .blog_excerpt {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: normal;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 20px;
}

.mh_blog_card .blog_card_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.mh_blog_card .blog_author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mh_blog_card .blog_author .author_image {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.mh_blog_card .blog_author .author_image--initials {
  background: linear-gradient(135deg, #861AB9, #a855f7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Saira", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
}

.mh_blog_card .blog_author .author_name {
  color: #9ca3af;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: normal;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.mh_blog_card .blog_card_read_more {
  width: 32px;
  height: 32px;
  background-color: #ffffff0a;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.mh_blog_card .blog_card_read_more:hover {
  background: linear-gradient(90deg, #a855f7 0%, #ec4899 100%);
  transform: translate(3px, -3px);
}

.mh_blog_card .blog_card_read_more:active {
  transform: translate(0);
}

.mh_blog_card .blog_card_read_more:hover svg path {
  fill: #fff;
}

/* Responsive styles */
@media screen and (max-width: 425px) {
  .mh_blog_card .blog_card_content {
    padding: 24px 16px;
  }
}

/* ========================================
   Blog Page Title
   ======================================== */

.blog-title_rh {
  color: #fff;
  font-family: "Saira", "Inter", sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .blog-title_rh {
    font-size: 36px;
    line-height: 130%;
    margin: 0 0 32px;
  }
}

@media screen and (max-width: 576px) {
  .blog-title_rh {
    font-size: 28px;
    margin: 0 0 24px;
  }
}

/* ========================================
   Blog Grid - Article Cards Layout
   ======================================== */

.blog-grid_rh {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.blog-grid_rh .mh_blog_card {
  max-width: 100%;
}

@media screen and (min-width: 750px) {
  .blog-grid_rh {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .blog-grid_rh {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ========================================
   Blog Pagination
   ======================================== */

.main-blog .pagination-wrapper {
  margin-top: 48px;
}

.main-blog .pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.main-blog .pagination__list > li {
  flex: 0 0 auto;
  max-width: none;
  margin-right: 0;
}

.main-blog .pagination__list > li:not(:last-child) {
  margin-right: 0;
}

.main-blog .pagination__item {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #111827;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border: 0px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  opacity: 1;
}

.main-blog .pagination__item::after {
  display: none;
}

.main-blog .pagination__item:hover {
  background-color: #2a2f3e;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

a.pagination__item:hover:after{
  display: none;
}

.main-blog .pagination__item--current {
  background: #861AB9;
  color: #ffffff;
  border-color: transparent;
  text-decoration: none;
}

.main-blog .pagination__item--current::after {
  display: none;
}

.main-blog .pagination__item--current:hover {
  background: #861AB9;
  color: #fff;
}

.main-blog .pagination__item-arrow {
  background-color: #111827;
  color: #ffffff;
}

.main-blog .pagination__item-arrow:hover {
  background-color: #2a2f3e;
  color: #fff;
}

.main-blog .pagination__item-arrow .svg-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.main-blog .pagination__item-arrow .icon-caret {
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 576px) {
  .main-blog .pagination__item {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .main-blog .pagination__list {
    gap: 6px;
  }
}

 /* Single blog & single course page table styles */
  /* Table Styles */
.mh_blog_content_main table,
.mh_course-details .course-details-main table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

@media screen and (max-width: 767px) {
  .mh_blog_content_main table,
  .mh_course-details .course-details-main table {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .mh_blog_content_main table th,
  .mh_blog_content_main table td,
  .mh_blog_content_main table p,
  .mh_blog_content_main table span,
  .mh_blog_content_main table a,
  .mh_blog_content_main table li,
  .mh_course-details .course-details-main table th,
  .mh_course-details .course-details-main table td,
  .mh_course-details .course-details-main table p,
  .mh_course-details .course-details-main table span,
  .mh_course-details .course-details-main table a,
  .mh_course-details .course-details-main table li {
    font-size: 13px !important;
    line-height: 20px;
  }

  .mh_blog_content_main table::-webkit-scrollbar,
  .mh_course-details .course-details-main table::-webkit-scrollbar {
    height: 6px;
  }

  .mh_blog_content_main table::-webkit-scrollbar-thumb ,
  .mh_course-details .course-details-main table::-webkit-scrollbar-thumb{
    background: #861AB9;
    border-radius: 10px;
  }
}


/* All Policy Page Styles */
.shopify-policy__container,
.section-template--29329366516042__rich_text_tcew9i-padding .page-width /* accessibility-statement */,
.section-template--29329195270474__rich_text_8yPkpN-padding .page-width{
  padding-top: 120px;
  max-width: 850px;
  margin: 0 auto;
}

.section-template--29329307795786__rich_text_ydAURF-padding .page-width /* slavery-act-statement */{
    padding-top: 40px;
    max-width: 850px;
    margin: 0 auto;
}



  .shopify-policy__container h1,
  .section-template--29329307795786__rich_text_ydAURF-padding h1, /* slavery-act-statement */
  .section-template--29329366516042__rich_text_tcew9i-padding h1, /* accessibility-statement */
  .section-template--29329195270474__rich_text_8yPkpN-padding h1  /* cookies-policy*/  {
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 24px;
  text-align: left;
  font-weight: 700;
}


.shopify-policy__container h2,
.section-template--29329307795786__rich_text_ydAURF-padding h2 /* slavery-act-statement */,
.section-template--29329366516042__rich_text_tcew9i-padding h2 /* accessibility-statement */,
.section-template--29329195270474__rich_text_8yPkpN-padding h2 /* cookies-policy*/{
   font-size: 30px;
  line-height: 38px;
  margin-top: 24px;
  font-weight: 700;
}


.shopify-policy__container h2,
.section-template--29329307795786__rich_text_ydAURF-padding h3 /* slavery-act-statement */,
.section-template--29329366516042__rich_text_tcew9i-padding h3 /* accessibility-statement */,
.section-template--29329195270474__rich_text_8yPkpN-padding h3 /* cookies-policy*/{
   font-size: 24px;
  line-height: 32px;
  margin-top: 24px;
  font-weight: 600;
}


.shopify-policy__container p,
.section-template--29329307795786__rich_text_ydAURF-padding p /* slavery-act-statement */,
.section-template--29329366516042__rich_text_tcew9i-padding p /* accessibility-statement */,
.section-template--29329195270474__rich_text_8yPkpN-padding p /* cookies-policy*/{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  margin-top: 16px;
}


.shopify-policy__container  ul,
.shopify-policy__container  ol,
.section-template--29329307795786__rich_text_ydAURF-padding ul /* slavery-act-statement */, 
.section-template--29329307795786__rich_text_ydAURF-padding ol /* slavery-act-statement */,
.section-template--29329366516042__rich_text_tcew9i-padding ul /* accessibility-statement */,
.section-template--29329366516042__rich_text_tcew9i-padding ol /* accessibility-statement */,
.section-template--29329195270474__rich_text_8yPkpN-padding ul /* cookies-policy*/,
.section-template--29329195270474__rich_text_8yPkpN-padding ol /* cookies-policy*/{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0;
}

.shopify-policy__container  li p,
.section-template--29329307795786__rich_text_ydAURF-padding li p  /* slavery-act-statement */,
.section-template--29329366516042__rich_text_tcew9i-padding li p /* accessibility-statement */,
.section-template--29329195270474__rich_text_8yPkpN-padding li p /* cookies-policy*/{
  display: inline;
  margin: 0;
}

/* =========================
   Responsive Policy Pages
   For Devices <= 768px
========================= */

@media screen and (max-width: 768px) {

  /* Main Container Spacing */
  .shopify-policy__container,
  .section-template--29329366516042__rich_text_tcew9i-padding .page-width, /* accessibility-statement */{
    padding-top: 50px;
  }

  .section-template--29329307795786__rich_text_ydAURF-padding .page-width /* slavery-act-statement */{
    padding-top: 10px;
}

  /* Main Heading */
  .shopify-policy__container h1,
  .section-template--29329307795786__rich_text_ydAURF-padding h1, /* slavery-act-statement */
  .section-template--29329366516042__rich_text_tcew9i-padding h1 /* accessibility-statement */,
  .section-template--29329195270474__rich_text_8yPkpN-padding h1 /* cookies-policy*/{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  /* Secondary Heading */
  .shopify-policy__container h2,
  .section-template--29329307795786__rich_text_ydAURF-padding h2, /* slavery-act-statement */
  .section-template--29329366516042__rich_text_tcew9i-padding h2 /* accessibility-statement */,
  .section-template--29329195270474__rich_text_8yPkpN-padding h2 /* cookies-policy*/{
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
  }

  /* Third Heading */
  .shopify-policy__container h3,
  .section-template--29329307795786__rich_text_ydAURF-padding h3, /* slavery-act-statement */
  .section-template--29329366516042__rich_text_tcew9i-padding h3 /* accessibility-statement */,
  .section-template--29329195270474__rich_text_8yPkpN-padding h3 /* cookies-policy*/{
    font-size: 20px;
    line-height: 28px;
    margin-top: 18px;
  }

  /* Paragraph Text */
  .shopify-policy__container p,
  .section-template--29329307795786__rich_text_ydAURF-padding p, /* slavery-act-statement */
  .section-template--29329366516042__rich_text_tcew9i-padding p /* accessibility-statement */,
  .section-template--29329195270474__rich_text_8yPkpN-padding p /* cookies-policy*/{
    font-size: 15px;
    line-height: 24px;
    margin-top: 14px;
  }

  /* List Wrapper */
  .shopify-policy__container ul,
  .shopify-policy__container ol,
  .section-template--29329307795786__rich_text_ydAURF-padding ul, /* slavery-act-statement */
  .section-template--29329307795786__rich_text_ydAURF-padding ol, /* slavery-act-statement */
  .section-template--29329366516042__rich_text_tcew9i-padding ul, /* accessibility-statement */
  .section-template--29329366516042__rich_text_tcew9i-padding ol, /* accessibility-statement */
  .section-template--29329195270474__rich_text_8yPkpN-padding ul, /* cookies-policy*/
  .section-template--29329195270474__rich_text_8yPkpN-padding ol /* cookies-policy*/{
    gap: 6px;
    margin: 20px 0;
    padding-left: 20px;
  }

  /* List Items */
  .shopify-policy__container li,
  .section-template--29329307795786__rich_text_ydAURF-padding li, /* slavery-act-statement */
  .section-template--29329366516042__rich_text_tcew9i-padding li /* accessibility-statement */,
  .section-template--29329195270474__rich_text_8yPkpN-padding li /* cookies-policy*/{
    font-size: 15px;
    line-height: 24px;
  }
}