*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.is-search-open, body.lock-scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0 2.5rem;
    max-width: 720px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

figure {
  margin: 0;
}

picture {
  display: block;
}

.btn-primary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(14px * 1);
  line-height: 1.6428571429;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0.6rem 2.1rem;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background: #00A03C;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 0;
  cursor: pointer;
}
.btn-primary:hover {
  background: #006624;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.admin-bar .header-mobile {
  margin-top: 46px;
}
@media only screen and (min-width: 783px) {
  .admin-bar .header-mobile {
    margin-top: 32px;
  }
}
.admin-bar .pinned, .admin-bar .pinnedAll {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  .admin-bar .pinned, .admin-bar .pinnedAll {
    top: 32px;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:hover {
  color: #00a03c;
  font-family: Montserrat, Sans-serif;
  text-decoration: underline;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1.6rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.header-toggle {
  position: relative;
  z-index: 9999;
  align-items: center;
  height: 4.8rem;
  padding: 0 0.5rem;
  margin: 0;
  border: none;
  border-radius: 0;
  text-decoration: none !important;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .header-toggle {
    padding: 0 2.5rem;
    height: 5.2rem;
  }
}
.header-toggle__icon {
  position: relative;
  height: 1rem;
  width: 2rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.1rem;
  width: 2rem;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.5rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.5rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 1rem;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  backdrop-filter: blur(10px);
  display: none;
}
.header-mobile__content {
  height: 100vh;
  overflow-y: auto;
  position: relative;
  padding: 6.5rem 0 0 0;
}
@media only screen and (min-width: 640px) {
  .header-mobile__content {
    padding: 9rem 0 0 0;
  }
}
@media only screen and (min-width: 640px) {
  .header-mobile__content .search-input__content {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .header-mobile__nav {
    padding-top: 1rem;
  }
}
.header-mobile__nav > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 639px) {
  .header-mobile__nav > ul {
    row-gap: 0.5rem;
  }
}
.header-mobile__nav > ul > li {
  margin: 0;
  padding: 0;
}
.header-mobile__nav > ul > li > a {
  font-size: calc(22px * 1);
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 639px) {
  .header-mobile__nav > ul > li > a {
    font-size: calc(14px * 1);
    height: 44px;
    display: inline-flex;
    align-items: center;
  }
}
.header-mobile__nav > ul > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.header-mobile__nav > ul > li.selected > a {
  color: #00A03C;
}
.header-mobile__nav > ul > li.has-childs.opened ul {
  display: flex;
}
.header-mobile__nav > ul > li.has-childs.opened > a::after {
  top: calc(50% + 2px);
  transform: translate(-50%, -50%) rotate(225deg);
}
.header-mobile__nav > ul > li.has-childs > a {
  position: relative;
  padding: 0 2rem 0 0;
}
.header-mobile__nav > ul > li.has-childs > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}
.header-mobile__nav > ul > li.has-childs ul {
  list-style: none;
  display: none;
  flex-direction: column;
  row-gap: 2rem;
  margin: 0;
  padding: 2rem 0 2rem 2rem;
}
@media only screen and (max-width: 639px) {
  .header-mobile__nav > ul > li.has-childs ul {
    padding: 0;
    row-gap: 0.5rem;
  }
}
.header-mobile__nav > ul > li.has-childs ul li {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 639px) {
  .header-mobile__nav > ul > li.has-childs ul li {
    padding: 0 0 0 1rem;
  }
  .header-mobile__nav > ul > li.has-childs ul li.current-menu-item {
    padding: 0 0 0 1rem !important;
    background: #e0f4e8;
    border-radius: 6px;
  }
  .header-mobile__nav > ul > li.has-childs ul li.current-menu-item a {
    color: #00A03C;
  }
}
.header-mobile__nav > ul > li.has-childs ul li a {
  font-size: calc(16px * 1);
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 639px) {
  .header-mobile__nav > ul > li.has-childs ul li a {
    font-size: calc(14px * 1);
    font-weight: 500;
    height: 44px;
    display: inline-flex;
    align-items: center;
  }
}
.header-mobile__nav > ul > li.has-childs ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.header-mobile__separator {
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
}
@media only screen and (min-width: 640px) {
  .header-mobile__separator {
    margin: 2rem 0;
  }
}
.header-mobile__menu > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 639px) {
  .header-mobile__menu > ul {
    row-gap: 0.5rem;
  }
}
.header-mobile__menu > ul > li {
  margin: 0;
  padding: 0;
}
.header-mobile__menu > ul > li > a {
  font-size: calc(16px * 1);
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 639px) {
  .header-mobile__menu > ul > li > a {
    font-size: calc(14px * 1);
    height: 44px;
    display: inline-flex;
    align-items: center;
  }
}
.header-mobile__menu > ul > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.header-mobile__menu > ul > li.selected > a {
  color: #00A03C;
}

.header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  will-change: transform;
}
.header.pinned {
  transform: translateY(0%) translate3d(0, 0, 0);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1200px) {
  .header.pinned .header__bottom--parent {
    display: none;
  }
}
.header.pinned .header__spacer, .header.pinned .header__spacer--bottom {
  display: none;
}
.header.opened-menu {
  box-shadow: unset;
}
@media only screen and (max-width: 640px) {
  .header.opened-menu .header__spacer, .header.opened-menu .header__spacer--bottom {
    display: none;
  }
}
.header.unpinned {
  -webkit-transform: translateY(-100%) translate3d(0, 0, 0);
  transform: translateY(-100%) translate3d(0, 0, 0);
}
@media only screen and (min-width: 1200px) {
  .header.unpinned .header__bottom--parent {
    display: none;
  }
}
.header.pinnedAll {
  transform: translateY(0%) translate3d(0, 0, 0);
}
@media only screen and (min-width: 1200px) {
  .header.pinnedAll {
    position: static;
  }
}
.header__spacer {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__spacer {
    display: block;
    border-bottom: 1px solid #f1f1f1;
  }
}
.header__spacer--bottom {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header__spacer--bottom {
    display: block;
    border-bottom: 1px solid #f1f1f1;
  }
}
.header__spacer.show-mobile {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  height: 1px;
  width: 100%;
}
.header__top {
  position: relative;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 8rem;
    gap: 7rem;
  }
}
.header__top .header__controls {
  display: flex;
  position: absolute;
  top: 2.5rem;
  right: 0;
}
.header__menu {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__menu {
    display: block;
  }
}
.header__menu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 1.5rem;
  margin: auto 0;
  padding: 0;
}
.header__menu ul > li {
  margin: 0;
  padding: 0;
}
.header__menu ul > li > a:not(.btn-primary) {
  font-size: calc(15px * 1);
  line-height: 1.5333333333;
  position: relative;
  color: #666666;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
}
.header__menu ul > li > a:not(.btn-primary):hover {
  color: #000;
}
.header__menu ul > li.selected > a {
  color: #000;
}
.header__controls {
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.header__controls .btn-primary {
  border-radius: 6px !important;
}
@media only screen and (max-width: 639px) {
  .header__controls .btn-primary {
    margin-right: 1rem;
  }
}
.header__btn-search {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
}
.header__btn-search img {
  display: block;
  width: 25px;
  height: 24px;
}
@media only screen and (max-width: 639px) {
  .header__btn-search {
    display: none !important;
  }
}
.header__bottom {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 6rem;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 640px) {
  .header__bottom {
    justify-content: space-between;
    flex-direction: row;
  }
}
.header__bottom .header__controls {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .header__bottom .header__controls .btn-primary {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header__bottom .header__logo, .header__bottom .search-panel-toggle {
    display: none;
  }
}
.header__bottom--parent {
  transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .header__bottom .search-input__content {
    display: none;
  }
}
.header__logo {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .header__logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .header__logo a {
    pointer-events: all;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .header__logo {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .header__logo {
    margin: 0;
  }
}
.header__logo a {
  display: inline-block;
}
.header__logo img {
  display: block;
  max-width: 11rem;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .header__logo img {
    max-width: 13.5rem;
  }
}
.header__nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__nav {
    display: block;
  }
}
.header__nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 1.5rem;
  margin: 0;
  padding: 0;
}
.header__nav ul > li {
  position: relative;
  margin: 0;
  padding: 1.6rem 0;
}
.header__nav ul > li > a {
  font-size: calc(15px * 1);
  line-height: 1.5333333333;
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .header__nav ul > li > a {
    z-index: 1;
  }
}
.header__nav ul > li > a:hover {
  color: #00A03C;
}
.header__nav ul > li.selected > a {
  color: #00A03C;
}
.header__nav ul > li.has-childs > a {
  position: relative;
  padding: 0 1.5rem 0 0;
}
.header__nav ul > li.has-childs > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
.header__nav ul > li.has-childs > a::after {
  content: "";
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
}
.header__nav ul > li.has-childs:hover::after {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header__nav ul > li.has-childs:hover > a {
  color: #00A03C;
}
.header__nav ul > li.has-childs:hover > a::after {
  opacity: 1;
  visibility: visible;
}
.header__nav ul > li.has-childs:hover .header__nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header__nav-submenu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 1rem);
  left: -4rem;
  min-width: 55rem;
  padding: 3.5rem 4rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: 3;
}
.header__nav-submenu.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header__nav-submenu ul {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3rem;
  row-gap: 2.5rem;
}
@media (min-width: 768px) {
  .header__nav-submenu ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.header__nav-submenu ul li {
  margin: 0;
  padding: 0;
}
.header .header-toggle {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .header .header-toggle {
    display: none;
  }
}

.nav-submenu-item {
  text-decoration: none;
}
.nav-submenu-item:hover .nav-submenu-item__title {
  text-decoration: underline;
}
.nav-submenu-item__title {
  font-size: calc(16px * 1);
  line-height: 1.4375;
  margin: 0 0 0.5rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
.nav-submenu-item__text {
  font-size: calc(14px * 1);
  line-height: 1.4285714286;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}

.footer__row {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
  column-gap: 6rem;
  row-gap: 5rem;
}
@media (min-width: 991px) {
  .footer__row {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .footer__row {
    column-gap: 8rem;
    padding: 6rem 0 8rem 0;
  }
}
@media (min-width: 991px) {
  .footer__col-l {
    flex: 1 0 280px;
    max-width: 280px;
  }
}
@media (min-width: 1200px) {
  .footer__col-l {
    flex: 1 0 367px;
    max-width: 367px;
  }
}
.footer__newsletter {
  margin-bottom: 6rem;
}
.footer__newsletter .newsletter-category-form {
  gap: 0 !important;
}
.footer__newsletter-title {
  font-size: calc(22px * 1);
  line-height: 1.2727272727;
  max-width: 24rem;
  margin: 0 0 1.5rem 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.footer__newsletter-link {
  font-size: calc(14px * 1);
  line-height: 1.3571428571;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.footer__newsletter-link a {
  color: inherit;
  text-decoration: underline;
}
.footer__newsletter-link a:hover {
  text-decoration: none;
}
.footer__contacts {
  font-size: calc(22px * 1);
  line-height: 1.2727272727;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.footer__contacts a {
  color: inherit;
  text-decoration: none;
}
.footer__contacts a:hover {
  text-decoration: underline;
}
.footer__col-r {
  position: relative;
  flex: 1;
}
.footer__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .footer__links {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 6rem;
  }
}
.footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__links ul li {
  margin: 0 0 1.4rem 0;
  padding: 0;
}
.footer__links ul li a {
  font-size: calc(14px * 1);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.footer__links ul li a:hover {
  text-decoration: underline;
}
.footer__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.footer__socials a {
  text-decoration: none;
}
.footer__socials a img {
  display: block;
  width: 2rem;
  height: 2rem;
}
.footer__top {
  background-color: #1E0A46;
}
.footer__up-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.footer__up-btn:hover .footer__up-btn-ico {
  background: #006624;
}
.footer__up-btn:hover .footer__up-btn-text {
  text-decoration: underline;
}
.footer__up-btn-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: #00A03C;
  transition: 0.3s;
}
.footer__up-btn-text {
  font-size: calc(14px * 1);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.footer__bottom {
  background-color: #110033;
}
.footer__copy {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
  padding: 2rem 0;
}
@media (min-width: 991px) {
  .footer__copy {
    flex-direction: row;
    justify-content: space-between;
    padding: 3rem 0;
  }
}
.footer__copy-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 3rem;
  row-gap: 2rem;
}
@media (min-width: 1200px) {
  .footer__copy-right {
    column-gap: 5rem;
  }
}
.footer__copy-text {
  font-size: calc(13px * 1);
  line-height: 1.3076923077;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.footer__copy-text a {
  color: inherit;
  text-decoration: none;
}
.footer__copy-text a:hover {
  text-decoration: underline;
}
.footer__copy-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 4rem;
  row-gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__copy-left {
    flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer__copy-left {
    column-gap: 6rem;
  }
}

.footer-newsletterbox {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.footer-newsletterbox p {
  font-size: calc(14px * 1);
  line-height: 1.3571428571;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.footer-newsletterbox .newsletter-category-form {
  margin: 0;
}
.footer-newsletterbox__inp {
  font-size: calc(15px * 1);
  display: block;
  flex: 1;
  min-width: 80px;
  height: 40px;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  appearance: none;
  outline: none;
}
.footer-newsletterbox__submit {
  font-size: calc(15px * 1);
  display: block;
  margin: 0;
  padding: 0 2rem;
  border: 0;
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #00A03C;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  appearance: none;
  transition: 0.3s;
  cursor: pointer;
}
.footer-newsletterbox__submit:hover {
  background: #006624;
}

.section-top-article {
  margin: 2rem 0;
}

@media (min-width: 991px) {
  .top-article {
    display: flex;
  }
}
@media (min-width: 991px) {
  .top-article__image {
    flex: 1 0 40%;
    max-width: 40%;
  }
}
.top-article__image img {
  display: block;
  width: 100%;
  border-radius: 1rem;
}
.top-article__content {
  padding: 1.5rem 0 0 0;
}
@media (min-width: 991px) {
  .top-article__content {
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .top-article__content {
    padding: 0 0 0 5.4rem;
  }
}
.top-article__meta {
  font-size: calc(13px * 1);
  line-height: 1.2307692308;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}
.top-article__meta-category a, .top-article__meta-author a {
  color: #00A03C;
  text-decoration: underline;
}
.top-article__meta-category a:hover, .top-article__meta-author a:hover {
  color: #000;
  text-decoration: none;
}
.top-article__title {
  font-size: calc(22px * 1);
  line-height: 1.0454545455;
  margin: 0 0 2rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
@media (min-width: 991px) {
  .top-article__title {
    margin: 0 0 3rem 0;
  }
}
@media (min-width: 1200px) {
  .top-article__title {
    margin: 0 0 4rem 0;
  }
}
.top-article__title a {
  color: inherit;
  text-decoration: none;
}
.top-article__title a:hover {
  color: inherit;
  text-decoration: underline;
}
.top-article__perex {
  font-size: calc(15px * 1);
  line-height: 1.3333333333;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}

.section-article-mini {
  padding: 2rem;
  background: #F5F5F5;
  border-radius: 0.8rem;
}
@media (min-width: 991px) {
  .section-article-mini {
    padding: 2rem 2rem 3.5rem 2rem;
  }
}
.section-article-mini__header {
  margin: 0 0 2rem 0;
}
.section-article-mini__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .section-article-mini__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 991px) {
  .section-article-mini__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .section-article-mini__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 4rem;
  }
}

.article-mini__link {
  color: #000;
  text-decoration: none;
}
.article-mini__link:hover .article-mini__title {
  text-decoration: underline;
}
.article-mini__title {
  font-size: calc(15px * 1);
  line-height: 1.3333333333;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
}
.article-mini__meta {
  font-size: calc(13px * 1);
  line-height: 1.5384615385;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #000;
}
.article-mini__meta a {
  color: #00A03C;
  text-decoration: underline;
}
.article-mini__meta a:hover {
  color: #000;
  text-decoration: none;
}

.section-title {
  font-size: calc(20px * 1);
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .section-title {
    font-size: calc(22px * 1);
  }
}
.section-title__icon {
  margin: 0 0 0 10px;
}
.section-title a {
  color: inherit;
  text-decoration: none;
}
.section-title a:hover {
  color: inherit;
}

.guide-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
}
@media (min-width: 991px) {
  .guide-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.guide-list__item {
  font-size: calc(20px * 1);
  line-height: 0.9333333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: 0;
  padding: 2rem;
  gap: 2rem;
  background: #F5F5F5;
  border-radius: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
@media (min-width: 991px) {
  .guide-list__item {
    font-size: calc(22px * 1);
  }
}
@media (min-width: 1200px) {
  .guide-list__item {
    font-size: calc(22px * 1);
  }
}
.guide-list__item:hover {
  background: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.guide-list__item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 991px) {
  .guide-list__item img {
    max-width: 200px;
  }
}

.wide-banner-section {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
@media (min-width: 991px) {
  .wide-banner-section {
    margin: 4.4rem 0;
  }
}
.wide-banner-section img {
  width: auto;
  height: auto;
  max-height: 100%;
  display: block;
  max-width: 100%;
  border-radius: 1rem;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem 0;
}
.grid--w-gap {
  gap: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .grid--w-gap {
    gap: 3rem;
  }
}
.grid__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid__content {
    width: 70%;
    padding: 0 3rem 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .grid__content {
    padding: 0 6rem 0 0;
  }
}
.grid__sidebar {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid__sidebar {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .grid__sidebar > *:first-child {
    margin-top: 0;
  }
}
.grid__sidebar.custom-sidebar .sidebar-articles__image {
  flex: 1 0 60px !important;
  max-width: 60px !important;
  margin: 0 15px 0 0 !important;
}
.grid__sidebar.custom-sidebar .sidebar-articles__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.grid__sidebar.custom-sidebar .sidebar-box {
  margin: 0;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.grid__sidebar.custom-sidebar .sidebar-box .widget {
  margin: 0;
}
.grid__half {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid__half {
    width: 50%;
  }
}
.grid__cell {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid__cell {
    width: calc(50% - 1.5rem);
  }
}

.sidebar-box {
  margin: 2rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .sidebar-box {
    margin: 0;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
  }
}
.sidebar-box__separator {
  margin: 2rem 0;
  width: 100%;
  height: 1px;
  background: #D1D1D1;
}

.list-controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list-controls__load-btn {
  font-size: calc(14px * 1);
  line-height: 1.6428571429;
  display: block;
  color: #00A03C;
  text-align: center;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.list-controls__load-btn:hover {
  color: #000;
  text-decoration: none;
}

.post-card {
  display: flex;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .post-card {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .post-card {
    margin-bottom: 5rem;
  }
}
.post-card__image {
  flex: 1 0 100px;
  max-width: 100px;
}
@media only screen and (min-width: 768px) {
  .post-card__image {
    flex: 1 0 150px;
    max-width: 150px;
  }
}
@media only screen and (min-width: 991px) {
  .post-card__image {
    flex: 1 0 260px;
    max-width: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .post-card__image {
    flex: 1 0 320px;
    max-width: 320px;
  }
}
.post-card__image img {
  display: block;
  width: 100%;
  border-radius: 1rem;
}
.post-card__content {
  padding: 0 0 0 2rem;
}
.post-card__title {
  font-size: calc(18px * 1);
  line-height: 1.0454545455;
  margin: 0 0 0.7rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .post-card__title {
    font-size: calc(20px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .post-card__title {
    font-size: calc(22px * 1);
  }
}
.post-card__title a {
  color: inherit;
  text-decoration: none;
}
.post-card__title a:hover {
  color: inherit;
  text-decoration: underline;
}
.post-card__meta {
  font-size: calc(12px * 1);
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.7rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}
.post-card__meta-author a {
  color: #00A03C;
  text-decoration: underline;
}
.post-card__meta-author a:hover {
  color: #000;
  text-decoration: none;
}
.post-card__excerpt {
  font-size: calc(15px * 1);
  line-height: 1.3333333333;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}
@media (max-width: 990px) {
  .post-card__excerpt {
    display: none;
  }
}

.section-category {
  margin: 4rem 0;
}
.section-category__header {
  margin-bottom: 2.5rem;
}

.simple-posts-list {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3rem;
  row-gap: 2.5rem;
}
@media (min-width: 991px) {
  .simple-posts-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .simple-posts-list {
    column-gap: 6rem;
  }
}

.simple-post-card {
  display: flex;
}
.simple-post-card__image {
  flex: 1 0 100px;
  max-width: 100px;
}
@media only screen and (min-width: 768px) {
  .simple-post-card__image {
    flex: 1 0 180px;
    max-width: 180px;
  }
}
@media (min-width: 991px) {
  .simple-post-card__image {
    flex: 1 0 40%;
    max-width: 40%;
  }
}
.simple-post-card__image img {
  display: block;
  width: 100%;
  border-radius: 1rem;
}
.simple-post-card__content {
  padding: 0 0 0 1rem;
}
.simple-post-card__title {
  font-size: calc(15px * 1);
  line-height: 1.3333333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0 0 0.7rem 0;
}
.simple-post-card__title a {
  color: inherit;
  text-decoration: none;
}
.simple-post-card__title a:hover {
  color: inherit;
  text-decoration: underline;
}
.simple-post-card__except {
  font-size: calc(15px * 1);
  line-height: 1.3333333333;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
@media (max-width: 990px) {
  .simple-post-card__except {
    display: none;
  }
}

.widget {
  margin: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .widget {
    margin: 0;
  }
}
.widget__header {
  margin: 0 0 1.8rem 0;
}
.widget__title {
  font-size: calc(15px * 1);
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.widget__title a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.widget__title a:hover {
  color: inherit;
}
.widget__title a:hover span {
  text-decoration: underline;
}
.widget__title-icon {
  display: flex;
  align-items: center;
  margin: 0 0 0 5px;
}

.widget-iframe {
  margin: 2rem 0;
}
.widget-iframe iframe {
  width: 100%;
}

.widget-banner {
  margin: 2rem 0;
}
.widget-banner img {
  display: block;
  border-radius: 1rem;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

.widget-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
  padding: 2rem 2rem;
  background-color: #1E0A46;
  border-radius: 1rem;
  text-align: left;
}
.widget-newsletter img {
  margin-bottom: 2rem;
  max-width: 35px;
  text-align: center;
}
.widget-newsletter__title {
  font-size: calc(30px * 1);
  line-height: 1.1;
  margin: 0 0 1rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .widget-newsletter__title {
    font-size: calc(30px * 1);
  }
}
.widget-newsletter__perex, .widget-newsletter p {
  font-size: calc(16px * 1);
  line-height: 1.25;
  margin: 0 0 2rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
}
.widget-newsletter p:last-child {
  margin: 0;
}
.widget-newsletter form {
  width: 100%;
}
.widget-newsletter__inp {
  font-size: calc(15px * 1);
  display: block;
  width: 100%;
  min-width: 80px;
  height: 50px;
  margin: 0 0 2rem 0;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  appearance: none;
  outline: none;
}
.widget-newsletter__inp::placeholder {
  text-align: left;
}
.widget-newsletter__submit {
  font-size: calc(15px * 1);
  display: block;
  height: 50px;
  padding: 0 2rem;
  border: 0;
  border-radius: 8px;
  background: #00A03C;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  appearance: none;
  transition: 0.3s;
  cursor: pointer;
  margin: auto;
  width: 100%;
}
.widget-newsletter__submit:hover {
  background: #006624;
}
.widget-newsletter.custom-widget {
  background: transparent !important;
  margin: 3rem 0;
  padding: 2rem;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.widget-newsletter.custom-widget .widget-newsletter__perex, .widget-newsletter.custom-widget .widget-newsletter__title, .widget-newsletter.custom-widget p {
  color: #000;
}
.widget-newsletter.custom-widget .widget-newsletter__title {
  font-size: calc(16px * 1);
}
.widget-newsletter.custom-widget .widget-newsletter__perex {
  font-size: calc(15px * 1);
}
.widget-newsletter.custom-widget .widget-newsletter__inp {
  outline: 1px solid rgba(151, 151, 151, 0.5);
  color: #979797;
}

.sidebar-articles__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-articles__item {
  padding: 0;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .sidebar-articles__item {
    display: flex;
  }
}
@media (min-width: 991px) {
  .sidebar-articles__item {
    display: flex;
  }
}
@media (min-width: 991px) {
  .sidebar-articles__image {
    flex: 1 0 60px;
    max-width: 60px;
    margin: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .sidebar-articles__image {
    flex: 1 0 60px;
    max-width: 60px;
    margin: 0 15px 0 0;
  }
}
.sidebar-articles__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.sidebar-articles__image--new {
  width: 60px !important;
  height: 45px !important;
}
.sidebar-articles__image--new img {
  width: 60px !important;
  height: 45px !important;
}
@media (max-width: 990px) {
  .sidebar-articles__content {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 767px) {
  .sidebar-articles__content {
    margin: 0;
  }
}
.sidebar-articles__title {
  font-size: calc(13px * 1);
  line-height: 1.2307692308;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .sidebar-articles__title {
    margin: 0 0 1rem 0;
  }
}
.sidebar-articles__title a {
  color: inherit;
  text-decoration: none;
}
.sidebar-articles__title a:hover {
  color: inherit;
  text-decoration: underline;
}
.sidebar-articles__title--new {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 17px !important;
}
.sidebar-articles__title--new a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.sidebar-articles__excerpt {
  font-size: calc(13px * 1);
  line-height: 1.2307692308;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (max-width: 990px) {
  .sidebar-articles__excerpt {
    display: none;
  }
}
@media (max-width: 768px) {
  .sidebar-articles__excerpt {
    display: block;
  }
}

.sidebar-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-links__item {
  display: flex;
  margin: 0 0 0.5rem;
}
.sidebar-links__title {
  font-size: calc(13px * 1);
  line-height: 1.2307692308;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}
.sidebar-links__title a {
  color: inherit;
  text-decoration: none;
}
.sidebar-links__title a:hover {
  color: inherit;
  text-decoration: underline;
}
.sidebar-links__controls {
  font-size: calc(14px * 1);
  line-height: 1.6428571429;
  margin: 2rem 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.sidebar-links__controls a {
  color: #00A03C;
  text-decoration: underline;
}
.sidebar-links__controls a:hover {
  color: #000;
  text-decoration: none;
}

.search-window {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
}
.search-window.opened {
  display: block;
}
.search-window__overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}
.search-window__inner {
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 220px;
  width: 100%;
  height: calc(100vh - 220px);
}
@media only screen and (max-width: 1199px) {
  .search-window__inner {
    top: 80px;
    height: calc(100vh - 80px);
  }
}
.search-window__wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 2rem 100px;
}
.search-window__header {
  position: relative;
  margin: 110px 0 70px;
  padding: 0;
  text-align: center;
}
.search-window__title {
  font-size: calc(24px * 1);
  line-height: 1.25;
  margin: 0 0 0.5rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
.search-window__title a {
  color: inherit;
  text-decoration: none;
}
.search-window__title a:hover {
  color: inherit;
  text-decoration: underline;
}
.search-window__close {
  font-size: calc(28px * 1);
  position: absolute;
  right: 0;
  top: -5px;
  display: block;
  width: 43px;
  height: 43px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #b4bcc6;
  text-decoration: none;
  appearance: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .search-window__close {
    right: -130px;
  }
}

.searchbox {
  position: relative;
  margin: 0 0 20px;
}
.searchbox__inp {
  font-size: calc(18px * 1);
  display: block;
  width: 100%;
  padding: 8px 0 8px 45px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
  background: transparent;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  appearance: none;
  outline: none;
  height: 21px;
}
.searchbox__submit {
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  appearance: none;
}

.section-top-posts {
  margin: 4rem 0;
}
.section-top-posts__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin: 4rem 0;
}
@media (min-width: 991px) {
  .section-top-posts__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .section-top-posts__list {
    margin: 4rem 0 7rem 0;
  }
}
.top-post__image img {
  display: block;
  width: 100%;
  border-radius: 1rem;
}
.top-post__title {
  font-size: calc(20px * 1);
  line-height: 1.0454545455;
  margin: 0.5rem 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .top-post__title {
    font-size: calc(22px * 1);
  }
}
.top-post__title a {
  color: inherit;
  text-decoration: none;
}
.top-post__title a:hover {
  color: inherit;
  text-decoration: underline;
}
.top-post__meta {
  font-size: calc(12px * 1);
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 1rem 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}
.top-post__meta-author a {
  color: #00A03C;
  text-decoration: underline;
}
.top-post__meta-author a:hover {
  color: #000;
  text-decoration: none;
}

.category-page-header {
  margin: 4rem 0;
}
.category-page-header__title {
  font-size: calc(30px * 1);
  line-height: 1.0454545455;
  margin: 0 0 2.5rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .category-page-header__title {
    font-size: calc(40px * 1);
  }
}
.category-page-header__perex {
  font-size: calc(15px * 1);
  line-height: 1.3333333333;
  max-width: 48rem;
  margin: 2rem 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}
.category-page-header__nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 3.2rem;
  margin: 0;
  padding: 0;
}
.category-page-header__nav li {
  margin: 0;
  padding: 0;
}
.category-page-header__nav li a {
  font-size: calc(15px * 1);
  line-height: 1.5333333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #979797;
  text-decoration: none;
  transition: 0.3s;
}
.category-page-header__nav li a:hover {
  color: #00A03C;
}
.category-page-header__nav li .selected {
  font-weight: 700;
  color: #000;
}
.category-page-header__nav li .selected:hover {
  color: #000;
}

.newsletter-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .newsletter-list {
    gap: 6rem;
  }
}

.newsletter-item__title {
  font-size: calc(20px * 1);
  line-height: 1.0454545455;
  margin: 0 0 1.5rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .newsletter-item__title {
    font-size: calc(22px * 1);
  }
}
.newsletter-item__title a {
  color: #00A03C;
  text-decoration: underline;
}
.newsletter-item__title a:hover {
  color: inherit;
  text-decoration: none;
}
.newsletter-item__excerpt {
  font-size: calc(15px * 1);
  line-height: 1.3333333333;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}

#form_container_nl p {
  font-size: calc(14px * 1);
  line-height: 1.3571428571;
  margin: 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.newsletter-category-form {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  max-width: 64rem;
  margin: 2rem 0 0 0;
}
.newsletter-category-form p {
  font-size: calc(14px * 1);
  line-height: 1.3571428571;
  margin: 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.newsletter-category-form__inp {
  font-size: calc(15px * 1);
  display: block;
  flex: 1;
  min-width: 80px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  appearance: none;
  outline: none;
  border-radius: 8px;
}
.newsletter-category-form__inp::placeholder {
  text-align: left;
}
.newsletter-category-form__submit {
  font-size: calc(15px * 1);
  display: block;
  margin: 0;
  padding: 0 2rem;
  border: 0;
  border-radius: 8px;
  background: #00A03C;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  appearance: none;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .newsletter-category-form__submit {
    padding: 0 4.5rem;
  }
}
.newsletter-category-form__submit:hover {
  background: #006624;
}
.newsletter-category-form--red .newsletter-category-form__submit {
  background: #D51224;
  color: #fff;
}
.newsletter-category-form--red .newsletter-category-form__submit:hover {
  background: #a30616;
}
.newsletter-category-form--blue .newsletter-category-form__submit {
  background: #14C8C8;
  color: #fff;
}
.newsletter-category-form--blue .newsletter-category-form__submit:hover {
  background: #07a2a2;
}
.newsletter-category-form--green .newsletter-category-form__submit {
  background: #00A03C;
  color: #fff;
}
.newsletter-category-form--green .newsletter-category-form__submit:hover {
  background: #006624;
}

.article-intro {
  background-color: #1E0A46;
}
.article-intro--custom {
  background-color: white !important;
}
.article-intro--custom .article-intro__perex, .article-intro--custom .article-intro__title {
  color: black !important;
}
.article-intro--custom a {
  color: #00A03C;
  text-decoration: underline;
}
.article-intro--custom a:hover {
  color: #000;
  text-decoration: none;
}
.article-intro__topics {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0;
  list-style: none;
  margin-bottom: 2rem;
}
.article-intro__topics a {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  text-decoration: none !important;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 500;
  color: #00A03C !important;
  border: 1px solid #00A03C !important;
}
.article-intro__topics a:hover {
  text-decoration: none !important;
  color: #00A03C !important;
  border-color: #00A03C !important;
  background-color: rgba(0, 160, 60, 0.1) !important;
}
.article-intro--new_post {
  background-color: transparent !important;
}
.article-intro--new_post .article-intro__title, .article-intro--new_post .article-intro__perex {
  color: #000 !important;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .article-intro--new_post .article-intro__header {
    flex-basis: 50%;
  }
}
.article-intro--new_post .article-intro__image {
  align-items: center;
  min-width: unset !important;
  display: flex !important;
  max-width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .article-intro--new_post .article-intro__image {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .article-intro--new_post .article-intro__image {
    flex-basis: 50%;
  }
}
.article-intro--new_post .article-intro__image.mobile {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .article-intro--new_post .article-intro__image.mobile {
    display: flex !important;
    padding: 0 0 2rem 0;
  }
}
.article-intro--new_post .article-intro__image img {
  width: auto !important;
}
.article-intro--new_post .article-intro-meta {
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .article-intro--new_post .article-intro-meta {
    margin-bottom: 3rem !important;
  }
}
.article-intro--new_post .article-intro-meta a {
  text-decoration: none;
}
.article-intro--new_post .article-intro-meta a:hover {
  color: #00A03C;
  text-decoration: underline;
}
.article-intro__back-link {
  font-size: calc(15px * 1);
  line-height: 1.5333333333;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  color: #00A03C;
  text-decoration: none;
  max-width: 100%;
  width: fit-content;
  align-items: center;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .article-intro__back-link {
    margin-bottom: 4rem;
  }
}
.article-intro__back-link:hover {
  text-decoration: underline;
}
.article-intro__back-link img {
  width: 17px !important;
  height: 8px !important;
}
.article-intro--post {
  display: flex;
  gap: 3rem;
  flex-direction: column-reverse;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .article-intro--post {
    flex-direction: row;
  }
}
.article-intro--post .article-intro__header--detail {
  text-align: left !important;
}
.article-intro--post .article-intro__image {
  display: block;
  padding: 0 0 3rem 0;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .article-intro--post .article-intro__image {
    padding: 4rem 0 4rem 0;
    min-width: 230px;
    max-width: 230px;
  }
}
@media only screen and (min-width: 991px) {
  .article-intro--post .article-intro__image {
    padding: 6rem 0 6rem 0;
    min-width: 400px;
    max-width: 400px;
  }
}
.article-intro--post .article-intro__image img {
  width: 100%;
  border-radius: 8px !important;
}
.article-intro__header {
  padding: 3rem 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .article-intro__header {
    padding: 4rem 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .article-intro__header {
    padding: 6rem 0 6rem 0;
  }
}
.article-intro__title {
  font-size: calc(30px * 1);
  line-height: 1.025;
  margin: 0 0 1rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .article-intro__title {
    font-size: calc(36px * 1);
  }
}
.article-intro__subtitle {
  font-size: calc(20px * 1);
  line-height: 1.025;
  margin: 0 0 1rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .article-intro__subtitle {
    font-size: calc(24px * 1);
  }
}
.article-intro__perex {
  font-size: calc(15px * 1);
  line-height: 1.5333333333;
  margin: 2re 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
}
.article-intro__image {
  display: flex;
  justify-content: center;
}
.article-intro__image img {
  width: auto;
  height: auto;
  max-height: 100%;
  display: block;
  max-width: 100%;
  border-radius: 1rem 1rem 0 0;
}

.section-article-content {
  font-size: calc(15px * 1);
  line-height: 1.5333333333;
  margin: 4rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .section-article-content {
    margin: 6.5rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-article-content--list .container {
    max-width: 720px !important;
  }
}
@media only screen and (min-width: 991px) {
  .section-article-content--list .container {
    max-width: 960px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .section-article-content--list .container {
    max-width: 1190px !important;
  }
}
.section-article-content--post {
  margin-top: 0 !important;
  line-height: 1.5 !important;
  font-size: 17px !important;
}
@media only screen and (min-width: 768px) {
  .section-article-content--post {
    font-size: 18px !important;
  }
}
.section-article-content--post .section-related-articles {
  padding: 0 !important;
  overflow: hidden !important;
}
.section-article-content--post .related-articles__title {
  padding: 0 !important;
}
.section-article-content--new-post {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
  font-size: 17px !important;
}
@media only screen and (min-width: 768px) {
  .section-article-content--new-post {
    font-size: 18px !important;
  }
}
.section-article-content--new-post .article-intro__title, .section-article-content--new-post .article-intro__perex {
  color: #000 !important;
  margin-bottom: 2rem;
}
.section-article-content--new-post .article-intro__header {
  padding: 0 !important;
}
.section-article-content--new-post .article-intro__perex {
  line-height: 1.5 !important;
  font-size: 17px !important;
}
@media only screen and (min-width: 768px) {
  .section-article-content--new-post .article-intro__perex {
    font-size: 18px !important;
  }
}
.section-article-content--new-post .article-intro__image {
  align-items: center;
  min-width: unset !important;
  display: flex !important;
  max-width: 100% !important;
  padding: 0 0 3rem 0 !important;
}
.section-article-content--new-post .article-intro__image img {
  width: auto !important;
}
.section-article-content--new-post .article-intro-meta {
  gap: 0.5rem;
  margin-bottom: 2rem !important;
}
.section-article-content--new-post .article-intro-meta a {
  text-decoration: none;
}
.section-article-content--new-post .article-intro-meta a:hover {
  color: #00A03C;
  text-decoration: underline;
}
.section-article-content--new-post .explore-list-custom a {
  text-decoration: none;
  cursor: pointer;
}
.section-article-content--new-post .explore-list-custom a:hover {
  text-decoration: underline;
  color: #00A03C;
}
.section-article-content--new-post .explore-list-custom li::marker {
  color: #00A03C;
}
.section-article-content--new-post a:not(.btn):not(.topics-button) {
  text-decoration: none !important;
}
.section-article-content--new-post a:not(.btn):not(.topics-button):hover {
  color: #00A03C !important;
  text-decoration: underline !important;
}
.section-article-content--new-post p, .section-article-content--new-post ol, .section-article-content--new-post ul {
  margin: 0 0 18px 0 !important;
}
.section-article-content--new-post h1 {
  margin: 48px 0 24px 0 !important;
}
.section-article-content--new-post h2 {
  margin: 40px 0 20px 0 !important;
  font-size: 22px !important;
}
@media only screen and (min-width: 768px) {
  .section-article-content--new-post h2 {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 991px) {
  .section-article-content--new-post h2 {
    font-size: 28px !important;
  }
}
.section-article-content--new-post h3 {
  margin: 32px 0 16px 0 !important;
}
.section-article-content--new-post h3.mt-0 {
  margin: 0 0 16px 0 !important;
}
.section-article-content--new-post h4, .section-article-content--new-post h5, .section-article-content--new-post h6 {
  margin: 32px 0 12px 0 !important;
}
.section-article-content--new-post h4.mt-0, .section-article-content--new-post h5.mt-0, .section-article-content--new-post h6.mt-0 {
  margin: 0 0 12px 0 !important;
}
.section-article-content--new-post .image-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 48px 0 !important;
}
.section-article-content--new-post .image-wrapper span {
  text-align: left;
  font-size: 12px;
  color: #666666;
}
.section-article-content--new-post .image-wrapper img {
  border-radius: 8px;
}
.section-article-content--new-post p a img {
  border-radius: 8px;
}
.section-article-content--new-post .writter-box__links {
  font-weight: 400 !important;
}
.section-article-content--new-post .writter-box__links img {
  transform: rotate(180deg);
  width: 17px;
  height: 8px;
}
.section-article-content--new-post .writter-box {
  flex-direction: column !important;
}
@media only screen and (min-width: 550px) {
  .section-article-content--new-post .writter-box {
    flex-direction: row !important;
    align-items: flex-start !important;
  }
}
@media only screen and (max-width: 549px) {
  .section-article-content--new-post .writter-box__content {
    text-align: center !important;
  }
}
.section-article-content--new-post .writter-box__photo {
  flex: 1 0 120px !important;
  max-width: 120px !important;
}
.section-article-content--new-page .article-intro__subtitle {
  color: #000 !important;
  font-weight: 600 !important;
}
.section-article-content--new-page .article-intro__perex {
  font-weight: 400 !important;
}
.section-article-content--new-page .article-intro__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding: 0 !important;
  margin-bottom: 2rem !important;
}
@media only screen and (min-width: 550px) {
  .section-article-content--new-page .article-intro__header {
    flex-direction: row;
    gap: 6rem;
  }
}
.section-article-content--new-page h1 {
  margin-top: 0 !important;
}
.section-article-content--new-page .article-intro__image {
  padding: 0 !important;
}
.section-article-content--new-page .article-intro__perex {
  margin-bottom: 0 !important;
}
.section-article-content--new-page .highlight-box h2 {
  margin-top: 0 !important;
}
.section-article-content .container {
  max-width: 105rem;
}
.section-article-content .container--custom {
  padding: 0 !important;
}
.section-article-content strong, .section-article-content b {
  font-weight: 700;
}
.section-article-content a {
  color: #00A03C;
  text-decoration: underline;
}
.section-article-content a:hover {
  color: #000;
  text-decoration: none;
}
.section-article-content p {
  margin: 0 0 2.6rem 0;
}
.section-article-content p.image-wrapper {
  margin: 3rem 0;
}
.section-article-content ul {
  margin: 0 0 2.6rem 0;
}
.section-article-content:not(.section-article-content--new-post) iframe {
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 549px) {
  .section-article-content:not(.section-article-content--new-post) iframe {
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-article-content:not(.section-article-content--new-post) iframe {
    width: auto;
    height: auto;
  }
}
.section-article-content img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
}
.section-article-content h2 {
  font-size: calc(28px * 1);
  line-height: 1.3142857143;
  margin: 0 0 2.4rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .section-article-content h2 {
    font-size: calc(35px * 1);
  }
}
.section-article-content h3 {
  font-size: calc(18px * 1);
  line-height: 1.15;
  margin: 0 0 2rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .section-article-content h3 {
    font-size: calc(20px * 1);
  }
}
.section-article-content .box-spacer {
  margin: 4rem 0 0 0;
}
@media only screen and (min-width: 991px) {
  .section-article-content .box-spacer {
    margin: 6rem 0 0 0;
  }
}
.section-article-content .dark-blue-section {
  padding: 5rem 0;
  background-color: #1E0A46;
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .section-article-content .dark-blue-section {
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
.section-article-content .dark-blue-section h2, .section-article-content .dark-blue-section h3, .section-article-content .dark-blue-section h4, .section-article-content .dark-blue-section h5 {
  color: #fff;
}
.section-article-content .dark-blue-section .accordion-panel__header {
  color: #fff;
}
.section-article-content .dark-blue-section--w-purple a {
  color: #AB5DBE;
  text-decoration: underline;
}
.section-article-content .dark-blue-section--w-purple a:hover {
  text-decoration: none;
}
.section-article-content .gray-section {
  padding: 5rem 0;
  background: #eee;
}
@media only screen and (min-width: 991px) {
  .section-article-content .gray-section {
    border-radius: 24px;
  }
}
.section-article-content .gray-section--w-red a {
  color: #D51224;
  text-decoration: underline;
}
.section-article-content .gray-section--w-red a:hover {
  text-decoration: none;
}
.section-article-content .gray-section--w-blue a {
  color: #14C8C8;
  text-decoration: underline;
}
.section-article-content .gray-section--w-blue a:hover {
  text-decoration: none;
}

.color-box--w-red a {
  color: #D51224 !important;
  text-decoration: underline;
}
.color-box--w-red a:hover {
  text-decoration: none;
}
.color-box--w-blue a {
  color: #14C8C8 !important;
  text-decoration: underline;
}
.color-box--w-blue a:hover {
  text-decoration: none;
}
.color-box--w-purple a {
  color: #AB5DBE !important;
  text-decoration: underline;
}
.color-box--w-purple a:hover {
  text-decoration: none;
}
.color-box--w-green a {
  color: #00A03C !important;
  text-decoration: underline;
}
.color-box--w-green a:hover {
  color: #000;
  text-decoration: none;
}

.full-w-slider {
  padding: 0 0 8rem 0;
}

@media only screen and (min-width: 991px) {
  .container .full-w-slider--w-side-paddings {
    margin: 0 -6rem !important;
  }
}
@media only screen and (min-width: 991px) {
  .container .full-w-slider__item {
    width: calc(100% + 6rem);
    margin: 0 -3rem;
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .container .full-w-slider .slick-list {
    overflow: initial;
  }
}

.investment-box {
  padding: 2rem;
  background: #eee;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 991px) {
  .investment-box {
    display: flex;
    gap: 4rem;
  }
}
.investment-box__content {
  text-align: center;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 991px) {
  .investment-box__content {
    flex: 1 0 276px;
    max-width: 276px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
}
.investment-box h2.investment-box__title,
.investment-box h3.investment-box__title,
.investment-box .investment-box__title {
  font-size: calc(30px * 1);
  line-height: 1.3142857143;
  position: relative;
  margin: 0 0 4rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .investment-box h2.investment-box__title,
  .investment-box h3.investment-box__title,
  .investment-box .investment-box__title {
    font-size: calc(30px * 1);
  }
}
.investment-box__title {
  position: relative;
}
.investment-box__title img {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.investment-box__img img {
  display: block;
  max-width: 100%;
  border-radius: 1.5rem;
}

.cube-box {
  display: flex;
  width: 100%;
  max-width: 749px;
  margin: 4rem auto;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
@media (min-width: 768px) {
  .cube-box {
    min-height: 198px;
    margin: 5rem auto;
  }
}
.cube-box__left img {
  position: absolute;
  bottom: -21px;
  left: 20%;
}
.cube-box__center {
  flex: 1;
}
@media (max-width: 767px) {
  .cube-box__center {
    padding: 0 3rem;
  }
}
.cube-box__right img {
  position: absolute;
  top: -21px;
  right: 20%;
}
.cube-box__left, .cube-box__right {
  position: relative;
  flex: 1 0 180px;
  max-width: 180px;
}
@media (max-width: 767px) {
  .cube-box__left, .cube-box__right {
    display: none;
  }
}
.cube-box h2.cube-box__title,
.cube-box h3.cube-box__title,
.cube-box .cube-box__title {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .cube-box h2.cube-box__title,
  .cube-box h3.cube-box__title,
  .cube-box .cube-box__title {
    margin-top: 40px;
  }
}
.cube-box a.cube-box__btn,
.cube-box button.cube-box__btn,
.cube-box .cube-box__btn {
  color: #fff;
  text-decoration: none;
}
.cube-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  background: #00A03C;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .cube-box__btn {
    margin-top: 40px;
  }
}
.cube-box__btn:hover {
  background: #006624;
}

.related-posts {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3rem;
  row-gap: 2.5rem;
}
@media (min-width: 991px) {
  .related-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .related-posts--list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.related-posts--list .related-post__content {
  padding: 2rem !important;
}

.related-post {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
.related-post__image img {
  display: block;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
}
.related-post__content {
  padding: 2rem;
}
@media (min-width: 991px) {
  .related-post__content {
    padding: 3.5rem;
  }
}
.related-post h2.related-post__title,
.related-post h3.related-post__title,
.related-post h4.related-post__title,
.related-post .related-post__title {
  font-size: calc(22px * 1);
  line-height: 1.2727272727;
  margin: 0 0 1.5rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
.related-post h2.related-post__title a,
.related-post h3.related-post__title a,
.related-post h4.related-post__title a,
.related-post .related-post__title a {
  color: inherit;
  text-decoration: none;
}
.related-post h2.related-post__title a:hover,
.related-post h3.related-post__title a:hover,
.related-post h4.related-post__title a:hover,
.related-post .related-post__title a:hover {
  color: inherit;
  text-decoration: underline;
}
.related-post p.related-post__excerpt,
.related-post .related-post__excerpt {
  font-size: calc(14px * 1);
  line-height: 1.4285714286;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}
.related-post a.related-post__btn,
.related-post button.related-post__btn,
.related-post .related-post_btn {
  color: #fff;
  text-decoration: none;
}
.related-post__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #00A03C;
  transition: 0.3s;
  margin: auto 0 0 0;
}
.related-post__btn:hover {
  background: #006624;
}

.banner-w-sidetext {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 4rem 0;
}
@media (min-width: 768px) {
  .banner-w-sidetext {
    flex-direction: row;
    margin: 6rem 0;
  }
}
.banner-w-sidetext__image img {
  display: block;
  max-width: 100%;
  border-radius: 1rem;
}
.banner-w-sidetext__content {
  margin: 20px 0 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-w-sidetext__content {
    flex: 1 0 420px;
    max-width: 420px;
    margin: 0 0 0 30px;
  }
}
.banner-w-sidetext h2.banner-w-sidetext__title,
.banner-w-sidetext h3.banner-w-sidetext__title,
.banner-w-sidetext h4.banner-w-sidetext__title,
.banner-w-sidetext .banner-w-sidetext__title {
  font-size: calc(30px * 1);
  line-height: 1;
  margin: 0 0 1rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #00A03C;
}
.banner-w-sidetext h2.banner-w-sidetext__title a,
.banner-w-sidetext h3.banner-w-sidetext__title a,
.banner-w-sidetext h4.banner-w-sidetext__title a,
.banner-w-sidetext .banner-w-sidetext__title a {
  color: inherit;
  text-decoration: underline;
}
.banner-w-sidetext h2.banner-w-sidetext__title a:hover,
.banner-w-sidetext h3.banner-w-sidetext__title a:hover,
.banner-w-sidetext h4.banner-w-sidetext__title a:hover,
.banner-w-sidetext .banner-w-sidetext__title a:hover {
  color: #000;
  text-decoration: none;
}
.banner-w-sidetext p.related-post__perex,
.banner-w-sidetext .related-post__perex {
  font-size: calc(15px * 1);
  line-height: 1.3333333333;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}

.section-related-posts {
  padding: 0 !important;
}
.section-related-posts .related-articles__title {
  padding: 0 !important;
}

.section-related-articles {
  padding: 0 1rem;
  margin: 4rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .section-related-articles {
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .section-related-articles {
    padding: 0 3rem;
    margin: 6rem 0 0 0;
  }
}
.section-related-articles .related-articles--post .related-articles__title, .section-related-articles .related-articles--post .slick-list {
  padding: 0 !important;
}
.section-related-articles .related-articles--post .related-articles-slider--detail {
  overflow: hidden;
}
@media only screen and (min-width: 991px) {
  .section-related-articles .slick-list {
    overflow: initial;
  }
}
.section-related-articles .slick-track {
  display: flex;
}
.section-related-articles .slick-track .slick-slide {
  float: none;
  height: unset;
  min-height: 100%;
}
.section-related-articles .slick-track .slick-slide > div {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

h2.related-articles__title,
h3.related-articles__title,
.related-articles__title {
  font-size: calc(25px * 1);
  line-height: 1.12;
  margin: 0 0 2.4rem 0;
  padding: 0;
}
@media only screen and (min-width: 991px) {
  h2.related-articles__title,
  h3.related-articles__title,
  .related-articles__title {
    padding: 0 0 0 6rem;
  }
}

.related-articles-slider, .related-articles-slider--post, .related-articles-slider--detail {
  width: calc(100% + 1rem);
  margin: 0 -0.5rem !important;
  padding: 0 0 9rem 0;
}
@media only screen and (min-width: 768px) {
  .related-articles-slider, .related-articles-slider--post, .related-articles-slider--detail {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem !important;
  }
}
.related-articles-slider__item, .related-articles-slider--post__item, .related-articles-slider--detail__item {
  flex: 1;
  display: flex !important;
  flex-direction: column;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 768px) {
  .related-articles-slider__item, .related-articles-slider--post__item, .related-articles-slider--detail__item {
    padding: 0 1.5rem;
  }
}

.related-articles-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  overflow: hidden;
}
.related-articles-card__image img {
  display: block;
  width: 100%;
}
.related-articles-card__content {
  flex: 1;
  padding: 2rem;
}
@media only screen and (min-width: 991px) {
  .related-articles-card__content {
    padding: 3rem;
  }
}
.related-articles-card h2.related-articles-card__title,
.related-articles-card h3.related-articles-card__title,
.related-articles-card h4.related-articles-card__title,
.related-articles-card .related-articles-card__title {
  font-size: calc(18px * 1);
  line-height: 1.2727272727;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .related-articles-card h2.related-articles-card__title,
  .related-articles-card h3.related-articles-card__title,
  .related-articles-card h4.related-articles-card__title,
  .related-articles-card .related-articles-card__title {
    font-size: calc(22px * 1);
  }
}
.related-articles-card h2.related-articles-card__title a,
.related-articles-card h3.related-articles-card__title a,
.related-articles-card h4.related-articles-card__title a,
.related-articles-card .related-articles-card__title a {
  color: inherit;
  text-decoration: none;
}
.related-articles-card h2.related-articles-card__title a:hover,
.related-articles-card h3.related-articles-card__title a:hover,
.related-articles-card h4.related-articles-card__title a:hover,
.related-articles-card .related-articles-card__title a:hover {
  color: inherit;
  text-decoration: underline;
}
.related-articles-card p.related-articles-card__excerpt,
.related-articles-card .related-articles-card__excerpt {
  font-size: calc(13px * 1);
  line-height: 1.3076923077;
  margin: 2rem 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}
.related-articles-card a.related-articles-card__btn,
.related-articles-card button.related-articles-card__btn,
.related-articles-card .related-articles-card__btn {
  font-size: calc(14px * 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  text-align: center;
  color: #fff;
  background: #00A03C;
  transition: 0.3s;
  text-decoration: none;
}
.related-articles-card a.related-articles-card__btn:hover,
.related-articles-card button.related-articles-card__btn:hover,
.related-articles-card .related-articles-card__btn:hover {
  background: #006624;
}

ul.explore-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin: 4rem 0;
  padding: 0;
}
@media (min-width: 991px) {
  ul.explore-list {
    margin: 5rem 0;
  }
}
ul.explore-list li.explore-item {
  display: flex;
  margin: 0;
  padding: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
ul.explore-list li.explore-item .explore-item__text {
  font-size: calc(18px * 1);
  line-height: 1.2727272727;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  ul.explore-list li.explore-item .explore-item__text {
    font-size: calc(22px * 1);
  }
}
ul.explore-list a.explore-item__button,
ul.explore-list button.explore-item__button,
ul.explore-list .explore-item__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  text-align: center;
  color: #fff;
  background: #00A03C;
  transition: 0.3s;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  ul.explore-list a.explore-item__button,
  ul.explore-list button.explore-item__button,
  ul.explore-list .explore-item__button {
    width: 19rem;
    min-height: 78px;
  }
}
ul.explore-list a.explore-item__button:hover,
ul.explore-list button.explore-item__button:hover,
ul.explore-list .explore-item__button:hover {
  background: #006624;
}

.full-w-slider .slick-dots,
.related-articles-slider .slick-dots,
.related-articles-slider--post .slick-dots,
.related-articles-slider--detail .slick-dots {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.5rem;
  z-index: 20;
  width: 100%;
  bottom: 3.4rem;
  margin: 0 !important;
}
.full-w-slider .slick-dots li,
.related-articles-slider .slick-dots li,
.related-articles-slider--post .slick-dots li,
.related-articles-slider--detail .slick-dots li {
  position: relative;
  width: 17px;
  height: 17px;
  margin: 0;
  transition: 0.3s;
}
.full-w-slider .slick-dots li.slick-active button,
.related-articles-slider .slick-dots li.slick-active button,
.related-articles-slider--post .slick-dots li.slick-active button,
.related-articles-slider--detail .slick-dots li.slick-active button {
  background: #00A03C;
  border-color: #00A03C;
}
.full-w-slider .slick-dots li button,
.related-articles-slider .slick-dots li button,
.related-articles-slider--post .slick-dots li button,
.related-articles-slider--detail .slick-dots li button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  pointer-events: all;
  position: relative;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
}
.full-w-slider .slick-dots li button:hover,
.related-articles-slider .slick-dots li button:hover,
.related-articles-slider--post .slick-dots li button:hover,
.related-articles-slider--detail .slick-dots li button:hover {
  background: #00A03C;
}
.full-w-slider .slick-dots li button::after, .full-w-slider .slick-dots li button::before,
.related-articles-slider .slick-dots li button::after,
.related-articles-slider .slick-dots li button::before,
.related-articles-slider--post .slick-dots li button::after,
.related-articles-slider--post .slick-dots li button::before,
.related-articles-slider--detail .slick-dots li button::after,
.related-articles-slider--detail .slick-dots li button::before {
  content: none;
}

.accordion-panel {
  margin: 0;
}
.accordion-panel__item {
  padding: 0;
}
.accordion-panel__header {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.375;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  width: 100%;
  padding: 1.5rem 0;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .accordion-panel__header {
    line-height: 1.75;
    font-size: 2.2rem;
  }
}
.accordion-panel__header svg, .accordion-panel__header img {
  flex-shrink: 0;
  transform: rotate(180deg);
}
.accordion-panel__header.opened {
  color: #00A03C;
}
.accordion-panel__header.opened svg, .accordion-panel__header.opened img {
  transform: rotate(0deg);
}
.accordion-panel__header--disclaimer {
  font-size: 1.6rem;
  line-height: 1.3125;
}
.accordion-panel__texts {
  padding: 0 0 2.4rem 37px;
}
.accordion-panel__texts p {
  margin: 0 0 3rem 0;
}
.accordion-panel__texts > *:last-child {
  margin: 0;
}

.calc-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .calc-form {
    margin: 6rem 0;
  }
}
.calc-form h2, .calc-form h3, .calc-form h4 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .calc-form h2, .calc-form h3, .calc-form h4 {
    max-width: 50rem;
  }
}

.calc-form-field {
  position: relative;
  width: 100%;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .calc-form-field {
    display: flex;
    align-items: center;
    max-width: 50rem;
  }
}
.calc-form-field__controls {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .calc-form-field__controls {
    max-width: 50rem;
  }
}
.calc-form-field__info {
  font-size: calc(14px * 1);
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .calc-form-field__info {
    max-width: 50rem;
  }
}
.calc-form-field__lbl {
  font-size: calc(15px * 1);
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .calc-form-field__lbl {
    flex: 1 0 280px;
    max-width: 280px;
    margin: 0;
    padding: 0 2rem 0 0;
  }
}
.calc-form-field__inp {
  font-size: calc(15px * 1);
  display: block;
  width: 100%;
  min-width: 80px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #999;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  appearance: none;
  outline: none;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .calc-form-field__inp {
    flex: 1;
  }
}
.calc-form-field__inp--suffixed {
  padding-right: 40px;
}
.calc-form-field__select {
  font-size: calc(15px * 1);
  display: block;
  flex: 1;
  width: 100%;
  min-width: 80px;
  height: 40px;
  padding: 0 5px 0 15px;
  border: 1px solid #999;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  outline: none;
  text-align: right;
}
.calc-form-field__suffix {
  font-size: calc(15px * 1);
  position: absolute;
  top: 32px;
  right: 1rem;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .calc-form-field__suffix {
    top: 50%;
    transform: translateY(-50%);
  }
}

.full-w-slider-wrapper {
  position: relative;
}
.full-w-slider-wrapper .related-articles-slider-btn--prev,
.full-w-slider-wrapper .related-articles-slider-btn--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: 0;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
}
.full-w-slider-wrapper .related-articles-slider-btn--prev img,
.full-w-slider-wrapper .related-articles-slider-btn--next img {
  display: block;
  width: 25px;
  height: 40px;
}
@media only screen and (max-width: 990px) {
  .full-w-slider-wrapper .related-articles-slider-btn--prev,
  .full-w-slider-wrapper .related-articles-slider-btn--next {
    display: none !important;
  }
}
.full-w-slider-wrapper .related-articles-slider-btn--prev.slick-disabled,
.full-w-slider-wrapper .related-articles-slider-btn--next.slick-disabled {
  display: none !important;
}
.full-w-slider-wrapper .related-articles-slider-btn--prev {
  left: -45px;
}
.full-w-slider-wrapper .related-articles-slider-btn--prev img {
  transform: rotate(180deg);
}
.full-w-slider-wrapper .related-articles-slider-btn--next {
  right: 5px;
}

.text-img {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (min-width: 768px) {
  .text-img {
    flex-direction: row;
    align-items: center;
    gap: 5rem;
  }
}
.text-img__img {
  flex-shrink: 0;
}

.writter-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .writter-box {
    gap: 4rem;
    margin: 6rem 0;
  }
}
.writter-box__photo {
  flex: 1 0 70px;
  max-width: 70px;
}
@media only screen and (min-width: 768px) {
  .writter-box__photo {
    flex: 1 0 120px;
    max-width: 120px;
  }
}
.writter-box__photo img {
  display: block;
  max-width: 100%;
}
.writter-box h2.writter-box__title,
.writter-box h3.writter-box__title,
.writter-box h4.writter-box__title,
.writter-box .writter-box__title {
  font-size: calc(18px * 1);
  line-height: 1;
  margin: 0 0 1.6rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .writter-box h2.writter-box__title,
  .writter-box h3.writter-box__title,
  .writter-box h4.writter-box__title,
  .writter-box .writter-box__title {
    font-size: calc(23px * 1);
  }
}
.writter-box h2.writter-box__title a,
.writter-box h3.writter-box__title a,
.writter-box h4.writter-box__title a,
.writter-box .writter-box__title a {
  color: inherit;
  text-decoration: none;
}
.writter-box h2.writter-box__title a:hover,
.writter-box h3.writter-box__title a:hover,
.writter-box h4.writter-box__title a:hover,
.writter-box .writter-box__title a:hover {
  color: inherit;
  text-decoration: underline;
}
.writter-box p.writter-box__desc,
.writter-box .writter-box__desc {
  font-size: calc(14px * 1);
  line-height: 1.6428571429;
  margin: 0 0 1.6rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #000;
}
.writter-box p.writter-box__desc a,
.writter-box .writter-box__desc a {
  color: inherit;
  text-decoration: none;
}
.writter-box p.writter-box__desc a:hover,
.writter-box .writter-box__desc a:hover {
  color: inherit;
  text-decoration: underline;
}
.writter-box p.writter-box__links,
.writter-box .writter-box__links {
  font-weight: 700;
}
.writter-box p.writter-box__links a,
.writter-box .writter-box__links a {
  color: #00A03C;
  text-decoration: underline;
}
.writter-box p.writter-box__links a:hover,
.writter-box .writter-box__links a:hover {
  color: #000;
  text-decoration: none;
}

.article-intro-meta {
  font-size: calc(14px * 1);
  line-height: 1.6428571429;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0 2rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .article-intro-meta {
    margin: 1rem 0 5rem 0;
  }
}
.article-intro-meta a {
  color: #00A03C;
  text-decoration: underline;
}
.article-intro-meta a:hover {
  color: #000;
  text-decoration: none;
}

.loader {
  display: none;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #00A03C 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #00A03C);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.disclaimer-section {
  margin: 4rem 0;
  padding: 2.5rem 0;
  background-color: #1E0A46;
  color: #fff;
  border-radius: 8px;
}
@media only screen and (min-width: 991px) {
  .disclaimer-section {
    margin: 6rem 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
.disclaimer-section h2, .disclaimer-section h3, .disclaimer-section h4, .disclaimer-section h5 {
  color: #fff;
  margin: 0;
}
.disclaimer-section__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.disclaimer-section__content p, .disclaimer-section__content ul {
  margin: 0;
}

.search-input__content .searchbox {
  margin: 0;
  padding: 1rem 1rem;
  background: rgba(238, 238, 238, 0.5);
  border-radius: 6px;
}
.search-input__content .searchbox__inp {
  font-size: calc(14px * 1);
  padding: 0 0 0 4rem;
  border: none;
  color: rgba(0, 0, 0, 0.5);
}
.search-input__content .searchbox__submit {
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.search-input__content .searchbox__submit img {
  transform: scaleX(-1);
}

@media only screen and (min-width: 1200px) {
  .content--padding {
    padding: 7rem 0 0 0;
  }
}

.mb-2 {
  margin-bottom: 20px;
}

.common-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 48px 0;
}
.common-gallery__item {
  position: relative;
  width: calc(50% - 10px);
  transition: 0.3s;
  outline: none;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  .common-gallery__item {
    transition: none;
  }
}
@media (min-width: 991px) {
  .common-gallery__item {
    width: calc(33% - 20px);
  }
}
.common-gallery__item:hover::after {
  opacity: 0.8;
}
.common-gallery__item img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.common-gallery--1 .common-gallery__item {
  width: 100%;
}
.common-gallery--2 .common-gallery__item {
  width: calc(50% - 10px);
}

.iframe__wrapper {
  margin: 48px 0;
}
.iframe__wrapper iframe {
  width: 100% !important;
  max-height: 100%;
  max-width: 100%;
}
.iframe__wrapper.youtube iframe {
  aspect-ratio: 16/9 !important;
  height: 100% !important;
}
.iframe__wrapper p {
  margin: 0 !important;
}

.citation-block {
  margin: 48px 0;
  border-left: 1px solid #000;
}
.citation-block blockquote {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
}
.citation-block small {
  text-align: right;
  width: 100%;
  display: block;
}

.faq-section {
  margin: 40px 0 48px 0;
}
.faq-section h2 {
  margin: 0 0 20px 0;
}
.faq-section .accordion-panel__item {
  border-bottom: 1px solid #D9D9D9;
  padding: 1.5rem 0;
}
.faq-section .accordion-panel__item p {
  margin: 0;
}
.faq-section .accordion-panel__header {
  font-weight: 400;
  padding: 1rem 2.5rem;
  justify-content: space-between;
}
.faq-section .accordion-panel__header.opened {
  color: #000;
}
.faq-section .accordion-panel__header.opened img {
  transform: rotate(0deg) !important;
}
.faq-section .accordion-panel__header img {
  width: 12px;
  height: 7px;
  transform: rotate(180deg) !important;
}

.highlight-box {
  margin: 48px 0;
  padding: 3rem;
}
.highlight-box h4 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.highlight-box--blue {
  background-color: #EFF6FF;
}
.highlight-box--gray {
  background-color: #F5F5F5;
}
.highlight-box--green {
  background-color: #EBF7EF;
}
.highlight-box .accordion-panel__header {
  gap: 2rem;
}
.highlight-box .accordion-panel__header.opened {
  color: #000;
}
.highlight-box .accordion-panel__header.opened img {
  transform: rotate(0deg) !important;
}
.highlight-box .accordion-panel__header img {
  width: 12px;
  height: 7px;
  transform: rotate(180deg) !important;
}
.highlight-box .accordion-panel__texts {
  padding: 0 !important;
}

.box-new-post {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin: 48px 0;
  gap: 2rem;
}
@media only screen and (min-width: 550px) {
  .box-new-post {
    flex-direction: row;
  }
}
.box-new-post__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .box-new-post__left {
    flex-direction: row;
    text-align: left;
  }
}
.box-new-post__left a {
  max-height: 100px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .box-new-post__left a {
    max-width: 100px;
    width: auto;
  }
}
.box-new-post__left img {
  max-width: 100px;
  max-height: 100px;
}
.box-new-post__right {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  padding: 0 3rem;
}
@media only screen and (max-width: 549px) {
  .box-new-post__right {
    justify-content: center;
  }
}
.box-new-post__right img {
  max-width: 300px;
  max-height: 200px;
}
.box-new-post .btn {
  color: white !important;
  text-decoration: none !important;
  padding: 1rem 2rem;
  border-radius: 10px;
}
.box-new-post h2, .box-new-post h3, .box-new-post h4, .box-new-post h5, .box-new-post h6 {
  margin-top: 0 !important;
}
.box-new-post p {
  margin: 0 !important;
}
.box-new-post__blue {
  background: radial-gradient(#313270, #1E1244);
  color: white !important;
}
.box-new-post__blue h2, .box-new-post__blue h3, .box-new-post__blue h4, .box-new-post__blue h5, .box-new-post__blue h6 {
  color: white !important;
}
.box-new-post__blue p {
  font-size: calc(16px * 1);
  line-height: 1.5625;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white !important;
  width: 100%;
}
.box-new-post__custom {
  padding: 0;
}
@media only screen and (max-width: 549px) {
  .box-new-post__custom {
    gap: 0 !important;
    flex-direction: column-reverse;
  }
}
.box-new-post__custom .box-new-post__left {
  flex-basis: 66%;
  padding: 3rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 549px) {
  .box-new-post__custom .box-new-post__left {
    padding-top: 1rem !important;
  }
}
.box-new-post__custom .box-new-post__left a {
  max-width: 100%;
  max-height: 100%;
}
.box-new-post__custom .box-new-post__right {
  flex-basis: 33%;
  justify-content: center;
}
@media only screen and (max-width: 549px) {
  .box-new-post__custom .box-new-post__right {
    padding: 3rem 3rem 0 3rem;
  }
}
.box-new-post__custom .btn {
  padding: 1rem 3rem;
}
@media (min-width: 991px) {
  .box-new-post__custom .btn {
    padding: 1.5rem 10rem;
  }
}
.box-new-post__custom.mobile-show {
  display: flex;
}
@media (min-width: 768px) {
  .box-new-post__custom.mobile-show {
    display: none !important;
  }
}

.related-articles-card-new-post {
  border: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 479px) {
  .related-articles-card-new-post {
    margin-bottom: 3rem;
  }
}
.related-articles-card-new-post .article-intro__topics {
  margin-bottom: 1rem !important;
}
.related-articles-card-new-post .article-intro__topics a {
  font-size: 12px;
}
.related-articles-card-new-post .related-articles-card__excerpt {
  margin-top: 1rem !important;
  -webkit-line-clamp: 3 !important;
}
.related-articles-card-new-post a {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  color: #00A03C;
  text-decoration: none;
  font-size: 16px;
}
.related-articles-card-new-post a:hover {
  color: #00A03C;
  text-decoration: underline;
}
.related-articles-card-new-post a img {
  transform: rotate(180deg);
}
.related-articles-card-new-post .related-articles-card__image img {
  transform: none !important;
}
.related-articles-card-new-post .related-articles-card__image picture {
  width: 100%;
}
.related-articles-card-new-post .related-articles-card__content {
  padding: 2rem 0 !important;
}

@media only screen and (max-width: 479px) {
  .related-articles-slider--new-detail .related-articles-slider__item:last-child .related-articles-card-new-post {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .m-0--mobile {
    margin: 0 !important;
  }
}

.section-article-share {
  margin: 24px 0;
  width: 100%;
}
.section-article-share h3 {
  font-size: 15px;
  font-weight: 500;
  color: #666666;
  text-align: center;
}
.section-article-share .article-share__icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.section-post-banner {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-post-banner {
    display: block;
  }
}
.section-post-banner h2 {
  font-size: calc(28px * 1);
  line-height: 1.3142857143;
  margin: 0 0 2.4rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .section-post-banner h2 {
    font-size: calc(35px * 1);
  }
}
.section-post-banner h3 {
  font-size: calc(18px * 1);
  line-height: 1.15;
  margin: 0 0 2rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .section-post-banner h3 {
    font-size: calc(20px * 1);
  }
}

.first-p-0 p:first-of-type {
  margin-top: 0 !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.builder-form {
  margin: 4rem 0 !important;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.builder-form .widget-newsletter__submit {
  width: auto;
  white-space: nowrap;
  padding: 0 3rem;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.builder-form .widget-newsletter__inp {
  max-width: 400px;
  margin: 0;
  border: 1px solid #D9D9D9;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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