@charset "UTF-8";
.tcl-abo-hero {
  padding-top: 70px;
}
.tcl-abo-hero__category {
  font-size: 30px;
  font-weight: 500;
  font-family: "Heebo";
  text-align: center;
}
.tcl-abo-hero__title {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .tcl-abo-hero__title {
    font-size: 32px;
  }
}
.tcl-abo-hero__sub-title {
  font-size: 50px;
  font-weight: 500;
  font-family: "Heebo";
  text-align: center;
}
@media (max-width: 1199px) {
  .tcl-abo-hero__sub-title {
    font-size: 32px;
  }
}
.tcl-abo-hero__short-description {
  font-size: 24px;
  line-height: 1.4;
  font-family: "Heebo";
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .tcl-abo-hero__short-description {
    font-size: 15px;
  }
}
.tcl-abo-hero__intro {
  margin-top: 50px;
}
.tcl-abo-hero__intro-image-container {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.tcl-abo-hero__intro-image-container img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  position: absolute;
  left: 0;
  top: 0;
}
.tcl-abo-hero__intro-description {
  font-size: 24px;
  line-height: 1.4;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .tcl-abo-hero__intro-description {
    font-size: 15px;
  }
}
.tcl-abo-hero__intro-description.shown {
  opacity: 1;
  visibility: visible;
}
.tcl-abo-hero__intro-description.opened {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.tcl-abo-hero__list > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 0;
}
.tcl-abo-hero__list-separator {
  width: 100%;
}
.tcl-abo-hero__benefits {
  margin-top: 64px;
}
.tcl-abo-hero__benefits-heading {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .tcl-abo-hero__benefits-heading {
    font-size: 32px;
  }
}
.tcl-abo-hero__benefits-list li {
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 80px;
}
.tcl-abo-hero__benefits-list li:after {
  display: inline-block;
  content: "";
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-size: 31px;
  background-image: url(/wp-content/themes/callwey-friends/images/list-dot-black.svg);
}
.tcl-abo-hero__books {
  margin-top: 64px;
}
.tcl-abo-hero__books-heading {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .tcl-abo-hero__books-heading {
    font-size: 32px;
  }
}
.tcl-abo-hero__memberships {
  margin-top: 64px;
}
.tcl-abo-hero__memberships-heading {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 1199px) {
  .tcl-abo-hero__memberships-heading {
    font-size: 32px;
  }
}
.tcl-abo-hero__memberships-description {
  margin-bottom: 64px;
  margin-top: -40px;
  text-align: center;
}
.tcl-abo-hero__memberships-item {
  border: 1px solid #1d1d1b;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-abo-hero__memberships-item-head {
  text-align: center;
  padding: 16px 16px 32px;
  position: relative;
}
.tcl-abo-hero__memberships-item-banner {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
}
.tcl-abo-hero__memberships-item-body {
  padding: 32px 16px;
  background-color: #1d1d1b;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tcl-abo-hero__memberships-item-price {
  font-size: 16px;
  font-weight: 500;
  font-family: "Heebo";
  text-transform: uppercase;
}
.tcl-abo-hero__memberships-item-title {
  font-size: 36px;
  font-weight: 500;
  font-style: italic;
}
.tcl-abo-hero__memberships-item-list {
  font-family: "Heebo";
  text-transform: uppercase;
  font-size: 16px;
}
.tcl-abo-hero__memberships-item-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 32px;
}
.tcl-abo-hero__memberships-item-list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background-image: url("/wp-content/themes/callwey-friends/images/list-dot-gray.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.tcl-abo-hero__memberships-item-button a {
  font-family: "Heebo";
  font-weight: 500;
  background-color: #1d1d1b;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  padding: 8px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-align: center;
  background-color: #989772;
  width: 100%;
}
.tcl-abo-hero__memberships-item-button a:hover {
  background-color: #989772;
}
.tcl-abo-hero__memberships-item-button a:hover {
  background-color: #1d1d1b;
}
.tcl-abo-hero__button-more {
  display: none;
}
.tcl-abo-hero__button-more.shown {
  font-family: "Heebo";
  font-weight: 500;
  background-color: #1d1d1b;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  padding: 8px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.tcl-abo-hero__button-more.shown:hover {
  background-color: #989772;
}
.tcl-abo-hero__button-more.shown:before {
  content: "…";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 100%;
  padding-top: 64px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  color: #1d1d1b;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.tcl-abo-hero__description-column {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.tcl-abo-hero__popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d1d1b;
  z-index: 10;
}
.tcl-abo-hero__popup-wrapper {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1140px;
  width: 100%;
  background-color: #fff;
  position: relative;
}
.tcl-abo-hero__popup-heading {
  font-size: 50px;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .tcl-abo-hero__popup-heading {
    font-size: 32px;
  }
}
.tcl-abo-hero__popup-close {
  position: absolute;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  right: 20px;
  top: 20px;
}
.tcl-abo-hero__popup-label {
  font-family: "PlayfairDisplay";
  font-size: 18px;
  line-height: 1;
  width: 100%;
  margin-bottom: 10px;
  font-style: italic;
}
.tcl-abo-hero__popup-items label {
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.tcl-abo-hero__popup-items label input {
  width: 20px;
  height: 20px;
  accent-color: #ab6d6d;
  border: 1px solid #707070;
  border-radius: 0;
  margin: 0 0;
  margin-right: 8px;
}
.tcl-abo-hero__popup-checkbox {
  margin-top: 20px;
}
.tcl-abo-hero__popup-checkbox label {
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ab6d6d;
  font-style: italic;
}
.tcl-abo-hero__popup-checkbox input {
  width: 20px;
  height: 20px;
  accent-color: #ab6d6d;
  border: 1px solid #707070;
  border-radius: 0;
  margin: 0 0;
  margin-right: 8px;
}
.tcl-abo-hero__popup-button {
  margin-top: 30px;
}
.tcl-abo-hero__popup-button a {
  font-family: "Heebo";
  font-weight: 500;
  background-color: #1d1d1b;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  padding: 8px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.tcl-abo-hero__popup-button a:hover {
  background-color: #989772;
}
.tcl-abo-hero__popup-notice {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Heebo";
  font-style: italic;
  margin-top: 20px;
}