:root {
  --background: linear-gradient(90deg, #387F7F 0%, #38FF7F 100%);
}
.love-body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #F6F7FA;
}
.love-header {
  position: relative !important;
  background-image: linear-gradient(90deg, #387F7F 0%, #38FF7F 100%);
}
@media screen and (min-width: 75em) {
  .love-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1385px) {
  .container {
    padding: 0 20px;
  }
}

.hero {
  background-image: linear-gradient(90deg, #387F7F 0%, #38FF7F 100%);
  background-position: center;
  background-size: cover;
  min-height: 440px;
  width: 100%;
  z-index: 1;
}
.hero-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0 200px 0;
}
.love {
  width: calc(50% - 40px);
}
.love > h1 {
  color: #fff;
  text-align: left !important;
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.love > p {
  color: #fff;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  max-width: 65ch;
}
.btn-love {
  margin-top: 28px;
  max-width: 240px;
}
@media (max-width: 1400px) {
  .love > h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 1250px) {
  .love {
    width: calc(40% - 20px)
  }
}
.hero-cards {
  position: relative;
  width: calc(45% - 40px);
}
@media (max-width: 1250px) {
  .hero-cards {
    width: calc(55% - 20px)
  }
}
@media (max-width: 970px) {
  .hero-row {
    display: block;
  }
  .love, .hero-cards {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .hero-cards {
    display: none;
  }
}
.hero-card-stack {
  position: relative;
  width: 100%;
  height: 280px;
  perspective: 1200px;
}
@media (max-width: 1320px) {
  .hero-card-stack {
    height: 300px;
  }
}
@media (max-width: 970px) {
  .hero-row {
    display: block;
  }
  .hero-card-stack {
    margin-top: 100px;
    height: 280px;
  }
}
.hero-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: rgb(50 50 93 / 10%) 0px 13.5px 35px -12.4px, rgb(0 0 0 / 15%) 0px 8.1px 20px -8.1px;
  transform: translate3d(0px, 0, 0) scale(1);
  transform-origin: 0 0;
  transition: transform 0.6s cubic-bezier(.8,.2,.1,0.8) 0.1s, background 0.4s linear;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer !important;
  padding: 24px 32px;
}
.card--current {
  cursor: auto;
  user-select: auto;
  position: relative;
  z-index: 10;
  opacity: 1;
  background: #fff;
  transform: translate3d(0px, 0, 0) rotateX(0deg) scale(1);
}
.card--next {
  z-index: 5;
  transform: translate3d(0px, 8%, -50px) scale(1);
}
.card--out {
  animation: card-out 0.6s cubic-bezier(.8,.2,.1,0.8);
  transform: translate3d(0px, 16%, -100px) scale(1);
  z-index: 1;
  background: #fff;
}
@keyframes card-out {
  0% { z-index: 20; transform: translateY(0px) rotate(-4deg); }
  50% { transform: translateY(-120%) rotate(-5deg) translateX(-40px); }
  80% { z-index: 1; }
  100% { transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95); }
}

.testimonial-card-meta {
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.card-meta-span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #03B46E;
  display: inline-block;
  padding: 2px 0;
  transition: all .3s ease;
  border-radius: 12px;
}
.card-meta-span > .hidden {
  visibility: hidden;
  display: none;
}
.card-meta-span > .hidden > svg {
  fill: #fff;
  width: 10px;
  height: 10px;
  margin-left: 2px;
}

.testimonial-card:hover .card-meta-span {
  background: #03B46E;
  color: #fff;
  padding: 2px 12px;
}
.testimonial-card:hover .card-meta-span > .active {
  transition: all .2s ease;
  visibility: hidden;
  display: none;
}
.testimonial-card:hover .card-meta-span > .hidden {
  transition: all .2s ease;
  visibility: visible;
  display: block;
}

.testimonial-card-snippet > p,
.testimonial-card-snippet > ol,
.testimonial-card-snippet > li {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 500;
}
.testimonial-punctuation {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: rgba(0,0,0,0.2);
  font-size: 56px;
  line-height: 0;
  position: relative;
  top: 28px;
  margin-right: 4px;
}
.testimonial-card-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
}
.testimonial-card-footer > img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.2);
  border-radius: 50%;
}
.testimonial-profile-name {
  font-size: 14px;
  display: block;
  color: #000;
  margin-right: 20px;
  padding-right: 20px;
  font-weight: 600;
}
.testimonial-profile-company {
  display: block;
  color: #727f96 !important;
  font-size: 14px;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.guts {
  position: relative;
  z-index: 2;
  top: -64px;
  margin-bottom: 64px;
  background-color: transparent;
}
.tweets {
  column-count: 3;
  column-gap: 1em;
}
@media (max-width: 980px) {
  .tweets {
    column-count: 2;
    column-gap: 1em;
  }
}
@media (max-width: 675px) {
  .tweets {
    column-count: 1;
    column-gap: 1em;
  }
}
.tweet-col {
  position: relative;
  transition: all .3s ease;
  margin: 0 0 1em;
  display: inline-block;
  width: 100%;
}
.referenced-tweet {
  border: 1px solid #CFD9DE;
  border-radius: 10px;
  margin-top: 10px;
}
.referenced-tweet .tweet {
  box-shadow: none;
  padding: 1em;
}
.tweet {
  padding: 28px;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: rgb(50 50 93 / 10%) 0px 13.5px 35px -12.4px, rgb(0 0 0 / 15%) 0px 8.1px 20px -8.1px;
  border-radius: 8px;
  transition: all .2s ease;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.tweet-user {
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}
.tweet-user .tweet-user-name {
  display: flex;
  flex-direction: column;
}
.tweet-author {
  display: inline-block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: no-repeat center;
  background-size: cover;
}
.tweet-profile {
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin: -2px 0 0 0;
  font-weight: 600;
}
.tweet-profile .tweet-user .tweet-user-name .tweet-username {
  color: #727f96;
  font-weight: 400;
}
.tweet-content {
  margin-top: 8px;
  margin-bottom: 2px;
}
.tweet-content > p {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  white-space: pre-line;
}
@media (max-width: 675px) {
  .tweet > .tweet-profile,
  .tweet-content > p {
    font-size: 14px;
  }
}
.tweet-content > p > a {
  color: #03B46E;
  transition: all .2s ease;
  font-weight: 500;
}
.tweet-content > p > a:hover, .tweet-content > p > a:active {
  color: #03B46E;
  transition: all .2s ease;
}
.tweet-content .tweet-media {
  margin-top: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  border: 1px solid black;
  border-radius: 10px;
}
.tweet-media-wrapper {
  display: flex;
  justify-content: center;
}
.link-to-tweet {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.testimonial-love {
  position: sticky;
  top: 40px;
}
.tweet-card-stack {
  margin-top: 60px;
}
@media (max-width: 970px) {
  .testimonial-love {
    position: relative;
  }
  .tweet-card-stack {
    display: none;
  }
}
.tweet-card {
  max-width: 420px;
  height: 200px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0;
}
.tweet-card > .tweet { padding-bottom: 0; }
.tweet-card .testimonial-card-meta {
  position: absolute;
  bottom: 0;
}
.tweet-card:hover .card-meta-span {
  background: #03B46E;
  color: #fff;
  padding: 2px 12px;
}
.tweet-card:hover .card-meta-span > .active {
  transition: all .2s ease;
  visibility: hidden;
  display: none;
}
.tweet-card:hover .card-meta-span > .hidden {
  transition: all .2s ease;
  visibility: visible;
  display: block;
}
.testimonial-hero {
  padding: 60px 0 80px 0;
  align-items: flex-start;
}
.featured-testimonial {
  position: relative;
  display: block;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.3);
  border-radius: 8px;
  font-size: 14px;
  transition: all .3s ease;
  cursor: pointer;
  margin-bottom: 20px;
  overflow: hidden;
}
.testimonial-snippet, .testimonial-full, .featured-testimonial-footer {
  padding: 24px 32px;
}
.testimonial-snippet, .testimonial-full {
  padding-bottom: 8px;
}
.featured-testimonial-footer {
  padding-top: 0;
  padding-bottom: 24px;
}
.featured-testimonial p, .featured-testimonial ol, .featured-testimonial li {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 500;
}
.featured-testimonial .featured-testimonial-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
}
.featured-testimonial .testimonial-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.featured-testimonial .testimonial-profile > img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.2);
  border-radius: 50%;
}
.featured-testimonial .testimonial-profile > .testimonial-profile-meta {

}
.featured-testimonial .testimonial-profile-name {
  font-size: 16px;
  display: block;
  color: #000;
  margin-right: 20px;
  padding-right: 20px;
  font-weight: 600;
}
.featured-testimonial .testimonial-profile-role,
.featured-testimonial .testimonial-profile-company {
  display: block;
  color: #727f96;
  font-size: 14px;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.testimonial-full {
  display: none;
}
@media (max-width: 550px) {
  .featured-testimonial .testimonial-profile-name {
    border-right: none;
  }
  .featured-testimonial .testimonial-profile-text {
    display: none;
  }
  .featured-testimonial .testimonial-profile-meta {
    display: block;
  }
}
.featured-testimonial-link {
  position: relative;
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
  margin-left: auto;
  align-self: flex-end;
}
.featured-testimonial-link span {
  display: inline-block;
  background: #03B46E;
  color: #fff;
}
.featured-testimonial-link > .icon {
  display: inline-block;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  width: 24px;
  height: 24px;
  line-height: 24px;
  transition: all .3s ease;
  position: absolute;
  right: 4px;
  bottom: 2px;
}
.featured-testimonial-link > .text {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  transition: all .3s ease;
}
.featured-testimonial-link svg {
  transform: rotate(90deg);
  fill: #fff;
  width: 10px;
  height: 10px;
}
.featured-testimonial-link > .text > svg {
  margin-left: 2px;
}
.featured-testimonial-link .hidden {
  opacity: 0;
}

.featured-testimonial:hover {
  box-shadow: 0px 6px 20px rgba(0,0,0,0.4);
}
.featured-testimonial:hover .featured-testimonial-link > .active {
  transition: all .3s ease;
  opacity: 0;
}
.featured-testimonial:hover .featured-testimonial-link > .hidden {
  transition: all .3s ease;
  opacity: 1;
}

.testimonial-love {
  width: calc(45% - 40px);
}
.testimonial-hero-cards {
  width: calc(55% - 40px);
}
@media (max-width: 1250px) {
  .testimonial-love {
    width: calc(45% - 20px)
  }
  .testimonial-hero-cards {
    width: calc(55% - 20px)
  }
}
@media (max-width: 970px) {
  .hero-row {
    display: block;
  }
  .testimonial-love, .testimonial-hero-cards {
    width: 100%;
  }
  .hero-cards {
    margin-top: 120px;
  }
}
@media (max-width: 600px) {
  .testimonial-hero-cards {
    display: block;
  }
}
