/** Shopify CDN: Minification failed

Line 88:13 Expected ":"

**/
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.article-template__hero-container {
  max-width: 130rem;
}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 55rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}

.article-template header {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
  line-height: calc(0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .article-template header {
    margin-top: 5rem;
  }
}

.article-template__title {
  margin: 0;
}

.article-template__title:not(:only-child) {
  margin-bottom: 1rem;
}

.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #1d4451;
  font-style: normal;
  font-family
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__content {
  /* margin-top: 3rem; */
  margin-bottom: 3rem;
}

.article-template__social-sharing {
  margin-top: 3rem;
}

.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 1.5rem;
}

.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}

@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}


/* new css start */

.blog-container-top {
  display: grid;
  grid-template-columns: 720px 560px;
  gap: 80px;
  align-items: center;
  margin-bottom: 88px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0 !important;
}


.content-sidebar-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: start;
  padding-left: 134px;
  padding-right: 80px;
}

.article-template__hero-adapt.media {
  border-radius: 0 0 30px 0;
}

.article-breadcrumb a {
  text-decoration: none;
  color: #f0703a;
}

.article-breadcrumb {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 150%;
  letter-spacing: 0;
}


h1.article-template__title {
  color: #1d4451;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  max-width: 560px;
  border-bottom: 1px solid #B5A5A6;
  padding-bottom: 24px;
}

.article-template__content p {
  color: #1d4451;
  font-family: Gelica !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}

.rte>*:first-child {
  text-align: left !important;
  font-weight: 400 !important;
}

.article-template__content {
  max-width: 780px;
}

.article-template__content a {
  font-size: 16px;
  font-family: gelica !important;
  color: #06b0c1;
}

.article-template__content h2,
.article-template__content h3 {
  color: #1d4451;
  font-family: Gelica !important;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 48px 0 24px;
  letter-spacing: 0;
}

.article-template__content li{
  font-size: 16px;
  font-family: gelica !important;
  color: #1d4451;
  line-height: 150%;
  padding-bottom: 0;
}

.sidebar h3 {
  color: #1d4451;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #B5A5A6;
  max-width: 366px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 366px;
  padding-top: 2rem;
}

.sidebar ul li a {
  text-decoration: none;
  color: #06b0c1;
  font-family: Gelica !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
  letter-spacing: 0;
}

.sidebar ul li {
  margin-bottom: 2rem;
}

.content-sidebar-wrapper .article-template__content {
  padding: 0;
}

@media (max-width: 991px) {
  .blog-container-top {
    display: block;
    margin-bottom: 0px;
  }
  .content-sidebar-wrapper{
    display: block;
    padding: 0 24px;
  }
  .article-template__hero-adapt.media {
    border-radius: unset;
  }
  .blog-sec-new {
    padding: 32px 24px !important;
  }
  h1.article-template__title{
    font-size: 34px;
    letter-spacing: 0;
    max-width: unset;
  }
  .rte>*:first-child {
    font-size: 16px !important;
  }
}
