.blockquote {
  position: relative;
  color: #000;
  z-index: 1;
  margin-left: 80px;
  margin-right: 80px;
  padding-left: 80px;
  padding-right: 80px; }
  @media (min-width: 1600px) {
    .blockquote {
      margin-left: 120px;
      margin-right: 120px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .blockquote {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (max-width: 767.98px) {
    .blockquote {
      margin-left: 30px;
      margin-right: 30px; } }
  @media (min-width: 1600px) {
    .blockquote {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .blockquote {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 767.98px) {
    .blockquote {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .blockquote {
      padding-left: 120px !important;
      padding-right: 0 !important; } }
  .blockquote.with-image {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 100px;
    align-items: center; }
    @media (max-width: 991.98px) {
      .blockquote.with-image {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-gap: 30px;
        text-align: center; } }
    .blockquote.with-image .blockquote-cite {
      margin-top: 0;
      text-align: center; }
      .blockquote.with-image .blockquote-cite-image {
        width: 196px;
        height: 196px;
        margin-right: 0;
        display: inline-block;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative; }
        .blockquote.with-image .blockquote-cite-image figure {
          height: 100%;
          position: relative;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          top: 0; }
          .blockquote.with-image .blockquote-cite-image figure video,
          .blockquote.with-image .blockquote-cite-image figure img {
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            position: absolute;
            width: 100%; }
          .blockquote.with-image .blockquote-cite-image figure img {
            left: 0; }
      .blockquote.with-image .blockquote-cite small {
        max-width: none;
        line-height: 10px;
        margin-bottom: 3px; }
      .blockquote.with-image .blockquote-cite .author {
        display: block; }
      .blockquote.with-image .blockquote-cite .source {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 1.66px; }
  .blockquote-cite {
    display: block;
    margin-top: 14px;
    font-style: normal;
    font-size: 14px;
    color: #000;
    text-transform: uppercase; }
    .blockquote-cite small {
      max-width: 250px;
      display: block; }
    .blockquote-cite .author {
      font-size: 22px;
      color: #000;
      letter-spacing: unset;
      line-height: 18px;
      text-transform: none; }
    .blockquote-cite-image {
      display: block;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      line-height: 0;
      display: inline-block;
      margin-right: 10px;
      overflow: hidden;
      vertical-align: middle; }
  .blockquote--callout {
    text-align: left; }
  .blockquote-quote {
    position: relative; }
    .blockquote-quote h1, .blockquote-quote h2, .blockquote-quote h3, .blockquote-quote p {
      font-weight: 700; }
      .blockquote-quote h1, .blockquote-quote h2, .blockquote-quote h3, .blockquote-quote p {
        font-size: 24px; }
      @media (min-width: 575px) {
        .blockquote-quote h1, .blockquote-quote h2, .blockquote-quote h3, .blockquote-quote p {
          font-size: calc(24px + 40 * (100vw - 575px) / 1825); } }
      @media (min-width: 2400px) {
        .blockquote-quote h1, .blockquote-quote h2, .blockquote-quote h3, .blockquote-quote p {
          font-size: 64px; } }
      .blockquote-quote h1, .blockquote-quote h2, .blockquote-quote h3, .blockquote-quote p {
        line-height: 29px; }
      @media (min-width: 575px) {
        .blockquote-quote h1, .blockquote-quote h2, .blockquote-quote h3, .blockquote-quote p {
          line-height: calc(29px + 49 * (100vw - 575px) / 1825); } }
      @media (min-width: 2400px) {
        .blockquote-quote h1, .blockquote-quote h2, .blockquote-quote h3, .blockquote-quote p {
          line-height: 78px; } }
    @media (min-width: 992px) {
      .blockquote-quote .open-quote {
        position: absolute;
        left: -25px; } }
    .blockquote-quote:before {
      content: "\f12b";
      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;
      top: -40px;
      left: -110px;
      z-index: -1;
      position: absolute;
      color: #FFD20A; }
      .blockquote-quote:before {
        font-size: 83px; }
      @media (min-width: 575px) {
        .blockquote-quote:before {
          font-size: calc(83px + 103 * (100vw - 575px) / 1825); } }
      @media (min-width: 2400px) {
        .blockquote-quote:before {
          font-size: 186px; } }
      @media (min-width: 1600px) {
        .blockquote-quote:before {
          left: -120px; } }
      @media (max-width: 991.98px) {
        .blockquote-quote:before {
          font-size: 90px;
          top: -30px;
          left: -10px; } }
  .blockquote a:not(.frontend-editing-open-sidebar) {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #000;
    text-decoration: none !important;
    transition: 0.25s ease;
    font-weight: 700;
    top: 0;
    text-transform: none; }
    .blockquote a:not(.frontend-editing-open-sidebar):hover, .blockquote a:not(.frontend-editing-open-sidebar):focus {
      border-bottom: 5px solid #FFD20A;
      top: -3px; }
    .blockquote a:not(.frontend-editing-open-sidebar) {
      font-size: 16px; }
    @media (min-width: 575px) {
      .blockquote a:not(.frontend-editing-open-sidebar) {
        font-size: calc(16px + 2 * (100vw - 575px) / 1825); } }
    @media (min-width: 2400px) {
      .blockquote a:not(.frontend-editing-open-sidebar) {
        font-size: 18px; } }
/*# sourceMappingURL=blockquote.css.map */
