/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blog-new.sass ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main-article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}

.main-article-info:not(:last-child) {
  margin-bottom: 60px;
}

@media only screen and (max-width: 568px) {
  .main-article-info:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-article-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 568px) {
  .main-article-info {
    gap: 24px;
  }
}

.main-article-info .image-link {
  display: inherit;
  min-width: 57%;
}

@media only screen and (max-width: 1600px) {
  .main-article-info .image-link {
    min-width: 55%;
  }
}

@media only screen and (max-width: 1200px) {
  .main-article-info .image-link {
    min-width: 100%;
  }
}

.main-article-info .image-link img {
  width: 100%;
  height: auto;
}

.main-article-info__right {
  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;
  gap: 32px;
}

@media only screen and (max-width: 568px) {
  .main-article-info__right {
    gap: 16px;
  }
}

.main-article-info__title {
  font-family: Degular, sans-serif;
  font-size: 40px;
  line-height: 115%;
  font-weight: 600;
  margin-top: -15px;
}

@media only screen and (max-width: 1600px) {
  .main-article-info__title {
    font-size: 32px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 1200px) {
  .main-article-info__title {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-article-info__title {
    font-size: 24px;
  }
}

.main-article-info__title a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F683FF), to(#F683FF));
  background-image: -webkit-linear-gradient(#F683FF, #F683FF);
  background-image: -o-linear-gradient(#F683FF, #F683FF);
  background-image: linear-gradient(#F683FF, #F683FF);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 3px;
  -webkit-transition: background-size 500ms ease-in-out;
  -o-transition: background-size 500ms ease-in-out;
  transition: background-size 500ms ease-in-out;
}

.main-article-info__title a:hover {
  background-size: 100% 3px;
  color: inherit;
}

.main-article-info__subtitle {
  margin-top: 20px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .main-article-info__subtitle {
    display: none;
  }
}

.main-article-info .date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .main-article-info .date-time {
    font-size: 14px;
    line-height: 160%;
  }
}

.main-article-info .date-time .time {
  opacity: 0.6;
}

.subscribe-banner {
  margin-top: 100px;
  overflow: hidden;
  position: relative;
  color: #291F4F;
  background-color: #C5BFFF;
}

.subscribe-banner.subscribed .form-wrapper {
  display: none;
}

.subscribe-banner.subscribed .success-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .subscribe-banner.subscribed .success-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: left;
  }
}

.subscribe-banner.subscribed .success-wrapper .subtitle {
  margin-bottom: 0 !important;
}

.main-banner .subscribe-banner {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.main-banner .subscribe-banner .success-wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}

.subscribe-banner .success-wrapper {
  display: none;
  -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;
  width: 100%;
  max-width: 504px;
}

.subscribe-banner .success-wrapper .h2 {
  margin-bottom: 30px;
  max-width: 450px;
}

@media only screen and (max-width: 1600px) {
  .subscribe-banner .success-wrapper .h2 {
    max-width: 400px;
  }
}

@media only screen and (max-width: 568px) {
  .subscribe-banner .success-wrapper .h2 {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .subscribe-banner .success-wrapper .text-lg {
    max-width: 425px;
  }
}

.subscribe-banner .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subscribe-banner .form-wrapper .h2 {
  margin-bottom: 30px;
  max-width: 450px;
}

@media only screen and (max-width: 1600px) {
  .subscribe-banner .form-wrapper .h2 {
    max-width: 400px;
  }
}

@media only screen and (max-width: 568px) {
  .subscribe-banner .form-wrapper .h2 {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .subscribe-banner .form-wrapper .text-lg {
    max-width: 470px;
  }
}

.subscribe-banner .form-wrapper form {
  margin-top: 70px;
}

@media only screen and (max-width: 1600px) {
  .subscribe-banner .form-wrapper form {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .subscribe-banner .form-wrapper form {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .subscribe-banner .form-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.subscribe-banner .container {
  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;
  min-height: 700px;
}

@media only screen and (max-width: 992px) {
  .subscribe-banner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subscribe-banner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

@media only screen and (max-width: 1600px) {
  .subscribe-banner .wrapper {
    max-width: 504px;
  }
}

@media only screen and (max-width: 992px) {
  .subscribe-banner .wrapper {
    padding: 100px 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media only screen and (max-width: 568px) {
  .subscribe-banner .wrapper {
    max-width: 320px;
    padding: 60px 0;
  }
}

.subscribe-banner .wrapper .title {
  font-family: Degular, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 568px) {
  .subscribe-banner .wrapper .title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}

.subscribe-banner .wrapper .subtitle {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 52px;
}

@media only screen and (max-width: 568px) {
  .subscribe-banner .wrapper .subtitle {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    max-width: 350px;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 993px) {
  .subscribe-banner .banner-bg {
    max-width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1201px) {
  .subscribe-banner .banner-bg {
    max-width: 60%;
  }
}

@media only screen and (max-width: 992px) {
  .subscribe-banner .banner-bg {
    width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
  }
}

@media only screen and (max-width: 768px) {
  .subscribe-banner .banner-bg {
    width: calc(100% + 64px);
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media only screen and (max-width: 568px) {
  .subscribe-banner .banner-bg {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
}

.subscribe-banner .banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

@media only screen and (min-width: 993px) {
  .subscribe-banner .banner-bg img {
    -o-object-position: top left;
       object-position: top left;
  }
}

.subscribe-banner .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-top: 50px;
}

.subscribe-banner .social-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-banner .social-links li a svg {
  width: 40px;
  height: 40px;
}

.subscribe-banner .social-links li a svg:hover {
  opacity: 0.8;
}

.subscribe-banner .social-links li a svg path {
  fill: #291F4F;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.subscribe-footer {
  margin-top: 200px;
}

.form-wrapper {
  position: relative;
  width: 100%;
}

.form-wrapper .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 560px;
  border-radius: 23px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 568px) {
  .form-wrapper .subscribe-form {
    margin: 0 auto;
  }
}

.form-wrapper .subscribe-form input {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #291F4F;
  font-family: FixelDisplay, sans-serif;
  border-radius: 28px;
  border: 2px solid #291F4F;
  outline: none !important;
}

.form-wrapper .subscribe-form input::-webkit-input-placeholder {
  color: rgba(41, 31, 79, 0.6);
}

.form-wrapper .subscribe-form input::-moz-placeholder {
  color: rgba(41, 31, 79, 0.6);
}

.form-wrapper .subscribe-form input::-ms-input-placeholder {
  color: rgba(41, 31, 79, 0.6);
}

.form-wrapper .subscribe-form input::placeholder {
  color: rgba(41, 31, 79, 0.6);
}

.form-wrapper .subscribe-form button {
  position: absolute;
  top: 16px;
  right: 24px;
  padding: 0;
  background: none;
  outline: none !important;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-wrapper .subscribe-form button:hover {
  right: 22px;
}

.form-wrapper .subscribe-form .done {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #353638;
  background-color: #DBE10C;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: degular, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 8px;
}

.form-wrapper .error input {
  border-color: #F90063;
}

.form-wrapper .error-message {
  display: none;
  color: #F90063;
  padding-top: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  text-align: center;
}

.form-wrapper .success-message {
  display: none;
  padding-top: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  text-align: center;
}

.experts {
  overflow: hidden;
  margin-bottom: 100px;
}

.experts .wrapper {
  padding: 88px 0;
}

@media only screen and (max-width: 568px) {
  .experts .wrapper {
    padding: 40px 0 56px;
  }
}

.experts .wrapper .swiper {
  overflow: visible;
}

.experts .wrapper .swiper-slide {
  height: auto;
}

.experts .wrapper .swiper .slide-wrapper {
  background-color: #EFF1F4;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: inherit;
}

@media only screen and (max-width: 768px) {
  .experts .wrapper .swiper .slide-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media only screen and (max-width: 568px) {
  .experts .wrapper .swiper .slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 390px) {
  .experts .wrapper .swiper .slide-wrapper {
    padding: 40px 11px 40px;
  }
}

.experts .wrapper .swiper .slide-wrapper .slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.experts .wrapper .swiper .slide-wrapper .slide-info-text {
  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: 768px) {
  .experts .wrapper .swiper .slide-wrapper .slide-info-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: left;
  }
}

@media only screen and (max-width: 568px) {
  .experts .wrapper .swiper .slide-wrapper .slide-info-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.experts .wrapper .swiper .slide-wrapper picture {
  margin-bottom: 32px;
}

@media only screen and (max-width: 768px) {
  .experts .wrapper .swiper .slide-wrapper picture {
    margin-bottom: 0;
  }
}

.experts .wrapper .swiper .slide-wrapper picture img {
  border-radius: 50%;
  display: block;
}

.experts .wrapper .swiper .slide-wrapper .name {
  color: #353638;
  font-family: degular, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .experts .wrapper .swiper .slide-wrapper .name {
    text-align: left;
  }
}

@media only screen and (max-width: 568px) {
  .experts .wrapper .swiper .slide-wrapper .name {
    text-align: center;
  }
}

.experts .wrapper .swiper .slide-wrapper .bio {
  font-family: FixelDisplay, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .experts .wrapper .swiper .slide-wrapper .bio {
    text-align: left;
  }
}

@media only screen and (max-width: 568px) {
  .experts .wrapper .swiper .slide-wrapper .bio {
    text-align: center;
  }
}

.experts .wrapper .swiper .slide-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .experts .wrapper .swiper .slide-wrapper ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media only screen and (max-width: 568px) {
  .experts .wrapper .swiper .slide-wrapper ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.experts .wrapper .swiper .slide-wrapper ul svg:hover path {
  fill: #e789f9;
}

.experts .wrapper .swiper .slide-wrapper ul svg path {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main-banner {
  background-color: #CEDEFF;
}

.main-banner .wrapper {
  padding: 128px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1600px) {
  .main-banner .wrapper {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner .wrapper {
    padding: 60px 0;
    gap: 60px;
  }
}

.main-banner .wrapper .text {
  max-width: 800px;
  color: #291F4F;
}

@media only screen and (max-width: 1600px) {
  .main-banner .wrapper .text {
    max-width: 715px;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner .wrapper .text {
    text-align: center;
  }
}

.main-banner .wrapper .text .tag {
  display: inline-block;
  border-radius: 20px;
  background-color: #A5C3FF;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 0 20px;
  line-height: 34px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .main-banner .wrapper .text .tag {
    margin-bottom: 24px;
  }
}

.main-banner .wrapper .text h1 {
  font-weight: 600;
  font-size: 110px;
  line-height: 100%;
  font-family: degular, sans-serif;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1600px) {
  .main-banner .wrapper .text h1 {
    font-size: 80px;
    line-height: 110%;
    max-width: 600px;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner .wrapper .text h1 {
    max-width: 100%;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner .wrapper .text h1 {
    font-size: 50px;
    line-height: 115%;
    margin-bottom: 24px;
  }
}

.main-banner .wrapper .text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 40px;
  max-width: 680px;
}

@media only screen and (max-width: 568px) {
  .main-banner .wrapper .text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner .wrapper .text p {
    margin: 0 auto 32px;
    max-width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner .wrapper .text p {
    margin-bottom: 24px;
  }
}

.main-banner .wrapper .text .form-wrapper {
  max-width: 560px;
}

.main-banner .wrapper .text .form-wrapper .subscribe-form {
  margin: 0;
  max-width: 100%;
}

@media only screen and (max-width: 1600px) {
  .main-banner .wrapper picture {
    max-width: 380px;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner .wrapper picture {
    max-width: 428px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner .wrapper picture {
    max-width: 302px;
  }
}

.main-banner .wrapper picture img {
  width: 100%;
  height: auto;
}

section.category .articles .article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section.category .articles .cover {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 24px;
}

section.category .articles .date-time {
  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;
  font-size: 16px;
  line-height: 160%;
}

@media only screen and (max-width: 568px) {
  section.category .articles .date-time {
    font-size: 12px;
    line-height: 14px;
  }
}

section.category .articles .date-time .time {
  opacity: 0.6;
}

section.category .articles .title a {
  text-decoration: none;
  color: #291F4F;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F683FF), to(#F683FF));
  background-image: -webkit-linear-gradient(#F683FF, #F683FF);
  background-image: -o-linear-gradient(#F683FF, #F683FF);
  background-image: linear-gradient(#F683FF, #F683FF);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 3px;
  -webkit-transition: background-size 500ms ease-in-out;
  -o-transition: background-size 500ms ease-in-out;
  transition: background-size 500ms ease-in-out;
}

section.category .articles .title a:hover {
  background-size: 100% 3px;
}

section.category .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media only screen and (max-width: 992px) {
  section.category .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}

@media only screen and (max-width: 767px) {
  section.category .items {
    gap: 50px;
  }
}

section.category .items.submain {
  row-gap: 50px;
}

@media only screen and (max-width: 992px) {
  section.category .items.submain {
    row-gap: 80px;
  }
}

@media only screen and (max-width: 767px) {
  section.category .items.submain {
    row-gap: 50px;
  }
}

@media only screen and (max-width: 992px) {
  section.category .items.submain .article {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  section.category .items.submain .article {
    padding: 0;
  }

  section.category .items.submain .article:first-child,
  section.category .items.submain .article:nth-child(2),
  section.category .items.submain .article:last-child {
    background-color: transparent;
  }

  section.category .items.submain .article:first-child .title,
  section.category .items.submain .article:first-child .date,
  section.category .items.submain .article:first-child .time,
  section.category .items.submain .article:first-child a,
  section.category .items.submain .article:nth-child(2) .title,
  section.category .items.submain .article:nth-child(2) .date,
  section.category .items.submain .article:nth-child(2) .time,
  section.category .items.submain .article:nth-child(2) a,
  section.category .items.submain .article:last-child .title,
  section.category .items.submain .article:last-child .date,
  section.category .items.submain .article:last-child .time,
  section.category .items.submain .article:last-child a {
    color: initial;
  }
}

section.category .items.submain:not(.with-picture) {
  gap: 50px;
}

@media only screen and (max-width: 992px) {
  section.category .items.submain:not(.with-picture) {
    gap: 40px;
  }
}

@media only screen and (max-width: 767px) {
  section.category .items.submain:not(.with-picture) {
    gap: 24px;
  }
}

@media only screen and (max-width: 992px) {
  section.category .items.submain:not(.with-picture) .article {
    background-color: #E2CACA;
    padding: 20px;
    border-radius: 16px;
  }
}

@media only screen and (max-width: 568px) {
  section.category .items.submain:not(.with-picture) .article:first-child,
  section.category .items.submain:not(.with-picture) .article:nth-child(2),
  section.category .items.submain:not(.with-picture) .article:last-child {
    background-color: #E2CACA;
  }

  section.category .items.submain:not(.with-picture) .article:first-child .title,
  section.category .items.submain:not(.with-picture) .article:first-child .date,
  section.category .items.submain:not(.with-picture) .article:first-child .time,
  section.category .items.submain:not(.with-picture) .article:first-child a,
  section.category .items.submain:not(.with-picture) .article:nth-child(2) .title,
  section.category .items.submain:not(.with-picture) .article:nth-child(2) .date,
  section.category .items.submain:not(.with-picture) .article:nth-child(2) .time,
  section.category .items.submain:not(.with-picture) .article:nth-child(2) a,
  section.category .items.submain:not(.with-picture) .article:last-child .title,
  section.category .items.submain:not(.with-picture) .article:last-child .date,
  section.category .items.submain:not(.with-picture) .article:last-child .time,
  section.category .items.submain:not(.with-picture) .article:last-child a {
    color: initial;
  }
}

@media only screen and (max-width: 992px) {
  section.category .items.submain:not(.with-picture) h4.title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  section.category .items.submain:not(.with-picture) h4.title {
    font-size: 20px;
  }
}

h2.title {
  font-family: Degular, sans-serif;
  font-size: 64px;
  line-height: 115%;
  font-weight: 600;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1600px) {
  h2.title {
    font-size: 52px;
  }
}

@media only screen and (max-width: 767px) {
  h2.title {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 32px;
  }
}

h2.title a {
  color: #291F4F;
}

h3.title {
  font-family: Degular, sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1600px) {
  h3.title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  h3.title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

h4.title {
  font-family: Degular, sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
  h4.title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 992px) {
  h4.title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  h4.title {
    font-size: 24px;
  }
}

.articles-wrapper {
  padding: 200px 0 300px;
  margin: 0 auto;
  max-width: 1490px;
  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: 1600px) {
  .articles-wrapper {
    padding: 180px 0 300px;
  }
}

@media only screen and (max-width: 767px) {
  .articles-wrapper {
    padding: 100px 0 200px;
  }
}

.articles .main-article-info .cover {
  margin-bottom: 0 !important;
}

.articles .main-article-info__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
}

@media only screen and (max-width: 1600px) {
  .articles .main-article-info__title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .articles .main-article-info__title {
    font-size: 24px;
  }
}

.articles .main-article-info__subtitle {
  font-size: 16px;
}

.category {
  margin: 300px 0;
}

@media only screen and (max-width: 767px) {
  .category {
    margin: 200px 0;
  }
}

.category.beige {
  background-color: #E9E3E3;
  margin: 0;
  padding: 200px 0;
}

@media only screen and (max-width: 1600px) {
  .category.beige {
    padding: 150px 0;
  }
}

@media only screen and (max-width: 767px) {
  .category.beige {
    padding: 100px 0;
  }
}

.experts {
  background-color: #FFFFFF;
  padding: 200px 0 340px;
  overflow: hidden;
  margin-bottom: 0;
}

@media only screen and (max-width: 1600px) {
  .experts {
    padding: 150px 0 240px;
  }
}

.experts-wrapper {
  margin: 0 auto;
  max-width: 1490px;
}

.experts-wrapper h3.title {
  margin-bottom: 16px;
}

.experts-wrapper .swiper-slide {
  height: auto;
}

.experts-wrapper .swiper-slide .slide-wrapper {
  display: block;
  background-color: #D4D2FF;
  border-radius: 16px;
  padding: 32px 32px 48px;
  height: 100%;
}

@media only screen and (max-width: 1600px) {
  .experts-wrapper .swiper-slide .slide-wrapper {
    padding: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .experts-wrapper .swiper-slide .slide-wrapper {
    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;
    padding: 40px 24px;
    text-align: center;
  }
}

.experts-wrapper .swiper-slide .slide-wrapper img {
  width: 195px;
  height: auto;
  display: block;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .experts-wrapper .swiper-slide .slide-wrapper img {
    margin: 0 auto 32px;
  }
}

.experts-wrapper .swiper-slide .slide-wrapper .description {
  display: block;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  margin-top: 16px;
}

@media only screen and (max-width: 1600px) {
  .experts-wrapper .swiper-slide .slide-wrapper .description {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .experts-wrapper .swiper-slide .slide-wrapper .description {
    font-size: 16px;
  }
}

@media only screen and (max-width: 568px) {
  .experts-wrapper .swiper-slide .slide-wrapper .description {
    margin-top: 20px;
  }
}

.experts-wrapper .swiper-button-prev {
  left: auto;
  right: 88px;
}

@media only screen and (max-width: 992px) {
  .experts-wrapper .swiper-button-prev {
    left: 0;
    right: auto;
  }
}

.experts-wrapper .swiper-button-next {
  right: 0;
}

.experts-wrapper .swiper-button-prev,
.experts-wrapper .swiper-button-next {
  width: 80px;
  height: 80px;
  top: auto;
  bottom: -140px;
}

.experts-wrapper .swiper-button-prev:after,
.experts-wrapper .swiper-button-next:after {
  content: none;
}

.experts-wrapper .swiper-button-prev.swiper-button-disabled,
.experts-wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}

@media only screen and (max-width: 568px) {
  .experts-wrapper .swiper-button-prev,
  .experts-wrapper .swiper-button-next {
    bottom: -120px;
  }
}

.contact {
  background-color: #C5BFFF;
  overflow: hidden;
  position: relative;
}

.contact-wrapper {
  padding: 128px 0;
  max-width: 560px;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .contact-wrapper {
    padding: 116px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .contact-wrapper {
    max-width: 340px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-wrapper {
    padding: 100px 0 1050px;
    max-width: 560px;
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .contact-wrapper {
    padding: 60px 0 420px;
  }
}

.contact-wrapper .form-wrapper {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .contact-wrapper .form-wrapper {
    margin: 0 auto;
  }
}

.contact-wrapper .form-wrapper .subscribe-form {
  margin: 0;
}

.contact picture {
  width: 1135px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1600px) {
  .contact picture {
    width: 868px;
  }
}

@media only screen and (max-width: 992px) {
  .contact picture {
    width: 100%;
  }
}

.contact picture img {
  width: 100%;
  height: auto;
  display: block;
}

.contact h2.title {
  margin-bottom: 40px;
  max-width: 500px;
}

@media only screen and (max-width: 1600px) {
  .contact h2.title {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .contact h2.title {
    max-width: 100%;
  }
}

.contact .subtitle {
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 60px;
  max-width: 500px;
}

@media only screen and (max-width: 1600px) {
  .contact .subtitle {
    font-size: 20px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .contact .subtitle {
    margin-bottom: 69px;
  }
}

@media only screen and (max-width: 768px) {
  .contact .subtitle {
    max-width: 100%;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .contact .subtitle {
    margin-bottom: 60px;
  }
}

.contact .social-links {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media only screen and (max-width: 768px) {
  .contact .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact .social-links a {
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.contact .social-links a:hover {
  opacity: 0.6;
}

.main-banner .wrapper .text {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body {
  margin: 0;
  font-family: FixelDisplay, sans-serif;
  color: #291F4F;
  background-color: #F7F4EF;
}

.container {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px;
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

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

.header-fixed .container {
  max-width: 1400px;
}

.b-pills {
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .b-pills {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 567px) {
  .b-pills {
    margin-bottom: 24px;
  }
}

.b-pill {
  display: inline-block;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #291F4F;
  border-radius: 25px;
  background: #C5BFFF;
}

.text-lg {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  max-width: 720px;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .text-lg {
    font-size: 20px;
  }
}

@media only screen and (max-width: 567px) {
  .text-lg {
    font-size: 16px;
  }
}

.text-lg a {
  color: #F683FF;
}

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

.text-xl {
  font-family: degular, sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 120%;
}

@media only screen and (max-width: 567px) {
  .text-xl {
    font-size: 28px;
  }
}

.text-xl a {
  color: #F683FF;
}

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

.h2 {
  font-family: degular, sans-serif;
  font-size: 64px;
  line-height: 115%;
  font-weight: 600;
}

@media only screen and (max-width: 1600px) {
  .h2 {
    font-size: 52px;
  }
}

@media only screen and (max-width: 568px) {
  .h2 {
    font-size: 32px;
  }
}

.section-text {
  margin-bottom: 80px;
}

@media only screen and (max-width: 567px) {
  .section-text {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-text .h2 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 567px) {
  .section-text {
    text-align: center;
  }
}

.section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}

@media only screen and (max-width: 567px) {
  .section-wrapper {
    gap: 60px;
  }
}

footer {
  background-color: #F7F4EF;
}

footer .wrapper {
  border-top-color: rgba(41, 31, 79, 0.2);
}



/*# sourceMappingURL=blog-new.css.map*/