.blog-v2 {
  background: #fff;
  color: #252525;
  margin-top: -10px;
}

.blog-v2__hero {
  width: 100%;
  background: #fff;
  padding: 0;
}

.blog-v2__hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.blog-v2__hero-image-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 720px;
  flex: 1 1 720px;
  min-width: 0;
  aspect-ratio: 16 / 9;
  position: relative;
  background: #eef3fb;
  overflow: hidden;
}

@media (min-width: 1700px) {
  .blog-v2__hero-image-container {
    max-height: 700px;
    /*aspect-ratio: auto;*/
  }
}

.blog-v2__hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.blog-v2__featured-post-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 520px;
  flex: 1 1 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0;
  padding: 48px 6% 48px 32px;
  background: #fff;
}

.blog-v2__featured-post-tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0 0 25px;
  color: #0032a0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-v2__featured-post-tagline:after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  align-self: end;
  flex: 1 1 auto;
  min-width: 35px;
  max-width: 300px;
  height: 2px;
  background: #b9b9b9;
}

@media (max-width: 1112px) {
  .blog-v2__featured-post-tagline:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .blog-v2__featured-post-tagline:after {
    display: block;
  }
}

@media (max-width: 417px) {
  .blog-v2__featured-post-tagline:after {
    display: none;
  }
}

.blog-v2__featured-post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0 0 24px;
  color: #696969;
  font-size: 14px;
  line-height: 1.5;
}

.blog-v2__featured-post-date {
  color: #696969;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-v2__featured-post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
}

.blog-v2__featured-post-date + .blog-v2__featured-post-categories {
  margin-left: 8px;
}

.blog-v2__featured-post-separator {
  display: inline-block;
  margin: 0 8px;
  color: #9a9a9a;
}

.blog-v2__featured-post-headline {
  max-width: 520px;
  margin: 0 0 22px;
  color: #252525;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.blog-v2__featured-post-excerpt {
  max-width: 510px;
  margin: 0 0 24px;
  color: #626262;
  font-size: 18px;
  line-height: 1.45;
}

.blog-v2__featured-post-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0032a0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.blog-v2__featured-post-link:hover,
.blog-v2__featured-post-link:focus {
  color: #001f61;
  text-decoration: underline;
}

.blog-v2__featured-post-link span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 12px;
  overflow: hidden;
  color: currentColor;
  font-size: 0;
  line-height: 1;
}

.blog-v2__featured-post-link span:before,
.blog-v2__featured-post-link span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

.blog-v2__featured-post-link span:before {
  right: 1px;
  width: 22px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}

.blog-v2__featured-post-link span:after {
  right: 1px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.blog-v2__alert {
  max-width: 470px;
  margin: 0;
}

.blog-v2__filter-bar,
.blog-v2__posts,
.blog-v2__videos,
.blog-v2__subscribe {
  display: block;
}

.blog-v2__posts {
  position: relative;
  padding: 72px 0 72px;
  background: linear-gradient(to bottom, #f7f8fa 0, #f7f8fa 245px, #fff 245px, #fff 100%);
  border-top: 1px solid #e6e9ef;
}

.blog-v2__posts > h1 {
  width: min(1380px, calc(100% - 72px));
  margin: 0 auto 10px;
  color: #0032a0;
  font-family: 'DDT_ddt ex sb','Montserrat-SemiBold',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-v2__posts-inner {
  width: min(1380px, calc(100% - 72px));
  margin: 0 auto;
}

.blog-v2__posts-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 52px;
}

.blog-v2__posts-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 28px;
  min-width: 0;
  margin: 0;
  color: #0032a0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-v2__posts-title:after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 80px;
  height: 2px;
  margin-bottom: 3px;
  background: #b9b9b9;
}

.blog-v2__search {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 450px;
  flex: 0 1 450px;
  max-width: 450px;
  min-width: 280px;
  margin: 0;
}

.blog-v2__search-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 14px 8px 38px;
  border: 1px solid #9da8b8;
  border-radius: 3px;
  background: #fff;
  color: #252525;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

.blog-v2__search-input:focus {
  border-color: #0032a0;
  outline: 2px solid rgba(0, 50, 160, 0.16);
  outline-offset: 0;
}

.blog-v2__search-input::placeholder {
  color: #b0b7c2;
}

.blog-v2__search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 14px;
  height: 14px;
  border: 2px solid #ffa400;
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-v2__search-icon:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  background: #ffa400;
  transform: rotate(45deg);
  transform-origin: left center;
}

.blog-v2__posts-alert {
  margin: 0 0 24px;
}

.blog-v2__article-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 62px 58px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-v2__article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc((100% - 116px) / 3);
  flex: 0 1 calc((100% - 116px) / 3);
  max-width: calc((100% - 116px) / 3);
  width: auto !important;
  max-width: none !important;
  min-width: 0;
}

.blog-v2__article-image {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef2f8;
}

.blog-v2__article-image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.blog-v2__article-image img,
.blog-v2__article-image--placeholder span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-v2__article-image img {
  object-fit: cover;
  object-position: center top;
}

.blog-v2__article-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0 0;
}

.blog-v2__article-meta {
  margin: 0 0 15px;
  color: #676a70;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.blog-v2__article-meta time {
  font-weight: 700;
}

.blog-v2__article-meta span[aria-hidden="true"] {
  display: inline-block;
  margin: 0 7px;
  color: #8b9098;
}

.blog-v2__article-title {
  margin: 0 0 14px;
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

.blog-v2__article-title a {
  color: inherit;
  text-decoration: none;
}

.blog-v2__article-title a:hover,
.blog-v2__article-title a:focus {
  color: #0032a0;
  text-decoration: underline;
}

.blog-v2__article-excerpt {
  margin: 0 0 18px;
  color: #252525;
  font-size: 16px;
  line-height: 1.32;
}

.blog-v2__article-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  margin-top: auto;
  color: #0032a0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.blog-v2__article-link:hover,
.blog-v2__article-link:focus {
  color: #001f61;
  text-decoration: none;
}

.blog-v2__article-link:hover .blog-v2__article-link-label,
.blog-v2__article-link:focus .blog-v2__article-link-label {
  text-decoration: underline;
}

.blog-v2__empty,
.blog-v2__load-error {
  display: none;
  margin: 24px 0 0;
  color: #626262;
  font-size: 16px;
  line-height: 1.4;
}

.blog-v2__empty.is-visible,
.blog-v2__load-error:not(:empty) {
  display: block;
}

.blog-v2__load-error {
  color: #9b1c1c;
}

.blog-v2__load-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 52px;
}

.blog-v2__load-more {
  min-width: 170px;
  min-height: 44px;
  padding: 10px 24px;
  border: 1px solid #0032a0;
  border-radius: 3px;
  background: #0032a0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.blog-v2__load-more:hover,
.blog-v2__load-more:focus {
  border-color: #001f61;
  background: #001f61;
  outline: none;
}

.blog-v2__load-more:disabled {
  cursor: wait;
  opacity: 0.72;
}

.blog-v2__load-more.is-hidden {
  display: none;
}

.blog-v2__videos {
  padding: 0 0 76px;
}

.blog-v2__videos-inner {
  width: min(1380px, calc(100% - 72px));
  margin: 0 auto;
}

.blog-v2__videos-heading {
  margin: 0 0 52px;
}

.blog-v2__video-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 62px 58px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-v2__video-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}

.blog-v2__video-thumb {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef2f8;
}

.blog-v2__video-thumb:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.blog-v2__video-thumb img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 220ms ease;
}

.blog-v2__video-thumb:hover img,
.blog-v2__video-thumb:focus img {
  transform: scale(1.03);
}

.blog-v2__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 50, 160, 0.9);
  transform: translate(-50%, -50%);
}

.blog-v2__video-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid #fff;
  transform: translate(-50%, -50%);
}

.blog-v2__video-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0 0;
}

.blog-v2__video-title {
  margin: 0 0 14px;
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

.blog-v2__video-title a {
  color: inherit;
  text-decoration: none;
}

.blog-v2__video-title a:hover,
.blog-v2__video-title a:focus {
  color: #0032a0;
  text-decoration: underline;
}

.blog-v2__video-description {
  margin: 0 0 18px;
  color: #252525;
  font-size: 16px;
  line-height: 1.32;
}

.blog-v2__video-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  margin-top: auto;
  color: #0032a0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.blog-v2__video-link:hover,
.blog-v2__video-link:focus {
  color: #001f61;
  text-decoration: underline;
}

.blog-v2__video-modal .modal-content {
  border: 0;
  border-radius: 0;
}

.blog-v2__video-modal .modal-header {
  border-bottom: 0;
}

.blog-v2__video-modal .modal-title {
  color: #0032a0;
  font-size: 20px;
  line-height: 1.25;
}

.blog-v2__video-frame {
  position: relative;
  width: 100%;
  background: #000;
}

.blog-v2__video-frame:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.blog-v2__video-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.blog-v2__subscribe {
  padding: 58px 0 68px;
  background: #f5f5f5;
}

.blog-v2__subscribe-inner {
  width: min(720px, calc(100% - 72px));
  margin: 0 auto;
}

.blog-v2__subscribe-eyebrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  margin: 0 0 40px;
  color: #0032a0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-v2__subscribe-eyebrow:after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 80px;
  height: 1px;
  background: #aeb3bb;
}

.blog-v2__subscribe-title {
  margin: 0 0 10px;
  color: #252525;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.blog-v2__subscribe-copy {
  margin: 0 0 30px;
  color: #666a72;
  font-size: 16px;
  line-height: 1.45;
}

.blog-v2__subscribe-form {
  position: relative;
  margin: 0;
}

.blog-v2__subscribe-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.blog-v2__subscribe-input-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.blog-v2__subscribe-input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 11px 16px 11px 48px;
  border: 1px solid #8f939b;
  border-radius: 3px;
  background: #fff;
  color: #252525;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

.blog-v2__subscribe-input:focus {
  border-color: #0032a0;
  outline: 2px solid rgba(0, 50, 160, 0.16);
  outline-offset: 0;
}

.blog-v2__subscribe-input::placeholder {
  color: #a9b0ba;
}

.blog-v2__subscribe-icon {
  position: absolute;
  top: 24px;
  left: 18px;
  width: 20px;
  height: 14px;
  border: 2px solid #a9b0ba;
  border-radius: 2px;
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-v2__subscribe-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin: 12px 0 0;
  color: #666a72;
  font-size: 12px;
  line-height: 1.4;
}

.blog-v2__subscribe-consent input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #0032a0;
}

.blog-v2__subscribe-consent input:focus {
  outline: 2px solid rgba(0, 50, 160, 0.22);
  outline-offset: 2px;
}

.blog-v2__subscribe-consent label {
  margin: 0;
  font-weight: 400;
}

.blog-v2__subscribe-consent a {
  color: #0032a0;
  text-decoration: underline;
}

.blog-v2__subscribe-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.blog-v2__subscribe-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  max-height: 0;
  margin: 0;
  padding: 0 14px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 4px;
  opacity: 0;
  color: #245c3a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transition: max-height 280ms ease, margin 280ms ease, padding 280ms ease, opacity 220ms ease, -webkit-transform 280ms ease;
  transition: max-height 280ms ease, margin 280ms ease, padding 280ms ease, opacity 220ms ease, transform 280ms ease;
}

.blog-v2__subscribe-status.is-visible {
  max-height: 96px;
  margin-top: 14px;
  padding-top: 11px;
  padding-bottom: 11px;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.blog-v2__subscribe-status:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.blog-v2__subscribe-status.is-success {
  border-color: #b8d9c5;
  background: #f2faf5;
  box-shadow: 0 5px 16px rgba(28, 86, 51, 0.06);
}

.blog-v2__subscribe-status.is-success:before {
  content: "\2713";
  background: #277448;
  color: #fff;
}

.blog-v2__subscribe-status.is-error {
  border-color: #e2bcbc;
  background: #fff6f6;
  color: #8b2525;
  box-shadow: 0 5px 16px rgba(121, 31, 31, 0.05);
}

.blog-v2__subscribe-status.is-error:before {
  content: "!";
  background: #a83b3b;
  color: #fff;
}

.blog-v2__subscribe-status.is-visible.is-leaving {
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-color: transparent;
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (prefers-reduced-motion: reduce) {
  .blog-v2__subscribe-status {
    -webkit-transition: none;
    transition: none;
  }
}

.blog-v2__subscribe-icon:before,
.blog-v2__subscribe-icon:after {
  content: "";
  position: absolute;
  top: 3px;
  width: 11px;
  height: 2px;
  background: #a9b0ba;
}

.blog-v2__subscribe-icon:before {
  left: 0;
  transform: rotate(32deg);
  transform-origin: left center;
}

.blog-v2__subscribe-icon:after {
  right: 0;
  transform: rotate(-32deg);
  transform-origin: right center;
}

.blog-v2__subscribe-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 166px;
  flex: 0 0 166px;
  height: 48px;
  padding: 11px 24px;
  border: 1px solid #0032a0;
  border-radius: 3px;
  background: #0032a0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.blog-v2__subscribe-button:hover,
.blog-v2__subscribe-button:focus {
  border-color: #001f61;
  background: #001f61;
  outline: none;
}

.blog-v2__subscribe-button:focus-visible {
  outline: 2px solid rgba(0, 50, 160, 0.28);
  outline-offset: 2px;
}

.blog-v2__subscribe-button:disabled {
  border-color: #6c7ca0;
  background: #6c7ca0;
  cursor: wait;
}

.blog-v2-post {
  background: #fff;
}

.blog-v2-post__hero {
  padding: 42px 0 28px;
  background: #fff;
}

.blog-v2-post__hero-inner {
  width: min(1200px, calc(100% - 72px));
  margin: 0 auto;
}

.blog-v2-post__hero-inner--text-only {
  width: min(1200px, calc(100% - 72px));
}

.blog-v2-post__section-title {
  position: relative;
  margin: 0 0 34px;
}

.blog-v2-post__section-title p {
  margin: 0;
  color: #0032a0;
  font-family: 'DDT_ddt ex sb','Montserrat-SemiBold',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-v2-post__section-title:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  margin-top: 16px;
  margin-left: -50vw;
  position: relative;
  left: 50%;
  background: #d8dde5;
}

.blog-v2-post__image {
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: #eef3fb;
}

.blog-v2-post__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}

.blog-v2-post__header-inner {
  min-width: 0;
  padding: 0 0 30px;
}

.blog-v2-post__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  color: #0032a0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-decoration: none;
}

.blog-v2-post__back-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 12px;
  overflow: hidden;
  color: currentColor;
  font-size: 0;
  line-height: 1;
  transform: scaleX(-1);
}

.blog-v2-post__back-icon:before,
.blog-v2-post__back-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  display: block;
}

.blog-v2-post__back-icon:before {
  width: 22px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}

.blog-v2-post__back-icon:after {
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.blog-v2-post__back:hover,
.blog-v2-post__back:focus,
.blog-v2-post__back:active {
  color: #001f61;
  text-decoration: none;
}

.blog-v2-post__back:focus {
  outline: 2px solid rgba(0, 50, 160, 0.16);
  outline-offset: 2px;
}

.blog-v2-post__back:hover .blog-v2-post__back-label,
.blog-v2-post__back:focus .blog-v2-post__back-label {
  text-decoration: underline;
}

.blog-v2-post__meta-wrap {
  margin: 0 0 42px;
}

.blog-v2-post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  color: #676a70;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-v2-post__meta time {
  font-weight: 700;
}

.blog-v2-post__meta span[aria-hidden="true"] {
  color: #9a9a9a;
}

.blog-v2-post__meta span:not([aria-hidden="true"]):first-child {
  color: #252525;
  font-weight: 700;
}

.blog-v2-post__intro {
  max-width: 980px;
  margin: 18px 0 0;
  color: #555d68;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0;
}

.blog-v2-post__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
}

.blog-v2-post__actions--inline {
  display: none;
}

.blog-v2-post__action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid #c9d0dc;
  border-radius: 3px;
  background: #fff;
  color: #0032a0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
}

.blog-v2-post__action:hover,
.blog-v2-post__action:focus {
  border-color: #0032a0;
  color: #001f61;
  text-decoration: none;
  outline: 2px solid rgba(0, 50, 160, 0.14);
  outline-offset: 0;
}

button.blog-v2-post__action {
  cursor: pointer;
  font-family: inherit;
}

.blog-v2-post__header-inner h1 {
  max-width: 1040px;
  margin: 0;
  color: #252525;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.blog-v2-post__body {
  width: min(1200px, calc(100% - 72px));
  margin: 0 auto;
  padding: 0 0 72px;
}

.blog-v2-post__layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) 300px;
  gap: 64px;
  justify-content: space-between;
  align-items: start;
}

.blog-v2-post__main {
  min-width: 0;
  max-width: 780px;
}

.blog-v2-post__content {
  max-width: 780px;
  color: #252525;
  font-size: 18px;
  line-height: 1.62;
  letter-spacing: 0;
}

.blog-v2-post__content > *:first-child {
  margin-top: 0;
}

.blog-v2-post__content > *:last-child {
  margin-bottom: 0;
}

.blog-v2-post__content p,
.blog-v2-post__content ul,
.blog-v2-post__content ol,
.blog-v2-post__content table,
.blog-v2-post__content blockquote,
.blog-v2-post__content figure {
  margin: 0 0 24px;
}

.blog-v2-post__content h2,
.blog-v2-post__content h3,
.blog-v2-post__content h4 {
  margin: 42px 0 16px;
  color: #202020;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.blog-v2-post__content h2 {
  font-size: 30px;
}

.blog-v2-post__content h3 {
  font-size: 24px;
}

.blog-v2-post__content h4 {
  font-size: 20px;
}

.blog-v2-post__content a {
  color: #0032a0;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-v2-post__content a:hover,
.blog-v2-post__content a:focus {
  color: #001f61;
}

.blog-v2-post__content img {
  max-width: 100%;
  height: auto;
}

.blog-v2-post__content figure,
.blog-v2-post__content .image {
  max-width: 100%;
}

.blog-v2-post__content blockquote {
  padding: 4px 0 4px 24px;
  border-left: 4px solid #0032a0;
  color: #555d68;
  font-size: 20px;
  line-height: 1.5;
}

.blog-v2-post__content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.45;
}

.blog-v2-post__content th,
.blog-v2-post__content td {
  padding: 12px 14px;
  border: 1px solid #d8dde6;
  vertical-align: top;
}

.blog-v2-post__content th {
  background: #f4f6f9;
  color: #202020;
  font-weight: 700;
}

.blog-v2-post__share {
  margin: 44px 0 0;
  padding-top: 26px;
  border-top: 1px solid #dfe4ec;
}

.blog-v2-post__share-label {
  margin: 0 0 14px;
  color: #202020;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-v2-post__share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-v2-post__share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #c9d0dc;
  border-radius: 3px;
  background: #fff;
  color: #0032a0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}

.blog-v2-post__share-link i {
  display: block;
  line-height: 1;
}

.blog-v2-post__share-link:hover,
.blog-v2-post__share-link:focus {
  border-color: #0032a0;
  color: #001f61;
  text-decoration: none;
  outline: 2px solid rgba(0, 50, 160, 0.14);
  outline-offset: 0;
}

.blog-v2-post__sidebar {
  position: relative;
  min-width: 0;
  padding: 26px;
  border: 1px solid #dfe4ec;
  border-top: 4px solid #0032a0;
  border-radius: 4px;
  background: #f7f8fa;
  color: #252525;
}

.blog-v2-post__sidebar-title {
  margin: 0 0 24px;
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.blog-v2-post__sidebar-section {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #d8dde6;
}

.blog-v2-post__sidebar-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.blog-v2-post__sidebar-label {
  margin: 0 0 14px;
  color: #202020;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-v2-post__sidebar .blog-v2-post__actions {
  gap: 10px;
  margin-top: 0;
}

.blog-v2-post__sidebar .blog-v2-post__action {
  background: #fff;
}

.blog-v2-post__share-actions--sidebar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-v2-post__share-actions--sidebar .blog-v2-post__share-link {
  width: 38px;
  height: 38px;
}

.blog-v2-post__sidebar-list,
.blog-v2-post__recent-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-v2-post__sidebar-list li + li {
  margin-top: 8px;
}

.blog-v2-post__sidebar-list a,
.blog-v2-post__recent-list a {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
}

.blog-v2-post__category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #0032a0;
  font-size: 14px;
}

.blog-v2-post__category-link:hover,
.blog-v2-post__category-link:focus {
  border-color: #c5cfde;
  background: #fff;
  color: #001f61;
  text-decoration: none;
}

.blog-v2-post__category-name {
  min-width: 0;
}

.blog-v2-post__category-count {
  flex: 0 0 auto;
  min-width: 24px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #e8edf5;
  color: #626a75;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.blog-v2-post__recent-list li + li {
  margin-top: 18px;
}

.blog-v2-post__recent-list a {
  display: block;
  color: #0032a0;
  font-size: 15px;
}

.blog-v2-post__recent-list time {
  display: block;
  margin-top: 6px;
  color: #676a70;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-v2-post__sidebar-list a:hover,
.blog-v2-post__sidebar-list a:focus,
.blog-v2-post__recent-list a:hover,
.blog-v2-post__recent-list a:focus {
  color: #001f61;
  text-decoration: underline;
}

.blog-v2-post__sidebar-list .blog-v2-post__category-link:hover,
.blog-v2-post__sidebar-list .blog-v2-post__category-link:focus {
  text-decoration: none;
}

.blog-v2-post__status {
  min-height: 360px;
  padding: 72px 0;
  background: #f7f8fa;
}

.blog-v2-post__status-inner {
  width: min(780px, calc(100% - 72px));
  margin: 0 auto;
}

.blog-v2-post__status h1 {
  margin: 0 0 16px;
  color: #252525;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.blog-v2-post__status p {
  margin: 0;
  color: #626262;
  font-size: 18px;
  line-height: 1.5;
}

.blog-v2-post__publisher {
  width: min(1200px, calc(100% - 72px));
  margin: 0 auto;
  padding: 0 0 76px;
}

.blog-v2-post__publisher-inner {
  max-width: 780px;
  padding-top: 30px;
  border-top: 1px solid #dfe4ec;
}

.blog-v2-post__publisher-label {
  margin: 0 0 8px;
  color: #252525;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.blog-v2-post__publisher-copy {
  margin: 0 0 16px;
  color: #626a75;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.blog-v2-post__publisher-link {
  color: #0032a0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
}

.blog-v2-post__publisher-link:hover,
.blog-v2-post__publisher-link:focus {
  color: #001f61;
  text-decoration: underline;
}

.blog-v2__related {
  padding: 68px 0 76px;
  background: #f7f8fa;
  border-top: 1px solid #e6e9ef;
}

.blog-v2__related-inner {
  width: min(1380px, calc(100% - 72px));
  margin: 0 auto;
}

.blog-v2-post .blog-v2__related-inner {
  width: min(1200px, calc(100% - 72px));
}

.blog-v2__related-heading {
  margin: 0 0 48px;
}

.blog-v2__related-grid {
  gap: 48px 58px;
}

@supports not (aspect-ratio: 16 / 9) {
  .blog-v2__hero-image-container:before,
  .blog-v2__article-image:before,
  .blog-v2__video-thumb:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }

  .blog-v2-post__image:before {
    content: "";
    display: block;
    padding-top: 50%;
  }

  .blog-v2__hero-image,
  .blog-v2-post__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1832px) {
  .blog-v2__featured-post-tagline {
    margin-bottom: clamp(25px, 1.45vw, 34px);
    font-size: clamp(14px, 0.68vw, 16px);
  }

  .blog-v2__featured-post-details {
    margin-bottom: clamp(24px, 1.35vw, 32px);
    font-size: clamp(14px, 0.68vw, 16px);
  }

  .blog-v2__featured-post-headline {
    max-width: clamp(520px, 32vw, 700px);
    margin-bottom: clamp(22px, 1.25vw, 30px);
    font-size: clamp(36px, 1.95vw, 46px);
  }

  .blog-v2__featured-post-excerpt {
    max-width: clamp(510px, 28vw, 640px);
    margin-bottom: clamp(24px, 1.35vw, 32px);
    font-size: clamp(18px, 0.9vw, 21px);
  }

  .blog-v2__featured-post-link {
    gap: clamp(11px, 0.6vw, 14px);
    font-size: clamp(16px, 0.8vw, 18px);
  }

  .blog-v2__featured-post-link span {
    -ms-flex-preferred-size: clamp(24px, 1.25vw, 30px);
    flex-basis: clamp(24px, 1.25vw, 30px);
    width: clamp(24px, 1.25vw, 30px);
    height: clamp(12px, 0.62vw, 15px);
  }

  .blog-v2__featured-post-link span:before {
    width: clamp(22px, 1.15vw, 28px);
  }

  .blog-v2__featured-post-link span:after {
    width: clamp(8px, 0.42vw, 10px);
    height: clamp(8px, 0.42vw, 10px);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .blog-v2__article-grid,
  .blog-v2__video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 40px;
  }

  .blog-v2__article-card {
    -ms-flex-preferred-size: calc((100% - 40px) / 2);
    flex-basis: calc((100% - 40px) / 2);
    max-width: none;
  }
}

@media (max-width: 991px) {
  .blog-v2__hero-inner {
    display: block;
    min-height: 0;
  }

  .blog-v2__hero-image-container {
    max-width: none;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .blog-v2__hero-image {
    min-height: 0;
  }

  .blog-v2__featured-post-wrapper {
    padding: 34px 24px 40px;
  }

  .blog-v2__featured-post-headline,
  .blog-v2__featured-post-excerpt,
  .blog-v2__alert {
    max-width: none;
  }

  .blog-v2__posts {
    padding: 24px 0 60px;
    background: linear-gradient(to bottom, #f7f8fa 0, #f7f8fa 235px, #fff 235px, #fff 100%);
  }

  .blog-v2__posts > h1 {
    width: calc(100% - 48px);
    font-size: 30px;
  }

  .blog-v2__posts-heading {
    display: block;
    margin-bottom: 36px;
  }

  .blog-v2__posts-title {
    margin-bottom: 20px;
  }

  .blog-v2__search {
    max-width: none;
    min-width: 0;
  }

  .blog-v2__videos {
    padding-bottom: 60px;
  }

  .blog-v2__videos-inner {
    width: calc(100% - 48px);
  }

  .blog-v2__subscribe-inner {
    width: calc(100% - 48px);
  }

  .blog-v2-post__hero-inner,
  .blog-v2-post__hero-inner--text-only,
  .blog-v2-post__body,
  .blog-v2-post__status-inner {
    width: calc(100% - 48px);
  }

  .blog-v2-post__hero {
    padding: 34px 0 24px;
  }

  .blog-v2-post__header-inner {
    padding: 0 0 26px;
  }

  .blog-v2-post__header-inner h1 {
    font-size: 36px;
    line-height: 1.18;
  }

  .blog-v2-post__section-title {
    margin-bottom: 28px;
  }

  .blog-v2-post__section-title p {
    font-size: 20px;
  }

  .blog-v2-post__body {
    padding: 0 0 60px;
  }

  .blog-v2-post__layout {
    display: block;
  }

  .blog-v2-post__main {
    max-width: none;
  }

  .blog-v2-post__content {
    max-width: none;
    font-size: 17px;
  }

  .blog-v2-post__intro {
    max-width: none;
    font-size: 19px;
  }

  .blog-v2-post__actions--inline {
    display: flex;
  }

  .blog-v2-post__sidebar {
    margin-top: 52px;
  }

  .blog-v2-post__sidebar-section {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .blog-v2-post__sidebar-section--actions {
    display: none;
  }

  .blog-v2-post__sidebar-section--share {
    display: none;
  }

  .blog-v2-post__publisher {
    width: calc(100% - 48px);
    padding-bottom: 64px;
  }

  .blog-v2-post__publisher-inner {
    max-width: none;
  }

  .blog-v2__related {
    padding: 56px 0 64px;
  }

  .blog-v2__related-inner {
    width: calc(100% - 48px);
  }
}

@media (max-width: 767px) {
  .blog-v2__featured-post-wrapper {
    padding: 28px 18px 34px;
  }

  .blog-v2__featured-post-tagline {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .blog-v2__featured-post-details {
    margin-bottom: 18px;
  }

  .blog-v2__featured-post-headline {
    font-size: 28px;
    line-height: 1.25;
  }

  .blog-v2__featured-post-excerpt {
    font-size: 16px;
  }

  .blog-v2__posts {
    padding: 22px 0 52px;
    background: linear-gradient(to bottom, #f7f8fa 0, #f7f8fa 255px, #fff 255px, #fff 100%);
  }

  .blog-v2__posts > h1 {
    width: calc(100% - 36px);
    font-size: 26px;
    line-height: 1.1;
  }

  .blog-v2__posts-inner {
    width: calc(100% - 36px);
  }

  .blog-v2__posts-title {
    gap: 18px;
    font-size: 13px;
  }

  .blog-v2__posts-title:after {
    min-width: 40px;
  }

  .blog-v2__article-grid,
  .blog-v2__video-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .blog-v2__article-card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }

  .blog-v2__article-title {
    font-size: 18px;
  }

  .blog-v2__article-excerpt {
    font-size: 15px;
  }

  .blog-v2__load-more-wrap {
    margin-top: 40px;
  }

  .blog-v2__videos {
    padding-bottom: 52px;
  }

  .blog-v2__videos-inner {
    width: calc(100% - 36px);
  }

  .blog-v2__video-title {
    font-size: 18px;
  }

  .blog-v2__video-description {
    font-size: 15px;
  }

  .blog-v2__video-play {
    width: 54px;
    height: 54px;
  }

  .blog-v2__subscribe {
    padding: 42px 0 50px;
  }

  .blog-v2__subscribe-inner {
    width: calc(100% - 36px);
  }

  .blog-v2__subscribe-eyebrow {
    gap: 18px;
    margin-bottom: 28px;
    font-size: 12px;
  }

  .blog-v2__subscribe-title {
    font-size: 24px;
  }

  .blog-v2__subscribe-copy {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .blog-v2__subscribe-fields {
    display: block;
  }

  .blog-v2__subscribe-input-wrap {
    margin-bottom: 14px;
  }

  .blog-v2__subscribe-button {
    width: 100%;
  }

  .blog-v2-post__hero-inner,
  .blog-v2-post__hero-inner--text-only,
  .blog-v2-post__body,
  .blog-v2-post__status-inner,
  .blog-v2__related-inner {
    width: calc(100% - 36px);
  }

  .blog-v2-post__hero {
    padding: 24px 0 20px;
  }

  .blog-v2-post__image {
    margin-bottom: 0;
  }

  .blog-v2-post__header-inner {
    padding: 0 0 22px;
  }

  .blog-v2-post__back {
    margin-bottom: 22px;
  }

  .blog-v2-post__meta {
    font-size: 12px;
  }

  .blog-v2-post__intro {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.5;
  }

  .blog-v2-post__actions {
    gap: 10px;
    margin-top: 20px;
  }

  .blog-v2-post__action {
    min-height: 34px;
    padding: 7px 12px;
  }

  .blog-v2-post__header-inner h1 {
    font-size: 30px;
  }

  .blog-v2-post__section-title {
    margin-bottom: 24px;
  }

  .blog-v2-post__section-title p {
    font-size: 18px;
  }

  .blog-v2-post__section-title:after {
    margin-top: 12px;
  }

  .blog-v2-post__body {
    padding: 0 0 52px;
  }

  .blog-v2-post__content {
    font-size: 16px;
    line-height: 1.62;
  }

  .blog-v2-post__share {
    margin-top: 36px;
    padding-top: 22px;
  }

  .blog-v2-post__share-actions {
    gap: 10px;
  }

  .blog-v2-post__sidebar {
    margin-top: 44px;
  }

  .blog-v2-post__sidebar-section {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .blog-v2-post__recent-list li + li {
    margin-top: 16px;
  }

  .blog-v2-post__content h2 {
    font-size: 24px;
  }

  .blog-v2-post__content h3 {
    font-size: 21px;
  }

  .blog-v2-post__content h4 {
    font-size: 18px;
  }

  .blog-v2-post__content blockquote {
    padding-left: 18px;
    font-size: 18px;
  }

  .blog-v2-post__content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .blog-v2-post__status {
    padding: 52px 0;
  }

  .blog-v2-post__status h1 {
    font-size: 30px;
  }

  .blog-v2-post__publisher {
    width: calc(100% - 36px);
    padding-bottom: 56px;
  }

  .blog-v2-post__publisher-inner {
    padding-top: 24px;
  }

  .blog-v2-post__publisher-label {
    font-size: 17px;
  }

  .blog-v2-post__publisher-copy {
    font-size: 15px;
  }

  .blog-v2__related {
    padding: 48px 0 56px;
  }

  .blog-v2__related-heading {
    margin-bottom: 34px;
  }
}
