/* line 2, app/assets/stylesheets/free_psy_help.scss */
.psy-help h1, .psy-help h2, .psy-help h4, .psy-help h5, .psy-help p {
  margin: 0;
  color: #1A2833;
}

/* line 6, app/assets/stylesheets/free_psy_help.scss */
.psy-help .psy-help-card h5 {
  line-height: 24px;
}

/* line 9, app/assets/stylesheets/free_psy_help.scss */
.psy-help h2 {
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 560px) {
  /* line 9, app/assets/stylesheets/free_psy_help.scss */
  .psy-help h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

/* line 18, app/assets/stylesheets/free_psy_help.scss */
.psy-help h3 {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 560px) {
  /* line 18, app/assets/stylesheets/free_psy_help.scss */
  .psy-help h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

/* line 27, app/assets/stylesheets/free_psy_help.scss */
.psy-help [data-section] h3 {
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  /* line 27, app/assets/stylesheets/free_psy_help.scss */
  .psy-help [data-section] h3 {
    margin-bottom: 16px;
  }
}

/* line 34, app/assets/stylesheets/free_psy_help.scss */
.psy-help .breadcrumb {
  flex-wrap: nowrap;
}

/* line 36, app/assets/stylesheets/free_psy_help.scss */
.psy-help .breadcrumb-item {
  width: -moz-max-content;
  width: max-content;
}

/* line 43, app/assets/stylesheets/free_psy_help.scss */
.psy-banner {
  background-image: url(https://assets.yasno.live/assets/portraits-bd21adc217ca218699f013ff05b0c1d8e2e22f182ff0b978622dc4e762b54f9c.png), url(https://assets.yasno.live/assets/line-background-8a168e98973c84f4e2ad83604720ae4cf608533c2addf085d465acea568474bb.svg);
  background-position: top 14px right 94px, bottom right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  /* line 43, app/assets/stylesheets/free_psy_help.scss */
  .psy-banner {
    background-image: url(https://assets.yasno.live/assets/portraits-mobile-7031ae941042b35b4a982419173f16355ff2d4ae154533aacae0940928305ddd.png), url(https://assets.yasno.live/assets/line-background-mobile-6dca9bd4c12f7850a38d0f38493a005f2ffae21c8d3cc262659ccaacee5d5d64.svg);
    background-position: top 11px right 18px, bottom right;
    background-repeat: no-repeat;
  }
}

/* line 55, app/assets/stylesheets/free_psy_help.scss */
.navigation-tag {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 60, app/assets/stylesheets/free_psy_help.scss */
.navigation-tag > li:not(:last-child) {
  margin-right: 8px;
}

/* line 63, app/assets/stylesheets/free_psy_help.scss */
.navigation-tag > li {
  border-radius: 32px;
  padding: 12px 24px;
  background-color: #E9ECEE;
  color: #1A2833;
  font-size: 16px;
  font-weight: 400;
}

/* line 71, app/assets/stylesheets/free_psy_help.scss */
.navigation-tag > li:not(.active):hover {
  cursor: pointer;
}

/* line 74, app/assets/stylesheets/free_psy_help.scss */
.navigation-tag > li.active {
  background-color: #42B2FC;
  color: #FFFFFF;
}

/* line 80, app/assets/stylesheets/free_psy_help.scss */
.psy-help_slider-controllers .swiper-button {
  width: 28px;
  height: 28px;
}

/* line 84, app/assets/stylesheets/free_psy_help.scss */
.psy-help_slider-controllers .swiper-button-prev {
  background-color: #1A2833;
  -webkit-mask-image: url(https://assets.yasno.live/assets/icons/arrow-slider-left-7bae5cabbfcae53e1f68c058dff02eec56ab1360f99ce42b1deeb89b3e7a17c0.svg);
  mask-image: url(https://assets.yasno.live/assets/icons/arrow-slider-left-7bae5cabbfcae53e1f68c058dff02eec56ab1360f99ce42b1deeb89b3e7a17c0.svg);
}

/* line 90, app/assets/stylesheets/free_psy_help.scss */
.psy-help_slider-controllers .swiper-button-next {
  background-color: #1A2833;
  -webkit-mask-image: url(https://assets.yasno.live/assets/icons/arrow-slider-right-02aaf90258327e2aff65c683c4774c994b8702052848e9cab8a7ce8b14d4c1a8.svg);
  mask-image: url(https://assets.yasno.live/assets/icons/arrow-slider-right-02aaf90258327e2aff65c683c4774c994b8702052848e9cab8a7ce8b14d4c1a8.svg);
}

/* line 96, app/assets/stylesheets/free_psy_help.scss */
.psy-help_slider-controllers .swiper-button-disabled {
  background-color: #BFCBD6 !important;
}

/* line 102, app/assets/stylesheets/free_psy_help.scss */
.psy-help-card .icon-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #8497A6;
  -webkit-mask-image: url(https://assets.yasno.live/assets/icons/angle-down-148decf8565c5c4e69e64a3252acdd24c5916d3a88e93197d4a58b87491152ee.svg);
  mask-image: url(https://assets.yasno.live/assets/icons/angle-down-148decf8565c5c4e69e64a3252acdd24c5916d3a88e93197d4a58b87491152ee.svg);
  transition: all 250ms ease;
}

/* line 111, app/assets/stylesheets/free_psy_help.scss */
.psy-help-card .js-card-description-close:not(._hidden) + .icon-arrow {
  transform: rotate(180deg);
}

/* line 114, app/assets/stylesheets/free_psy_help.scss */
.psy-help-card .card-desc {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 0px;
  overflow: hidden;
  visibility: collapse;
  transition: all .45s ease-in-out;
}

/* line 121, app/assets/stylesheets/free_psy_help.scss */
.psy-help-card .card-desc.show {
  max-height: 500px;
  visibility: visible;
}
