/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-review .columns {
  display: flex;
  flex-direction: column-reverse;
  gap: 25px; }
  .section-review .columns .text p {
    font-size: 16px;
    line-height: 25px; }
  @media (min-width: 981px) {
    .section-review .columns {
      gap: 45px; } }
  @media (min-width: 1200px) {
    .section-review .columns {
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .section-review .columns .column-content {
      width: 320px;
      flex-shrink: 0; } }
  @media (min-width: 1500px) {
    .section-review .columns .column-content {
      width: 370px; } }
  .section-review .columns .column-reviews {
    flex-grow: 1; }

.section-review .btn {
  display: block;
  margin-top: 50px; }
  @media (min-width: 768px) {
    .section-review .btn {
      display: inline-block;
      padding: 12px 25px;
      margin-top: 30px; } }

.section-review .reviews > article {
  flex: 1; }
  @media (max-width: 980px) {
    .section-review .reviews > article {
      flex-basis: 100%; } }
  .section-review .reviews > article blockquote {
    margin: 0;
    padding: 0; }
    .section-review .reviews > article blockquote p {
      color: var(--dark-blue); }
      @media (max-width: 767px) {
        .section-review .reviews > article blockquote p {
          line-height: 1.4; } }
    .section-review .reviews > article blockquote footer {
      line-height: 1.2;
      font-size: 16px;
      color: var(--text-color); }
    .section-review .reviews > article blockquote cite {
      font-style: normal;
      font-weight: bold;
      color: var(--light-blue); }
      @media (max-width: 767px) {
        .section-review .reviews > article blockquote cite {
          display: block; } }
  .section-review .reviews > article > figure {
    position: relative;
    padding-top: 85%;
    height: auto;
    min-height: auto;
    margin: 0;
    border-radius: 5px;
    overflow: hidden; }
    .section-review .reviews > article > figure > .img, .section-review .reviews > article > figure img, .section-review .reviews > article > figure video, .section-review .reviews > article > figure iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (min-width: 480px) {
      .section-review .reviews > article > figure {
        padding-top: 55%; } }
    @media (min-width: 768px) {
      .section-review .reviews > article > figure {
        padding-top: 40%; } }
    @media (min-width: 981px) {
      .section-review .reviews > article > figure {
        min-height: 430px; } }
  .section-review .reviews > article .content-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
    margin-top: -30px; }
    @media (min-width: 768px) {
      .section-review .reviews > article .content-container {
        padding: 0 25px;
        margin-top: -70px;
        flex-direction: row; } }
  .section-review .reviews > article .content {
    background-color: var(--white);
    max-width: 475px;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    padding: 30px 30px 30px 25px; }
    @media (min-width: 981px) {
      .section-review .reviews > article .content {
        padding: 50px 50px 30px 50px; } }
    .section-review .reviews > article .content-review {
      padding: 30px; }
      @media (min-width: 480px) {
        .section-review .reviews > article .content-review {
          padding: 30px 25px; } }
      @media (min-width: 981px) {
        .section-review .reviews > article .content-review {
          max-width: 410px; } }
    .section-review .reviews > article .content-quote:before {
      content: "\e909";
      font-family: Icomoon;
      color: var(--dark-sand);
      position: absolute;
      font-size: 35px;
      top: -.6em;
      left: .75em; }
      @media (min-width: 981px) {
        .section-review .reviews > article .content-quote:before {
          font-size: 45px;
          left: 1.2em; } }
    .section-review .reviews > article .content .review-info {
      display: flex;
      align-items: center;
      gap: 30px;
      margin: 0; }
      .section-review .reviews > article .content .review-info .zkn-widget {
        padding: 0;
        border: 0; }
        .section-review .reviews > article .content .review-info .zkn-widget .zkn-widget__header,
        .section-review .reviews > article .content .review-info .zkn-widget .zkn-widget__footer {
          display: none; }
        .section-review .reviews > article .content .review-info .zkn-widget .zkn-widget__rating-score {
          box-shadow: none;
          border: 0; }
    .section-review .reviews > article .content p {
      margin-top: 0;
      color: var(--dark-blue); }
    @media (max-width: 980px) {
      .section-review .reviews > article .content a.btn {
        width: 100%;
        margin-top: 1.5em; } }
    @media (min-width: 981px) {
      .section-review .reviews > article .content a.btn {
        position: absolute;
        right: 3em;
        top: 4em; } }

.section-review.blue h1, .section-review.blue h2, .section-review.blue h3 {
  color: var(--white); }

.section-review.sand .container > a.btn {
  background-color: var(--dark-blue);
  color: var(--white); }

.section-review.sand .content::before {
  color: var(--dark-blue) !important; }

/*# sourceMappingURL=review.css.map */
