/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/article-new.sass ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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;
}

.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;
}

.main-banner {
  overflow: hidden;
}

.main-banner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 138px 0;
}

@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;
    row-gap: 100px;
    text-align: center;
  }
}

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

.main-banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 40px;
  font-family: degular, sans-serif;
  max-width: 1000px;
}

@media only screen and (max-width: 1600px) {
  .main-banner-title {
    max-width: 750px;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
  }
}

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

.main-banner-title h1 {
  font-size: 110px;
  line-height: 1;
  font-weight: 600;
  font-family: degular, sans-serif;
}

@media only screen and (max-width: 1600px) {
  .main-banner-title h1 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-title h1 {
    font-size: 50px;
  }
}

.main-banner-title h1 picture {
  margin-left: 10px;
}

.main-banner-title h1 picture img {
  display: block;
}

@media only screen and (max-width: 568px) {
  .main-banner-title h1 picture {
    width: 186px;
  }
}

.main-banner-title h1 picture img {
  width: 100%;
}

.main-banner .banner-subtitle {
  max-width: 720px;
}

@media only screen and (max-width: 1600px) {
  .main-banner .banner-subtitle {
    max-width: 600px;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner .banner-subtitle {
    margin: 0 auto;
  }
}

.main-banner picture img {
  height: auto;
}

@media only screen and (max-width: 568px) {
  .main-banner picture img {
    width: 100%;
  }
}

.main-banner .banner-photo img {
  display: block;
}

.main-banner.yellow {
  background-color: #DBE10C;
}

.main-banner.yellow .category {
  background-color: #353638;
  color: #F6F8F9;
}

.main-banner.yellow .category:hover {
  background-color: #F683FF;
  color: #353638;
}

.main-banner.yellow .date .time:before {
  background-color: #353638;
}

.main-banner.dark-green {
  background-color: #106368;
  color: #A1DDC0;
}

.main-banner.dark-green .category {
  background-color: #DBE10C;
  color: #353638;
}

.main-banner.dark-green .category:hover {
  background-color: #F683FF;
}

.main-banner.dark-green .date .time:before {
  background-color: #A1DDC0;
}

.main-banner.dark-green .author {
  color: #A1DDC0;
}

.main-banner.mint {
  background-color: #A1DDC0;
  color: #106368;
}

.main-banner.mint .category {
  background-color: #106368;
  color: #F6F8F9;
}

.main-banner.mint .category:hover {
  background-color: #F683FF;
  color: #353638;
}

.main-banner.mint .date .time:before {
  background-color: #353638;
}

.main-banner.lavender {
  background-color: #D4D2FF;
}

.main-banner.lavender .category {
  background-color: #106368;
  color: #F6F8F9;
}

.main-banner.lavender .category:hover {
  background-color: #F683FF;
  color: #353638;
}

.main-banner.lavender .date .time:before {
  background-color: #353638;
}

.main-banner.pink {
  background-color: #D3B7F7;
}

.main-banner.pink .category {
  background-color: #106368;
  color: #F6F8F9;
}

.main-banner.pink .category:hover {
  background-color: #F683FF;
  color: #353638;
}

.main-banner.pink .date .time:before {
  background-color: #353638;
}

.main-banner.dark {
  background-color: #353638;
  color: #F6F8F9;
}

.main-banner.dark .category {
  background-color: #DBE10C;
  color: #353638;
}

.main-banner.dark .category:hover {
  background-color: #F683FF;
}

.main-banner.dark .date .time:before {
  background-color: #F6F8F9;
}

.main-banner.bright-pink {
  background-color: #F683FF;
}

.main-banner.beige {
  background-color: #E9E3E3;
}

.main-banner.beige .b-pill {
  background-color: #A5C3FF;
}

.main-banner.blue {
  background-color: #A5C3FF;
}

.main-banner.deep-purple {
  background-color: #291F4F;
  color: #F6F8F9;
}

.main-banner.deep-purple .b-pill {
  background-color: #9BA3E9;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

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

.main .date-time {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .main .date-time {
    margin-top: 24px;
  }
}

.main-title {
  font-size: 24px;
  font-family: degular, sans-serif;
  font-weight: 600;
  line-height: 120%;
}

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

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

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

.main-subtitle {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .main-subtitle {
    font-size: 14px;
    line-height: 20px;
    color: #7E7F82;
  }
}

.main-subtitle-big {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 32px;
  color: #7E7F82;
}

@media only screen and (max-width: 1200px) {
  .main-subtitle-big {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }
}

.article-item-large .main-title {
  font-size: 40px;
}

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

@media only screen and (max-width: 768px) {
  .article-item-large .main-title {
    font-size: 24px;
  }
}

.main-banner.dark-forest {
  background-color: #1E3D47;
}

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

.main-banner.policy {
  margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .main-banner.policy {
    margin-bottom: 0;
  }
}

.main-banner.policy .wrapper {
  padding: 120px 0;
  max-width: 100%;
}

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

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

.main-banner.policy .wrapper h1 {
  font-family: degular, sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
}

@media only screen and (max-width: 568px) {
  .main-banner.policy .wrapper h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.main-banner .wrapper {
  padding: 148px 0 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

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

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

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

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

.main-banner .wrapper .cover {
  margin-left: -211px;
}

@media only screen and (max-width: 1600px) {
  .main-banner .wrapper .cover {
    width: 720px;
    margin-left: -128px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-banner .wrapper .cover {
    width: 100%;
    margin-left: 0;
  }
}

.main-banner .wrapper .text-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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  gap: 50px;
}

@media only screen and (max-width: 1200px) {
  .main-banner .wrapper .text-right {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner .wrapper .text-right {
    padding: 0 16px;
    text-align: left;
  }
}

.main-banner .wrapper .category {
  background-color: #DBE10C;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #291F4F;
  line-height: 32px;
  margin: 0 16px 10px 0;
  padding: 0 20px;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main-banner .wrapper .category:hover {
  opacity: 0.8;
}

.main-banner .wrapper .reading-time {
  display: inline-block;
  margin-bottom: 10px;
  color: #A5C3FF;
  border: 1px solid #A5C3FF;
  border-radius: 20px;
  font-size: 16px;
  padding: 5.5px 20px;
}

.main-banner .wrapper .title {
  font-family: degular, sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 115%;
  margin: 20px 0 20px;
  color: #FFFFFF;
}

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

.main-banner .wrapper .author {
  font-family: FixelDisplay, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.main-banner .wrapper .author a {
  display: inline-block;
  margin-left: 5px;
  color: #DBE10C;
  -webkit-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  transition: color ease 0.3s;
}

.main-banner .wrapper .author a:hover {
  color: #FFFFFF;
}

.main-banner .wrapper .fact-checked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-banner .wrapper .fact-checked .author {
  margin: 0;
}

.main-banner .wrapper .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 1200px) {
  .main-banner .wrapper .dates {
    position: absolute;
    right: 32px;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner .wrapper .dates {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    right: 0;
    font-size: 14px;
  }
}

.main-banner .wrapper .dates span {
  margin-left: 4px;
  opacity: 1;
  color: rgb(255, 255, 255);
}

.main-banner .wrapper .dates .dot {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #84ABFB;
}

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

.article-content.policy .wrapper .content .content-text h2 + h3 {
  padding-top: 0;
  scroll-margin-top: 30px;
}

.article-content .wrapper {
  max-width: 975px;
  margin: 0 auto 160px;
}

@media only screen and (max-width: 1600px) {
  .article-content .wrapper {
    max-width: 1057px;
  }
}

@media only screen and (max-width: 768px) {
  .article-content .wrapper {
    margin: 0 0 180px;
  }
}

.article-content .wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-top: 120px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1600px) {
  .article-content .wrapper .content {
    margin-top: 100px;
    -webkit-column-gap: 61px;
       -moz-column-gap: 61px;
            column-gap: 61px;
  }
}

@media only screen and (max-width: 1200px) {
  .article-content .wrapper .content {
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
  }
}

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

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content {
    margin-top: 50px;
    padding: 0 16px;
  }
}

.article-content .wrapper .content .content-text {
  min-width: 590px;
  max-width: 590px;
}

@media only screen and (max-width: 1600px) {
  .article-content .wrapper .content .content-text {
    min-width: 664px;
    max-width: 664px;
  }
}

@media only screen and (max-width: 1200px) {
  .article-content .wrapper .content .content-text {
    min-width: 100%;
    max-width: 100%;
  }
}

.article-content .wrapper .content .content-text h2:first-child,
.article-content .wrapper .content .content-text h3:first-child {
  padding-top: 0;
  scroll-margin-top: 40px;
}

.article-content .wrapper .content .content-text p,
.article-content .wrapper .content .content-text li,
.article-content .wrapper .content .content-text th,
.article-content .wrapper .content .content-text td {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 24px;
}

.article-content .wrapper .content .content-text h2,
.article-content .wrapper .content .content-text h3,
.article-content .wrapper .content .content-text h4,
.article-content .wrapper .content .content-text h5,
.article-content .wrapper .content .content-text h6 {
  font-family: degular, sans-serif;
  font-weight: 600;
  padding-top: 32px;
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text h2,
  .article-content .wrapper .content .content-text h3,
  .article-content .wrapper .content .content-text h4,
  .article-content .wrapper .content .content-text h5,
  .article-content .wrapper .content .content-text h6 {
    padding-top: 24px;
  }
}

.article-content .wrapper .content .content-text h2 {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text h2 {
    font-size: 24px;
  }
}

.article-content .wrapper .content .content-text h3 {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text h3 {
    font-size: 20px;
  }
}

.article-content .wrapper .content .content-text h4 {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text h4 {
    font-size: 18px;
  }
}

.article-content .wrapper .content .content-text a {
  color: #3177FF;
}

.article-content .wrapper .content .content-text a:hover {
  text-decoration: underline;
}

.article-content .wrapper .content .content-text img {
  margin-top: 32px;
  width: 100%;
}

.article-content .wrapper .content .content-text .wp-block-code,
.article-content .wrapper .content .content-text .code {
  background-color: rgb(26, 26, 32);
  padding: 20px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 24px;
}

.article-content .wrapper .content .content-text .wp-block-code p,
.article-content .wrapper .content .content-text .code p {
  margin: 0;
}

.article-content .wrapper .content .content-text .wp-block-code p span,
.article-content .wrapper .content .content-text .code p span {
  display: block;
}

.article-content .wrapper .content .content-text .image-caption {
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  opacity: 0.6;
  margin-bottom: 24px;
}

.article-content .wrapper .content .content-text ul {
  list-style-type: disc;
}

.article-content .wrapper .content .content-text ul li {
  margin-left: 22px;
  padding-left: 4px;
}

.article-content .wrapper .content .content-text ul li::marker {
  color: #84ABFB;
  font-size: 1.5em;
}

.article-content .wrapper .content .content-text ul li strong {
  margin-bottom: 8px;
}

.article-content .wrapper .content .content-text ul li img {
  margin-top: 0;
}

.article-content .wrapper .content .content-text ul a {
  word-break: break-all;
}

.article-content .wrapper .content .content-text ol {
  list-style-type: decimal;
  padding-left: 0;
}

.article-content .wrapper .content .content-text ol li {
  margin-left: 22px;
  padding-left: 4px;
}

.article-content .wrapper .content .content-text ol li::marker {
  color: #84ABFB;
  font-weight: 700;
}

.article-content .wrapper .content .content-text ol li img {
  margin-top: 0;
}

.article-content .wrapper .content .content-text table {
  border-collapse: collapse;
}

.article-content .wrapper .content .content-text td,
.article-content .wrapper .content .content-text th {
  width: 30%;
  padding: 15px;
  text-align: left;
  border: 1px solid #C1C4C9;
  word-break: break-word;
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text td,
  .article-content .wrapper .content .content-text th {
    padding: 15px 5px;
  }
}

.article-content .wrapper .content .content-text .wp-block-pullquote {
  margin: 0;
  padding: 0;
  border: none;
}

.article-content .wrapper .content .content-text .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}

.article-content .wrapper .content .content-text .wp-block-embed__wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.article-content .wrapper .content .content-text blockquote,
.article-content .wrapper .content .content-text .quote {
  font-family: degular, sans-serif;
  color: #1E3D47;
  padding: 60px 0 80px;
  margin: 32px 0;
  text-align: center;
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text blockquote,
  .article-content .wrapper .content .content-text .quote {
    padding: 50px 0 60px;
    font-size: 24px;
    line-height: 32px;
  }
}

.article-content .wrapper .content .content-text blockquote svg,
.article-content .wrapper .content .content-text .quote svg {
  margin-bottom: 32px;
}

.article-content .wrapper .content .content-text blockquote p,
.article-content .wrapper .content .content-text .quote p {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text blockquote p,
  .article-content .wrapper .content .content-text .quote p {
    font-size: 28px;
  }
}

.article-content .wrapper .content .content-text blockquote .quote-author,
.article-content .wrapper .content .content-text .quote .quote-author {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text blockquote .quote-author,
  .article-content .wrapper .content .content-text .quote .quote-author {
    font-size: 16px;
  }
}

.article-content .wrapper .content .content-text blockquote:before {
  content: '"';
  font-style: italic;
  font-weight: 600;
  font-size: 64px;
  line-height: 40px;
}

.article-content .wrapper .content .content-text figcaption {
  color: #C1C4C9;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 568px) {
  .article-content .wrapper .content .content-text figcaption {
    font-size: 14px;
    line-height: 20px;
  }
}

.article-content .wrapper .content .content-text table,
.article-content .wrapper .content .content-text .table {
  overflow: scroll;
}

.article-content .wrapper .content .content-text .article-banner {
  margin: 64px auto 82px;
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text .article-banner {
    margin: 64px 0 0;
  }
}

.article-content .wrapper .content .content-text .article-banner img {
  width: 100%;
  margin: 0 !important;
}

.article-content .wrapper .content .content-text .recognized {
  padding: 50px 40px;
  background-color: #E9E3E3;
  border-radius: 18px;
  margin: 64px auto 82px;
  text-align: center;
  color: #291F4F;
  max-width: 591px;
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text .recognized {
    padding: 27px 23px;
    margin: 64px 0 0;
  }
}

.article-content .wrapper .content .content-text .recognized-title {
  font-family: Degular, sans-serif;
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1600px) {
  .article-content .wrapper .content .content-text .recognized-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text .recognized-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.article-content .wrapper .content .content-text .recognized-subtitle {
  font-size: 18px;
  line-height: 160%;
  max-width: 400px;
  margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
  .article-content .wrapper .content .content-text .recognized-subtitle {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text .recognized-subtitle {
    font-size: 9px;
    max-width: 220px;
  }
}

.article-content .wrapper .content .content-text .recognized .awards {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text .recognized .awards {
    margin-top: 18px;
    gap: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text .recognized .awards picture {
    max-width: 180px;
  }
}

.article-content .wrapper .content .content-text .recognized .awards img {
  margin: 0;
}

.article-content .wrapper .content .content-text .info {
  text-align: center;
  max-width: 591px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .article-content .wrapper .content .content-text .info {
    margin-top: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text .info {
    display: none;
  }
}

.article-content .wrapper .content .content-text .info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  font-family: degular, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  .article-content .wrapper .content .content-text .info .tags {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text .info .tags {
    font-size: 14px;
  }
}

.article-content .wrapper .content .content-text .info .tags a {
  color: #291F4F;
  background-color: #CEDEFF;
  text-decoration: none;
  -webkit-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  padding: 0 20px;
  border-radius: 20px;
}

.article-content .wrapper .content .content-text .info .tags a:hover {
  background-color: #A5C3FF;
}

.article-content .wrapper .content .content-text .info picture {
  margin: 0 auto;
}

.article-content .wrapper .content .content-text .info picture img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-content .wrapper .content .content-text .info .avatar {
  width: 168px;
  height: auto;
  margin-bottom: 24px;
}

.article-content .wrapper .content .content-text .info .author-name {
  display: block;
  font-family: Degular, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  padding-top: 0;
  margin-bottom: 16px;
}

.article-content .wrapper .content .content-text .info .author-name a {
  display: inline-block;
  margin-bottom: 0;
  color: #291F4F;
  text-decoration: none;
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#84ABFB), to(#84ABFB));
  background-image: -webkit-linear-gradient(#84ABFB, #84ABFB);
  background-image: -o-linear-gradient(#84ABFB, #84ABFB);
  background-image: linear-gradient(#84ABFB, #84ABFB);
  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;
}

.article-content .wrapper .content .content-text .info .author-name a:hover {
  opacity: 0.8;
  background-size: 100% 3px;
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text .info .author-name {
    font-size: 16px;
    line-height: 24px;
  }
}

.article-content .wrapper .content .content-text .info .author-bio {
  color: #291F4F;
  opacity: 0.5;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .article-content .wrapper .content .content-text .info .author-bio {
    font-size: 14px;
    line-height: 20px;
  }
}

.article-content .wrapper .content .content-text .info .social-links {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.article-content .wrapper .content .content-text .info .social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  gap: 8px;
}

.article-content .wrapper .content .content-text .info .social-links ul li {
  padding: 0;
  margin: 0;
}

.article-content .wrapper .content .content-text .info .social-links ul li svg {
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.article-content .wrapper .content .content-text .info .social-links ul li svg:hover {
  opacity: 0.8;
}

.article-content .wrapper .content .table-of-contents-wrapper {
  position: sticky;
  top: 40px;
}

@media only screen and (max-width: 1200px) {
  .article-content .wrapper .content .table-of-contents-wrapper {
    display: none;
  }
}

.article-content .wrapper .content .table-of-contents-wrapper .table-of-contents ul {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
}

@media only screen and (max-width: 768px) {
  .article-content .wrapper .content .table-of-contents-wrapper .table-of-contents ul {
    display: none;
  }
}

.article-content .wrapper .content .table-of-contents-wrapper .table-of-contents ul li a {
  color: #291F4F;
  display: block;
  padding: 5px 0 5px 13px;
  -webkit-box-decoration-break: clone;
  border-left: 3px solid transparent;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.article-content .wrapper .content .table-of-contents-wrapper .table-of-contents ul li a.active,
.article-content .wrapper .content .table-of-contents-wrapper .table-of-contents ul li a:hover {
  border-left-color: #84ABFB;
  color: #291F4F;
}

.article-content .wrapper .content .table-of-contents-wrapper .table-of-contents ul ul {
  font-weight: 300;
}

.article-content .wrapper .content .table-of-contents-wrapper .table-of-contents ul ul li {
  padding-left: 32px;
}

.article-content .wrapper .content .table-of-contents-wrapper .table-of-contents ul ul li a {
  font-weight: 400;
  opacity: 0.4;
}

.article-content .wrapper .content .table-of-contents-wrapper .table-of-contents ul ul li a.active,
.article-content .wrapper .content .table-of-contents-wrapper .table-of-contents ul ul li a:hover {
  opacity: 1;
}

.article-content .wrapper .content .table-of-contents-wrapper .share {
  margin-top: 50px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .article-content .wrapper .content .table-of-contents-wrapper .share {
    margin-top: 0;
  }
}

.article-content .wrapper .content .table-of-contents-wrapper .share p {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.article-content .wrapper .content .table-of-contents-wrapper .share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 8px;
}

.article-content .wrapper .content .table-of-contents-wrapper .share ul li a {
  border: none;
  padding: 0;
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.article-content .wrapper .content .table-of-contents-wrapper .share ul li a:hover {
  opacity: 0.8;
}

.article-content .wrapper .content .table-of-contents-wrapper .share ul li svg {
  display: block;
  zoom: 1.3;
}

.article-content .wrapper .content .table-of-contents-wrapper .share ul li[data-copy] {
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
}

.article-content .wrapper .content .table-of-contents-wrapper .share ul li[data-copy] svg {
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.article-content .wrapper .content .table-of-contents-wrapper .share ul li[data-copy] svg:hover {
  opacity: 0.8;
}

.article-content .wrapper .content .table-of-contents-wrapper .share ul li .copied {
  display: none;
  font-size: 12px;
  line-height: 20px;
  color: #291F4F;
  position: absolute;
  font-weight: 500;
  left: 50%;
  -webkit-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
}

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

@media only screen and (max-width: 1200px) {
  .article-content .subscribe-banner {
    margin: 0 auto;
  }
}

.article-content .subscribe-banner.dark .container .wrapper {
  background-color: #353638;
}

.article-content .subscribe-banner.dark .container .wrapper button:hover {
  background-color: #F683FF;
  color: #353638;
}

.article-content .subscribe-banner .container {
  min-height: 0;
  margin: 40px 0 64px;
  padding: 0;
}

.article-content .subscribe-banner .container .wrapper {
  background-color: #C5BFFF;
  color: #291F4F;
  text-align: center;
  padding: 52px 40px;
  margin: 0;
  border-radius: 16px;
}

@media only screen and (max-width: 1600px) {
  .article-content .subscribe-banner .container .wrapper {
    padding: 52px 75px;
  }
}

@media only screen and (max-width: 1200px) {
  .article-content .subscribe-banner .container .wrapper {
    padding: 64px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .article-content .subscribe-banner .container .wrapper {
    padding: 40px 20px;
  }
}

.article-content .subscribe-banner .container .wrapper .title {
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .article-content .subscribe-banner .container .wrapper .title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.article-content .subscribe-banner .container .wrapper .subtitle {
  font-size: 20px;
  line-height: 160%;
  max-width: 380px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .article-content .subscribe-banner .container .wrapper .subtitle {
    font-size: 16px;
    margin-bottom: 55px;
  }
}

.article-content .subscribe-banner .container .wrapper .error-message,
.article-content .subscribe-banner .container .wrapper .success-message {
  position: relative;
}

.article-content .subscribe-banner .container .form-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-content .subscribe-banner .container .form-wrapper form {
  margin-top: 0;
}

.article-content .subscribe-banner .container .banner-bg {
  display: none;
}

.article-content .subscribe-banner + h2,
.article-content .subscribe-banner + h3,
.article-content .subscribe-banner + h4,
.article-content .subscribe-banner + h5,
.article-content .subscribe-banner + h6 {
  padding-top: 0 !important;
}

.category.three-items .wrapper {
  padding: 0;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .category.three-items .wrapper {
    margin-bottom: 80px;
  }
}

.category.three-items .wrapper .text {
  max-width: 100%;
  margin-bottom: 0;
}

.category.three-items .wrapper .text h2.title {
  font-family: Degular, sans-serif;
  font-size: 64px;
  line-height: 115%;
  font-weight: 600;
  margin-bottom: 50px;
  color: #291F4F;
}

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

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

.category.three-items .items {
  gap: 50px;
}

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

.category.three-items .items .title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin: 24px 0;
}

@media only screen and (max-width: 1600px) {
  .category.three-items .items .title {
    font-size: 20px;
    line-height: 115%;
  }
}

@media only screen and (max-width: 992px) {
  .category.three-items .items .title {
    font-size: 32px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 767px) {
  .category.three-items .items .title {
    font-size: 24px;
    line-height: 120%;
    margin: 24px 0 16px;
  }
}

.category.three-items .items .title a {
  color: #291F4F;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#84ABFB), to(#84ABFB));
  background-image: -webkit-linear-gradient(#84ABFB, #84ABFB);
  background-image: -o-linear-gradient(#84ABFB, #84ABFB);
  background-image: linear-gradient(#84ABFB, #84ABFB);
  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;
}

.category.three-items .items .title a:hover {
  background-size: 100% 3px;
  color: inherit;
}

.category.three-items .article {
  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;
  max-width: calc(33.3333333333% - 25px);
}

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

.category.three-items .article img {
  border-radius: 0;
  margin: 0;
}

.category.three-items .article .date-time {
  font-size: 16px;
  line-height: 160%;
  text-transform: none;
  gap: 16px;
  font-family: FixelDisplay, sans-serif;
}

@media only screen and (max-width: 767px) {
  .category.three-items .article .date-time {
    font-size: 14px;
  }
}

.category.three-items .article .date-time .date {
  color: #291F4F;
}

.category.three-items .article .date-time .time {
  color: #291F4F;
  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=article-new.css.map*/