/*-- -------------------------- -->
<---           Reviews          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #reviews {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    margin: auto;
    text-align: center;
  }
  #reviews .container {
    width: 96%;
    max-width: 66em;
  }
  #reviews .review {
    padding: 3.2em 1.5em 0.9em 1.5em;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 20.5em;
    margin: auto;
    margin-bottom: 5em;
    border-radius: 0.25em;
    position: relative;
    background: #292929;
    display: flex;
    flex-direction: column;
  }
  #reviews .review:last-of-type {
    margin-bottom: 0;
  }
  #reviews .review .profile {
    display: block;
    height: 4.95em;
    width: 4.95em;
    margin-left: 0;
    border-radius: 50%;
    margin-bottom: 0.8em;
    position: absolute;
    left: 1.5em;
    top: -2.55em;
  }
  #reviews .review p {
    line-height: 1.33333333;
    margin-bottom: 1.55555556em;
    text-align: left;
  }
  #reviews .review .star-group {
    border-top: 1px solid #E7E7E7;
    padding-top: 0.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: auto;
  }
  #reviews .review .star-group .name {
    color: #fff;
    font-size: 0.9em;
    line-height: 1.33333333em;
    text-align: left;
    font-weight: bold;
    display: block;
  }
  #reviews .review .star-group .desc {
    color: #fff;
    opacity: .7;
    font-weight: 400;
    display: block;
  }
  #reviews .review .star-group img {
    display: block;
    width: 4.55em;
    height: 0.75em;
    margin: 0;
  }
  #reviews .button-solid {
    margin-top: 4.16666667em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #reviews {
    padding-top: 5em;
    padding-bottom: 9.5em;
  }
  #reviews .container {
    font-size: min(1.4vw, 1em);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    gap: 1.5em;
    row-gap: 5em;
  }
  #reviews .review {
    margin: 0;
  }
  #reviews .review p {
    text-align: left;
  }
}
/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 8.3em 0 12.5em;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 7.75em;
    width: 190em;
    background: url("../images/cta-top.svg");
    background-size: contain;
    background-position: 0%;
    background-repeat: no-repeat;
    opacity: 1;
    top: -2.9em;
    left: -14.85em;
    z-index: 1;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 7.75em;
    width: 190em;
    background: url("../images/cta-bottom.svg");
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: -0.25em;
    right: 0em;
    z-index: 1;
  }
  #cta picture {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #3f1415;
    opacity: .97;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .container {
    width: 96%;
    margin: auto;
  }
  #cta .topper {
    display: block;
    color: var(--accessible);
    font-size: 0.7em;
    text-transform: uppercase;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 1.42857143em;
    letter-spacing: .05em;
    text-align: center;
  }
  #cta h2 {
    font-size: min(10.4vw, 2.4em);
    line-height: 1.08333333;
    color: #fff;
    max-width: 12.60416667em;
    margin: auto;
    margin-bottom: 0.77083333em;
    text-align: center;
  }
  #cta p {
    font-size: 0.9em;
    line-height: 1.43em;
    margin: auto;
    margin-bottom: 4.11111111em;
    max-width: 35.27777778em;
    text-align: center;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #cta {
    font-size: min(1.87vw, 1em);
    padding-top: 8.3em;
    padding-bottom: 11.3em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    background: url("../images/cta.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  #cta picture img {
    display: none;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1600px) {
  #cta:before {
    left: 0;
    height: 10em;
    top: -5em;
  }
  #cta:after {
    height: 10em;
    bottom: -5em;
  }
}
