@charset "UTF-8";
.quote-large__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }
  @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
    .quote-large__container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 80rem) {
    .quote-large__container {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (min-width: 64rem) {
    .quote-large__container {
      margin-top: 5rem; } }
  @media screen and (min-width: 64rem) {
    .quote-large__container {
      margin-bottom: 5rem; } }

.quote-large__quote {
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem; }
  @media screen and (min-width: 30rem) {
    .quote-large__quote {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    .quote-large__quote {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (min-width: 64rem) {
    .quote-large__quote {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media screen and (min-width: 48rem) {
    .quote-large__quote {
      width: 80%; } }

.quote-large__author {
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.01em;
  margin: 0 0 1rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em; }
  @media screen and (min-width: 64rem) {
    .quote-large__author {
      font-size: 18px;
      font-size: 1.125rem; } }
  .quote-large__author:last-of-type {
    margin-bottom: 0; }
  .quote-large__author:before {
    content: '—'; }

.quote-large__button {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 0;
  background-color: #cf000d;
  color: #fff;
  font-weight: 600;
  letter-spacing: .2px;
  min-height: 2.875rem;
  padding: 0.25rem 2rem;
  transition: color 300ms ease, background-color 300ms ease;
  font-size: 1.125rem;
  border: 2px solid #cf000d;
  background-color: transparent;
  color: #000;
  margin-top: 2.5rem; }
  .quote-large__button:focus {
    outline: 1px solid #000; }
  .quote-large__button:hover {
    background-color: #b6000b;
    color: #fff; }
  .quote-large__button:disabled {
    background-color: #fff;
    border: 2px solid #d5d5d5;
    color: #d5d5d5; }
  .quote-large__button:hover {
    color: #fff;
    background-color: #cf000d; }

/*# sourceMappingURL=quote-large.css.map */