/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.hero {
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  scroll-margin-top: 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .hero {
      height: 500px; } }
  @media (max-width: 767px) {
    .hero {
      height: -moz-fit-content;
      height: fit-content; } }
  .hero a {
    outline-color: #fbc600;
    font-weight: 500;
    color: white;
    transition: all 200ms ease; }
    .hero a:hover {
      color: #fbc600; }
  .hero__image {
    background: linear-gradient(256deg, rgba(59, 61, 73, 0) -4.13%, rgba(0, 0, 0, 0.8) 61.97%);
    width: 100%;
    height: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .hero__image {
        min-height: 260px;
        background: none; } }
    .hero__image img {
      position: absolute;
      z-index: -1;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (max-width: 767px) {
        .hero__image img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover; } }
  .hero__content {
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 160px;
    max-width: 60%; }
    @media (min-width: 768px) and (max-width: 1080px) {
      .hero__content {
        padding-left: 80px; } }
    @media (max-width: 767px) {
      .hero__content {
        position: relative;
        background-color: #3b3d49;
        padding: 40px 18px;
        max-width: 100%; } }
    .hero__content .breadcrumbs {
      display: flex;
      align-items: center;
      gap: 16px; }
      .hero__content .breadcrumbs .crumb {
        margin-top: -4px;
        color: white;
        text-decoration: none; }
        .hero__content .breadcrumbs .crumb.current {
          color: #fbc600; }
        .hero__content .breadcrumbs .crumb:hover {
          text-decoration: underline; }
    .hero__content h1 {
      font-size: 64px;
      line-height: 64px; }
      @media (max-width: 1079px) {
        .hero__content h1 {
          font-size: 42px;
          line-height: 42px; } }
      @media (max-width: 767px) {
        .hero__content h1 {
          font-size: 36px;
          line-height: 38px; } }
    .hero__content .byline {
      display: flex;
      flex-direction: column;
      gap: 8px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .hero__content .byline {
          font-size: 16px;
          gap: 4px; } }
      .hero__content .byline button {
        color: white;
        font-weight: 500;
        font-size: inherit;
        padding: 0;
        text-decoration: underline; }
    .hero__content .social-icons {
      display: flex;
      gap: 8px;
      margin-top: 24px; }
      .hero__content .social-icons a {
        height: 24px; }

.blog-article {
  max-width: 890px;
  margin: auto;
  padding: 60px 16px 0 16px; }

.blog_author {
  background-color: #f3f6f6;
  padding-right: 16px;
  padding-left: 16px; }
  .blog_author__content {
    max-width: 900px;
    margin: auto; }
  .blog_author h3 {
    font-size: 32px;
    color: #3b3d49;
    margin-top: 0;
    margin-bottom: 24px; }
  .blog_author p {
    color: #727377;
    font-size: 18px;
    line-height: 24px; }

.sources {
  padding-left: 32px;
  padding-right: 32px; }
  .sources details {
    box-sizing: border-box;
    width: 890px;
    margin: auto;
    max-width: 100%; }
    .sources details ul,
    .sources details ol {
      padding-left: 30px;
      line-height: 1.1 !important;
      font-size: 16px; }
    .sources details a,
    .sources details a:visited {
      text-decoration: underline;
      color: #3f647c;
      font-weight: 500;
      word-break: break-word; }

.blog_rating {
  box-sizing: border-box;
  width: 450px;
  max-width: 100%;
  padding-left: 32px;
  padding-right: 32px; }
  .blog_rating h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #3b3d49; }
  .blog_rating span {
    font-size: 10px; }
  .blog_rating ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .blog_rating ul button {
      border-radius: 4px;
      font-size: 16px;
      height: 32px;
      width: 100%;
      text-align: left;
      background-color: #d9d9d9;
      padding: 2px 6px;
      border-left: 8px solid; }
      .blog_rating ul button[data-rating="Strongly agree"] {
        border-left-color: #eec42f; }
      .blog_rating ul button[data-rating="Agree"] {
        border-left-color: #f7ebbc; }
      .blog_rating ul button[data-rating="Neither agree nor disagree"] {
        border-left-color: #75a5ad; }
      .blog_rating ul button[data-rating="Disagree"] {
        border-left-color: #939599; }
      .blog_rating ul button[data-rating="Strongly disagree"] {
        border-left-color: #3e3e43; }

.disclaimer {
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 80px;
  color: #3b3d49;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 12px;
  width: 950px;
  margin: 40px auto;
  max-width: 100%; }
  @media (min-width: 992px) {
    .disclaimer {
      margin-top: 80px; } }

.back-to-toc-arrow {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  right: 50%;
  transform: translateX(50%);
  justify-content: end;
  padding-bottom: 50px;
  padding-right: 40px; }
  @media (max-width: 767px) {
    .back-to-toc-arrow {
      padding-bottom: 34px;
      padding-right: 24px; } }
  .back-to-toc-arrow a {
    height: 56px;
    width: 56px;
    display: grid;
    place-items: center;
    border: 2px solid #3b3d49;
    border-radius: 8px;
    background-color: white;
    transition: all 200ms ease-in-out; }
    @media (max-width: 767px) {
      .back-to-toc-arrow a {
        height: 48px;
        width: 48px; } }
    .back-to-toc-arrow a:hover {
      background-color: #3b3d49; }
      .back-to-toc-arrow a:hover img {
        filter: invert(100%) sepia(21%) saturate(0%) hue-rotate(231deg) brightness(216%) contrast(100%); }
    .back-to-toc-arrow a:focus,
    .back-to-toc-arrow a :focus-visible {
      outline: 2px solid #fbc600; }
