body.in-blog-3.type-posts-listing,
body.in-blog-3.type-post {
  --dyn-blog-text: #1d1d1f;
  --dyn-blog-muted: #515154;
  --dyn-blog-blue: #0071e3;
  --dyn-blog-surface: #f5f5f7;
  --dyn-blog-edge: clamp(20px, 4.5vw, 72px);
  background: #fff;
  color: var(--dyn-blog-text);
}

body.in-blog-3.type-posts-listing #content,
body.in-blog-3.type-posts-listing #content .content-inner {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.in-blog-3.type-posts-listing #content .sectionDescription,
body.in-blog-3.type-posts-listing #newsWrapper,
body.in-blog-3.type-posts-listing #content .listingControls {
  width: min(calc(100% - (2 * var(--dyn-blog-edge))), 1440px);
  margin-right: auto !important;
  margin-left: auto !important;
}

body.in-blog-3.type-posts-listing #content .sectionDescription {
  padding: clamp(54px, 7vw, 104px) 0 clamp(42px, 5vw, 72px);
}

body.in-blog-3.type-posts-listing .dyn-blog-eyebrow {
  margin: 0 0 14px;
  color: #0b6fae;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.in-blog-3.type-posts-listing #content .sectionDescription h1 {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0 0 0.08em;
  color: #0b6fae;
  background-image: linear-gradient(92deg, #16191d 0%, #0b6fae 25%, #00a5df 47%, #de3346 70%, #ed8b83 85%, #66b89d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", Inter, "Segoe UI", sans-serif;
  font-size: clamp(50px, 5.2vw, 78px) !important;
  font-weight: 650;
  line-height: 0.98 !important;
  letter-spacing: -0.058em;
}

body.in-blog-3.type-posts-listing .dyn-blog-intro {
  max-width: 820px;
  margin: clamp(20px, 2.4vw, 32px) 0 0;
  color: var(--dyn-blog-muted);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "Segoe UI", sans-serif;
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

body.in-blog-3.type-posts-listing #newsWrapper {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  padding: 0 0 clamp(58px, 7vw, 100px);
}

body.in-blog-3.type-posts-listing #newsWrapper .news-item {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: clamp(24px, 2vw, 32px);
  background: var(--dyn-blog-surface);
  box-shadow: none !important;
  overflow: hidden;
  flex-direction: column;
}

body.in-blog-3.type-posts-listing #newsWrapper .news-item .image {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: 1200 / 630;
  background: #fff;
  overflow: hidden;
}

body.in-blog-3.type-posts-listing #newsWrapper .news-item .image a,
body.in-blog-3.type-posts-listing #newsWrapper .news-item .image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

body.in-blog-3.type-posts-listing #newsWrapper .news-item .image img {
  margin: 0 !important;
  object-fit: contain;
  transition: transform 260ms ease;
}

body.in-blog-3.type-posts-listing #newsWrapper .news-item:hover .image img {
  transform: scale(1.018);
}

body.in-blog-3.type-posts-listing #newsWrapper .news-item .text {
  display: flex !important;
  width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
  height: 100%;
  padding: clamp(22px, 2vw, 30px) !important;
  text-align: left !important;
  flex: 1 1 auto;
  flex-direction: column;
}

body.in-blog-3.type-posts-listing #newsWrapper .news-item .title {
  color: var(--dyn-blog-text) !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", Inter, "Segoe UI", sans-serif;
  font-size: clamp(23px, 1.8vw, 30px) !important;
  font-weight: 650 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}

body.in-blog-3.type-posts-listing #newsWrapper .news-item .description {
  margin-top: 14px !important;
  color: var(--dyn-blog-muted) !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.1vw, 18px) !important;
  font-weight: 400;
  line-height: 1.43 !important;
  letter-spacing: -0.015em;
}

body.in-blog-3.type-posts-listing #newsWrapper .news-item .description p {
  display: -webkit-box;
  margin: 0 !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

body.in-blog-3.type-posts-listing .dyn-blog-read-more {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  color: var(--dyn-blog-blue) !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none !important;
}

body.in-blog-3.type-posts-listing .dyn-blog-read-more:hover,
body.in-blog-3.type-posts-listing .dyn-blog-read-more:focus-visible {
  color: #0077ed !important;
}

body.in-blog-3.type-posts-listing #content .listingControls {
  padding: 0 0 clamp(66px, 8vw, 118px) !important;
}

body.in-blog-3.type-posts-listing #content .itemsTotal {
  color: #6e6e73;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "Segoe UI", sans-serif;
  font-size: 14px;
}

body.in-blog-3.type-posts-listing .custom-footer__newsletter .btn-primary,
body.in-blog-3.type-post .custom-footer__newsletter .btn-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 140px;
  min-height: 48px;
  padding-inline: 22px !important;
  line-height: 1.2 !important;
  white-space: nowrap;
  flex: 0 0 auto !important;
}

body.in-blog-3.type-post #content,
body.in-blog-3.type-post #content .content-inner {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.in-blog-3.type-post #content .news-item-detail {
  box-sizing: border-box;
  width: min(calc(100% - (2 * var(--dyn-blog-edge))), 1120px);
  margin: 0 auto !important;
  padding: clamp(48px, 6vw, 88px) 0 clamp(70px, 8vw, 120px);
}

body.in-blog-3.type-post .dyn-article-eyebrow {
  display: block;
  width: min(100%, 900px);
  margin: 0 auto 15px;
  color: #0b6fae !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.in-blog-3.type-post #content .news-item-detail > h1 {
  width: min(100%, 900px);
  margin: 0 auto !important;
  padding: 0 0 0.08em;
  color: #0b6fae;
  background-image: linear-gradient(92deg, #16191d 0%, #0b6fae 25%, #00a5df 47%, #de3346 70%, #ed8b83 85%, #66b89d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", Inter, "Segoe UI", sans-serif;
  font-size: clamp(46px, 5vw, 72px) !important;
  font-weight: 650 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em;
}

body.in-blog-3.type-post #content .news-item-detail > .text {
  width: min(100%, 820px);
  margin: clamp(38px, 5vw, 64px) auto 0 !important;
  color: var(--dyn-blog-text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "Segoe UI", sans-serif;
}

body.in-blog-3.type-post #content .news-item-detail > .text p,
body.in-blog-3.type-post #content .news-item-detail > .text li {
  color: var(--dyn-blog-muted) !important;
  font-size: clamp(18px, 1.35vw, 21px) !important;
  font-weight: 400;
  line-height: 1.68 !important;
  letter-spacing: -0.018em;
}

body.in-blog-3.type-post #content .news-item-detail > .text p {
  margin: 0 0 1.35em !important;
}

body.in-blog-3.type-post #content .news-item-detail > .text h2,
body.in-blog-3.type-post #content .news-item-detail > .text h3 {
  margin: 1.75em 0 0.65em !important;
  color: var(--dyn-blog-text) !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", Inter, "Segoe UI", sans-serif;
  font-weight: 650 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em;
}

body.in-blog-3.type-post #content .news-item-detail > .text h2 {
  font-size: clamp(28px, 2.8vw, 40px) !important;
}

body.in-blog-3.type-post #content .news-item-detail > .text h3 {
  font-size: clamp(23px, 2vw, 30px) !important;
}

body.in-blog-3.type-post #content .news-item-detail > .text ul,
body.in-blog-3.type-post #content .news-item-detail > .text ol {
  box-sizing: border-box;
  margin: 26px 0 34px !important;
  padding: clamp(24px, 3vw, 36px) clamp(26px, 3.5vw, 44px) clamp(24px, 3vw, 36px) clamp(48px, 5vw, 68px) !important;
  border: 0;
  border-radius: clamp(22px, 2vw, 30px);
  background: var(--dyn-blog-surface);
}

body.in-blog-3.type-post #content .news-item-detail > .text li + li {
  margin-top: 0.55em;
}

body.in-blog-3.type-post #content .news-item-detail > .text strong {
  color: var(--dyn-blog-text);
  font-weight: 650;
}

body.in-blog-3.type-post #content .news-item-detail > .text a {
  color: var(--dyn-blog-blue) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

body.in-blog-3.type-post #content .news-item-detail > .text img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: clamp(34px, 5vw, 58px) auto !important;
  border-radius: clamp(22px, 2vw, 30px);
}

body.in-blog-3.type-post #content .news-item-detail > .text blockquote {
  box-sizing: border-box;
  margin: clamp(34px, 5vw, 56px) 0;
  padding: clamp(26px, 4vw, 42px);
  border: 0;
  border-left: 5px solid var(--dyn-blog-blue);
  border-radius: 0 24px 24px 0;
  background: var(--dyn-blog-surface);
}

body.in-blog-3.type-post #content .news-item-detail > .next-prev {
  width: min(100%, 820px);
  margin: clamp(52px, 7vw, 84px) auto 0 !important;
  padding-top: 28px;
  border-top: 1px solid #d2d2d7;
  text-align: right !important;
}

body.in-blog-3.type-post #content .news-item-detail > .next-prev .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 999px;
  background: var(--dyn-blog-blue) !important;
  color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none !important;
}

.dyn-blog-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - 1280px) / 2));
  border-bottom: 1px solid #eee;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dyn-blog-preview-header strong {
  font-size: 30px;
  letter-spacing: -0.04em;
}

.dyn-blog-preview-header sup {
  color: #00a5df;
  font-size: 10px;
}

.dyn-blog-preview-header nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
}

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

@media (max-width: 980px) {
  body.in-blog-3.type-posts-listing #newsWrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.in-blog-3.type-post {
    --dyn-blog-edge: 20px;
  }

  body.in-blog-3.type-post #content .news-item-detail {
    padding-top: 42px;
    padding-bottom: 76px;
  }

  body.in-blog-3.type-post #content .news-item-detail > h1 {
    font-size: 42px !important;
  }

  body.in-blog-3.type-post #content .news-item-detail > .text {
    margin-top: 32px !important;
  }

  body.in-blog-3.type-post #content .news-item-detail > .text p,
  body.in-blog-3.type-post #content .news-item-detail > .text li {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }

  body.in-blog-3.type-post #content .news-item-detail > .text ul,
  body.in-blog-3.type-post #content .news-item-detail > .text ol {
    padding: 24px 22px 24px 42px !important;
    border-radius: 22px;
  }

  body.in-blog-3.type-post #content .news-item-detail > .next-prev {
    text-align: left !important;
  }

  body.in-blog-3.type-posts-listing {
    --dyn-blog-edge: 20px;
  }

  body.in-blog-3.type-posts-listing #content .sectionDescription {
    padding-top: 46px;
    padding-bottom: 38px;
  }

  body.in-blog-3.type-posts-listing #content .sectionDescription h1 {
    max-width: 340px;
    font-size: clamp(44px, 13vw, 54px);
    line-height: 1;
  }

  body.in-blog-3.type-posts-listing .dyn-blog-intro {
    max-width: 340px;
    margin-top: 20px;
    font-size: 20px;
  }

  body.in-blog-3.type-posts-listing #newsWrapper {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 54px;
  }

  body.in-blog-3.type-posts-listing #newsWrapper .news-item {
    border-radius: 25px;
  }

  body.in-blog-3.type-posts-listing #newsWrapper .news-item .text {
    padding: 22px !important;
  }

  body.in-blog-3.type-posts-listing #newsWrapper .news-item .title {
    font-size: 25px !important;
  }

  body.in-blog-3.type-posts-listing #content .listingControls {
    padding-bottom: 66px !important;
  }

  .dyn-blog-preview-header {
    min-height: 66px;
    padding-inline: 20px;
  }

  .dyn-blog-preview-header nav {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.in-blog-3.type-posts-listing #newsWrapper .news-item .image img {
    transition: none;
  }
}
