/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/index.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/lib/index.js??ruleSet[1].rules[4].use[2]!../../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].use[3]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[4]!../../node_modules/import-glob/index.js!./styles/app.sass ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.main-button-s,
.main-button-m,
.articleContent .wp-block-button {
  width: 120px;
  height: 32px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  border: none;
  background-color: rgba(237, 57, 132, 0.8);
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  -webkit-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.main-button-s:hover,
.main-button-m:hover,
.articleContent .wp-block-button:hover {
  background-color: #ED3984;
  color: #FFF;
}

.main-button-s:active,
.main-button-m:active,
.articleContent .wp-block-button:active {
  background-color: rgba(237, 57, 132, 0.8);
  color: #FFF;
}

.main-button-m,
.articleContent .wp-block-button {
  width: 160px;
  height: 48px;
  padding: 11px;
  font-size: 16px;
  line-height: 26px;
}

.secondary-button {
  display: block;
  width: 275px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  border: 2px solid #261F62;
  border-radius: 16px;
  cursor: pointer;
  text-align: center;
  color: #261F62;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  -webkit-transition: border-color 200ms ease-in, color 200ms ease-in;
  -o-transition: border-color 200ms ease-in, color 200ms ease-in;
  transition: border-color 200ms ease-in, color 200ms ease-in;
}

.secondary-button:hover {
  border-color: rgba(38, 31, 98, 0.64);
  color: rgba(38, 31, 98, 0.64);
}

.secondary-button:active {
  border-color: #261F62;
  color: #261F62;
}

.post-tag {
  cursor: pointer;
  color: white;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  text-decoration: none;
  -webkit-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.post-tag + a {
  margin-left: 10px;
}

.post-tag:hover {
  opacity: 1;
  color: #FFF;
}

.post-tag:active {
  opacity: 1;
}

.category-selector {
  margin: 0 0 40px -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 500px) {
  .category-selector {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.category-selector-item,
.tag-selector-item {
  margin: 6px 0 0 6px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: rgba(85, 71, 118, 0.16);
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #554776;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color 200ms ease-in, color 200ms ease-in;
  -o-transition: background-color 200ms ease-in, color 200ms ease-in;
  transition: background-color 200ms ease-in, color 200ms ease-in;
}

.category-selector-item:hover,
.tag-selector-item:hover {
  color: #554776;
}

@media only screen and (max-width: 500px) {
  .category-selector-item,
  .tag-selector-item {
    padding: 6px 28px;
    font-size: 12px;
  }
}

.category-selector-item-current {
  background-color: #554776;
  color: #FFF;
}

.category-selector-item-current:hover {
  color: #FFF;
}

.tag-selector-item {
  color: #ED3984;
  background-color: #FEECF3;
}

.tag-selector-item:hover {
  color: #ED3984;
  background-color: #FFCBDF;
}

.tag-selector-item-current {
  background-color: #ED3984;
  color: #FFF;
}

.blog-title {
  margin: 46px auto 44px;
  text-align: center;
  font-weight: bold;
  font-size: 52px;
  line-height: 66px;
  color: #261F62;
}

@media only screen and (max-width: 500px) {
  .blog-title {
    margin: 18px auto 20px;
    text-align: left;
    font-size: 32px;
    line-height: 41px;
  }
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

body {
  font-family: Montserrat, sans-serif;
}

body {
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: hidden;
  background-color: #07061F;
}

body .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 500px) {
  body .container {
    padding: 0 16px;
  }
}

.light-blob {
  position: absolute;
  top: 0;
  width: calc(100% + 44px);
  left: -44px;
  z-index: -1;
  overflow: hidden;
}

.layout {
  margin-left: 32px;
  display: grid;
  grid-template-columns: 1fr 850px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  padding: 0 55px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 850px) {
  .layout {
    margin: 0;
    padding: 24px 0 20px;
    grid-template-columns: 100%;
  }
}

.layout-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  position: sticky;
  top: 20px;
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media only screen and (max-width: 850px) {
  .layout-nav {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    padding: 0 0 30px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .layout-nav::-webkit-scrollbar {
    display: none;
  }
}

.layout-nav-link {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.64);
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (max-width: 850px) {
  .layout-nav-link {
    font-size: 18px;
    line-height: 21px;
    white-space: nowrap;
  }
}

.layout-nav-link:hover {
  color: #FFF;
  text-decoration: underline;
}

.layout-nav-link__back {
  position: relative;
}

.layout-nav-link__back:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuODQyNSAxLjI5OTg0TDEyLjk4MiAyLjQ0OTFDMTMuMjI1NyAyLjY5NjQ5IDEzLjA0MzMgMy4wOTY1NCAxMi42ODkgMy4wOTY1NEgwLjY2NzM4M0MwLjIyMTkyNyAzLjA5NjU0IDAgMy40NDQ4NCAwIDMuODcyOTJWMy44NjY0OUMwIDQuMjk0NTggMC4yMjE5MjcgNC42NDc4IDAuNjY3MzgzIDQuNjQ3OEgxMi42NzY5QzEzLjAzMjggNC42NDc4IDEzLjIxNDQgNS4wNjU2NiAxMi45Njc1IDUuMzExNDlMMTEuODM0NCA2LjQ0MjIzQzExLjUyODIgNi43NTA0NCAxMS41NDE1IDcuMjQxNzUgMTEuODY1MyA3LjUzMzVDMTEuODY2MiA3LjUzNDMzIDExLjg2NyA3LjUzNTM1IDExLjg2NzUgNy41MzY0N0MxMS44NjgxIDcuNTM3NiAxMS44Njg4IDcuNTM4NjEgMTEuODY5NyA3LjUzOTQzQzEyLjE5MSA3LjgyNjYyIDEyLjY5MzUgNy44MTExNyAxMi45OTU3IDcuNTA0NTJMMTUuNTU5NSA0LjkxNTkyQzE2LjE0OTQgNC4zMTU2NyAxNi4xNDYyIDMuMzc3MTYgMTUuNTUzOCAyLjc4TDEzLjAxMjYgMC4yMzc5MjhDMTIuNzEwOCAtMC4wNjYwNzc5IDEyLjIxMTMgLTAuMDgwNzU2MyAxMS44OTA5IDAuMjA1NDA1TDExLjg4MjkgMC4yMTMzNDdDMTEuNTU4NSAwLjUwMjYxNCAxMS41NDA3IDAuOTg5NjI3IDExLjg0MjUgMS4yOTk4NFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  position: absolute;
  left: -28px;
  bottom: -3px;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.64;
}

.layout-nav-link__selected {
  color: #FFF;
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.modalBackdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(33, 34, 49, 0.64);
  cursor: pointer;
}

.modalBackdropVisible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletterModal {
  width: 800px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  background-color: #07061F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}

@media only screen and (max-width: 800px) {
  .newsletterModal {
    width: calc(100% - 32px);
    padding: 20px 18px 42px;
  }
}

.newsletterModalCloseButton {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.newsletterModalCloseButton:hover {
  opacity: 0.8;
}

.newsletterModalTitle {
  margin: 16px 0;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
  color: #FFF;
}

@media only screen and (max-width: 600px) {
  .newsletterModalTitle {
    margin: 32px 0 12px;
    font-size: 26px;
    line-height: 33px;
  }
}

.newsletterModalSubtitle {
  margin: 0 0 32px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 600px) {
  .newsletterModalSubtitle {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 18px;
  }
}

.newsletterModalLabel {
  margin: 0 auto 40px;
  max-width: 400px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.64);
}

@media only screen and (max-width: 800px) {
  .newsletterModalLabel {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 24px;
  }
}

.newsletterModalInput {
  margin-top: 8px;
  max-width: 400px;
  width: 100%;
  padding: 14px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  border: 2px solid transparent;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}

.newsletterModalInput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.newsletterModalInput::-moz-placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.newsletterModalInput::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.newsletterModalInput::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.newsletterModalInput:invalid {
  border-color: #EC4939;
}

.newsletterModalInput:placeholder-shown:invalid {
  border-color: transparent;
}

@media only screen and (max-width: 800px) {
  .newsletterModalInput {
    margin-top: 10px;
    border-radius: 12px;
  }
}

.newsletterModalSubmit {
  margin: 0 0 48px;
  width: 275px;
}

@media only screen and (max-width: 500px) {
  .newsletterModalSubmit {
    margin: 0;
    width: 100%;
  }
}

.newsletterModalSuccessCheck {
  display: none;
}

.newsletterModal.newsletterModalSuccess .newsletterModalLabel {
  display: none;
}

.newsletterModal.newsletterModalSuccess .newsletterModalSubmit {
  display: none;
}

.newsletterModal.newsletterModalSuccess .newsletterModalSuccessCheck {
  display: block;
}

.header {
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.header__tinted {
  background: rgba(7, 6, 31, 0.8);
}

.header__sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
}

.header__sticky > .headerProgressBar {
  display: block;
}

.headerContainer {
  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: 1322px;
  margin: 0 auto;
  padding: 16px 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.headerCommonLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 800px) {
  .headerLogo img {
    width: 87px;
    height: 24px;
  }
}

.headerLogoDivider {
  min-width: 1px;
  height: 27px;
  margin: 0 7px;
  background: #FFF;
  opacity: 0.32;
  border-radius: 0.5px;
}

@media only screen and (max-width: 800px) {
  .headerLogoDivider {
    margin: 0 5px;
  }
}

.headerLogoBlogHomeLink {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.headerLogoBlogHomeLink:hover {
  color: #FFF;
  opacity: 0.84;
}

@media only screen and (max-width: 800px) {
  .headerLogoBlogHomeLink {
    font-size: 14px;
  }
}

.headerButtonsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerLink {
  all: unset;
  margin: 0 40px 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.headerLink:hover {
  color: rgba(255, 255, 255, 0.96);
}

@media only screen and (max-width: 750px) {
  .headerLink {
    margin: 0 25px 0 0;
  }
}

@media only screen and (max-width: 650px) {
  .headerLink {
    display: none;
  }

  .headerLink:nth-child(3n) {
    display: inline;
  }
}

@media only screen and (max-width: 450px) {
  .headerLink {
    display: none;
  }

  .headerLink:nth-child(3n) {
    display: none;
  }
}

.headerCTA {
  display: inline-block;
  background-color: #ED3984;
  font-weight: 600;
  min-width: 100px;
}

.headerCTA:hover {
  background-color: rgba(237, 57, 132, 0.75);
}

.headerProgressBar {
  display: none;
  margin: 12px 0 0;
  width: 100%;
  min-height: 5px;
  background-color: #ED3984;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media only screen and (max-width: 850px) {
  .headerProgressBar {
    margin: 8px 0 0;
  }
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.articleHeader {
  margin: 32px 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out, visibility 0ms 300ms;
  -o-transition: opacity 300ms ease-out, visibility 0ms 300ms;
  transition: opacity 300ms ease-out, visibility 0ms 300ms;
}

.articleHeader__visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out, visibility 0ms;
  -o-transition: opacity 300ms ease-out, visibility 0ms;
  transition: opacity 300ms ease-out, visibility 0ms;
}

@media only screen and (max-width: 850px) {
  .articleHeader {
    display: none;
  }
}

.articleBreadcrumbs a {
  color: rgba(255, 255, 255, 0.32);
  text-decoration: none;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.articleBreadcrumbs a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.64);
}

.articleBreadcrumbs .breadcrumb_last {
  color: rgba(255, 255, 255, 0.64);
}

.article {
  margin: 0px auto -15px;
  max-width: 850px;
}

@media only screen and (max-width: 850px) {
  .article {
    margin: 60px auto 0;
  }
}

.articleNav {
  margin: 0px 0 0;
  position: relative;
  top: 0;
  height: 100%;
}

.articleNav > .layout-nav-link {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.articleNav > .layout-nav-link.h3 {
  padding-left: 24px;
}

@media only screen and (max-width: 850px) {
  .articleNav {
    display: none;
  }
}

.articleShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.articleShareLabel {
  margin: 0 2px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
  -webkit-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.articleShare:hover .articleShareLabel {
  color: rgba(255, 255, 255, 0.64);
}

.articleShareLink svg {
  display: block;
  -webkit-transition: fill-opacity 200ms ease-out, fill 200ms ease-out;
  -o-transition: fill-opacity 200ms ease-out, fill 200ms ease-out;
  transition: fill-opacity 200ms ease-out, fill 200ms ease-out;
  fill: #FFF;
  fill-opacity: 0.32;
}

.articleShareLink svg:hover {
  fill-opacity: 0.64;
}

.articleShareLink svg:active {
  fill-opacity: 0.8;
}

.articleSideBanner {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  position: sticky;
  left: 0;
  top: 130px;
}

.articleSideBannerHidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out, visibility 300ms linear 300ms;
  -o-transition: opacity 300ms ease-out, visibility 300ms linear 300ms;
  transition: opacity 300ms ease-out, visibility 300ms linear 300ms;
}

.articleSideBannerContainer {
  margin: 44px 0 0;
  width: 100%;
  max-width: 190px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  border: 0.5px solid #ED3984;
  background: -webkit-linear-gradient(100deg, rgba(237, 57, 132, 0.32) 13.84%, rgba(33, 34, 49, 0) 102.18%);
  background: -o-linear-gradient(100deg, rgba(237, 57, 132, 0.32) 13.84%, rgba(33, 34, 49, 0) 102.18%);
  background: linear-gradient(350deg, rgba(237, 57, 132, 0.32) 13.84%, rgba(33, 34, 49, 0) 102.18%);
}

.articleSideBannerCloseBtn {
  all: unset;
  margin: 0 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.articleSideBannerCloseBtn svg {
  -webkit-transition: fill-opacity 300ms ease-out;
  -o-transition: fill-opacity 300ms ease-out;
  transition: fill-opacity 300ms ease-out;
}

.articleSideBannerCloseBtn:hover svg {
  fill-opacity: 0.8;
}

.articleSideBannerHeader {
  margin: 28px auto 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFF;
}

.articleSideBannerText {
  margin: 8px auto 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-wrap: balance;
  color: rgba(255, 255, 255, 0.8);
}

.articleSideBannerButton {
  margin: 28px auto 0;
  background: #5AC372;
  border-radius: 11px;
}

.articleSideBannerButton:hover {
  background: #67C77D;
}

.articleInfoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 850px) {
  .articleInfoWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.articleInfo {
  font-size: 12px;
  line-height: 22px;
}

.articleInfoReadTime {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

.articleInfoDate {
  margin: 0 0 0 20px;
  color: rgba(255, 255, 255, 0.32);
  font-weight: 600;
}

.articleTags {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.articleTitle {
  margin: 8px 0 20px;
  color: #FFF;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: -0.2px;
}

@media only screen and (max-width: 850px) {
  .articleTitle {
    margin: 30px 0 24px;
    font-size: 40px;
    line-height: 53px;
  }
}

.articleContent {
  color: #FFF;
}

.articleContent h2 {
  margin: 60px 0 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.2px;
}

@media only screen and (max-width: 500px) {
  .articleContent h2 {
    margin: 32px 0 0;
    font-size: 20px;
    line-height: 25px;
  }
}

.articleContent h3 {
  margin: 40px 0 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.2px;
}

@media only screen and (max-width: 500px) {
  .articleContent h3 {
    margin: 32px 0 0;
    font-size: 20px;
    line-height: 30px;
  }
}

.articleContent h4 {
  margin: 30px 0 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
}

@media only screen and (max-width: 500px) {
  .articleContent h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

.articleContent p {
  margin: 26px 0 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 500px) {
  .articleContent p {
    font-size: 14px;
    line-height: 22px;
  }
}

.articleContent a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.articleContent a:hover {
  color: #ED3984;
}

.articleContent blockquote {
  margin: 30px 0 0;
  position: relative;
  overflow: hidden;
  padding: 20px 40px 20px 32px;
  background: rgba(7, 6, 31, 0.24);
  border-radius: 20px;
  font-size: 18px;
  line-height: 25px;
}

.articleContent blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ED3984;
}

.articleContent blockquote p {
  margin-top: 0;
  font-size: inherit;
  line-height: inherit;
}

.articleContent blockquote p + p {
  margin-top: 20px;
}

.articleContent blockquote cite {
  margin: 12px 0 0 0;
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
}

@media only screen and (max-width: 500px) {
  .articleContent blockquote cite {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .articleContent blockquote {
    margin: 12px 0 0;
    padding: 24px 8px 24px 20px;
    border-radius: 10px;
  }
}

.articleContent ol,
.articleContent ul {
  margin: 30px 0 0;
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 500px) {
  .articleContent ol,
  .articleContent ul {
    padding: 0 0 0 24px;
  }
}

.articleContent ol li,
.articleContent ul li {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 500px) {
  .articleContent ol li,
  .articleContent ul li {
    font-size: 14px;
    line-height: 22px;
  }
}

.articleContent img {
  margin: 40px 0 0;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

@media only screen and (max-width: 500px) {
  .articleContent img {
    margin: 40px 0 0;
    border-radius: 10px;
  }
}

.articleContent .wp-block-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  max-width: 100%;
  margin: 20px 0 0;
  padding: 0;
}

.articleContent .wp-block-button__link {
  padding: 11px;
  background: transparent;
  font-size: 16px;
  line-height: 26px;
}

.articleScrollToTop {
  margin: 32px 0 0 calc(100% + 110px + 30px);
  position: sticky;
  bottom: 20px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(237, 57, 132, 0.16);
  border-radius: 15px;
  border: none;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out, visibility 300ms linear 300ms;
  -o-transition: opacity 300ms ease-out, visibility 300ms linear 300ms;
  transition: opacity 300ms ease-out, visibility 300ms linear 300ms;
}

@media only screen and (max-width: 1100px) {
  .articleScrollToTop {
    display: none;
  }
}

.articleScrollToTopVisible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.articleScrollToTopThreshold {
  position: absolute;
  width: 100%;
  min-height: 1px;
  top: 1200px;
  left: 0;
  z-index: -3;
}

.articleBottomBanner {
  margin: 55px 0 0;
  display: grid;
  grid-template-columns: 123px 1fr 123px;
  grid-column-gap: 28px;
  padding: 50px 52px 50px 18px;
  border: 0.5px solid #ED3984;
  background: -webkit-linear-gradient(184deg, rgba(184, 46, 113, 0.26) 17.01%, rgba(33, 34, 49, 0.03) 105.46%);
  background: -o-linear-gradient(184deg, rgba(184, 46, 113, 0.26) 17.01%, rgba(33, 34, 49, 0.03) 105.46%);
  background: linear-gradient(266deg, rgba(184, 46, 113, 0.26) 17.01%, rgba(33, 34, 49, 0.03) 105.46%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 20px;
}

@media only screen and (max-width: 650px) {
  .articleBottomBanner__mobile_hidden {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out, visibility 0ms 300ms;
    -o-transition: opacity 300ms ease-out, visibility 0ms 300ms;
    transition: opacity 300ms ease-out, visibility 0ms 300ms;
  }
}

@media only screen and (max-width: 650px) {
  .articleBottomBanner__mobile_visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out 0ms, visibility 0s;
    -o-transition: opacity 300ms ease-out 0ms, visibility 0s;
    transition: opacity 300ms ease-out 0ms, visibility 0s;
  }
}

@media only screen and (max-width: 650px) {
  .articleBottomBanner {
    margin: 16px 0;
    padding: 20px 26px 16px 10px;
    grid-template-columns: 42px 1fr;
    grid-column-gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 360px) {
  .articleBottomBanner {
    padding: 20px 10px 16px 8px;
  }
}

.articleBottomBanner img {
  margin: 0;
}

@media only screen and (max-width: 650px) {
  .articleBottomBanner img {
    width: 42px;
    height: 42px;
  }
}

.articleBottomBanner > .articleBottomBannerTextCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 650px) {
  .articleBottomBanner > .articleBottomBannerTextCol {
    width: 100%;
    display: grid;
    grid-template-columns: [left] 1fr [right] minmax(88px, 120px);
    grid-template-rows: [header] auto [text] auto;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.articleBottomBanner > .articleBottomBannerTextCol > .articleBottomBannerHeader {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #FFF;
}

@media only screen and (max-width: 650px) {
  .articleBottomBanner > .articleBottomBannerTextCol > .articleBottomBannerHeader {
    font-size: 14px;
    line-height: 18px;
  }
}

.articleBottomBanner > .articleBottomBannerTextCol > .articleBottomBannerText {
  margin: 6px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(240, 232, 252, 0.8);
}

@media only screen and (max-width: 650px) {
  .articleBottomBanner > .articleBottomBannerTextCol > .articleBottomBannerText {
    margin: 3px 0 0;
    grid-column: left/span 1;
    font-size: 12px;
    line-height: 15px;
  }
}

.articleBottomBanner > .articleBottomBannerTextCol > .articleBottomBannerButtonContainer {
  margin: 18px 0 0;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 650px) {
  .articleBottomBanner > .articleBottomBannerTextCol > .articleBottomBannerButtonContainer {
    margin: 0;
    height: 100%;
    grid-row: header/span 2;
    grid-column: right/span 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.articleBottomBanner > .articleBottomBannerTextCol > .articleBottomBannerButtonContainer > .articleBottomBannerButton {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
}

@media only screen and (max-width: 850px) {
  .articleBottomBanner > .articleBottomBannerTextCol > .articleBottomBannerButtonContainer > .articleBottomBannerButton {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .articleBottomBanner > .articleBottomBannerTextCol > .articleBottomBannerButtonContainer > .articleBottomBannerButton {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 8px 4px;
  }
}

.articleBottomBannerQRCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 123px;
  height: 123px;
  background-color: rgba(0, 0, 0, 0.32);
  border-radius: 28px;
}

.articleBottomBannerQRCol img {
  border-radius: 0;
}

@media only screen and (max-width: 650px) {
  .articleBottomBannerQRCol {
    display: none;
  }
}

.articleBottomBannerQRCol span {
  margin: 0 -2px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #261F62;
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.home-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 32px 0;
}

@media only screen and (max-width: 850px) {
  .home-header {
    padding: 32px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.home-header-title {
  max-width: 425px;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #F0E8FC;
}

@media only screen and (max-width: 850px) {
  .home-header-title {
    font-size: 22px;
  }
}

.home-header-subtitle {
  max-width: 520px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #F0E8FC;
  opacity: 0.8;
}

@media only screen and (max-width: 850px) {
  .home-header-subtitle {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 22px;
  }
}

.home-header-divider {
  margin: 48px 0 36px;
  background: #FFF;
  opacity: 0.16;
}

@media only screen and (max-width: 850px) {
  .home-header-divider {
    margin: 28px 0 0;
  }
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.featured-posts {
  display: grid;
  grid-template-columns: 7fr 4fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

@media only screen and (max-width: 850px) {
  .featured-posts {
    grid-template-columns: 100%;
  }
}

.featured-posts .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.featured-posts .postCard {
  position: relative;
  width: 100%;
  height: 264px;
  padding: 22px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(33, 34, 49, 0.64);
  overflow: hidden;
  border-radius: 20px;
}

@media only screen and (max-width: 850px) {
  .featured-posts .postCard {
    padding: 26px;
  }
}

.featured-posts .postCardBg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 850px) {
  .featured-posts .post + .post {
    display: none;
  }
}

.featured-posts .postInfo {
  position: relative;
  z-index: 1;
  width: 100%;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: 8px;
}

@media only screen and (max-width: 850px) {
  .featured-posts .postInfo .post-tag {
    font-size: 10px;
  }
}

.featured-posts .postTitle {
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #FFF;
  text-decoration: none;
}

@media only screen and (max-width: 850px) {
  .featured-posts .postTitle {
    font-size: 24px;
  }
}

.featured-posts .postTitle:hover {
  color: #FFF;
  text-decoration: underline;
}

.featured-posts .postTitle > h3 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.featured-posts .postSubtitle {
  margin: 12px 0 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #FFF;
  opacity: 0.8;
  max-height: 69px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.post-list {
  margin: 55px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

@media only screen and (max-width: 850px) {
  .post-list {
    margin: 30px 0 0;
  }
}

.post-list .list-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-list .list-post:first-child {
  display: none;
}

@media only screen and (max-width: 850px) {
  .post-list .list-post:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.post-list .list-post__hidden {
  display: none;
}

.post-list .list-post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-list .list-post-date {
  color: rgba(255, 255, 255, 0.32);
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
}

.post-list .list-post-title {
  margin: 4px 0 6px;
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  color: #FFF;
  text-decoration: none;
}

.post-list .list-post-title:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 850px) {
  .post-list .list-post-title {
    margin: 8px 0 6px;
    font-size: 20px;
    line-height: 25px;
  }
}

.post-list .list-post-subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: rgba(240, 232, 252, 0.8);
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 850px) {
  .post-list .list-post-subtitle {
    max-height: 88px;
    -webkit-line-clamp: 4;
  }
}

.post-list .list-post-load-more-btn {
  all: unset;
  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;
  width: 80px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.post-list .list-post-load-more-btn:hover {
  background-color: rgba(255, 255, 255, 0.32);
}

.post-list .list-post-load-more-btn img {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.subscribeForm {
  margin: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 850px) {
  .subscribeForm {
    margin: 50px 0 0;
  }
}

.subscribeFormTitle {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  font-weight: bold;
  font-size: 32px;
  line-height: 43px;
  color: #FFF;
}

@media only screen and (max-width: 650px) {
  .subscribeFormTitle {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 32px;
  }
}

.subscribeFormSubtitle {
  margin: 0 0 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(240, 232, 252, 0.8);
}

@media only screen and (max-width: 650px) {
  .subscribeFormSubtitle {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 24px;
  }
}

.subscribeFormLine {
  width: 100%;
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-column-gap: 18px;
}

@media only screen and (max-width: 650px) {
  .subscribeFormLine {
    grid-template-columns: 100%;
    row-gap: 8px;
  }
}

.subscribeFormInput {
  display: block;
  padding: 9px 24px;
  border: 2px solid rgba(33, 34, 49, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.16);
  -webkit-transition: border-color 200ms ease-out;
  -o-transition: border-color 200ms ease-out;
  transition: border-color 200ms ease-out;
}

.subscribeFormInput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.64);
}

.subscribeFormInput::-moz-placeholder {
  color: rgba(255, 255, 255, 0.64);
}

.subscribeFormInput::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.64);
}

.subscribeFormInput::placeholder {
  color: rgba(255, 255, 255, 0.64);
}

.subscribeFormInput:invalid {
  border-color: #EC4939;
}

.subscribeFormInput:placeholder-shown:invalid {
  border-color: rgba(33, 34, 49, 0.16);
}

@media only screen and (max-width: 420px) {
  .subscribeFormButton {
    width: 100%;
  }
}

.subscribeFormSuccessCheck {
  display: none;
  margin: 0 auto !important;
}

.subscribeForm.subscribeFormSuccess .subscribeFormSubtitle {
  margin: 0 0 16px;
}

.subscribeForm.subscribeFormSuccess .subscribeFormLine {
  display: none;
}

.subscribeForm.subscribeFormSuccess .subscribeFormSuccessCheck {
  display: block;
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.authorPanel {
  margin: 40px 0 0;
}

@media only screen and (max-width: 800px) {
  .authorPanel {
    margin: 40px 0 48px;
  }
}

.authorPanel > hr {
  margin: 0 0 40px;
  background-color: rgba(255, 255, 255, 0.16);
}

.authorPanelWrapper {
  margin: 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-template-rows: 36px 1fr;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 12px;
}

@media only screen and (max-width: 650px) {
  .authorPanelWrapper {
    grid-template-columns: 100px 1fr;
    grid-template-rows: 100px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.authorPanelPicture {
  -o-object-fit: cover;
     object-fit: cover;
  grid-row: span 2;
  border-radius: 50%;
}

@media only screen and (max-width: 650px) {
  .authorPanelPicture {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 550px) {
  .authorPanelPicture {
    grid-row: span 1;
    width: 100px;
    height: 100px;
  }
}

.authorPanelName {
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width: 650px) {
  .authorPanelDescWrapper {
    grid-column: span 2;
  }
}

.authorPanelDescription {
  margin: 0;
  color: rgba(240, 232, 252, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 800px) {
  .authorPanelDescription {
    font-size: 14px;
    line-height: 22px;
  }
}

.authorPanelLink {
  display: block;
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.authorPanelLink:hover {
  color: #ED3984;
}

.authorPanelLink > img {
  margin: 0 0 0 8px;
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.authorNav {
  margin-top: 84px;
}

.authorNav > .layout-nav-link {
  text-transform: none;
}

@media only screen and (max-width: 850px) {
  .authorNav {
    display: none;
  }
}

.authorHeadline {
  margin-top: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

@media only screen and (max-width: 850px) {
  .authorHeadline {
    margin-top: 50px;
  }
}

.authorHeadlinePicture {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  min-width: 80px;
}

.authorHeadlineName {
  margin: 0;
  font-weight: 700;
  font-size: 44px;
  line-height: 47px;
  color: #FFF;
}

@media only screen and (max-width: 850px) {
  .authorHeadlineName {
    font-size: 36px;
    line-height: 42px;
  }
}

.authorBio {
  display: block;
  margin: 20px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(240, 232, 252, 0.8);
}

@media only screen and (max-width: 850px) {
  .authorBio {
    font-size: 16px;
    line-height: 24px;
  }
}

.authorDivider {
  margin: 40px 0 36px;
  min-height: 1px;
  background-color: rgba(255, 255, 255, 0.32);
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.filteredArticles {
  margin: 40px 0 120px;
}

@media only screen and (max-width: 700px) {
  .filteredArticles {
    margin: 20px 0 70px;
  }
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.aboutContainer {
  margin: 0 0 120px;
  padding: 0 calc(100% / 12 * 1);
}

@media only screen and (max-width: 500px) {
  .aboutContainer {
    margin: 0 0 70px;
    padding: 0;
  }
}

.aboutContainer .blog-title {
  margin: 46px 0 30px;
  text-align: left;
}

@media only screen and (max-width: 500px) {
  .aboutContainer .blog-title {
    margin: 20px 0;
  }
}

.aboutContainer p {
  color: rgba(38, 31, 98, 0.8);
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (max-width: 500px) {
  .aboutContainer p {
    font-size: 16px;
    line-height: 24px;
  }
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.footerLinks > ul,
.footerLinks {
  width: calc(100% / 12 * 6);
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

@media only screen and (max-width: 1150px) {
  .footerLinks > ul,
  .footerLinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 700px) {
  .footerLinks > ul,
  .footerLinks {
    width: 100%;
  }
}

.footer {
  padding: 84px 46px 46px;
  background: #07061F;
}

@media only screen and (max-width: 1150px) {
  .footer {
    padding: 35px 20px 20px;
  }
}

.footerContent {
  margin: 0 auto 65px;
  max-width: 1440px;
  width: 100%;
  padding: 0 calc(100% / 12 * 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 700px) {
  .footerContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 30px;
  }
}

.footerLinks a {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  color: #FFF;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (max-width: 1150px) {
  .footerLinks a {
    margin-top: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  .footerLinks a {
    margin-top: 8px;
  }
}

.footerLinks a:hover {
  text-decoration: underline;
}

.footerSocials {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 700px) {
  .footerSocials {
    margin: 40px auto 0;
  }
}

.footerSocials > a {
  display: block;
}

.footerSocials > a > img {
  display: block;
}

.footerCopyright {
  display: block;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.64);
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.home-header-title > span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21.13%, #FF67C2), color-stop(83.95%, #B367FF));
  background-image: -webkit-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: -o-linear-gradient(left, #FF67C2 21.13%, #B367FF 83.95%);
  background-image: linear-gradient(90deg, #FF67C2 21.13%, #B367FF 83.95%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.cyberMondayBanner {
  position: relative;
  max-width: 100%;
  height: 68px;
  background: #4A3999;
  overflow: hidden;
}

@media only screen and (max-width: 730px) {
  .cyberMondayBanner {
    height: unset;
  }
}

.cyberMondayBannerContainer {
  margin: 0 auto;
  width: 100%;
  max-width: 1370px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 68px;
  display: grid;
  grid-template-columns: auto 82px 1fr auto;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1080px) {
  .cyberMondayBannerContainer {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 800px) {
  .cyberMondayBannerContainer {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}

@media only screen and (max-width: 730px) {
  .cyberMondayBannerContainer {
    height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 6px;
    padding: 12px;
  }
}

.cyberMondayBannerTitle {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

@media only screen and (max-width: 1040px) {
  .cyberMondayBannerTitle {
    font-size: 26px;
  }
}

@media only screen and (max-width: 940px) {
  .cyberMondayBannerTitle {
    width: 240px;
    font-size: 24px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 800px) {
  .cyberMondayBannerTitle {
    width: 200px;
  }
}

@media only screen and (max-width: 730px) {
  .cyberMondayBannerTitle {
    width: unset;
    font-size: 20px;
  }
}

.cyberMondayBannerLabel {
  max-height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 730px) {
  .cyberMondayBannerLabel {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.cyberMondayBannerText {
  margin: 0;
  padding: 0;
  display: block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (max-width: 730px) {
  .cyberMondayBannerText {
    font-size: 12px;
  }
}

.cyberMondayBannerLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 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;
  padding: 0 12px;
  border-radius: 8px;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

@media only screen and (max-width: 730px) {
  .cyberMondayBannerLink {
    padding: 0 8px;
    width: 120px;
  }
}



/*# sourceMappingURL=app.css.map*/