#blog_main .views-view-responsive-grid__item-inner {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    /* border: 1px solid rgba(218, 218, 218, 1); */
    transition: all 0.3s 
ease;
    backdrop-filter: blur(10px);
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    transform: translateY(-8px);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0px 0px 34.4px 0px rgba(123, 193, 206, 0.35);
}
.views-field-field-categories ul {
    display: flex;
    padding: 0;
    margin-left: 0;
    list-style: none;
}
#blog_main .views-field.views-field-field-categories a, #blog_main .views-field.views-field-field-categories li {
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px !important;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1px;
    /* text-align: center; */
    text-decoration: none;
    color: rgba(70, 136, 148, 1);
}
#blog_main .views-field.views-field-field-categories a, #blog_main .views-field.views-field-field-categories li {
    border: 1px solid rgba(70, 136, 148, 1);
    width: auto;
    border-radius: 24px;
    justify-content: center;
    display: flex;
    padding: 2px 12px;
    height: 28px;
    margin-top: 15px;
    margin-right: 10px;
}
#blog_main .views-field.views-field-title a {
    font-family: Rota;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    margin: 15px 0px;
    color: rgba(49, 39, 48, 1);
    text-decoration: none;
    letter-spacing: 1px;
}
#blog_main .views-field.views-field-field-description {
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    color: rgba(49, 39, 48, 1);
    letter-spacing: 1px;
}
#blog_main .views-field.views-field-field-description strong {
    font-family: Rota;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    color: rgba(70, 136, 148, 1);
    letter-spacing: 1px;
}
#blog_main .views-field.views-field-field-link-1 a {
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: Text Sizes/Text Regular;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1px;
    text-decoration: none;
    color: rgba(70, 136, 148, 1);
}
#blog_main .views-view-responsive-grid.views-view-responsive-grid--horizontal {
    background: rgba(70, 136, 148, 1);
}
#blog_main .views-field.views-field-field-date-1 {
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: Text Sizes/Text Regular !important;
    leading-trim: NONE;
    line-height: 24px !important;
    letter-spacing: 1px;
    float: right;
    margin-top: -22px;
    color: rgba(70, 136, 148, 1);
}
#blog_main .views-field.views-field-field-images img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.node-33 #blog_main .views-view-responsive-grid.views-view-responsive-grid--horizontal {
    background: transparent;
    gap: 30px;
}
.node-33 h2.feature {
  font-family: 'Segoe UI', sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.node-33 .card {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    margin-bottom: 40px;
}
div#block-his-views-block-featured-insights-block-1-2 {
    padding-right: 30px;
}
.node-33 .card img,
.node-33 .card img, .card .field_images img {
    width: 100%;
    height: 691px;
    object-fit: cover;
    display: block;
}

.node-33 .overlayview {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to top, rgba(0, 48, 72, 0.9), rgba(0, 48, 72, 0));
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.node-33 .categories {
  margin-bottom: 10px;
}

.node-33 .categories span,
.categories .field_categories {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 20px;
  padding: 6px 14px;
  margin-right: 8px;
  font-size: 14px;
  color: #fff;
}
.node-33 .overlayview p,
.overlayview .field_text {
  font-size: 16px;
  margin: 6px 0 14px;
  color: #fff;
}

.node-33 .overlayview a,
.overlayview .field_link a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-bottom: 12px;
  display: inline-block;
}

.node-33 .overlayview .date, .overlayview .field_date {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.85;
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: Text Sizes/Text Regular;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1px;
    color: rgba(190, 250, 255, 1);
}
.node-33 .news-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-width: 546px;
    /* border: 4px solid rgba(0, 128, 192, 0.2); */
    box-shadow: 0px 0px 24.9px 0px rgba(124, 189, 202, 1);
    margin-bottom: 10px;
}

.node-33 .news-card-image {
    height: 180px;
    overflow: hidden;
    border-radius: 12px;
    margin: 21px;
}

.node-33 .news-card-image img {
    width: 131px;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}
.node-33 .news-card-content {
  flex: 1;
  padding: 20px 20px 20px 0;
}

.node-33 .news-card-title {
    font-size: 20px !important;
    font-weight: 600;
    color: rgba(78, 121, 130, 1) !important;
    line-height: 1.4;
    font-family: Rota;
    font-weight: 700;
    font-style: Bold;
    letter-spacing: 1px;
}
.node-33 .news-card-text {
  font-size: 15px;
  color: #555;
  margin: 0 0 16px;
  line-height: 1.5;
}

.node-33 .news-card-link {
  font-size: 14px;
  font-weight: 500;
  color: #124C61;
  text-decoration: underline;
  cursor: pointer;
}
.node-33 .categories a {
    border: 1px solid rgba(225, 250, 255, 0.55);
    border-radius: 24px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.12);
}
.node-33 .overlayview h2 a, .overlayview .field_heading {
    font-size: 28px;
    font-weight: 600;
    /* margin: 10px 0; */
    line-height: 1.3;
    font-family: Rota;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 1px;
}
.node-33 div#block-his-views-block-featured-insights-block-1 h2 {
    font-family: Rota;
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
    leading-trim: NONE;
    line-height: 41.69px;
    letter-spacing: 1px;
}
.node-33 .overlayview p, .overlayview .field_text {
    font-size: 16px;
    /* margin: 6px 0 14px; */
    color: #fff;
    font-family: Rota;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1px;
}
.node-33 div#block-his-views-block-featured-insights-block-2 h2 {
    font-family: Rota;
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 1px;
}
.node-33 div#block-his-views-block-featured-insights-block-2 p {
    font-family: Rota;
    font-weight: 500;
    font-style: Medium;
    font-size: Text Sizes/Text Regular;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1px;
    color: rgba(102, 102, 102, 1);
}
.node-33 div#block-his-views-block-featured-insights-block-2 a {
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: Text Sizes/Text Regular;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    color: rgba(32, 53, 58, 1);
    text-decoration-thickness: 0%;
}
.node-26 .views-view-responsive-grid.views-view-responsive-grid--horizontal {
    padding: 70px;
}
.views-view-responsive-grid.views-view-responsive-grid--horizontal {
    --views-responsive-grid--layout-gap: 65px !important;
}
.views {
    display: flex;
    margin: 60px 0px;
}
#block-his-views-block-featured-insights-block-2-2 {
  position: relative; 
  z-index: 1;
}

#block-his-views-block-featured-insights-block-2-2::before {
    content: "";
    position: absolute;
    top: 49px;
    left: 101px;
    width: 100%;
    height: 1000px;
    background: url("/themes/custom/his/images/Ellipse 466.png") no-repeat center center;
    background-size: cover;
    z-index: -1;
    opacity: 1;
    display: none;
}
#block-his-views-block-case-studies-block-2-2 {
  position: relative;
}
.node-33 footer {
    margin-top: 60px;
}
div#block-his-views-block-featured-insights-block-1-2 > h2 {
margin-bottom: 40px;
}
div#block-his-views-block-featured-insights-block-2-2 > h2 {
    margin-bottom: 40px;
}
.node-33 .views-field.views-field-view-node a {
    color: rgba(70, 136, 148, 1);
    text-decoration: none;
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: Text Sizes/Text Regular;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
}
time::before {
  content: "";
  display: inline-block;
  background: url("/themes/custom/his/images/White.png") no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
    margin-top: -4px;
  margin-right: 6px;
  vertical-align: middle;
}

.node-33 .news-card-content a {
    /* text-decoration: none; */
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: Text Sizes/Text Regular;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: rgba(32, 53, 58, 1);
}

#block-his-views-block-case-studies-block-2-2::before {
    content: "";
    position: fixed;
    top: -105px;
    left: 0;
    width: 100%;
    height: 1000px;
    background: url("/themes/custom/his/images/Ellipse 465.png") no-repeat center center;
    background-size: contain;
    z-index: -1;
    opacity: 0.85;
    background-position: 0px center;
}
.node-26 ul.pager__items.js-pager__items {
    display: flex;
    gap: 30px;
    text-decoration: none;
    list-style: none;
    margin-top: -61px;
margin-bottom: 80px;
    justify-content: center;
}
.node-26 .pager__items.js-pager__items li a {
    text-decoration: none;
    color: rgba(248, 248, 248, 1);
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px;
    height: 40px;
    display: inline-block;
}
.node-26 li.pager__item.is-active {
    background: rgba(248, 248, 248, 1);
    /* color: rgba(70, 136, 148, 1); */
}
.node-26 li.pager__item.is-active a {
    color: rgba(70, 136, 148, 1);
}
.node-26 li.pager__item {
    width: auto;
    height: 44px;
    gap: 10px;
    angle: 0 deg;
    /* color: rgba(248, 248, 248, 1); */
    opacity: 1;
    border-radius: 6px;
    padding-right: 2px;
    padding-left: 2px;
    border-width: 1px;
    border: 1px solid var(--Impure-White, rgba(248, 248, 248, 1));
    align-items: center;
    /* padding: 10px; */
}
 
