.callout-heading {
  font-weight: 400; }
  .callout-heading {
    font-size: 22px; }
  @media (min-width: 575px) {
    .callout-heading {
      font-size: calc(22px + 26 * (100vw - 575px) / 1825); } }
  @media (min-width: 2400px) {
    .callout-heading {
      font-size: 48px; } }

.callout-copy p, .callout-copy ul li {
  font-size: 16px; }

@media (min-width: 575px) {
  .callout-copy p, .callout-copy ul li {
    font-size: calc(16px + 8 * (100vw - 575px) / 1825); } }

@media (min-width: 2400px) {
  .callout-copy p, .callout-copy ul li {
    font-size: 24px; } }

.callout-buttons {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .callout-buttons {
      flex-direction: column; } }
  .callout-buttons li {
    margin-right: 10px; }
    @media (max-width: 767.98px) {
      .callout-buttons li {
        margin: 10px 0; } }

.callout-group {
  margin: 10px 0 30px; }
  .container-fluid:not(.layout--right-rail):not(.layout--left-rail) .callout-group {
    padding-left: 80px;
    padding-right: 80px; }
    @media (min-width: 1600px) {
      .container-fluid:not(.layout--right-rail):not(.layout--left-rail) .callout-group {
        padding-left: 120px;
        padding-right: 120px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .container-fluid:not(.layout--right-rail):not(.layout--left-rail) .callout-group {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 767.98px) {
      .container-fluid:not(.layout--right-rail):not(.layout--left-rail) .callout-group {
        padding-left: 30px;
        padding-right: 30px; } }
  .callout-group a.download-image-button {
    border-radius: 100%;
    position: absolute;
    color: #006ff0;
    background-color: #fff;
    top: 30px;
    right: 30px;
    transition: 0.25s ease; }
    .callout-group a.download-image-button {
      width: 32px;
      min-width: 32px;
      min-height: 32px; }
    @media (min-width: 575px) {
      .callout-group a.download-image-button {
        width: calc(32px + 28 * (100vw - 575px) / 1825);
        min-width: calc(32px + 28 * (100vw - 575px) / 1825);
        min-height: calc(32px + 28 * (100vw - 575px) / 1825); } }
    @media (min-width: 2400px) {
      .callout-group a.download-image-button {
        width: 60px;
        min-width: 60px;
        min-height: 60px; } }
    .callout-group a.download-image-button:before {
      content: "\f11e";
      font-family: "icons" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .callout-group a.download-image-button:before {
        font-size: 18px; }
      @media (min-width: 575px) {
        .callout-group a.download-image-button:before {
          font-size: calc(18px + 8 * (100vw - 575px) / 1825); } }
      @media (min-width: 2400px) {
        .callout-group a.download-image-button:before {
          font-size: 26px; } }
    .callout-group a.download-image-button:hover, .callout-group a.download-image-button:focus {
      transform: scale(1.1);
      color: #fff;
      background-color: #006ff0; }
  .callout-group [data-max-columns] {
    grid-gap: 40px; }
  .callout-group [data-max-columns="3"] .callout-heading {
    font-weight: 700;
    margin-bottom: 15px; }
    .callout-group [data-max-columns="3"] .callout-heading {
      font-size: 18px; }
    @media (min-width: 575px) {
      .callout-group [data-max-columns="3"] .callout-heading {
        font-size: calc(18px + 6 * (100vw - 575px) / 1825); } }
    @media (min-width: 2400px) {
      .callout-group [data-max-columns="3"] .callout-heading {
        font-size: 24px; } }
    .callout-group [data-max-columns="3"] .callout-heading {
      line-height: 24px; }
    @media (min-width: 575px) {
      .callout-group [data-max-columns="3"] .callout-heading {
        line-height: calc(24px + 6 * (100vw - 575px) / 1825); } }
    @media (min-width: 2400px) {
      .callout-group [data-max-columns="3"] .callout-heading {
        line-height: 30px; } }
  .callout-group [data-max-columns="3"] .callout-content figure {
    margin-bottom: 20px; }
  .callout-group [data-max-columns="3"] a.download-image-button {
    border-radius: 100%;
    position: absolute;
    color: #006ff0;
    background-color: #fff;
    top: 10px;
    right: 10px;
    transition: 0.25s ease; }
    .callout-group [data-max-columns="3"] a.download-image-button {
      width: 24px;
      min-width: 24px;
      min-height: 24px; }
    @media (min-width: 575px) {
      .callout-group [data-max-columns="3"] a.download-image-button {
        width: calc(24px + 21 * (100vw - 575px) / 1825);
        min-width: calc(24px + 21 * (100vw - 575px) / 1825);
        min-height: calc(24px + 21 * (100vw - 575px) / 1825); } }
    @media (min-width: 2400px) {
      .callout-group [data-max-columns="3"] a.download-image-button {
        width: 45px;
        min-width: 45px;
        min-height: 45px; } }
    .callout-group [data-max-columns="3"] a.download-image-button:before {
      content: "\f11e";
      font-family: "icons" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .callout-group [data-max-columns="3"] a.download-image-button:before {
        font-size: 18px; }
      @media (min-width: 575px) {
        .callout-group [data-max-columns="3"] a.download-image-button:before {
          font-size: calc(18px + 8 * (100vw - 575px) / 1825); } }
      @media (min-width: 2400px) {
        .callout-group [data-max-columns="3"] a.download-image-button:before {
          font-size: 26px; } }
    .callout-group [data-max-columns="3"] a.download-image-button:hover, .callout-group [data-max-columns="3"] a.download-image-button:focus {
      transform: scale(1.1);
      color: #fff;
      background-color: #006ff0; }
    .callout-group [data-max-columns="3"] a.download-image-button:before {
      font-size: 16px; }
    @media (min-width: 575px) {
      .callout-group [data-max-columns="3"] a.download-image-button:before {
        font-size: calc(16px + 2 * (100vw - 575px) / 1825); } }
    @media (min-width: 2400px) {
      .callout-group [data-max-columns="3"] a.download-image-button:before {
        font-size: 18px; } }
  .callout-group-header-bottom:not(:empty) {
    margin-top: 30px; }
  .callout-group-header .basic-link-underline.d-inline-flex {
    align-items: center; }
  .callout-group-header a {
    position: relative;
    border-bottom: 1px solid #000;
    text-decoration: none !important;
    transition: 0.25s ease;
    font-weight: 700;
    top: 0;
    margin-bottom: 5px;
    margin-right: 10px; }
    .callout-group-header a:hover, .callout-group-header a:focus {
      border-bottom: 5px solid #FFD20A;
      top: -3px; }
  .callout-group-header {
    position: relative; }
    .callout-group-header-top {
      position: relative;
      display: flex;
      align-items: flex-end; }
      @media (min-width: 768px) {
        .callout-group-header-top {
          padding-right: 100px; } }
      @media (max-width: 767.98px) {
        .callout-group-header-top {
          flex-direction: column;
          align-items: flex-start; } }
      .callout-group-header-top h2 {
        margin: 0 15px 0 0; }
      .callout-group-header-top a.basic-link-underline {
        margin-bottom: 5px; }
    .callout-group-header-bottom {
      max-width: 1080px; }
    .callout-group-header-separate {
      margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .callout-group-header {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: repeat(3, auto); }
      .callout-group-header-top {
        grid-row: 1;
        grid-column: 1 / span 2; }
      .callout-group-header-bottom {
        grid-row: 2;
        grid-column: 1 / span 2; }
      .callout-group-header .swiper-nav {
        grid-column: 2;
        grid-row: 3;
        position: relative;
        right: unset;
        justify-content: flex-end; }
      .callout-group-header .mobile-link {
        grid-column: 1;
        grid-row: 3; } }

.callout-content figure {
  margin-bottom: 25px; }

.callout--bar.yellow-background {
  background-color: #FFD20A; }

.callout--bar.light-grey-background {
  background-color: #EBEDED; }

.callout--bar.dark-grey-background {
  background-color: #343434; }

.callout--bar {
  color: #fff;
  background-color: #4d4d4d;
  text-align: center;
  padding: 75px 40px; }
  .container-fluid:not(.layout--right-rail):not(.layout--left-rail) .callout--bar {
    margin-left: 80px;
    margin-right: 80px; }
    @media (min-width: 1600px) {
      .container-fluid:not(.layout--right-rail):not(.layout--left-rail) .callout--bar {
        margin-left: 120px;
        margin-right: 120px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .container-fluid:not(.layout--right-rail):not(.layout--left-rail) .callout--bar {
        margin-left: 60px;
        margin-right: 60px; } }
    @media (max-width: 767.98px) {
      .container-fluid:not(.layout--right-rail):not(.layout--left-rail) .callout--bar {
        margin-left: 30px;
        margin-right: 30px; } }
  .callout--bar .callout-content {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  .callout--bar .callout-heading {
    color: #fff;
    margin: 0 auto;
    max-width: 85%;
    font-weight: 400; }
    .callout--bar .callout-heading {
      font-size: 22px; }
    @media (min-width: 575px) {
      .callout--bar .callout-heading {
        font-size: calc(22px + 26 * (100vw - 575px) / 1825); } }
    @media (min-width: 2400px) {
      .callout--bar .callout-heading {
        font-size: 48px; } }
    .callout--bar .callout-heading {
      line-height: 26px; }
    @media (min-width: 575px) {
      .callout--bar .callout-heading {
        line-height: calc(26px + 34 * (100vw - 575px) / 1825); } }
    @media (min-width: 2400px) {
      .callout--bar .callout-heading {
        line-height: 60px; } }
    @media (max-width: 767.98px) {
      .callout--bar .callout-heading {
        max-width: 100%; } }
  .callout--bar .callout-copy {
    max-width: 1200px;
    margin: 0 auto 0; }
  .callout--bar .callout-buttons {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px; }
    .callout--bar .callout-buttons a, .callout--bar .callout-buttons button {
      transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
      display: inline-flex;
      color: #000;
      text-align: center;
      align-items: center;
      justify-content: center;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      background-color: #fff;
      border: 1px solid #000;
      border-radius: 30px;
      padding: 15px 30px;
      cursor: pointer;
      font-weight: 700;
      text-decoration: none;
      font-size: 16px;
      line-height: 19px;
      min-width: 180px;
      background-color: #000;
      border-color: #000;
      color: #fff;
      transition: 0.25s ease-in-out;
      margin: 0 0 10px; }
      .prefers-reduced-motion .callout--bar .callout-buttons a, .prefers-reduced-motion .callout--bar .callout-buttons button {
        transition: none; }
      .callout--bar .callout-buttons a:disabled, .callout--bar .callout-buttons a.disabled, .callout--bar .callout-buttons button:disabled, .callout--bar .callout-buttons button.disabled {
        transition: none;
        opacity: 0.6;
        box-shadow: none;
        cursor: default;
        background-color: #fff;
        color: #000; }
        .prefers-reduced-motion .callout--bar .callout-buttons a:disabled, .prefers-reduced-motion .callout--bar .callout-buttons a.disabled, .prefers-reduced-motion .callout--bar .callout-buttons button:disabled, .prefers-reduced-motion .callout--bar .callout-buttons button.disabled {
          transition: none; }
      .callout--bar .callout-buttons a:active, .callout--bar .callout-buttons a.active, .callout--bar .callout-buttons button:active, .callout--bar .callout-buttons button.active {
        background-color: #d9d9d9; }
      .prefers-reduced-motion .callout--bar .callout-buttons a, .prefers-reduced-motion .callout--bar .callout-buttons button {
        transition: none; }
      @media (hover: hover) {
        .callout--bar .callout-buttons a:hover, .callout--bar .callout-buttons button:hover {
          background-color: #fff;
          border-color: #fff;
          color: #000;
          transform: scale(1.05); } }
      .is-tabbing .callout--bar .callout-buttons a:focus, .is-tabbing .callout--bar .callout-buttons button:focus {
        background-color: #fff;
        border-color: #fff;
        color: #000;
        transform: scale(1.05); }
      .callout--bar .callout-buttons a:active, .callout--bar .callout-buttons a.active, .callout--bar .callout-buttons button:active, .callout--bar .callout-buttons button.active {
        background-color: #000;
        border-color: #000;
        color: #fff; }
      .callout--bar .callout-buttons a:disabled, .callout--bar .callout-buttons a.disabled, .callout--bar .callout-buttons button:disabled, .callout--bar .callout-buttons button.disabled {
        background-color: #fff;
        border-color: #FFD20A;
        color: #FFD20A; }
      @media (max-width: 575.98px) {
        .callout--bar .callout-buttons a, .callout--bar .callout-buttons button {
          display: flex !important; } }
    @media (max-width: 767.98px) {
      .callout--bar .callout-buttons {
        flex-direction: column; } }
  .callout--bar.yellow-background .callout-heading, .callout--bar.yellow-background .callout-copy {
    color: #000; }
  .callout--bar.yellow-background .callout-buttons a {
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    display: inline-flex;
    color: #000;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 15px 30px;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    min-width: 180px;
    background-color: #000;
    border-color: #000;
    color: #fff;
    transition: 0.25s ease-in-out; }
    .prefers-reduced-motion .callout--bar.yellow-background .callout-buttons a {
      transition: none; }
    .callout--bar.yellow-background .callout-buttons a:disabled, .callout--bar.yellow-background .callout-buttons a.disabled {
      transition: none;
      opacity: 0.6;
      box-shadow: none;
      cursor: default;
      background-color: #fff;
      color: #000; }
      .prefers-reduced-motion .callout--bar.yellow-background .callout-buttons a:disabled, .prefers-reduced-motion .callout--bar.yellow-background .callout-buttons a.disabled {
        transition: none; }
    .callout--bar.yellow-background .callout-buttons a:active, .callout--bar.yellow-background .callout-buttons a.active {
      background-color: #d9d9d9; }
    .prefers-reduced-motion .callout--bar.yellow-background .callout-buttons a {
      transition: none; }
    @media (hover: hover) {
      .callout--bar.yellow-background .callout-buttons a:hover {
        background-color: #fff;
        border-color: #fff;
        color: #000;
        transform: scale(1.05); } }
    .is-tabbing .callout--bar.yellow-background .callout-buttons a:focus {
      background-color: #fff;
      border-color: #fff;
      color: #000;
      transform: scale(1.05); }
    .callout--bar.yellow-background .callout-buttons a:active, .callout--bar.yellow-background .callout-buttons a.active {
      background-color: #000;
      border-color: #000;
      color: #fff; }
    .callout--bar.yellow-background .callout-buttons a:disabled, .callout--bar.yellow-background .callout-buttons a.disabled {
      background-color: #fff;
      border-color: #FFD20A;
      color: #FFD20A; }

.callout--media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto; }
  @media (max-width: 767.98px) {
    .callout--media {
      grid-template-columns: 100%;
      grid-template-rows: auto; } }
  @media (max-width: 767.98px) {
    .callout--media img {
      position: relative; } }
/*# sourceMappingURL=callout.css.map */
