/*!
Theme Name: Prontous
Theme URI: https://prontous.com/
Author: Impact Brands
Author URI: https://theimpactbrands.com/
Description: Lightweight, custom WordPress theme crafted for <a href="https://prontous.com">prontous</a>
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0.0
Text Domain: pronto
Tags: ajax, scss, bootstrap, custom-post-feedback-widget, custom-gutenberg-blocks
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.article-full a {
  word-break: break-all;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

body, html {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
body.no-scroll, html.no-scroll {
  overflow: hidden;
}

figure img {
  width: 100% !important;
  height: auto;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.page-breadcrumbs {
  margin: 0;
}
.page-breadcrumbs a, .page-breadcrumbs span {
  font-family: "Figtree", serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: #212529;
}
.page-breadcrumbs svg {
  margin: 0 11.92px;
}
.page-breadcrumbs .breadcrumb_last {
  text-decoration: underline;
}

.container {
  padding: 0 12px;
}

@media (min-width: 576px) {
  .container {
    max-width: 516px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 696px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 936px;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1076px;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1116px;
    padding: 0;
  }
  .d-xxl-flex {
    display: flex !important;
  }
}
.header {
  background-color: #091d5b;
  position: sticky;
  top: 0;
  font-family: "Figtree", serif;
  z-index: 998;
  transition: top 0.3s ease;
}
.header__hidden {
  top: -100%;
}
.header__container {
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
  margin: 0 auto;
  justify-content: center;
}
.header__container.btn {
  display: none;
}
.header .logo {
  width: 120px;
  height: 40px;
}

@media (min-width: 768px) {
  .header .logo {
    width: 160px;
    height: 54px;
  }
}
@media (min-width: 1400px) {
  .header__container {
    padding: 0;
    gap: 30px;
    justify-content: space-between;
    max-width: 1296px !important;
  }
}
.hamburger {
  position: absolute;
  left: 12px;
  cursor: pointer;
  z-index: 10;
}
.hamburger .icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  position: relative;
  transition: all 0.3s ease;
}
.hamburger .icon .bar {
  width: 100%;
  height: 3.67px;
  background-color: #ffffff;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.hamburger .icon--open .bar:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
}
.hamburger .icon--open .bar:nth-child(2) {
  opacity: 0;
}
.hamburger .icon--open .bar:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
}

@media (min-width: 576px) {
  .hamburger {
    left: 0;
  }
}
@media (min-width: 1400px) {
  .hamburger {
    display: none;
  }
}
.navigation {
  display: none;
  position: absolute;
  top: 70px;
  background-color: #ebeff3;
  padding: 20px;
  width: 100vw;
  height: fit-content;
  max-height: calc(100svh - 70px);
  z-index: 99999;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.navigation--open {
  display: block;
  overflow-y: auto;
}
.navigation__item {
  position: relative;
}
.navigation__item--fulfillment {
  display: none;
}
.navigation__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #091d5b;
  margin: 0;
}
.navigation__title, .navigation__link {
  display: block;
  border-bottom: 1px solid #849adb;
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 4px;
  cursor: pointer;
}
.navigation__dropdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-transform: capitalize;
  list-style: none;
}
.navigation__dropdown-link {
  font-weight: 400;
}
.navigation__dropdown-item {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
.navigation__dropdown--list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.navigation__dropdown--headline {
  margin: 0;
}
.navigation__dropdown--column {
  margin-left: 12px;
}
.navigation__dropdown--column:last-child {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .navigation {
    left: -36px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .navigation {
    left: -28px;
  }
}
@media (min-width: 1400px) {
  .navigation {
    display: block;
    position: static;
    background-color: transparent;
    height: auto;
    padding: 0;
    box-shadow: none;
  }
  .navigation__list {
    flex-direction: row;
    gap: 30px;
    color: #ffffff;
  }
  .navigation__title, .navigation__link {
    position: relative;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin: 23px 0;
  }
  .navigation__title:hover, .navigation__link:hover {
    color: #849adb;
  }
  .navigation__title:hover::after, .navigation__link:hover::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #849adb;
  }
  .navigation__title--active, .navigation__link--active {
    color: #849adb;
    border-bottom: 1px solid #849adb;
  }
  .navigation__item {
    position: relative;
    align-self: center;
  }
  .navigation__item:hover .navigation__dropdown {
    display: flex;
  }
  .navigation__item--fulfillment {
    display: block;
    margin: 23px 0;
  }
  .navigation__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    background-color: #ebeff3;
    color: #091d5b;
    padding: 16px;
    min-width: 200px;
    width: max-content;
    z-index: 10;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .navigation__dropdown--short {
    min-width: 136px;
  }
  .navigation__dropdown-item {
    margin-left: 0;
  }
  .navigation__dropdown-item:not(:last-child) {
    margin-bottom: 8px;
  }
  .navigation__dropdown--row {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .navigation__dropdown--column:last-child {
    margin: 0;
  }
  .navigation__dropdown--headline {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 1px solid #849ADB;
    margin: 0;
    margin-bottom: 8px;
  }
  .navigation .navigation__item:hover .navigation__dropdown,
  .navigation .navigation__dropdown:hover {
    display: flex;
  }
  .navigation .navigation__item:focus-within .navigation__dropdown {
    display: flex;
  }
  .navigation .navigation__item--manufacturing .navigation__dropdown {
    flex-direction: row;
    column-gap: 16px;
    min-width: auto;
  }
  .navigation .navigation__item--manufacturing .navigation__dropdown .navigation__dropdown {
    position: relative;
    flex-direction: column;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: none;
  }
  .navigation .navigation__item--manufacturing .navigation__dropdown-title {
    border-bottom: 1px solid #849adb;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
  .navigation .navigation__item--manufacturing .navigation__dropdown-item {
    margin-left: 0;
  }
}
.featured-on {
  font-family: "Figtree", serif;
  position: relative;
  background-image: url("assets/img/featured-on/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4.08px;
  margin-top: 20px;
  padding: 22px 14px 21.4px;
}
.featured-on::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.64);
  z-index: 5;
  border-radius: 4.08px;
}
.featured-on__headline {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.featured-on__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.featured-on .btn {
  font-size: 10.88px;
  line-height: 16.33px;
  padding: 6.8px 21.77px;
  height: auto;
}

@media (min-width: 576px) {
  .featured-on {
    padding: 32px 20px;
  }
  .featured-on__headline {
    font-size: 21px;
    line-height: 29px;
  }
  .featured-on .btn {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 32px;
  }
}
@media (min-width: 768px) {
  .featured-on {
    padding: 30px 40px;
  }
  .featured-on__content {
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    align-items: center;
  }
  .featured-on .btn {
    min-width: 205px;
  }
}
@media (min-width: 992px) {
  .featured-on {
    padding: 21px 40px;
  }
  .featured-on__headline {
    font-size: 17px;
    line-height: 25px;
  }
  .featured-on .btn {
    padding: 10px 12px;
    min-width: 165px;
  }
}
@media (min-width: 1400px) {
  .featured-on {
    padding: 33px 40px;
  }
  .featured-on__headline {
    font-size: 18px;
    line-height: 26px;
  }
  .featured-on .btn {
    padding: 10px 32px;
    min-width: 205px;
  }
}
.article {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  padding: 12px;
}
.article__img {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  width: 128px;
  min-height: 128px;
}
.article__content {
  flex-grow: 1;
  width: 100%;
  align-self: flex-start;
}
.article img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  object-position: center top;
}
.article__column {
  padding: 0;
}
.article__meta {
  display: flex;
  margin-bottom: 8px;
  gap: 8px;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.article__meta span:first-child {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #091d5b;
}
.article__meta span:first-child::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  height: 6px;
  width: 6px;
  background-color: #091d5b;
  border-radius: 50%;
}
.article__meta span:last-child {
  color: #2c2c2c;
}
.article__category, .article__date {
  font-family: "Figtree", serif;
  font-size: 12px;
  line-height: 12px;
}
.article__title {
  font-family: "Figtree", serif;
  color: #212529;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.article__excerpt {
  font-family: "Figtree", serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #212529;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .article__title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .article {
    flex-direction: column;
    padding: 20px;
    width: calc(50% - 10px);
    gap: 16px;
    transition: all 0.2s linear;
    border-radius: 6px;
  }
  .article:hover {
    outline: 2px solid #849ADB;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);
    border-radius: 6px;
  }
  .article__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .article__img {
    width: 100%;
    height: 285px;
  }
  .article__meta span:first-child::after {
    height: 8px;
    width: 8px;
  }
  .article__category, .article__date {
    font-size: 12px;
    line-height: 20px;
  }
  .article__excerpt {
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .article__img {
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .article {
    width: 33.3333333%;
  }
  .article__list {
    gap: 0;
  }
  .article__img {
    height: 249px;
    width: 249px;
  }
  .article__meta span {
    font-size: 12px;
    line-height: 20px;
  }
  .article__meta span:first-child::after {
    width: 6px;
    height: 6px;
  }
}
.h-hero-section .featured-post {
  position: relative;
  border-radius: 6px;
}
.h-hero-section .featured-post::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 10;
  border-radius: 6px;
}
.h-hero-section .featured-post img {
  height: 351px;
  max-height: 351px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.h-hero-section .featured-post__tag {
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #EBEFF3;
  color: #212529;
  padding: 4px 12px;
  font-family: "Figtree", serif;
  font-size: 12px;
  font-weight: 700;
}
.h-hero-section .featured-post__content {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
  width: 100%;
  z-index: 20;
  display: flex;
  flex-direction: column;
}
.h-hero-section .featured-post__title {
  font-family: "Figtree", serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
}
.h-hero-section .featured-post__meta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  color: #ffffff;
  gap: 8px;
}
.h-hero-section .featured-post__date, .h-hero-section .featured-post__author {
  font-family: "Figtree", serif;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  margin: 0;
}
.h-hero-section .featured-post__author {
  position: relative;
  font-weight: 600;
}
.h-hero-section .featured-post__author::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  height: 6px;
  width: 6px;
  background-color: #ffffff;
  border-radius: 50%;
}

@media (max-width: 360px) {
  .h-hero-section .featured-post__title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 576px) {
  .h-hero-section .featured-post img {
    max-height: 314px;
  }
}
@media (min-width: 768px) {
  .h-hero-section .featured-post__title {
    font-size: 32px;
    line-height: 32px;
  }
  .h-hero-section .featured-post__tag {
    left: 40px;
  }
  .h-hero-section .featured-post__content {
    padding: 0 40px;
  }
  .h-hero-section .featured-post img {
    height: 424px;
    max-height: 424px;
  }
}
@media (min-width: 992px) {
  .h-hero-section .featured-post__content {
    bottom: 40px;
  }
  .h-hero-section .featured-post__author::after {
    height: 8px;
    width: 8px;
  }
  .h-hero-section .featured-post img {
    height: 324px;
    max-height: 324px;
  }
}
@media (min-width: 1400px) {
  .h-hero-section .featured-post__content {
    bottom: 32px;
  }
  .h-hero-section .featured-post__title {
    font-size: 40px;
    line-height: 40px;
  }
  .h-hero-section .featured-post img {
    max-height: 376px;
    min-height: 376px;
  }
}
.popular-articles {
  position: relative;
  background-color: #EBEFF3;
  padding: 28px 10.5px;
}
.popular-articles .swiper-container {
  padding: 2px;
}
.popular-articles .swiper-slide {
  height: auto;
}
.popular-articles__headline {
  font-family: "Figtree", serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}
.popular-articles .popular-article {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
}
.popular-articles .popular-article__column {
  height: 100%;
}
.popular-articles .popular-article__image {
  position: relative;
}
.popular-articles .popular-article__image img {
  height: 100%;
  width: 100%;
  min-height: 351px;
  max-height: 351px;
  object-fit: cover;
  border-radius: 6px;
}
.popular-articles .popular-article__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.popular-articles .popular-article__meta span {
  font-family: "Figtree", serif;
  font-size: 12px;
  line-height: 12px;
}
.popular-articles .popular-article__meta span:first-child {
  color: #091d5b;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.popular-articles .popular-article__meta span:first-child::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  height: 6px;
  width: 6px;
  background-color: #091d5b;
  border-radius: 50%;
}
.popular-articles .popular-article__meta span:last-child {
  color: #2c2c2c;
}
.popular-articles .popular-article__title {
  font-family: "Figtree", serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #212529;
}
.popular-articles .popular-article__excerpt {
  font-family: "Figtree", serif;
  font-size: 12px;
  line-height: 18px;
  color: #212529;
  margin-bottom: 0;
}
.popular-articles .popular-article__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: 20px;
}
.popular-articles .popular-article__pagination {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
}
.popular-articles .popular-article__pagination .swiper-pagination-bullet {
  background-color: #9E9E9E;
}
.popular-articles .popular-article__pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px;
}
.popular-articles .popular-article__pagination .swiper-pagination-bullet-active {
  background-color: #091d5b;
}
.popular-articles .popular-article__next, .popular-articles .popular-article__prev {
  position: relative;
  height: auto;
  width: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
}
.popular-articles .popular-article__next svg, .popular-articles .popular-article__prev svg {
  height: 23px;
  width: 12px;
}
.popular-articles .popular-article__next::after, .popular-articles .popular-article__prev::after {
  display: none;
}
.popular-articles .popular-article__next {
  margin-left: 12px;
}
.popular-articles .popular-article__prev {
  margin-right: 12px;
}

@media (min-width: 576px) {
  .popular-articles {
    padding: 28px 20px;
  }
  .popular-articles .popular-article__image img {
    min-width: 248px;
    max-width: 248px;
    min-height: 248px;
    max-height: 248px;
  }
}
@media (min-width: 768px) {
  .popular-articles {
    padding: 0;
    padding: 40px 0;
  }
  .popular-articles .container {
    max-width: 736px;
    padding: 0;
  }
  .popular-articles__headline {
    padding-left: 20px;
  }
  .popular-articles .popular-article {
    padding: 20px 19.77px;
    transition: all 0.2s linear;
    border-radius: 6px;
  }
  .popular-articles .popular-article__image img {
    min-width: 205px;
    max-width: 205px;
    min-height: 205px;
    max-height: 205px;
    margin: 0;
  }
  .popular-articles .popular-article__meta span {
    font-size: 12px;
    line-height: 20px;
  }
  .popular-articles .popular-article:hover {
    background-color: #ffffff;
    outline: 2px solid #849ADB;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);
    border-radius: 6px;
  }
}
@media (min-width: 992px) {
  .popular-articles .container {
    max-width: 936px;
  }
  .popular-articles .popular-article__image img {
    min-height: 272px;
    max-height: 272px;
    min-width: 272px;
  }
}
@media (min-width: 1400px) {
  .popular-articles {
    padding: 40px 20px;
  }
  .popular-articles .container {
    max-width: 1156px;
  }
  .popular-articles__column {
    padding: 0;
  }
  .popular-articles .popular-article__image img {
    min-height: 249px;
    height: 249px;
    max-width: 249px;
    min-width: 249px;
  }
  .popular-articles .popular-article__prev, .popular-articles .popular-article__next, .popular-articles .popular-article__pagination {
    display: none;
  }
}
.recent-posts {
  margin: 20px 0 30px;
  padding: 0 10.5px;
}
.recent-posts__headline {
  font-family: "Figtree", serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 24px;
}
.recent-posts .recent-post {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
}
.recent-posts .recent-post a {
  text-decoration: none;
}
.recent-posts .recent-post__image {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  width: 128px;
  min-height: 128px;
}
.recent-posts .recent-post__image img {
  border-radius: 6px;
}
.recent-posts .recent-post:not(:last-child) {
  margin-bottom: 20px;
}
.recent-posts .recent-post__content {
  flex-grow: 1;
  width: 100%;
  align-self: flex-start;
}
.recent-posts .recent-post img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.recent-posts .recent-post__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.recent-posts .recent-post__date, .recent-posts .recent-post__category {
  font-family: "Figtree", serif;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 8px;
}
.recent-posts .recent-post__date {
  color: #2c2c2c;
}
.recent-posts .recent-post__category a {
  color: #091d5b;
  font-weight: 700;
}
.recent-posts .recent-post__category::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  height: 6px;
  width: 6px;
  background-color: #091d5b;
  border-radius: 50%;
}
.recent-posts .recent-post__title {
  font-family: "Figtree", serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #212529;
}
.recent-posts .recent-post__excerpt {
  font-family: "Figtree", serif;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  color: #212529;
}

@media (max-width: 338px) {
  .recent-posts .recent-post__date, .recent-posts .recent-post__category {
    font-size: 8px;
  }
  .recent-posts .recent-post__category::after {
    height: 4px;
    width: 4px;
  }
}
@media (min-width: 576px) {
  .recent-posts {
    padding: 0;
  }
  .recent-posts .recent-post__excerpt {
    line-height: 18px;
  }
  .recent-posts .recent-post__content {
    align-self: center;
  }
}
@media (min-width: 768px) {
  .recent-posts {
    margin: 20px 0 0;
  }
  .recent-posts .recent-post {
    gap: 16px;
  }
  .recent-posts .recent-post__image {
    width: 128px;
    min-height: 94px;
  }
}
@media (min-width: 992px) {
  .recent-posts {
    margin: 0;
  }
  .recent-posts .recent-post:not(:last-child) {
    margin-bottom: 24px;
  }
  .recent-posts .recent-post__image {
    width: 160px;
    min-height: 120px;
    max-height: 120px;
  }
  .recent-posts .recent-post__date, .recent-posts .recent-post__category {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 1400px) {
  .recent-posts__headline {
    line-height: 30px;
  }
  .recent-posts .recent-post__image {
    width: 184px;
    min-height: 138px;
    max-height: 138px;
  }
}
.article-aside-posts__banner {
  margin: 32px 0;
}
.article-aside-posts__title {
  font-family: "Figtree", serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 4px solid #EBEFF3;
  margin: 0;
  margin-bottom: 20px;
  color: #091d5b;
}
.article-aside-posts__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.article-aside-posts__meta, .article-aside-posts__meta--desktop {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.article-aside-posts__meta a, .article-aside-posts__meta p, .article-aside-posts__meta--desktop a, .article-aside-posts__meta--desktop p {
  font-size: 12px;
  line-height: 16px;
}
.article-aside-posts__meta a, .article-aside-posts__meta--desktop a {
  color: #091d5b;
  font-weight: 700;
}
.article-aside-posts__meta p, .article-aside-posts__meta--desktop p {
  color: #2c2c2c;
  margin: 0;
  position: relative;
  padding-left: 10px;
}
.article-aside-posts__meta p::before, .article-aside-posts__meta--desktop p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  margin-right: 4px;
  height: 6px;
  width: 6px;
  background-color: #091d5b;
  border-radius: 50%;
}
.article-aside-posts__image {
  margin: 0;
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  align-items: center;
}
.article-aside-posts__image figcaption {
  flex: 1;
}
.article-aside-posts__image img {
  margin: 0;
  height: 60px;
  width: 60px !important;
  object-fit: cover;
}
.article-aside-posts__content {
  flex: 1;
}
.article-aside-posts__headline {
  font-family: "Figtree", serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.article-aside-posts__excerpt {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

@media (max-width: 767px) {
  .article-aside-posts {
    border-bottom: 4px solid #E9F2F2;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .article-aside-posts__article {
    display: flex;
    gap: 12px;
  }
  .article-aside-posts__item {
    margin-top: 20px;
  }
  .article-aside-posts__image {
    flex: 0 0 110px;
    width: 110px;
  }
}
@media (min-width: 768px) {
  .article-aside__quiz-banner {
    margin-top: 24px;
    padding-bottom: 32px;
  }
  .article-aside__banner {
    margin-top: 0;
    margin-bottom: 31.74px;
  }
  .article-aside-posts__item {
    margin-top: 20px;
  }
  .article-aside-posts__title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
  }
  .article-aside-posts__image img {
    margin: 0;
    height: 60px;
    width: 60px !important;
    object-fit: cover;
  }
  .article-aside-posts__headline {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
  }
  .article-aside-posts__excerpt {
    margin-top: 8px;
  }
  .article-aside-posts__latest {
    margin-bottom: 32px;
  }
}
.cat-dropdown {
  position: relative;
  border-bottom: 2px solid #091d5b;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cat-dropdown__content {
  position: relative;
}
.cat-dropdown .article-categories__menu {
  list-style: none;
  display: none;
  position: absolute;
  top: 45px;
  background-color: #fff;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  border-left: 1px solid #091d5b;
  border-right: 1px solid #091d5b;
  border-bottom: 1px solid #091d5b;
  padding: 20px;
}
.cat-dropdown .article-categories__item {
  font-family: "Figtree", serif;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.cat-dropdown .article-categories__item:not(:last-child) {
  margin-bottom: 4px;
}
.cat-dropdown .article-categories__item:hover {
  text-decoration: underline;
}
.cat-dropdown__headline {
  font-family: "Figtree", serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #091d5b;
  margin-bottom: 8px;
}
.cat-dropdown__toggle {
  position: relative;
  font-family: "Figtree", serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #091d5b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 11px 20px;
  border: 1px solid #091d5b;
  background-color: transparent;
}
.cat-dropdown__toggle::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 44px;
  background-color: #091d5b;
  z-index: -1;
}
.cat-dropdown__toggle svg {
  background-color: #091d5b;
  margin-right: -5px;
  transform: rotate(0);
  transition: all 0.2s linear;
}
.cat-dropdown__toggle.active svg {
  transform: rotate(-180deg);
}

@media (min-width: 768px) {
  .cat-dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
  }
  .cat-dropdown__headline {
    font-size: 24px;
    line-height: 32px;
  }
  .cat-dropdown__toggle {
    width: 234px;
  }
}
.opf-error__overlay {
  position: relative;
  z-index: 99999 !important;
  background-color: transparent !important;
}

.subscribe-popup {
  position: relative;
  max-width: 300px;
  padding: 38.5px 25px;
  font-family: "Figtree", serif;
  text-align: center;
}
.subscribe-popup__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.subscribe-popup__content {
  position: relative;
  z-index: 1;
}
.subscribe-popup .opf-error__message {
  position: relative !important;
  z-index: 999999999999 !important;
}
.subscribe-popup__close {
  position: absolute;
  border: none;
  background-color: transparent;
  right: 17px;
  top: 17px;
  cursor: pointer;
  z-index: 10;
}
.subscribe-popup__close svg {
  width: 20px;
  height: 20px;
}
.subscribe-popup img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.subscribe-popup__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #091d5b;
  margin-bottom: 16px;
}
.subscribe-popup__txt {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
}
.subscribe-popup__disc {
  font-family: "Figtree", serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin: 0;
}
.subscribe-popup .moonray-form {
  position: relative;
}
.subscribe-popup .moonray-form .moonray-form-input-type-email {
  padding: 0;
}
.subscribe-popup .moonray-form .moonray-form-input-type-email .moonray-form-input {
  font-family: "Figtree", serif !important;
  padding: 13px 10px !important;
  padding-right: 0 !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 5px !important;
  margin-bottom: 16px !important;
}
.subscribe-popup .moonray-form .moonray-form-input-type-email .moonray-form-input.moonray-form-state-error {
  border: 1px solid #cd0a0a !important;
  box-shadow: 0 0 2px 0 #bc1010 !important;
  color: #bc1010 !important;
}
.subscribe-popup .moonray-form .moonray-form-input-type-email .moonray-form-input::placeholder {
  color: #9E9E9E !important;
}
.subscribe-popup .moonray-form .moonray-form-input-type-submit {
  padding: 0;
}
.subscribe-popup .moonray-form .moonray-form-input-type-submit .moonray-form-input {
  font-family: "Figtree", serif !important;
  width: 100% !important;
  padding: 10px;
  margin-bottom: 16px !important;
  letter-spacing: 1.25px !important;
  border-radius: 5px;
  color: #fff !important;
  border: none;
  background-color: #007c8c;
  height: 44px;
}

@media (min-width: 375px) {
  .subscribe-popup {
    max-width: 325px;
  }
}
@media (min-width: 576px) {
  .subscribe-popup {
    max-width: 450px;
    padding: 41.5px 50px;
  }
}
@media (min-width: 768px) {
  .subscribe-popup {
    max-width: 576px;
    padding: 36px 86.5px;
  }
  .subscribe-popup__title, .subscribe-popup__txt {
    margin-bottom: 20px;
  }
  .subscribe-popup .moonray-form .moonray-form-input-type-email .moonray-form-input {
    margin-bottom: 20px !important;
  }
  .subscribe-popup .moonray-form .moonray-form-input-type-submit .moonray-form-input {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .subscribe-popup {
    max-width: 776px;
    padding: 47px 400.8px 47px 51.41px;
    text-align: left;
  }
  .subscribe-popup__close {
    position: absolute;
    right: 12.99px;
    top: 20.11px;
    cursor: pointer;
  }
  .subscribe-popup__close svg {
    width: 28px;
    height: 28px;
  }
  .subscribe-popup__title {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0.25px;
  }
  .subscribe-popup__txt {
    font-size: 20px;
    line-height: 28px;
  }
  .subscribe-popup .moonray-form .moonray-form-input-type-email .moonray-form-input {
    font-size: 18px !important;
  }
  .subscribe-popup .moonray-form .moonray-form-input-type-submit .moonray-form-input {
    font-size: 18px !important;
  }
  .subscribe-popup__disc {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .subscribe-popup {
    max-width: 1116px;
    padding: 150px 555.35px 150px 95px;
  }
  .subscribe-popup__close {
    position: absolute;
    right: 16.16px;
    top: 22.46px;
    cursor: pointer;
  }
  .subscribe-popup__close svg {
    width: 34px;
    height: 34px;
  }
}
.notification-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #091d5b;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  transition: transform 0.3s ease;
  z-index: 999;
  transform: translateY(100%);
  font-family: "Figtree", serif;
}
.notification-bar > .container {
  padding-left: 34px;
  padding-right: 34px;
}
.notification-bar.show-notification-bar {
  transform: translateY(0);
}
.notification-bar__text {
  font-size: 8px;
  line-height: 12px;
  margin: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.notification-bar .btn {
  padding: 5.23px 16.73px;
  font-size: 13px;
  line-height: 24px;
  height: auto;
}
.notification-bar__close-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  cursor: pointer;
}
.notification-bar__close-btn img {
  height: 13px;
  width: 13px;
}
.notification-bar__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  flex-direction: row;
  text-align: center;
  gap: 16px;
}

@media (max-width: 374px) {
  .notification-bar {
    padding: 0 10px;
  }
  .notification-bar > .container {
    padding: 12px;
  }
  .notification-bar .btn {
    font-size: 8px;
    line-height: 16px;
    min-width: 118px;
    margin-right: 12px;
  }
}
@media (min-width: 410px) {
  .notification-bar__close-btn {
    right: 10px;
  }
}
@media (min-width: 576px) {
  .notification-bar__content {
    flex-direction: row;
    gap: 30px;
  }
  .notification-bar__text {
    font-size: 12px;
    line-height: 18px;
  }
  .notification-bar__close-btn {
    top: 50%;
    right: 10px;
  }
  .notification-bar .btn {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .notification-bar {
    justify-content: space-between;
  }
  .notification-bar > .container {
    padding: 0 12px;
  }
  .notification-bar__content {
    padding: 8px 0;
  }
  .notification-bar__text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .notification-bar__text br {
    display: none;
  }
  .notification-bar .btn {
    font-size: 16px;
    margin-right: 24px;
    padding: 10px 32px;
    min-width: 226px;
  }
  .notification-bar__close-btn {
    margin-top: 0;
  }
  #page-up-arrow {
    bottom: 65px;
  }
}
@media (min-width: 768px) {
  .notification-bar .notification-bar__content {
    gap: 30px;
  }
  #page-up-arrow {
    bottom: 65px;
  }
}
@media (min-width: 1400px) {
  .notification-bar .notification-bar__content {
    gap: 50px;
  }
}
#cookie-law-info-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13px 10px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 5px 50px;
  z-index: 99999;
}
#cookie-law-info-bar h5 {
  font-family: "Figtree", serif;
}
#cookie-law-info-bar p {
  font-family: "Figtree", serif;
  font-size: 16px;
  font-weight: 300;
}
#cookie-law-info-bar .btn {
  font-family: "Figtree", serif;
  font-size: 14px;
}
#cookie-law-info-bar button {
  font-size: 14px;
  margin-right: 12px;
}

.footer-subscribe {
  position: relative;
  font-family: "Figtree", serif;
  text-align: center;
  padding: 40px 0;
}
.footer-subscribe > .container {
  padding: 0 22px;
}
.footer-subscribe__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #091d5b;
  margin-bottom: 24px;
}
.footer-subscribe__txt {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
  color: #000;
  margin-bottom: 24px;
}
.footer-subscribe__disc {
  font-family: "Figtree", serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #3D3D3D;
  margin: 0;
}
.footer-subscribe .moonray-form {
  margin: 0 auto;
}
.footer-subscribe .moonray-form form {
  display: flex;
  flex-direction: column;
}
.footer-subscribe .moonray-form .moonray-form-input-type-email {
  width: 100%;
}
.footer-subscribe .moonray-form .moonray-form-input-type-email label {
  display: none;
}
.footer-subscribe .moonray-form .moonray-form-input-type-email input {
  font-family: "Figtree", serif !important;
  font-size: 16px !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 15px !important;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  height: 47px;
  padding-left: 10px;
}
.footer-subscribe .moonray-form .moonray-form-input-type-email::placeholder {
  color: #9E9E9E;
}
.footer-subscribe .moonray-form .moonray-form-element-wrapper {
  overflow: visible !important;
}
.footer-subscribe .moonray-form .moonray-form-input-type-submit {
  width: 100%;
  margin-bottom: 24px;
}
.footer-subscribe .moonray-form .moonray-form-input-type-submit .moonray-form-input {
  font-family: "Figtree", serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.25px;
  min-width: 100%;
  padding: 0 30px;
  height: 47px;
  border-radius: 5px;
  background-color: #007c8c;
  border: 0;
  color: #fff;
}
.footer-subscribe__link, .footer-subscribe__link:active, .footer-subscribe__link:focus {
  text-decoration: underline;
}
.footer-subscribe img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.opf-error__message {
  position: relative !important;
  z-index: 999999999999 !important;
  pointer-events: none !important;
}

@media (min-width: 576px) {
  .footer-subscribe > .container {
    padding: 0 12px;
  }
  .footer-subscribe__title {
    margin-bottom: 20px;
  }
  .footer-subscribe__txt {
    margin-bottom: 20px;
  }
  .footer-subscribe .moonray-form .moonray-form-input-type-submit {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .footer-subscribe {
    padding: 60px 0;
  }
  .footer-subscribe__title {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0.25px;
    margin-bottom: 24px;
  }
  .footer-subscribe__txt {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
    margin-bottom: 24px;
  }
  .footer-subscribe .moonray-form {
    margin-bottom: 24px;
  }
  .footer-subscribe .moonray-form .moonray-form-input-type-submit {
    margin-bottom: 0;
  }
  .footer-subscribe .moonray-form .moonray-form-input-type-submit .moonray-form-input {
    min-width: auto;
  }
  .footer-subscribe .moonray-form form {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .footer-subscribe .moonray-form form .moonray-form-input-type-email {
    flex: 0 0 419px;
    width: 419px;
    margin-bottom: 0 !important;
  }
  .footer-subscribe .moonray-form form .moonray-form-input-type-email input {
    margin: 0 !important;
  }
  .footer-subscribe .moonray-form form .moonray-form-input-type-submit {
    width: 100% !important;
    margin-left: 15px;
    margin-bottom: 0 !important;
    padding: 0;
    max-width: 221px;
  }
  .footer-subscribe .moonray-form form .moonray-form-input-type-submit input {
    margin: 0 !important;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer-subscribe > .container {
    padding: 0;
    max-width: 780px;
  }
  .footer-subscribe .moonray-form {
    width: 100% !important;
    max-width: 738px;
  }
  .footer-subscribe .moonray-form form .moonray-form-input-type-email {
    flex: 0 0 502px;
    width: 502px;
  }
  .footer-subscribe .moonray-form form .moonray-form-input-type-submit {
    margin-bottom: 0;
  }
  .footer-subscribe__disc {
    max-width: 726px;
    margin: 0 auto;
  }
}
.footer {
  padding: 40px 0;
  background-color: #091d5b;
  color: #ffffff;
  height: fit-content;
  font-family: "Figtree", serif;
}
.footer .logo {
  width: 120px;
  height: 40px;
}
.footer--short {
  padding: 20px 0;
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__container--short {
  gap: 24px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.footer__company {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__lists {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: 100%;
  gap: 20px;
}
.footer__list {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}
.footer__list-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__list-cross {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.footer__list-cross::before, .footer__list-cross::after {
  content: "";
  border-top: 2px solid #ffffff;
  width: 15px;
  display: block;
  transition: transform 0.3s ease;
}
.footer__list-cross::after {
  transform: rotate(90deg);
  margin-top: -2px;
}
.footer__list-cross--active::before {
  transform: rotate(180deg);
}
.footer__list-cross--active::after {
  transform: rotate(0deg);
}
.footer__list-title {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  font-weight: 700;
}
.footer__list-items {
  display: none;
  flex-direction: column;
  gap: 4px;
}
.footer__list--show {
  margin-top: 8px;
  display: flex;
}
.footer__list-item {
  list-style: none;
  font-size: 14px;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: flex-start;
  width: 100%;
}
.footer__copyright {
  font-size: 12px;
  line-height: 18px;
  border-top: 1px solid #ffffff;
  padding-top: 24px;
  width: 100%;
}
.footer__copyright--short {
  text-align: right;
}
.footer .social-media {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 7px;
}
.footer .social-media img {
  height: 40px;
  min-width: 40px;
}

@media (min-width: 375px) {
  .footer .social-media {
    gap: 40px;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer .logo {
    width: 160px;
    height: 54px;
  }
  .footer__list-item {
    font-size: 16px;
  }
  .footer__list-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer--short {
    padding: 30px 0;
  }
  .footer__container--short {
    position: relative;
    gap: 0;
  }
  .footer__content {
    display: grid;
    gap: 24px;
    row-gap: 12px;
    grid-template-columns: 306px 1fr;
    grid-template-rows: 54px auto;
    grid-template-areas: "logo content" "contacts content";
  }
  .footer__content--short {
    display: flex;
    align-self: flex-start;
    gap: 0;
  }
  .footer__lists {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__list {
    border: none;
    padding: 0;
  }
  .footer__list-cross {
    display: none;
  }
  .footer__list-items {
    display: flex;
  }
  .footer__copyright {
    margin-top: 50px;
  }
  .footer__copyright--short {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    margin: 0;
    padding: 0;
  }
  .footer .social-media {
    gap: 10px;
    justify-content: flex-start;
  }
}
@media (min-width: 1400px) {
  .footer__container {
    max-width: 1296px !important;
  }
}
.h-hero-section {
  margin: 30px 0;
}

@media (max-width: 991px) {
  .h-hero-section {
    margin: 30px 0;
  }
  .h-hero-section__column {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .h-hero-section {
    margin: 40px 0;
  }
  .lower-footer .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .h-hero-section__column:first-child {
    padding-left: 0;
  }
  .h-hero-section__column:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .h-hero-section .row {
    justify-content: center;
  }
  .h-hero-section__column:first-child {
    padding: 0;
    flex: 0 0 643px;
    margin-right: 20px;
  }
  .h-hero-section__column:first-child img {
    border-radius: 6px;
  }
  .h-hero-section__column:last-child {
    flex: 0 0 453px;
    padding: 0;
  }
}
.store-banner {
  font-family: "Figtree", serif;
  position: relative;
  background-image: url("assets/img/banners/store-banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  padding: 40px 20px;
}
.store-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: hsla(0, 0%, 0%, 0.64);
  border-radius: 6px;
}
.store-banner__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.store-banner__headline {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 768px) {
  .store-banner {
    padding: 40px;
  }
  .store-banner__headline {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .store-banner {
    padding: 80px 40px;
  }
  .store-banner__headline {
    font-size: 32px;
    line-height: 40px;
  }
}
.page-hero {
  font-family: "Figtree", serif;
  position: relative;
  height: 375px;
  background-color: #EBEFF3;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.page-hero .container {
  height: 100%;
}
.page-hero__content {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  margin-top: -16px;
}
.page-hero__content p {
  font-family: "Figtree", serif;
  font-size: 14px;
  line-height: 22px;
  color: #3D3D3D;
  margin: 0;
}
.page-hero__breadcrumbs {
  padding-top: 16px;
  margin: 0;
}
.page-hero__breadcrumbs a, .page-hero__breadcrumbs span {
  font-family: "Figtree", serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.15px;
  color: #3D3D3D;
}
.page-hero__breadcrumbs .breadcrumb_last {
  text-decoration: underline;
}
.page-hero__breadcrumbs svg {
  margin: 0 11.92px;
}
.page-hero__headline {
  font-family: "Figtree", serif;
  font-size: 38px;
  line-height: 42px;
  margin: 0;
  font-weight: 700;
  color: #091d5b;
  text-align: left;
}
.page-hero__headline--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
.page-hero__headline--wrapper.solo {
  margin-bottom: 0;
  margin-top: -20px;
}
.page-hero__headline--wrapper img {
  height: auto;
  width: 48px;
}

@media (min-width: 576px) {
  .page-hero {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .page-hero {
    height: 318px;
    margin-bottom: 40px;
  }
  .page-hero__breadcrumbs {
    padding-top: 32px;
  }
  .page-hero__headline {
    font-size: 54px;
    line-height: 62px;
  }
  .page-hero__headline--wrapper img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  .page-hero__content {
    margin-top: -32px;
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-hero__content p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .page-hero__content {
    max-width: 950px;
  }
}
.faq {
  font-family: "Figtree", serif;
  margin-top: 5.41px;
  padding-bottom: 32px;
}
.faq__headline {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #212529;
}
.faq .schema-faq-question {
  font-family: "Figtree", serif;
  position: relative;
  font-size: 16px !important;
  line-height: 24px;
  color: #212529;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.faq .schema-faq-question strong {
  font-weight: 700;
}
.faq .schema-faq-question .accordion__cross::before, .faq .schema-faq-question .accordion__cross::after {
  content: "";
  border-top: 2px solid #091d5b;
  width: 15px;
  display: block;
  transition: 0.3s;
}
.faq .schema-faq-question .accordion__cross::after {
  transform: rotate(90deg);
  margin-top: -2px;
}
.faq .schema-faq-question.open .accordion__cross::before {
  transform: rotate(180deg);
}
.faq .schema-faq-question.open .accordion__cross::after {
  transform: rotate(0deg);
}
.faq .schema-faq-answer {
  font-family: "Figtree", serif;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  padding: 8px 34px 0 0;
}
.faq .schema-faq-answer a {
  color: #091d5b;
  text-decoration: underline;
}
.faq .schema-faq-answer a:hover {
  text-decoration: none;
}
.faq .schema-faq-section {
  border: 1px solid #849ADB;
  border-radius: 6px;
  padding: 20px;
  position: relative;
}
.faq .schema-faq-section p:last-child {
  margin-bottom: 0;
}
.faq .schema-faq-section:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .faq {
    margin-top: 15.41px;
  }
  .faq .schema-faq-question {
    font-size: 20px;
    line-height: 24.38px;
  }
}
@media (min-width: 1400px) {
  .faq__headline {
    color: #091d5b;
  }
  .faq .schema-faq-section {
    transition: all 0.2 linear;
  }
  .faq .schema-faq-section:hover {
    background: linear-gradient(270deg, #849adb 0%, #c4d3ff 100%);
  }
}
.related-articles {
  background-color: #EBEFF3;
  padding: 28px 0;
}
.related-articles .article {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  gap: 16px;
  padding: 0 10.5px;
}
.related-articles .article__title {
  font-size: 20px;
  line-height: 28px;
}
.related-articles .article__img {
  width: 100%;
  min-height: 330px;
  max-height: 330px;
}
.related-articles .article__img img {
  width: 100%;
  height: 100%;
}
.related-articles__headline {
  font-family: "Figtree", serif;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 12px;
  color: #091d5b;
}
.related-articles__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: 20px;
  gap: 12px;
}
.related-articles__pagination {
  position: relative !important;
  display: flex;
  align-items: center;
  height: auto;
}
.related-articles__pagination .swiper-pagination-bullet {
  background-color: #9E9E9E;
}
.related-articles__pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px;
}
.related-articles__pagination .swiper-pagination-bullet-active {
  background-color: #091d5b;
}
.related-articles__next, .related-articles__prev {
  display: flex;
}
.related-articles__next svg, .related-articles__prev svg {
  height: 23px;
  width: 12px;
}

@media (min-width: 576px) {
  .related-articles {
    padding: 28px 20px;
  }
  .related-articles .container {
    max-width: 556px;
  }
  .related-articles .swiper-container {
    padding: 0 10px;
  }
  .related-articles .article {
    padding: 0;
  }
  .related-articles .article__img {
    min-height: 248px;
    max-height: 248px;
    min-width: 248px;
    max-width: 248px;
  }
}
@media (min-width: 768px) {
  .related-articles {
    padding: 40px 0;
  }
  .related-articles .swiper-container {
    padding: 2px;
  }
  .related-articles .container {
    max-width: 736px;
  }
  .related-articles__headline {
    font-size: 32px;
    line-height: 40px;
  }
  .related-articles .article {
    padding: 20px;
  }
  .related-articles .article__img {
    min-height: 205px;
    max-height: 205px;
    min-width: 205px;
    max-width: 205px;
  }
  .related-articles .article:hover {
    background-color: #ffffff;
  }
}
@media (min-width: 992px) {
  .related-articles .container {
    max-width: 936px;
    padding: 0;
  }
  .related-articles__list {
    display: flex;
    flex-wrap: wrap;
  }
  .related-articles__list .article {
    flex: 0 0 33.3333%;
    width: 33.33333%;
  }
  .related-articles__list .article:hover {
    background-color: #ffffff;
  }
  .related-articles__list .article__img {
    min-height: 272px;
    max-height: 272px;
    min-width: 272px;
    max-width: 272px;
  }
}
@media (min-width: 1400px) {
  .related-articles .container {
    max-width: 1156px;
  }
  .related-articles__list .article {
    flex: 0 0 25%;
    width: 25%;
  }
  .related-articles__list .article__img {
    min-height: 249px;
    max-height: 249px;
    min-width: 249px;
    max-width: 249px;
  }
}
.article-main__disclaimer {
  padding: 32px 0;
}
.article-main__disclaimer p {
  font-size: 12px;
  line-height: 18px;
  font-family: "Figtree", serif;
  letter-spacing: 0.15px;
  margin: 0;
  color: #9E9E9E;
}

.home > .container {
  padding-left: 12px;
  padding-right: 12px;
}
.home .row {
  margin: 0;
}

@media (min-width: 576px) {
  .home > .container {
    max-width: 516px;
  }
}
@media (min-width: 768px) {
  .home > .container {
    max-width: 696px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .home > .container {
    max-width: 936px;
  }
}
@media (min-width: 1400px) {
  .home > .container {
    max-width: 1116px;
    padding: 0;
  }
}
.article-hero__title {
  font-family: "Figtree", serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin: 16px 0;
  color: #091d5b;
}
.article-hero__inner {
  position: relative;
  padding-top: 12px;
  background-color: #EBEFF3;
}
.article-hero__meta--author, .article-hero__meta--date, .article-hero__expert, .article-hero__stats--expert, .article-hero__stats--readtime, .article-hero__stats--citations {
  font-family: "Figtree", serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #212529;
}
.article-hero__meta--author img, .article-hero__meta--date img, .article-hero__expert img, .article-hero__stats--expert img, .article-hero__stats--readtime img, .article-hero__stats--citations img {
  width: auto;
}
.article-hero__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
}
.article-hero__meta span:first-child {
  display: flex;
  align-items: center;
}
.article-hero__meta span:first-child::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  height: 4px;
  width: 4px;
  background-color: #091d5b;
  border-radius: 50%;
}
.article-hero__expert, .article-hero__stats--readtime, .article-hero__stats--citations {
  display: flex;
  align-items: center;
  gap: 4px;
}
.article-hero__expert {
  margin-bottom: 4px;
}
.article-hero__stats {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
}
.article-hero__stats--readtime, .article-hero__stats--citations, .article-hero__stats--expert {
  margin-bottom: 0;
}
.article-hero__img {
  margin-bottom: 20px;
}
.article-hero__img img {
  height: 375px;
  object-fit: cover;
  border-radius: 6px;
}
.article-hero__stats--citations {
  margin: 0;
}

@media (min-width: 576px) {
  .article-hero__img img {
    height: 235px;
  }
}
@media (min-width: 768px) {
  .article-hero__inner::after {
    content: "";
    position: absolute;
    left: 0;
    height: 142.5px;
    bottom: -142.5px;
    width: 100%;
    background-color: #E9F2F2;
    z-index: -1;
  }
  .article-hero__meta span:first-child::after {
    content: "";
    height: 8px;
    width: 8px;
  }
  .article-hero__expert img, .article-hero__stats img {
    height: auto;
    width: 16px;
  }
  .article-hero__expert {
    margin-bottom: 0;
  }
  .article-hero__stats {
    padding-bottom: 20px;
  }
  .article-hero__title {
    font-size: 40px;
    line-height: 40px;
    margin: 32px 0;
  }
  .article-hero__img {
    max-width: 696px;
    margin: 0 auto 20px;
  }
  .article-hero__img img {
    height: 285px;
  }
}
@media (min-width: 992px) {
  .article-hero__inner::after {
    height: 180px;
    bottom: -180px;
  }
  .article-hero__img {
    max-width: 880px;
  }
  .article-hero__img img {
    height: 360px;
  }
}
@media (min-width: 1400px) {
  .article-hero {
    display: flex;
    background-color: #E9F2F2;
    margin-bottom: 40px;
  }
  .article-hero .container {
    max-width: 1284px;
    padding: 0;
  }
  .article-hero__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    height: 100%;
  }
  .article-hero__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .article-hero__content .article-hero__title {
    margin: 0;
  }
  .article-hero__content .article-hero__meta {
    padding: 0;
  }
  .article-hero__content .article-hero__data {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .article-hero__content .article-hero__data .article-hero__stats {
    padding: 0;
  }
  .article-hero__inner {
    width: 100%;
    padding: 40px 0;
  }
  .article-hero__inner::after {
    display: none;
  }
  .article-hero__img {
    position: relative;
    min-width: 50%;
    min-height: 240px;
    max-height: 240px;
    padding: 0;
    margin: 0;
  }
  .article-hero__img img {
    height: 100%;
    min-height: 240px;
    max-height: 240px;
    width: 100%;
    object-fit: cover;
  }
}
.article-full > * {
  font-family: "Figtree", serif;
  color: #3D3D3D;
  font-weight: 400;
  margin: 0;
}

.article-full > h2,
.article-full > h3,
.article-full > h4,
.article-full > h5,
.article-full > h6 {
  font-family: "Figtree", serif;
  font-weight: 700;
  margin-bottom: 20px;
  color: #091d5b;
}

.article-full > p + h2,
.article-full > p + h3,
.article-full > p + h4,
.article-full > p + h5,
.article-full > p + h6 {
  margin-top: 16px;
}

.article-full > p > strong,
.article-full ul > li > strong,
.article-full ol > li > strong {
  color: #091d5b;
}

.article-full > figure + h2,
.article-full > figure + h3,
.article-full > figure + h4,
.article-full > figure + h5,
.article-full > figure + h6 {
  margin-top: 20px;
}

.article-full > figure + p {
  margin-bottom: 20px;
}

.article-full > hr {
  margin-bottom: 16px;
}

.article-full > h2 {
  font-size: 28px;
  line-height: 36px;
}

.article-full > h3 {
  font-size: 24px;
  line-height: 32px;
}

.article-full > p,
.article-full ul > li,
.article-full ol > li,
.article-full > a,
.article-full > span {
  font-family: "Figtree", serif;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  margin: 0;
  padding-bottom: 16px;
}

.article-full > p > a,
.article-full ul > li > a,
.article-full ol > li > a {
  text-decoration: underline;
  color: #091d5b;
}
.article-full > p > a:hover,
.article-full ul > li > a:hover,
.article-full ol > li > a:hover {
  color: #091d5b;
  text-decoration: none;
}

.article-full > figure,
.article-full > div > figure {
  margin-bottom: 32px;
}

.article-full > ul,
.article-full > ol {
  margin-left: 25px;
  margin-bottom: 16px;
}

.article-full > ul > li > strong,
.article-full > ol > li > strong {
  color: #091d5b;
}

.article-full > ul > li,
.article-full > ol > li {
  padding-bottom: 0;
}

.article-full > ul > li::marker,
.article-full > ol > li::marker {
  color: #091d5b;
}

@media (min-width: 768px) {
  .article-full > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .article-full > h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.article-content__dropdown {
  padding: 24px;
  border: 2px solid #E9F2F2;
  margin: 16px 0 32px;
}
.article-content__dropdown--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-content__dropdown--title p {
  font-family: "Figtree", serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #091d5b;
  margin: 0;
}
.article-content__dropdown--list {
  margin-top: 10px;
  margin-left: 25px;
  margin-bottom: 0;
  display: block;
}
.article-content__dropdown--list.closed {
  display: none;
}
.article-content__dropdown--list li {
  font-family: "Figtree", serif;
  font-size: 14px;
  line-height: 22px;
  color: #091d5b;
  padding-bottom: 0 !important;
  cursor: pointer;
}
.article-content__dropdown--list li::marker {
  color: #091d5b;
}
.article-content__dropdown .arrow-icon {
  transition: transform 0.1s linear;
}
.article-content__dropdown .arrow-icon.flipped {
  transform: rotate(-180deg);
}

@media (min-width: 767px) {
  .article-main__posts {
    display: none;
  }
}
@media (min-width: 768px) {
  .article-content {
    display: flex;
    gap: 20px;
  }
  .article-main {
    flex: 1;
    min-width: 0;
  }
  .article-aside {
    width: 200px;
    flex: 0 0 200px;
    box-sizing: border-box;
  }
}
@media (min-width: 992px) {
  .article-aside {
    width: 254px;
    flex: 0 0 254px;
  }
}
@media (min-width: 1400px) {
  .article-content.container {
    max-width: 1284px;
    padding: 0;
  }
  .article-main {
    flex: 0 0 736px;
    width: 736px;
  }
  .article-aside {
    width: 254px;
    flex: 0 0 254px;
  }
  .article-sidebar {
    flex: 0 0 254px;
    width: 254px;
  }
  .article-sidebar__container {
    position: sticky;
    top: 60px;
  }
  .latest-posts {
    margin-bottom: 32px;
  }
}
.article-contents__headline {
  font-family: "Figtree", serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .article-contents__headline {
    font-family: "Figtree", serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
    padding-bottom: 12px;
    border-bottom: 4px solid #091d5b;
  }
  .article-contents__menu {
    padding: 20px 0 24px 20px;
    border-bottom: 4px solid #E9F2F2;
    margin-bottom: 0;
  }
  .article-contents__menu.promotional {
    border: none;
    padding-bottom: 24px;
  }
  .article-contents__menu li::marker {
    color: #091d5b;
  }
  .article-contents__menu li:not(:last-child) {
    margin-bottom: 6px;
  }
  .article-contents__menu li a {
    font-family: "Figtree", serif;
    font-size: 16px;
    line-height: 24px;
  }
  .article-contents__menu li a:hover {
    text-decoration: underline;
  }
  .article-contents__menu li.present a {
    font-weight: 600;
  }
}
.article-main__feedback-social {
  margin-bottom: 20px;
}

.article-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
}
.article-social__headline {
  font-family: "Figtree", serif;
  font-size: 20px;
  line-height: 28px;
  color: #091d5b;
  font-weight: 600;
  margin-bottom: 4px;
}
.article-social__icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.article-social__icons img {
  height: 32px;
  width: 32px;
}

@media (min-width: 576px) {
  .article-social {
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .article-social__headline {
    margin-bottom: 0;
  }
  .article-social__icons img {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 1400px) {
  .article-main__feedback-social {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
  .article-social {
    margin-top: 0;
  }
}
.h-banner-1 {
  margin: 30px 0;
}

@media (min-width: 768px) {
  .h-banner-1 {
    margin: 40px 0;
  }
}
.post-banner {
  font-family: "Figtree", serif;
  position: relative;
  border-radius: 6px;
  padding: 48px 20px;
}
.post-banner .btn {
  padding: 0;
  height: 44;
  width: 100%;
  max-width: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-banner__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  width: 100%;
  max-width: 298px;
}
.post-banner__headline {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  word-break: keep-all;
}

@media (max-width: 374px) {
  .post-banner {
    padding: 0;
  }
  .post-banner__content {
    max-width: 320px;
  }
  .post-banner__headline {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .post-banner__content {
    max-width: 444px;
  }
}
@media (min-width: 768px) {
  .post-banner__headline {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .post-banner__content {
    max-width: 574px;
  }
}
@media (min-width: 1400px) {
  .post-banner__content {
    max-width: 704px;
  }
}
.btn {
  border: none;
  border-radius: 6px;
  padding: 10px 32px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  height: 44px;
  align-self: center;
  font-family: "Figtree", serif;
  color: #091d5b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.btn__primary {
  background-color: #091d5b;
  color: #ffffff;
}
.btn__secondary {
  background-color: #ebeff3;
  color: #091d5b;
}
.btn__all {
  display: block;
}

.article-categories__menu {
  padding: 0 20px;
}

@media (min-width: 1400px) {
  .article-categories__headline {
    font-family: "Figtree", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #091d5b;
    border-bottom: 4px solid #091d5b;
    padding-bottom: 8px;
    border-spacing: 8px;
    margin-bottom: 20px;
  }
  .article-categories__list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
  }
  .article-categories__item {
    font-family: "Figtree", serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #3D3D3D;
    cursor: pointer;
    display: block;
  }
  .article-categories__item:not(:last-child) {
    margin-bottom: 4px;
  }
  .article-categories__item:last-child {
    margin-bottom: 0;
  }
  .article-categories__item.active {
    color: #091d5b;
    font-weight: 700;
  }
  .article-categories .vitamin-angels__container {
    margin-top: 40px;
  }
}
.article__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.article__pagination {
  font-family: "Figtree", serif;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #9E9E9E;
  display: flex;
  gap: 12px;
}
.article__pagination span {
  cursor: pointer;
}
.article__pagination span.active {
  color: #091d5b;
}
.article__prev, .article__next {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.article__prev.disabled, .article__next.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}
.article__prev svg, .article__next svg {
  height: 23px;
  width: 12px;
}

.article-categories {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .article-categories {
    margin-bottom: 40px;
  }
  .article-categories .container {
    max-width: 670px;
  }
}
@media (min-width: 992px) {
  .article-categories .container {
    max-width: 900px;
  }
}
@media (min-width: 1400px) {
  .article-categories .container {
    max-width: 1156px;
  }
}
.main-aside__faq--tabs {
  list-style: none;
  margin: 0 !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.main-aside__faq--tabs li {
  padding: 0 !important;
  transition: all 0.2s linear;
  position: relative;
}
.main-aside__faq--tabs li a {
  font-family: "Figtree", serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #9C9C9C;
}
.main-aside__faq--tabs li a svg {
  margin-right: 8px;
  height: 24px;
  width: 24px;
  fill: #9C9C9C !important;
}
.main-aside__faq--tabs li.active {
  border-bottom: 1px solid #091d5b;
}
.main-aside__faq--tabs li.active a {
  color: #091d5b;
}
.main-aside__faq--tabs li.active a svg {
  fill: #091d5b !important;
}
.main-aside__faq--content {
  margin: 20px 0 32px;
}
.main-aside__faq--content > div {
  display: none;
}
.main-aside__faq--content > div.active {
  display: block;
}
.main-aside__faq--content .schema-faq-section:last-child p {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .main-aside__faq--tabs li a {
    font-size: 26px !important;
    line-height: 30px !important;
  }
}
@media (min-width: 1200px) {
  .main-aside__faq--content {
    margin-bottom: 32px;
  }
  .main-aside__faq--tabs li a {
    font-size: 34px;
  }
}
.main-aside__faq {
  margin-top: 5.41px;
}
.main-aside__faq .schema-faq-question {
  font-family: "Figtree", serif;
  position: relative;
  font-size: 18px !important;
  line-height: 26px;
  color: #091d5b;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.main-aside__faq .schema-faq-question strong {
  font-weight: 700;
}
.main-aside__faq .schema-faq-question .accordion__cross::before, .main-aside__faq .schema-faq-question .accordion__cross::after {
  content: "";
  border-top: 2px solid #849adb;
  width: 15px;
  display: block;
  transition: 0.3s;
}
.main-aside__faq .schema-faq-question .accordion__cross::after {
  transform: rotate(90deg);
  margin-top: -2px;
}
.main-aside__faq .schema-faq-question.open .accordion__cross::before {
  transform: rotate(180deg);
}
.main-aside__faq .schema-faq-question.open .accordion__cross::after {
  transform: rotate(0deg);
}
.main-aside__faq .schema-faq-answer {
  font-family: "Figtree", serif;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  padding: 8px 34px 0 0;
}
.main-aside__faq .schema-faq-answer a {
  color: #091d5b;
  text-decoration: underline;
}
.main-aside__faq .schema-faq-answer a:hover {
  text-decoration: none;
}
.main-aside__faq .schema-faq-section {
  border: 2px solid #E9F2F2;
  padding: 12px 16px;
  position: relative;
}
.main-aside__faq .schema-faq-section p:last-child {
  margin-bottom: 0;
}
.main-aside__faq .schema-faq-section:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .main-aside__faq {
    margin-top: 15.41px;
  }
  .main-aside__faq .schema-faq-question {
    font-size: 20px;
    line-height: 24.38px;
  }
  .main-aside__faq .schema-faq-answer {
    font-size: 18px;
    line-height: 26px;
  }
}
.wp-block-widgets-faq-sources {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.wp-block-widgets-faq-sources .reference-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wp-block-widgets-faq-sources .reference-item a {
  font-family: "Figtree", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
  color: #849adb;
  word-break: break-all;
}
.wp-block-widgets-faq-sources .reference-item a:hover {
  text-decoration: none;
}
.wp-block-widgets-faq-sources .reference-item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0B0A0C;
  bottom: 3px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.wp-block-widgets-faq-sources .reference-item a:hover::after {
  transform-origin: left;
  transform: scaleX(1);
  background-color: #555455;
}
.wp-block-widgets-faq-sources .reference-item__content span {
  margin-right: 4px;
}
.wp-block-widgets-faq-sources .reference-item__content span, .wp-block-widgets-faq-sources .reference-item__content p {
  font-family: "Figtree", serif;
}
.wp-block-widgets-faq-sources .reference-item__content span, .wp-block-widgets-faq-sources .reference-item__content p {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.wp-block-widgets-faq-sources .reference-item p {
  padding: 0;
}
.wp-block-widgets-faq-sources .reference-item:not(:last-child) {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .main-aside__faq .reference-item p, .main-aside__faq .reference-item a, .main-aside__faq .reference-item span {
    font-size: 18px;
    line-height: 26px;
  }
}
.pronto-custom-banner {
  font-family: "Figtree", serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 83px 12px;
  margin-bottom: 16px;
}
.pronto-custom-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  z-index: 2;
  border-radius: 6px;
}
.pronto-custom-banner__headline {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  margin-bottom: 12px;
}
.pronto-custom-banner__cta {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  background-color: #EBEFF3;
  color: #091D5B;
  border-radius: 6px;
  padding: 10px 32px;
  text-decoration: none;
  cursor: pointer;
}
.pronto-custom-banner__cta:hover {
  color: #091D5B;
}
.pronto-custom-banner img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  z-index: 0;
}
.pronto-custom-banner__content {
  position: relative;
  z-index: 10;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 576px) {
  .pronto-custom-banner {
    padding: 40px 65px;
  }
  .pronto-custom-banner__content {
    max-width: 346px;
  }
}
@media (min-width: 768px) {
  .pronto-custom-banner {
    padding: 40px;
  }
  .pronto-custom-banner__headline {
    font-size: 32px;
    line-height: 40px;
  }
  .pronto-custom-banner__content {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .pronto-custom-banner__headline {
    font-size: 40px;
    line-height: 48px;
    max-width: 526px;
  }
}
.article-key-findings {
  background-color: #EBEFF3;
  padding: 24px;
  margin-top: 16px;
  margin-bottom: 32px;
  border-radius: 6px;
  font-family: "Figtree", serif;
}
.article-key-findings__headline {
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  font-weight: 700 !important;
  margin-bottom: 16px;
  margin-top: 0;
  color: #091d5b;
}
.article-key-findings__list {
  margin: 0;
}
.article-key-findings ul li,
.article-key-findings ol li {
  font-family: "Figtree", serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #212529;
  margin-left: 30px;
  padding-bottom: 5px;
}
.article-key-findings ul li strong,
.article-key-findings ol li strong {
  font-weight: 600;
  color: #091d5b;
}
.article-key-findings ul li::marker,
.article-key-findings ol li::marker {
  color: #091d5b;
}

@media (max-width: 358px) {
  .article-key-findings {
    padding: 15px;
  }
  .article-key-findings__headline {
    font-size: 18px;
  }
  .article-key-findings ul li,
  .article-key-findings ol li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .article-key-findings__headline {
    line-height: 28px;
    letter-spacing: 0.15px;
  }
}
.custom-quote {
  font-family: "Figtree", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
  background-color: #EBEFF3;
  color: #091D5B;
  padding: 24px;
  margin-bottom: 16px;
}
.custom-quote__content {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */