.modal .modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #d5d5d5;
  border-radius: 16px;
  margin-left: 8px
}
.modal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 24px;
  background: #112868;
  border: 1px solid transparent
}
.block-system-breadcrumb-block {
  display: none
}
.blog-title-social-icons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  background-color: #f8f8f8;
  box-shadow: 0 0 0 100vmax #f8f8f8;
  clip-path: inset(0 -100vmax)
}
@media screen and (max-width:575px) {
  .blog-title-social-icons {
    flex-flow: column wrap;
    padding-top: 32px;
    gap: 20px
  }
}
.blog-title-social-icons .blog-title {
  width: 80%
}
@media screen and (max-width:575px) {
  .blog-title-social-icons .blog-title {
    width: 100%
  }
}
.blog-title-social-icons .block-better-social-sharing-buttons {
  width: 20%
}
@media screen and (max-width:575px) {
  .blog-title-social-icons .block-better-social-sharing-buttons {
    width: 100%
  }
}
.blog-title-social-icons .block-better-social-sharing-buttons .social-sharing-buttons {
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  margin: 0
}
@media screen and (max-width:575px) {
  .blog-title-social-icons .block-better-social-sharing-buttons .social-sharing-buttons {
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-end
  }
}
.blog-title-social-icons .block-better-social-sharing-buttons .social-sharing-buttons > a svg {
  width: auto;
  height: 32px;
  fill: #112868
}
.author-info-blog-thumbnail {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0 72px;
  background-color: #f8f8f8;
  box-shadow: 0 0 0 100vmax #f8f8f8;
  clip-path: inset(0 -100vmax)
}
@media screen and (max-width:1199px) {
  .author-info-blog-thumbnail {
    flex-flow: column-reverse wrap;
    row-gap: 32px
  }
}
@media screen and (max-width:575px) {
  .author-info-blog-thumbnail {
    padding: 20px 0
  }
}
.author-info-blog-thumbnail .author-info,
.author-info-blog-thumbnail .blog-image {
  width: 50%
}
@media screen and (max-width:1199px) {
  .author-info-blog-thumbnail .author-info,
  .author-info-blog-thumbnail .blog-image {
    width: 100%
  }
}
.author-info-blog-thumbnail .author-info .author-details-wrapper {
  display: flex;
  flex-flow: column wrap;
  gap: 20px;
  padding-bottom: 24px
}
@media screen and (max-width:1199px) {
  .author-info-blog-thumbnail .author-info .author-details-wrapper {
    flex-flow: row wrap
  }
}
.author-info-blog-thumbnail .author-info .author-details {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: left;
  width: 100%
}
@media screen and (max-width:1199px) {
  .author-info-blog-thumbnail .author-info .author-details {
    width: calc(50% - 10px);
    flex-flow: column nowrap;
    align-items: flex-start;
    row-gap: 12px
  }
}
@media screen and (max-width:575px) {
  .author-info-blog-thumbnail .author-info .author-details {
    width: 100%
  }
}
.author-info-blog-thumbnail .author-info .author-details .author-image {
  position: relative;
  padding-right: 20px
}
.author-info-blog-thumbnail .author-info .author-details .author-image::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background-color: #23dce1
}
@media screen and (max-width:1199px) {
  .author-info-blog-thumbnail .author-info .author-details .author-image::after {
    display: none
  }
}
.author-info-blog-thumbnail .author-info .author-details .author-image img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #5586ce
}
.author-info-blog-thumbnail .author-info .author-details .author-designation {
  padding: 0 12px
}
@media screen and (max-width:1199px) {
  .author-info-blog-thumbnail .author-info .author-details .author-designation {
    padding: 0;
    width: 100%
  }
}
.author-info-blog-thumbnail .author-info .author-details .author-designation h6 {
  color: #5586ce
}
.author-info-blog-thumbnail .author-info .author-details .author-designation .designation p {
  margin-bottom: 0
}
.author-info-blog-thumbnail .author-info .tags {
  padding-bottom: 16px
}
.author-info-blog-thumbnail .author-info .tags .field--name-field-select-industry {
  display: flex;
  flex-flow: row wrap;
  gap: 8px
}
.author-info-blog-thumbnail .author-info .tags .field--name-field-select-industry > * {
  width: auto
}
.author-info-blog-thumbnail .author-info .tags .field--name-field-select-industry .field__item a {
  padding: 8px;
  text-decoration: none;
  border: 1px solid #112868;
  background-color: transparent;
  border-radius: 25px;
  transition: all .3s ease-in-out;
  cursor: pointer;
  font-size: .875rem;
  color: #112868
}
.author-info-blog-thumbnail .author-info .tags .field--name-field-select-industry .field__item a:hover {
  background-color: #112868;
  color: #fff
}
.author-info-blog-thumbnail .author-info .create-time,
.author-info-blog-thumbnail .author-info .read-time,
.author-info-blog-thumbnail .author-info .views-count {
  color: #3a64a3;
  display: inline-block
}
.author-info-blog-thumbnail .author-info .create-time {
  padding-right: 12px
}
.author-info-blog-thumbnail .author-info .read-time {
  margin-bottom: 0;
  padding-left: 24px;
  font-weight: 600;
  position: relative
}
.author-info-blog-thumbnail .author-info .read-time .time-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}
.author-info-blog-thumbnail .author-info .views-count {
  font-size: 1rem;
  position: relative;
  padding-left: 24px;
  margin-left: 12px
}
@media screen and (max-width:575px) {
  .author-info-blog-thumbnail .author-info .views-count {
    display: block;
    margin-left: 0
  }
}
.author-info-blog-thumbnail .author-info .views-count .count-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}
.author-info-blog-thumbnail .author-info .views-count .count {
  font-weight: 600
}
.author-info-blog-thumbnail .author-info .views-count .count .block-lnt-blogs-view-count {
  display: inline
}
.author-info-blog-thumbnail .author-info .views-count p {
  display: inline-block;
  margin-bottom: 0
}
.blog-content {
  padding: 72px 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between
}
@media screen and (max-width:991px) {
  .blog-content {
    flex-direction: column;
    align-items: flex-start
  }
}
@media screen and (max-width:575px) {
  .blog-content {
    padding: 40px 0
  }
}
.blog-content .related-cta-wrapper {
  padding-top: 16px
}
.blog-content .related-cta-wrapper a {
  background-color: transparent;
  border: 2px solid #112868;
  color: #112868
}
.blog-content .related-cta-wrapper a:hover {
  background-color: #23dce1
}
.blog-content .blog-main-wrapper {
  width: 30%;
  position: relative
}
@media screen and (max-width:991px) {
  .blog-content .blog-main-wrapper {
    width: 100%
  }
}
.blog-content .blog-main-wrapper .blog-section-title {
  padding-bottom: 32px
}
.blog-content .blog-main-wrapper .blog-main-2-wrapper {
  transition: all .5s ease
}
.blog-content .blog-main-wrapper .blog-wrapper {
  margin-bottom: 16px;
  position: relative
}
.blog-content .blog-main-wrapper .blog-wrapper:hover .blog-cta {
  background-color: #23dce1;
  border-color: #112868
}
.blog-content .blog-main-wrapper .blog-wrapper:hover .blog-cta::after {
  color: #112868;
  transform: translateX(28%)
}
.blog-content .blog-main-wrapper .blog-wrapper .blog-title {
  position: absolute;
  bottom: 12px;
  left: 20px;
  padding-right: 80px;
  color: #fff;
  font-size: 1.125rem
}
.blog-content .blog-main-wrapper .blog-wrapper .blog-cta {
  position: absolute;
  right: 24px;
  bottom: 12px;
  border-color: #fff
}
.blog-content .blog-main-wrapper .blog-wrapper .blog-cta::after {
  color: #fff
}
.blog-content .blog-main-wrapper .blog-wrapper .blog-cta:hover {
  background-color: #112868;
  border-color: #112868
}
.blog-content .blog-main-wrapper .blog-wrapper .blog-cta:hover::after {
  color: #fff
}
.blog-content .blog-main-wrapper .blog-wrapper .blog-image {
  position: relative
}
.blog-content .blog-main-wrapper .blog-wrapper .blog-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .4
}
.blog-content .field--name-body {
  width: 70%;
  padding-right: 24px;
  height: 100%
}
@media screen and (max-width:991px) {
  .blog-content .field--name-body {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px
  }
}
.blog-content .field--name-body h1,
.blog-content .field--name-body h2,
.blog-content .field--name-body h3,
.blog-content .field--name-body h4,
.blog-content .field--name-body h5,
.blog-content .field--name-body h6 {
  color: #112868;
  margin-bottom: 12px
}
.blog-content .field--name-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 12px 0
}
.blog-content .field--name-body ul {
  padding: 12px 0
}
.subscription-form-wrapper-main {
  background-color: #f8f8f8;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 48px;
  position: relative;
  z-index: 5;
  overflow: hidden
}
.subscription-form-wrapper-main::after {
  content: "";
  background-image: url(../../images/blog-subscription-wave.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  height: 100%;
  z-index: -1
}
@media screen and (max-width:1199px) {
  .subscription-form-wrapper-main::after {
    width: 400px
  }
}
@media screen and (max-width:767px) {
  .subscription-form-wrapper-main::after {
    width: 480px
  }
}
.subscription-form-wrapper-main .subscription-form-wrapper-row {
  display: flex;
  flex-flow: row wrap;
  width: 100%
}
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper {
  width: 100%
}
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .webform-submission-form .webform-flexbox {
  flex-wrap: wrap
}
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .webform-submission-form .webform-flexbox .webform-flex--1 {
  flex: unset
}
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .webform-submission-form .webform-flexbox .webform-flex--1:first-child {
  width: 30%
}
@media screen and (max-width:991px) {
  .subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .webform-submission-form .webform-flexbox .webform-flex--1:first-child {
    width: 100%
  }
}
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .webform-submission-form .webform-flexbox .webform-flex--1:last-child {
  width: 70%
}
@media screen and (max-width:991px) {
  .subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .webform-submission-form .webform-flexbox .webform-flex--1:last-child {
    width: 100%
  }
}
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .webform-submission-form .webform-flexbox .webform-flex--1 h2 {
  max-width: 100%;
  padding-bottom: 12px
}
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .js-form-type-email,
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .js-form-type-textfield {
  width: 45%;
  display: inline-block;
  padding: 0 16px
}
@media screen and (max-width:767px) {
  .subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .js-form-type-email,
  .subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .js-form-type-textfield {
    width: 100%;
    display: block;
    padding: 0
  }
}
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .js-form-type-email label,
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .js-form-type-textfield label {
  color: #112868;
  padding-bottom: 4px
}
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .js-form-type-textfield {
  padding-left: 0
}
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .webform-actions input {
  background-color: transparent;
  border: none;
  color: #23dce1;
  transition: all .5s ease-in-out
}
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .webform-actions:hover input {
  color: #112868
}
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .js-form-item:has(.form-item--error-message) {
  padding-bottom: 32px!important;
  position: relative
}
.subscription-form-wrapper-main .subscription-form-wrapper-row .webform-ajax-form-wrapper .js-form-item .form-item--error-message {
  position: absolute;
  bottom: 0;
  padding-top: 0
}
.modal .modal-body {
  margin: 8px
}
.modal .author-info-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center
}
@media screen and (max-width:991px) {
  .modal .author-info-wrapper {
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 16px
  }
}
.modal .author-info-wrapper .author-designation {
  padding-left: 12px
}
@media screen and (max-width:991px) {
  .modal .author-info-wrapper .author-designation {
    padding-left: 0;
    width: 100%
  }
}
.modal .author-info-wrapper .author-designation p {
  margin-bottom: 0;
  padding-left: 0
}
.modal .author-info-wrapper .author-img {
  padding-right: 16px;
  position: relative
}
.modal .author-info-wrapper .author-img::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 70%;
  transform: translateY(-50%);
  background-color: #23dce1
}
@media screen and (max-width:991px) {
  .modal .author-info-wrapper .author-img::after {
    display: none
  }
}
.modal .author-info-wrapper .author-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%
}