/* anton-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/anton-v23-latin-regular.woff2") format("woff2"), url("../fonts/anton-v23-latin-regular.woff") format("woff");
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v12-latin-regular.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-regular.woff") format("woff");
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-sans-v12-latin-600.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-600.woff") format("woff");
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v12-latin-700.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-700.woff") format("woff");
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-sans-v12-latin-800.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-800.woff") format("woff");
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff") format("woff");
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
}
.quote-box {
  margin: 0 auto 1.3529411765rem auto;
  background-color: #767676;
  max-height: 516px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quote-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.quote-box__media {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 244px;
}

.quote-box__content {
  position: relative;
  padding: 1.5rem;
}
.quote-box__content-content {
  margin-top: 0.6764705882rem;
  margin-bottom: 0.6764705882rem;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.4117647059rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
}
.quote-box__content-author {
  margin-top: 0.6764705882rem;
  margin-bottom: 0.6764705882rem;
  font-size: inherit;
  font-weight: inherit;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #FFFFFF;
  color: #004d25;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.0588235294rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0.2em;
}
@supports (mix-blend-mode: screen) {
  .quote-box__content-author {
    color: #000000;
    mix-blend-mode: screen;
  }
}

.quote-box__content::before {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 14px);
  transform: translate(-50%, 14px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 11px 0;
  border-color: #767676 transparent transparent;
}

.quote-box__border {
  display: block;
  height: 10px;
  background-color: #767676;
}

.quote-box--purple {
  background-color: #662D91;
}
.quote-box--purple .quote-box__content::before {
  border-color: #662D91 transparent transparent;
}
.quote-box--purple .quote-box__border {
  background-color: #a381bd;
}

.quote-box--green-mid {
  background-color: #009949;
}
.quote-box--green-mid .quote-box__content::before {
  border-color: #009949 transparent transparent;
}
.quote-box--green-mid .quote-box__border {
  background-color: #66c292;
}

.quote-box--blue {
  background-color: #008671;
}
.quote-box--blue .quote-box__content::before {
  border-color: #008671 transparent transparent;
}
.quote-box--blue .quote-box__border {
  background-color: #66b6aa;
}

.quote-box--pink {
  background-color: #CE3890;
}
.quote-box--pink .quote-box__content::before {
  border-color: #CE3890 transparent transparent;
}
.quote-box--pink .quote-box__border {
  background-color: #e288bc;
}

.quote-box--orange {
  background-color: #E67E1D;
}
.quote-box--orange .quote-box__content::before {
  border-color: #E67E1D transparent transparent;
}
.quote-box--orange .quote-box__border {
  background-color: #f0b277;
}

.quote-box--green-camarone {
  background-color: #007236;
}
.quote-box--green-camarone .quote-box__content::before {
  border-color: #007236 transparent transparent;
}
.quote-box--green-camarone .quote-box__border {
  background-color: #66aa86;
}