.quadro-mod.type-teaser-section h2 {
  text-align: center;
  font-size: 30px; }
  @media (min-width: 800px) {
    .quadro-mod.type-teaser-section h2 {
      font-size: 45px; } }

.quadro-mod.type-teaser-section .teaser-blocks {
  max-width: 100%; }
  @media (min-width: 800px) {
    .quadro-mod.type-teaser-section .teaser-blocks {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px; } }
  .quadro-mod.type-teaser-section .teaser-blocks .teaser-block {
    margin-bottom: 40px;
    padding-bottom: 70%;
    /* 16:9 */
    position: relative;
    height: 0; }
    @media (min-width: 800px) {
      .quadro-mod.type-teaser-section .teaser-blocks .teaser-block {
        margin-bottom: 0;
        padding-bottom: 56.5%;
        /* 16:9 */ } }
    .quadro-mod.type-teaser-section .teaser-blocks .teaser-block a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      overflow: hidden;
      background: #000;
      color: #fff; }
      .quadro-mod.type-teaser-section .teaser-blocks .teaser-block a img {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%) scale(1);
        z-index: 1;
        opacity: 0.5;
        transition: all 0.5s ease; }
      .quadro-mod.type-teaser-section .teaser-blocks .teaser-block a h3,
      .quadro-mod.type-teaser-section .teaser-blocks .teaser-block a .description {
        z-index: 2;
        position: relative; }
      .quadro-mod.type-teaser-section .teaser-blocks .teaser-block a h3 {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 22px; }
        @media (min-width: 800px) {
          .quadro-mod.type-teaser-section .teaser-blocks .teaser-block a h3 {
            font-size: 35px; } }
      .quadro-mod.type-teaser-section .teaser-blocks .teaser-block a .description {
        margin-top: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.25s ease;
        font-size: 12px;
        line-height: 14px; }
        @media (min-width: 800px) {
          .quadro-mod.type-teaser-section .teaser-blocks .teaser-block a .description {
            font-size: 14px;
            line-height: 16px; } }
      .quadro-mod.type-teaser-section .teaser-blocks .teaser-block a .teaser-content {
        position: absolute;
        bottom: 0;
        left: 0;
        height: auto;
        padding: 15px; }
        @media (min-width: 800px) {
          .quadro-mod.type-teaser-section .teaser-blocks .teaser-block a .teaser-content {
            padding: 30px; } }
      .quadro-mod.type-teaser-section .teaser-blocks .teaser-block a:hover img {
        opacity: 0.25;
        transform: translateY(-50%) scale(1.25); }
      .quadro-mod.type-teaser-section .teaser-blocks .teaser-block a:hover .description {
        max-height: 500px;
        transition: all 0.25s ease;
        margin-top: 10px; }
        @media (min-width: 800px) {
          .quadro-mod.type-teaser-section .teaser-blocks .teaser-block a:hover .description {
            margin-top: 15px; } }

.masterclass-teasers h2 {
  text-align: center;
  font-size: 30px; }
  @media (min-width: 800px) {
    .masterclass-teasers h2 {
      font-size: 45px; } }

.masterclass-teasers .teasers-container {
  max-width: 100%; }
  @media (min-width: 800px) {
    .masterclass-teasers .teasers-container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 60px; } }
  .masterclass-teasers .teasers-container .teaser {
    margin-bottom: 20px; }
    .masterclass-teasers .teasers-container .teaser a {
      display: block;
      position: relative;
      padding: 0 0 10px 0; }
      .masterclass-teasers .teasers-container .teaser a:hover {
        padding: 10px 0 0 0; }
      .masterclass-teasers .teasers-container .teaser a, .masterclass-teasers .teasers-container .teaser a h3, .masterclass-teasers .teasers-container .teaser a .teaser-content {
        color: #000; }
      .masterclass-teasers .teasers-container .teaser a .teaser-details {
        color: #6b6b6b; }
    .masterclass-teasers .teasers-container .teaser .teaser-img img {
      width: 100%;
      height: auto; }
    .masterclass-teasers .teasers-container .teaser h3 {
      position: relative;
      font-size: 20px;
      font-weight: bold;
      margin-top: 8px; }
      .masterclass-teasers .teasers-container .teaser h3:after {
        content: '';
        height: 3px;
        width: 100px;
        background: #79c29a;
        display: block;
        margin-top: 12px; }
    .masterclass-teasers .teasers-container .teaser .teaser-details {
      margin-top: 16px; }
    .masterclass-teasers .teasers-container .teaser .teaser-content,
    .masterclass-teasers .teasers-container .teaser .teaser-details {
      font-size: 15px; }
      .masterclass-teasers .teasers-container .teaser .teaser-content p,
      .masterclass-teasers .teasers-container .teaser .teaser-details p {
        margin: 0; }
    .masterclass-teasers .teasers-container .teaser h3,
    .masterclass-teasers .teasers-container .teaser .teaser-content,
    .masterclass-teasers .teasers-container .teaser .teaser-details {
      padding: 0 10px; }

.masterclass-teasers .masterclass-button {
  margin: 40px 0 20px;
  text-align: center; }
  .masterclass-teasers .masterclass-button .btn {
    font-weight: bold;
    font-size: 15px;
    padding: 15px;
    background: #79c29a;
    color: #fff;
    text-transform: uppercase; }
    @media (min-width: 800px) {
      .masterclass-teasers .masterclass-button .btn {
        font-size: 20px;
        padding: 15px 40px; } }

.product-teaser-container {
  max-width: 980px;
  margin: 0 auto; }
  .product-teaser-container h2 {
    text-align: center;
    font-size: 30px; }
    @media (min-width: 800px) {
      .product-teaser-container h2 {
        font-size: 45px; } }
  @media (min-width: 800px) {
    .product-teaser-container .product-teaser {
      display: grid;
      grid-template-columns: 1fr 1.5fr;
      gap: 15px; } }
  .product-teaser-container .product-teaser .product-content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px; }
  .product-teaser-container .product-teaser h3 {
    font-size: 25px;
    margin-top: 30px; }
    @media (min-width: 800px) {
      .product-teaser-container .product-teaser h3 {
        font-size: 30px;
        margin-top: 0; } }
  .product-teaser-container .product-teaser .image img {
    max-width: 100%;
    height: auto; }
  .product-teaser-container .product-teaser .price {
    color: #9E9E9E;
    margin: 10px 0 20px;
    font-size: 20px;
    font-weight: bold; }
  .product-teaser-container .product-teaser .buy-now {
    font-weight: bold;
    font-size: 15px;
    padding: 15px;
    background: #79c29a;
    color: #fff;
    text-transform: uppercase; }
    @media (min-width: 800px) {
      .product-teaser-container .product-teaser .buy-now {
        font-size: 20px;
        padding: 15px 40px; } }
  .product-teaser-container .product-teaser .btn-subscribe {
    font-weight: bold;
    font-size: 15px;
    padding: 15px;
    background: #F12DF5;
    color: #fff;
    text-transform: uppercase;
    margin-left: 20px; }
    @media (min-width: 800px) {
      .product-teaser-container .product-teaser .btn-subscribe {
        font-size: 20px;
        padding: 15px 40px; } }

.woocommerce-tabs .issu-iframe {
  margin-bottom: 60px; }
  .woocommerce-tabs .issu-iframe iframe {
    width: 100%; }

.woocommerce-tabs .article-teasers {
  margin: 30px 0; }
  @media (min-width: 800px) {
    .woocommerce-tabs .article-teasers {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px; } }
  @media (min-width: 1320px) {
    .woocommerce-tabs .article-teasers {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .woocommerce-tabs .article-teasers .article-teaser a {
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 70%;
    height: 0;
    text-align: center;
    color: #fff; }
    @media (min-width: 800px) {
      .woocommerce-tabs .article-teasers .article-teaser a {
        margin-bottom: 0;
        padding-bottom: 56.5%; } }
    .woocommerce-tabs .article-teasers .article-teaser a .article-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000; }
    .woocommerce-tabs .article-teasers .article-teaser a .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      opacity: .25;
      z-index: 1;
      transition: all .25s ease; }
      .woocommerce-tabs .article-teasers .article-teaser a .image img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.5);
        transition: all .25s ease; }
    .woocommerce-tabs .article-teasers .article-teaser a .author {
      color: rgba(255, 255, 255, 0.75);
      font-size: 14px; }
      .woocommerce-tabs .article-teasers .article-teaser a .author span {
        color: #fff; }
    .woocommerce-tabs .article-teasers .article-teaser a .article-text {
      position: absolute;
      top: 50%;
      left: 50%;
      background: rgba(0, 0, 0, 0.5);
      transform: translate(-50%, -50%);
      z-index: 2;
      padding: 15px;
      width: 80%;
      transition: all 0.25s ease; }
    .woocommerce-tabs .article-teasers .article-teaser a h2 {
      color: #fff;
      font-size: 18px;
      line-height: 18px;
      font-weight: bold;
      margin-bottom: 10px; }
    .woocommerce-tabs .article-teasers .article-teaser a:hover .article-text {
      background: rgba(0, 0, 0, 0.85); }
    .woocommerce-tabs .article-teasers .article-teaser a:hover .image {
      opacity: 0.75; }
      .woocommerce-tabs .article-teasers .article-teaser a:hover .image img {
        transform: translate(-50%, -50%) scale(2);
        transition: all 2s ease; }

.wc-memberships-restriction-message {
  background: #000 !important;
  color: #fff !important;
  text-align: center;
  padding: 60px 20px !important;
  margin: 40px 0 !important;
  font-size: 1.25em !important;
  font-weight: bold; }
  .wc-memberships-restriction-message a, .wc-memberships-restriction-message a:hover {
    color: #f12df5; }
  .wc-memberships-restriction-message .btn-subscribe {
    background: #f12df5;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px; }

.page-template-template-team .content-area {
  width: 100%;
  max-width: none; }

.team-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .team-row .team-member {
    flex-basis: 0;
    flex-grow: 1; }
    .team-row .team-member .photo {
      float: left;
      padding: 0 1em 1em 0; }
    .team-row .team-member:not(:first-child) {
      margin-left: 2em; }
