@font-face {
  font-family: 'SeoulNamsan-CB';
  src: url("../fonts/SeoulNamsan-CB.ttf.woff") format("woff"), url("../fonts/SeoulNamsan-CB.ttf.svg#SeoulNamsan-CB") format("svg"), url("../fonts/SeoulNamsan-CB.ttf.eot"), url("../fonts/SeoulNamsan-CB.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.join__popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .join__popup {
      justify-content: flex-start; } }
  .join__popup::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0; }
  .join__popup-content {
    background-color: var(--pulse-black);
    max-width: 100rem;
    min-height: 50rem;
    width: 100%;
    padding: 5.5rem 2.5rem 2rem 6.7rem;
    background-image: url("../imgs/splash-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    color: var(--pulse-white); }
    .join__popup-content--inner {
      position: relative;
      z-index: 2;
      padding: 2rem; }
    .join__popup-content--title {
      text-align: center; }
      .join__popup-content--title h2 {
        font-size: 16rem;
        font-weight: 600;
        line-height: 19.4rem;
        font-family: var(--pulse-merriweather-font);
        letter-spacing: -0.8rem; }
    .join__popup-content--description {
      font-family: var(--pulse-open-sans-font);
      font-size: 2.6rem;
      line-height: 3.6rem;
      font-weight: 400;
      letter-spacing: -0.05rem;
      text-align: center; }
    .join__popup-content--action {
      text-align: center; }
      .join__popup-content--action .splash__btn {
        display: inline-block;
        background-color: var(--pulse-primary);
        color: var(--pulse-white);
        transition: all 0.3s ease-in-out;
        padding: 3.4rem;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        border-radius: 2rem;
        font-size: 2.8rem;
        line-height: 1.6rem;
        font-weight: 600;
        font-family: var(--pulse-merriweather-font);
        margin-bottom: 2rem;
        transform: translateY(5px);
        text-decoration: none !important; }
        .join__popup-content--action .splash__btn:hover {
          box-shadow: 0 0.6rem 0 #323334;
          transform: translateY(0); }
        .join__popup-content--action .splash__btn:active {
          box-shadow: 0 0.6rem 0 #323334;
          transform: translateY(0); }
      .join__popup-content--action span.no__thanks {
        display: block;
        font-size: 1.4rem;
        line-height: 1.9rem;
        font-weight: 400;
        font-family: var(--pulse-open-sans-font);
        cursor: pointer; }
  .join__popup-corners {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1; }
    .join__popup-corners::before {
      content: '';
      width: 15rem;
      height: 15rem;
      background-image: url("../imgs/corner-left.png");
      background-repeat: no-repeat;
      position: absolute;
      top: 1.8rem;
      left: 1.3rem; }
    .join__popup-corners::after {
      content: '';
      width: 14rem;
      height: 15.8rem;
      background-image: url("../imgs/corner-right.png");
      background-repeat: no-repeat;
      position: absolute;
      bottom: 1.3rem;
      right: 1.8rem; }

.people__popup .join__popup-content {
  background-image: none;
  position: relative; }

.people__popup--price {
  font-size: 36rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -4rem;
  font-family: var(--pulse-merriweather-font);
  position: relative;
  background-image: url("../imgs/overlay-pattern.png");
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: var(--pulse-white);
  width: 50%; }
  @media screen and (max-width: 767px) {
    .people__popup--price {
      width: 100%;
      letter-spacing: -2rem; } }

.people__popup--inner {
  display: flex; }

.people__popup--desc {
  font-size: 3.6rem;
  line-height: 3.7rem;
  font-weight: 400;
  font-family: var(--pulse-open-sans-font);
  letter-spacing: -0.05rem;
  text-align: center;
  width: 50%; }
  @media screen and (max-width: 767px) {
    .people__popup--desc {
      width: 100%; } }

.people__popup .join__popup-content--action {
  position: relative; }
  .people__popup .join__popup-content--action .splash__btn {
    min-width: 36.3rem;
    background-image: url("../imgs/overlay-pattern.png");
    background-repeat: no-repeat;
    background-position: center right; }

.join__now-content {
  background-image: url("../imgs/registration-bg.png"), url("../imgs/join-now.png") !important;
  background-repeat: no-repeat;
  background-position: center center, top right;
  padding: 4rem 4rem 2rem 2rem; }
  .join__now-content--inner {
    max-width: 62rem;
    padding: 2rem 2rem 0 2rem; }
    .join__now-content--inner-para {
      position: relative; }
      .join__now-content--inner-para a {
        color: var(--pulse-white);
        text-decoration: none; }
        .join__now-content--inner-para a:hover {
          text-decoration: underline; }
      .join__now-content--inner-para::before {
        content: '';
        background-image: url("../imgs/quote.png");
        background-repeat: no-repeat;
        background-position: top left;
        position: absolute;
        top: -48px;
        left: -18px;
        width: 9.1rem;
        height: 6.9rem; }

.join__now-quote {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--pulse-merriweather-font);
  letter-spacing: -0.09rem;
  position: relative;
  margin-bottom: 2rem; }

.join__now-text {
  font-family: var(--pulse-open-sans-font);
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: -0.02rem;
  margin-left: 2rem; }

.join__now-action .splash__btn {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
  font-family: var(--pulse-merriweather-font);
  letter-spacing: -0.03rem;
  padding: 1rem 1.4rem;
  min-width: 15.6rem;
  border-radius: 0.8rem; }

.join__today-content {
  background-image: url("../imgs/join-today.png") !important;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 3rem 2.5rem 2rem 2rem; }

.join__today--inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20rem;
  height: 100%; }
  .join__today--inner-left {
    width: 45%; }
  .join__today--inner-right {
    width: 55%; }
  .join__today--inner-left {
    text-align: left; }
  .join__today--inner-right {
    text-align: right; }
    .join__today--inner-right .join__popup-content--action {
      display: inline-flex;
      flex-direction: column;
      justify-content: flex-end; }
    .join__today--inner-right-para {
      font-size: 3.6rem;
      line-height: 1;
      font-weight: 600;
      font-family: var(--pulse-merriweather-font);
      letter-spacing: -0.05rem;
      margin-bottom: 2rem; }

.join__today-desc {
  font-size: 3.7rem;
  line-height: 1;
  font-weight: 600;
  font-family: var(--pulse-merriweather-font);
  letter-spacing: -0.05rem;
  margin-bottom: 2rem; }
  .join__today-desc + p span {
    display: block;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 400;
    font-family: var(--pulse-open-sans-font); }
    @media screen and (max-width: 767px) {
      .join__today-desc + p span {
        font-size: 1.4rem;
        line-height: 1.2; } }

.our__turn .join__popup-content {
  background-image: none;
  position: relative;
  overflow: hidden; }

.our__turn-content {
  padding: 5.9rem 2.5rem 0 0; }

.our__turn--price {
  font-size: 45rem;
  line-height: 45.6rem;
  font-weight: 400;
  font-family: var(--pulse-merriweather-font);
  letter-spacing: -0.5rem;
  position: absolute;
  top: -5rem;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.our__turn--inner {
  display: flex;
  justify-content: flex-end;
  padding: 0; }

.our__turn--desc {
  text-align: right;
  width: 77%; }
  .our__turn--desc--para {
    font-size: 5rem;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--pulse-merriweather-font);
    letter-spacing: -0.1rem;
    position: relative; }
    .our__turn--desc--para::before {
      content: '';
      background-image: url("../imgs/quote-1.png");
      background-repeat: no-repeat;
      background-position: top left;
      position: absolute;
      top: -48px;
      right: -18px;
      width: 25rem;
      height: 18.7rem; }
    .our__turn--desc--para .paragraph__text {
      margin-bottom: 3rem; }

.our__turn .join__popup-content--action {
  position: relative;
  max-width: 60rem;
  display: inline-block;
  margin-right: 6rem; }
  .our__turn .join__popup-content--action .splash__btn {
    min-width: 36.8rem;
    padding: 2.8rem; }

.our__turn-underline {
  text-decoration: underline; }

.our__turn-tagline {
  font-size: 2.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  font-family: var(--pulse-merriweather-font);
  letter-spacing: 0.1rem;
  margin-bottom: 5rem; }

@media screen and (max-width: 767px) {
  .join__popup-content {
    max-width: 100%;
    min-height: 77%;
    width: 100%;
    padding: 0;
    background-position: 77% 134%;
    background-size: 189%; }
  .join__today--inner {
    gap: 0;
    height: 100%;
    flex-direction: column; }
    .join__today--inner-left, .join__today--inner-right {
      width: 100%; }
    .join__today--inner-right-para {
      font-size: 2.4rem;
      line-height: 1;
      font-family: var(--pulse-merriweather-font);
      font-weight: 400;
      letter-spacing: -0.05rem;
      margin-bottom: 2rem;
      padding-left: 10rem; }
  .join__today-desc {
    font-size: 2.8rem;
    line-height: 3rem; }
  .join__today .our__turn-tagline {
    font-size: 3rem; }
  .join__today .join__popup-content--action {
    text-align: left; }
  .join__today .join__now-quote {
    font-size: 2.8rem; }
  .people__popup .join__popup-content--inner {
    position: relative;
    z-index: 2;
    padding: 2rem 5rem 2rem 5rem; }
  .people__popup--price {
    font-size: 20rem;
    line-height: 1;
    margin-bottom: 1rem;
    text-align: center;
    letter-spacing: -2rem; }
  .people__popup--desc {
    font-size: 2.5rem;
    line-height: 2.5rem; }
    .people__popup--desc p {
      margin-bottom: 2rem;
      line-height: 1.2;
      font-size: 2.2rem; }
  .people__popup .join__popup-content--action .splash__btn {
    min-width: 100%;
    padding: 1.8rem;
    font-size: 2rem;
    line-height: 1.8rem;
    margin-bottom: 2rem; }
  .people__popup--inner {
    display: flex;
    flex-direction: column; }
  .join__popup-content--inner {
    padding: 3rem 2rem 2rem 2rem; }
  .join__popup-content--title h2 {
    font-size: 9rem;
    line-height: 9rem;
    margin-bottom: 2rem;
    padding: 0 4rem;
    letter-spacing: -0.5rem; }
  .join__popup-content--description {
    font-size: 1.8rem;
    line-height: 2.4rem; }
    .join__popup-content--description p {
      margin-bottom: 1em; }
  .join__popup-content--action .splash__btn {
    font-size: 1.8rem;
    border-radius: 1rem;
    padding: 1.8rem; }
  .join__popup-corners::after {
    bottom: 3rem; }
  .join__now .join__popup-content {
    background-position: 166% 105% !important;
    background-size: 78% !important; }
  .join__now-content--inner {
    max-width: 62rem;
    padding: 8rem 3.8rem 5rem 3.8rem; }
  .join__now-quote {
    font-size: 3.6rem;
    line-height: 3.4rem;
    font-weight: 400;
    font-family: var(--pulse-merriweather-font);
    letter-spacing: -0.05rem;
    position: relative;
    margin-bottom: 2rem; }
  .join__now-text {
    font-family: var(--pulse-open-sans-font);
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
    letter-spacing: -0.02rem;
    margin-left: 0;
    margin-bottom: 6rem;
    max-width: 17rem; }
  .join__now-action .splash__btn {
    position: relative;
    text-align: center; }
  .join__now-action span.no__thanks {
    position: relative;
    text-align: center; }
  .our__turn--inner {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    padding: 6rem 3rem 14rem 3rem;
    position: relative; }
  .our__turn--price {
    top: unset;
    left: -14px;
    width: 100%;
    order: 2;
    bottom: -75px;
    height: 100%;
    display: flex;
    align-items: flex-end; }
    .our__turn--price img {
      position: relative;
      left: -5rem; }
  .our__turn--desc {
    text-align: left;
    width: 100%;
    order: 1; }
    .our__turn--desc--para {
      font-size: 4rem;
      line-height: 4.8rem;
      font-weight: 400;
      font-family: var(--pulse-merriweather-font);
      letter-spacing: -0.1rem;
      position: relative; }
      .our__turn--desc--para::before {
        content: '';
        background-image: url("../imgs/quote-1.png");
        background-repeat: no-repeat;
        background-position: top left;
        position: absolute;
        top: -47px;
        right: -18px; }
      .our__turn--desc--para .paragraph__text {
        margin-bottom: 3rem; }
      .our__turn--desc--para br {
        display: none; }
  .our__turn-tagline {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 400;
    letter-spacing: -0.1rem;
    margin-bottom: 2rem;
    text-align: right;
    padding-left: 14rem; }
  .our__turn .join__popup-content--action {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0; }
    .our__turn .join__popup-content--action .splash__btn {
      min-width: auto;
      padding: 1.2rem;
      display: inline-flex;
      color: var(--pulse-white);
      border-radius: 1rem;
      font-size: 2rem;
      line-height: 1.8rem;
      text-align: left; }
  .join__popup-content--action .join__now-action {
    text-align: left; }
  .text-left-1 {
    text-align: left !important; }
    .text-left-1 .no__thanks {
      text-align: left !important; }
  .join__now-quote {
    font-size: 3rem; }
  .people__popup--price {
    width: 100%;
    letter-spacing: -2rem; } }

.pulse__editorcard {
  padding-bottom: 0; }

.main__editor-notes {
  background-color: var(--pulse-primary-light);
  padding: 5rem 3.3rem 2rem 3.3rem;
  /*margin-top: 4rem;*/ }
  .main__editor-notes .content-show-more, .main__editor-notes .content-show-less {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3rem;
    color: var(--pulse-primary);
    text-transform: uppercase;
    cursor: pointer; }
  .main__editor-notes .editor__wrapper {
    background-color: var(--pulse-white);
    border: 1px solid var(--pulse-primary);
    border-radius: 2.5rem;
    padding: 2rem;
    position: relative; }
    .main__editor-notes .editor__wrapper-heading {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 50%;
      background-color: var(--pulse-primary);
      transform: translate(-50%, -50%);
      padding: 1rem 2rem;
      border-radius: 10rem;
      color: var(--pulse-white);
      font-size: 1.2rem;
      line-height: 2rem;
      font-weight: 700;
      text-transform: uppercase; }
    .main__editor-notes .editor__wrapper .sub_line {
      font-size: 1rem;
      line-height: 1.1rem;
      font-weight: 700;
      font-style: italic;
      color: #878787;
      text-align: center;
      margin: 1.5rem 0 1.5rem 0; }
    .main__editor-notes .editor__wrapper .editor__post-title {
      font-size: 1.6rem;
      line-height: 2rem;
      font-weight: 700;
      margin-bottom: 1rem; }
      .main__editor-notes .editor__wrapper .editor__post-title a {
        color: var(--pulse-black);
        text-decoration: none; }
        .main__editor-notes .editor__wrapper .editor__post-title a:hover {
          color: var(--pulse-primary); }
    .main__editor-notes .editor__wrapper .editor__author {
      display: flex;
      justify-content: space-between; }
      .main__editor-notes .editor__wrapper .editor__author-detail {
        display: flex;
        align-items: center;
        gap: 2rem;
        margin-bottom: 1rem; }
      .main__editor-notes .editor__wrapper .editor__author-cats span {
        color: var(--pulse-primary);
        text-transform: uppercase;
        font-size: 1.3rem;
        line-height: 2rem;
        letter-spacing: 0.2rem;
        font-weight: 900; }
      .main__editor-notes .editor__wrapper .editor__author-img {
        width: 3.7rem;
        height: 3.7rem;
        border-radius: 50%;
        overflow: hidden; }
      .main__editor-notes .editor__wrapper .editor__author-info .editor__name, .main__editor-notes .editor__wrapper .editor__author-info a {
        display: block;
        font-size: 0.9rem;
        line-height: 1.1rem;
        font-weight: 700;
        color: var(--pulse-black);
        margin-bottom: 0.3rem;
        text-decoration: none; }
      .main__editor-notes .editor__wrapper .editor__author-info .eiditor__designation {
        display: block;
        font-size: 0.8rem;
        line-height: 1rem;
        font-weight: 700;
        color: var(--pulse-body-text); }
    .main__editor-notes .editor__wrapper-content--details {
      font-size: 1.2rem;
      line-height: 1.8rem;
      font-weight: 700;
      margin-bottom: 1.8rem; }
    .main__editor-notes .editor__wrapper-content .editor-show-more, .main__editor-notes .editor__wrapper-content .editor-show-less {
      font-size: 1.2rem;
      line-height: 1.8rem;
      font-weight: 700; }
    .main__editor-notes .editor__wrapper-content a.editor-show-more {
      font-size: 1.2rem;
      line-height: 1.8rem;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      color: var(--pulse-primary); }
    .main__editor-notes .editor__wrapper-action {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 3rem;
      margin-top: 2rem; }
      .main__editor-notes .editor__wrapper-action .members__insights a, .main__editor-notes .editor__wrapper-action .members__insights span {
        color: var(--pulse-primary);
        text-decoration: none;
        font-size: 1.2rem;
        line-height: 1.5rem;
        font-weight: 400; }
      .main__editor-notes .editor__wrapper-action .login__button .unlock_btn--cover {
        padding: 0.2rem; }
        .main__editor-notes .editor__wrapper-action .login__button .unlock_btn--cover .unlock_btn {
          padding: 0.8rem 3rem;
          font-size: 1.2rem;
          line-height: 1.6rem; }
          .main__editor-notes .editor__wrapper-action .login__button .unlock_btn--cover .unlock_btn.unlock_transparent {
            padding: 0.5rem 1rem; }
          .main__editor-notes .editor__wrapper-action .login__button .unlock_btn--cover .unlock_btn .pulse_img {
            width: 4rem; }
      .main__editor-notes .editor__wrapper-action .login__button .user__profile {
        padding: 0.2rem 0.6rem; }
        .main__editor-notes .editor__wrapper-action .login__button .user__profile .user_info-text .user_name {
          font-size: 1.2rem;
          line-height: 1.7rem; }
        .main__editor-notes .editor__wrapper-action .login__button .user__profile .user_info-image {
          width: 2.8rem;
          height: 2.8rem; }
    .main__editor-notes .editor__wrapper .post_excerpt {
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 400; }
      .main__editor-notes .editor__wrapper .post_excerpt.editor-single {
        display: none !important; }
      .main__editor-notes .editor__wrapper .post_excerpt p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-weight: 400; }
    .main__editor-notes .editor__wrapper .post_content {
      padding: 0;
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 400; }
      .main__editor-notes .editor__wrapper .post_content.editor-single {
        display: block !important; }
      .main__editor-notes .editor__wrapper .post_content p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-weight: 400; }
    .main__editor-notes .editor__wrapper.editor__pulse {
      padding: 3rem 2rem 2rem 2rem; }

@media screen and (max-width: 767px) {
  .editor__wrapper-heading {
    font-size: 1.2rem !important;
    line-height: 1.8rem !important;
    padding: 0.8rem 1.2rem !important; }
  .editor__wrapper-action {
    flex-direction: column;
    gap: 1rem !important; }
    .editor__wrapper-action .login__button {
      width: 100%; }
      .editor__wrapper-action .login__button .user__profile, .editor__wrapper-action .login__button .unlock_btn {
        display: flex; } }

@media screen and (max-width: 400px) {
  .editor__wrapper-heading {
    max-width: 55%;
    width: 100%; } }

.footer__subscriber {
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  align-items: flex-end;
  justify-content: center; }
  .footer__subscriber::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    z-index: -1; }
  .footer__subscriber-cover {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
    min-height: 10rem;
    background-color: var(--pulse-black);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    position: relative; }

.close_subscribe_box {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer; }
  .close_subscribe_box svg path {
    fill: var(--pulse-white); }
  .close_subscribe_box .close_subscribe-btn {
    cursor: pointer; }

.subscribe__content {
  padding: 5.4rem 5.4rem 0 5.4rem; }
  @media screen and (max-width: 767px) {
    .subscribe__content {
      padding: 6rem 2.7rem 2.7rem 2.7rem; } }
  .subscribe__content-title {
    margin-bottom: 4rem; }
    @media screen and (max-width: 767px) {
      .subscribe__content-title {
        margin-bottom: 2rem; } }
    .subscribe__content-title h2 {
      font-size: 4.8rem;
      font-weight: 500;
      line-height: 1.5;
      color: var(--pulse-white);
      text-align: center; }
      @media screen and (max-width: 767px) {
        .subscribe__content-title h2 {
          font-size: 3rem; } }
  .subscribe__content .form__cover {
    font-family: var(--pulse-merriweather-font); }
    .subscribe__content .form__cover-form {
      display: flex;
      align-items: stretch;
      justify-content: center;
      gap: 1rem; }
      @media screen and (max-width: 767px) {
        .subscribe__content .form__cover-form {
          flex-direction: column; } }
      .subscribe__content .form__cover-form .form__fields {
        flex: 1; }
        .subscribe__content .form__cover-form .form__fields input {
          height: 4.4rem;
          width: 100%;
          font-size: 1.8rem;
          line-height: 1;
          padding: 0.2rem 1rem 0.4rem 1rem;
          border-radius: 0.8rem; }
      .subscribe__content .form__cover-form .form__button {
        width: 11.7rem; }
        @media screen and (max-width: 767px) {
          .subscribe__content .form__cover-form .form__button {
            width: 100%; } }
        .subscribe__content .form__cover-form .form__button input {
          width: 100%;
          height: 100%;
          font-size: 1.8rem;
          line-height: 1;
          color: rgba(255, 255, 255, 0.6);
          background-color: var(--pulse-primary);
          border: none;
          padding: 0.2rem 1rem 0.4rem 1rem;
          border-radius: 0.8rem;
          font-family: var(--pulse-merriweather-font);
          cursor: pointer; }
          @media screen and (max-width: 767px) {
            .subscribe__content .form__cover-form .form__button input {
              height: 4.4rem;
              width: 100%; } }
          .subscribe__content .form__cover-form .form__button input:hover {
            background-color: #bd4c1d;
            color: var(--pulse-white); }
  .subscribe__content .article_form-wrapper {
    margin-bottom: 2rem; }
  .subscribe__content .article-subscribe-email-error {
    color: #ff0000;
    font-size: 1.4rem;
    margin: 1rem 0; }
  .subscribe__content .form__fields_checkbox {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--pulse-white); }
  .subscribe__content-form {
    max-width: 50rem;
    margin: 0 auto; }

.already__register {
  text-align: center;
  font-size: 1.5rem;
  color: var(--pulse-white);
  padding: 2.4rem 5.4rem; }
  @media screen and (max-width: 767px) {
    .already__register {
      padding: 0 2.7rem 2.7rem 2.7rem; } }
  .already__register a {
    color: var(--pulse-primary); }

.under__attack {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .under__attack-card {
    width: 40rem; }
    @media screen and (max-width: 768px) {
      .under__attack-card {
        width: 100% !important; } }
  @media screen and (max-width: 1536px) {
    .under__attack .plan_cards .plan_card {
      padding: 3rem 3rem 1rem 3rem !important; }
      .under__attack .plan_cards .plan_card .card_title {
        font-size: 3.3rem !important; }
      .under__attack .plan_cards .plan_card .card_price-actual {
        font-size: 4rem !important; }
      .under__attack .plan_cards .plan_card .paln_btn {
        margin-bottom: 1rem !important; }
      .under__attack .plan_cards .plan_card .per__month {
        margin-bottom: 1rem !important; } }
  .under__attack::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    z-index: -1; }
  @media screen and (max-width: 767px) {
    .under__attack {
      align-items: flex-end;
      top: inherit;
      bottom: 0; } }
  .under__attack_not-interested {
    margin-top: 1rem; }
  .under__attack .underline_text {
    text-decoration: underline; }
  .under__attack_not-interested--text {
    color: var(--pulse-primary);
    cursor: pointer;
    font-size: 1.4rem;
    text-decoration: underline; }
  .under__attack-cover {
    display: flex;
    flex-direction: column;
    gap: 7rem;
    background-color: var(--pulse-black);
    border-radius: 1.5rem;
    padding: 7.4rem 5rem;
    max-width: 80%;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 1536px) {
      .under__attack-cover {
        max-width: 90% !important;
        gap: 3rem;
        padding: 4rem 5rem !important; } }
    @media screen and (max-width: 1440px) {
      .under__attack-cover {
        max-width: 90% !important;
        padding: 3rem;
        gap: 2rem; } }
    @media screen and (max-width: 900px) {
      .under__attack-cover {
        max-width: 90% !important;
        height: 87vh;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        gap: 2rem;
        flex-direction: column;
        overflow-y: scroll; } }
  @media screen and (max-width: 900px) and (max-width: 767px) {
    .under__attack-cover {
      max-width: 100%;
      padding: 3rem !important; } }
    @media screen and (max-width: 900px) {
        .under__attack-cover::-webkit-scrollbar {
          width: 0.6rem;
          margin-left: 1rem; }
        .under__attack-cover::-webkit-scrollbar-track {
          background: rgba(255, 255, 255, 0.08); }
        .under__attack-cover::-webkit-scrollbar-thumb {
          background-color: var(--pulse-primary);
          border-radius: 1rem; } }
    .under__attack-cover .already__register {
      padding: 0 !important; }
  .under__attack-wrapper {
    display: flex;
    gap: 2.5rem;
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      .under__attack-wrapper {
        flex-wrap: wrap;
        align-items: center; } }
    .under__attack-wrapper .popup__arrow-down {
      display: none;
      animation: bounce 1.2s infinite;
      margin-top: 3rem; }
      @media screen and (max-width: 768px) {
        .under__attack-wrapper .popup__arrow-down {
          display: flex;
          align-self: center;
          justify-content: center; } }
    .under__attack-wrapper .down_arrow-desktop {
      display: block;
      position: absolute;
      bottom: 0;
      right: -2rem;
      transform: translateY(-35%); }
      @media screen and (max-width: 900px) {
        .under__attack-wrapper .down_arrow-desktop {
          display: none; } }
  .under__attack-content {
    width: 60%;
    font-family: var(--pulse-merriweather-font);
    letter-spacing: 1px;
    text-align: left;
    color: #FFFFFF;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .under__attack-content {
        width: 100%; } }
    .under__attack-content--title {
      position: relative; }
      .under__attack-content--title h2 {
        font-weight: 400;
        line-height: 6rem;
        font-size: 4.8rem;
        position: relative;
        color: var(--pulse-primary);
        z-index: 3; }
        @media screen and (max-width: 1536px) {
          .under__attack-content--title h2 {
            font-size: 4rem;
            line-height: 1; } }
        @media screen and (max-width: 768px) {
          .under__attack-content--title h2 {
            font-size: 2rem;
            line-height: 2rem; } }
    .under__attack-content--text {
      margin-top: 1rem;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 2.5rem;
      font-family: var(--pulse-merriweather-font); }
      .under__attack-content--text strong {
        font-weight: 900; }
      .under__attack-content--text p {
        margin-top: 1rem;
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 2.5rem;
        font-family: var(--pulse-merriweather-font); }
        @media screen and (max-width: 1536px) {
          .under__attack-content--text p {
            font-size: 1.6rem;
            line-height: 1.5; } }
        @media screen and (max-width: 768px) {
          .under__attack-content--text p {
            font-size: 1.2rem;
            line-height: 1.5; } }
    .under__attack-content--profile {
      display: flex;
      flex-direction: column;
      gap: 4rem; }
      .under__attack-content--profile-cover {
        display: flex;
        align-items: center;
        gap: 2rem; }
      .under__attack-content--profile-img {
        width: 5.8rem;
        height: 5.8rem;
        border-radius: 50%;
        overflow: hidden; }
        .under__attack-content--profile-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .under__attack-content--profile-text span {
        display: block;
        font-family: var(--pulse-merriweather-font);
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.9rem;
        letter-spacing: 0.03em; }
        .under__attack-content--profile-text span:not(:last-child) {
          margin-bottom: 1rem; }
        @media screen and (max-width: 768px) {
          .under__attack-content--profile-text span {
            font-size: 1.2rem;
            line-height: 1.5; }
            .under__attack-content--profile-text span:not(:last-child) {
              margin-bottom: 0.5rem; } }
        @media screen and (max-width: 1440px) {
          .under__attack-content--profile-text span {
            font-size: 1.2rem;
            line-height: 1.5; } }

.footer__subscriber .plan_cards, .under__attack .plan_cards {
  display: grid;
  grid-template-columns: repeat(2, 40rem);
  grid-gap: 4rem;
  justify-content: center;
  position: relative;
  z-index: 999; }
  .footer__subscriber .plan_cards .plan_card, .under__attack .plan_cards .plan_card {
    width: 100%;
    min-height: 50rem;
    height: 100%;
    background-color: var(--pulse-white);
    border-radius: 1.6rem;
    padding: 5rem; }
    .footer__subscriber .plan_cards .plan_card .card_title, .under__attack .plan_cards .plan_card .card_title {
      font-size: 8rem;
      line-height: 1;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center;
      color: var(--pulse-black);
      font-family: "Vidaloka", sans-serif; }
    .footer__subscriber .plan_cards .plan_card .card_sub_title, .under__attack .plan_cards .plan_card .card_sub_title {
      font-size: 3rem;
      font-weight: 400;
      line-height: 1;
      text-align: center;
      font-family: "Vidaloka", sans-serif;
      margin-bottom: .6rem; }
    .footer__subscriber .plan_cards .plan_card .card_description, .under__attack .plan_cards .plan_card .card_description {
      color: var(--pulse-gray-light);
      font-size: 1.2rem;
      line-height: 1.6rem;
      letter-spacing: .2rem;
      text-transform: uppercase;
      text-align: center;
      font-family: "Open Sans", sans-serif; }
    .footer__subscriber .plan_cards .plan_card .paln_btn, .under__attack .plan_cards .plan_card .paln_btn {
      display: flex;
      justify-content: center;
      width: 100%;
      padding: 2rem 3rem;
      background-color: var(--pulse-primary);
      color: var(--pulse-white);
      text-decoration: none;
      font-size: 1.6rem;
      line-height: 1.8rem;
      font-weight: 700;
      border-radius: 10rem;
      margin-bottom: 2rem; }
    .footer__subscriber .plan_cards .plan_card .plan_list, .under__attack .plan_cards .plan_card .plan_list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer__subscriber .plan_cards .plan_card .plan_list li, .under__attack .plan_cards .plan_card .plan_list li {
        display: flex;
        align-items: center;
        grid-gap: 2rem;
        margin-bottom: 1rem;
        font-family: "Open Sans", sans-serif;
        font-size: 1.4rem;
        line-height: 2.6rem;
        font-weight: 400;
        color: var(--pulse-gray-light); }
        .footer__subscriber .plan_cards .plan_card .plan_list li .bold_text, .under__attack .plan_cards .plan_card .plan_list li .bold_text {
          font-weight: 700; }
    .footer__subscriber .plan_cards .plan_card .pulse_divider, .under__attack .plan_cards .plan_card .pulse_divider {
      font-family: "Open Sans", sans-serif;
      margin: 1rem 0 2rem 0;
      text-align: center;
      position: relative; }
      .footer__subscriber .plan_cards .plan_card .pulse_divider::before, .under__attack .plan_cards .plan_card .pulse_divider::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: var(--pulse-seperator-border);
        position: absolute;
        top: 50%;
        left: 0; }
      .footer__subscriber .plan_cards .plan_card .pulse_divider span, .under__attack .plan_cards .plan_card .pulse_divider span {
        display: inline-block;
        background-color: var(--pulse-white);
        padding: 0 2rem;
        z-index: 999;
        position: relative; }
  .footer__subscriber .plan_cards .plan_cap_img, .under__attack .plan_cards .plan_cap_img {
    position: absolute;
    bottom: -83px;
    right: 0; }

.footer__subscriber .plan_cards, .under__attack .plan_cards {
  grid-template-columns: repeat(1, 1fr) !important; }
  @media screen and (max-width: 1440px) {
    .footer__subscriber .plan_cards, .under__attack .plan_cards {
      gap: 3rem; } }
  .footer__subscriber .plan_cards .plan_card, .under__attack .plan_cards .plan_card {
    padding: 4rem 3rem 1rem 3rem;
    border: 0.3rem solid var(--pulse-primary);
    position: relative;
    min-height: auto; }
    @media screen and (max-width: 1440px) {
      .footer__subscriber .plan_cards .plan_card, .under__attack .plan_cards .plan_card {
        padding: 3rem 3rem 1rem 3rem; } }
    .footer__subscriber .plan_cards .plan_card .card_title, .under__attack .plan_cards .plan_card .card_title {
      font-weight: 500;
      line-height: 4rem;
      letter-spacing: -0.1rem;
      font-size: 4rem;
      text-transform: inherit;
      margin-bottom: 1rem; }
      @media screen and (max-width: 1440px) {
        .footer__subscriber .plan_cards .plan_card .card_title, .under__attack .plan_cards .plan_card .card_title {
          font-size: 3rem;
          line-height: 3rem; } }
    .footer__subscriber .plan_cards .plan_card .card_label, .under__attack .plan_cards .plan_card .card_label {
      border: 0.3rem solid var(--pulse-primary);
      padding: 0.5rem 1rem;
      font-size: 1.1rem;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--pulse-primary);
      line-height: 1.4rem;
      letter-spacing: 0.25rem;
      font-family: "Open Sans", sans-serif;
      display: inline-block;
      position: absolute;
      top: -16px;
      left: 50%;
      transform: translateX(-50%);
      background-color: var(--pulse-white);
      text-align: center; }
    .footer__subscriber .plan_cards .plan_card .paln_btn, .under__attack .plan_cards .plan_card .paln_btn {
      padding: 1rem 2rem; }
  .footer__subscriber .plan_cards .card_price, .under__attack .plan_cards .card_price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0; }
    .footer__subscriber .plan_cards .card_price-discount, .under__attack .plan_cards .card_price-discount {
      font-size: 2rem;
      font-weight: 400;
      line-height: 3rem;
      letter-spacing: -0.1rem;
      font-family: "Open Sans", sans-serif;
      color: var(--pulse-gray-light);
      position: relative; }
      .footer__subscriber .plan_cards .card_price-discount::before, .under__attack .plan_cards .card_price-discount::before {
        content: '';
        width: 100%;
        height: 0.3rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 12px);
        background: var(--pulse-gray-light);
        margin-top: -1.3rem; }
      .footer__subscriber .plan_cards .card_price-discount span, .under__attack .plan_cards .card_price-discount span {
        font-weight: 700; }
    .footer__subscriber .plan_cards .card_price-actual, .under__attack .plan_cards .card_price-actual {
      font-size: 5rem;
      font-weight: 400;
      line-height: 4rem;
      letter-spacing: -0.1rem;
      font-family: "Open Sans", sans-serif;
      color: var(--pulse-black);
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 1440px) {
        .footer__subscriber .plan_cards .card_price-actual, .under__attack .plan_cards .card_price-actual {
          font-size: 4rem;
          line-height: 3rem; } }
      .footer__subscriber .plan_cards .card_price-actual span, .under__attack .plan_cards .card_price-actual span {
        font-weight: 700; }
  .footer__subscriber .plan_cards .pulse_divider, .under__attack .plan_cards .pulse_divider {
    margin-bottom: 1rem; }
  .footer__subscriber .plan_cards .per__month, .under__attack .plan_cards .per__month {
    margin-bottom: 2rem; }
    .footer__subscriber .plan_cards .per__month span, .under__attack .plan_cards .per__month span {
      display: block; }
    .footer__subscriber .plan_cards .per__month-label, .under__attack .plan_cards .per__month-label {
      font-size: 3rem;
      line-height: 1.7rem;
      font-family: "Open Sans", sans-serif;
      text-align: center;
      font-weight: 700;
      color: var(--pulse-black);
      margin-bottom: 1rem; }
    .footer__subscriber .plan_cards .per__month-duration, .under__attack .plan_cards .per__month-duration {
      font-size: 1.3rem;
      line-height: 1.7rem;
      font-family: "Open Sans", sans-serif;
      text-align: center;
      font-weight: 600;
      color: var(--pulse-black);
      letter-spacing: 0.1rem;
      text-transform: uppercase; }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-1rem); }
  100% {
    transform: translateY(0); } }

.pulse-text-primary {
  color: var(--pulse-primary); }

.pulse-text-bolder {
  font-weight: 900; }

.pulse__postcard .analysis_post_content {
  display: block; }

.pulse__postcard .analysis_post_content {
  padding: 0 4rem 2.4rem 4rem; }
  @media screen and (max-width: 767px) {
    .pulse__postcard .analysis_post_content {
      padding: 1.2rem 2rem 2.4rem 2rem; } }
