:root {
  --bs-blue: red;
  --bs-btn-bg: red;
}
.btn-primary {
  --bs-btn-bg: #00390d;
  --bs-btn-border-color: #00390d;
  --bs-btn-hover-bg: #004d12;
  --bs-btn-hover-border-color: #004d12;
  --bs-btn-active-bg: #004d12;
  --bs-btn-active-border-color: #004d12;
  --bs-btn-disabled-bg: #00390d;
  --bs-btn-disabled-border-color: #00390d;
}
.btn-outline-primary {
  --bs-btn-color: #00390d;
  --bs-btn-border-color: #00390d;
  --bs-btn-hover-bg: #00390d;
  --bs-btn-hover-border-color: #00390d;
  --bs-btn-active-bg: #00390d;
  --bs-btn-active-border-color: #00390d;
  --bs-btn-disabled-color: #00390d;
  --bs-btn-disabled-border-color: #00390d;
}
.btn-info {
  --bs-btn-color: #52A878;
  --bs-btn-bg: #F0F0F0;
  --bs-btn-border-color: #F0F0F0;
  --bs-btn-hover-bg: #F0F0F0;
  --bs-btn-hover-border-color: #dedede;
  --bs-btn-active-bg: #dedede;
  --bs-btn-active-border-color: #dedede;
  --bs-btn-disabled-bg: #F0F0F0;
  --bs-btn-disabled-border-color: #F0F0F0;
}
.btn-outline-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #fafafa;
  --bs-btn-border-color: #000;
  --bs-btn-hover-bg: #F0F0F0;
  --bs-btn-hover-color: #52A878;
  --bs-btn-hover-border-color: #52A878;
  --bs-btn-active-bg: #dedede;
  --bs-btn-active-border-color: #dedede;
  --bs-btn-disabled-bg: #F0F0F0;
  --bs-btn-disabled-border-color: #F0F0F0;
}
.btn-light {
  --bs-btn-color: #52A878;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #dedede;
  --bs-btn-active-bg: #dedede;
  --bs-btn-active-border-color: #dedede;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}
.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #52A878;
  --bs-btn-border-color: #52A878;
  --bs-btn-hover-bg: #4a9368;
  --bs-btn-hover-border-color: #4a9368;
  --bs-btn-active-bg: #52A878;
  --bs-btn-active-border-color: #52A878;
  --bs-btn-disabled-bg: #52A878;
  --bs-btn-disabled-border-color: #52A878;
}
.form-check-input:checked {
  background-color: #00390d;
  border-color: #00390d;
}
.form-check-input:checked {
  background-color: #00390d;
  border-color: #00390d;
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #00390d;
  border-color: #00390d;
}
.form-check-input:focus {
  border-color: #96b49c;
}
.cookie-adjust {
  z-index: 10000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.98));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.8rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust p a {
  color: #00390d;
  text-decoration: underline;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #00390d;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #00390d;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.agegate {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.98));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .agegate {
    font-size: 0.7rem;
  }
}
.agegate p {
  margin: 0 0 0.75em 0;
}
.agegate__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #00390d;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 15%;
  text-align: center;
}
@media (max-width: 1200px) {
  .agegate__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .agegate__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.agegate__header {
  font-size: 1.5em;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 600;
  margin: 0 0 2em 0;
}
.agegate__form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 2em 0;
}
@media (max-width: 768px) {
  .agegate__form {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .agegate__form .submit {
    margin-top: 10px;
    width: 100%;
  }
}
.agegate__form span {
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-top: 0.2em;
}
.agegate__form input[type="number"],
.agegate__form input[type="text"] {
  background: #eee;
  border: 0;
  padding: 1em 2em;
  font-weight: 600;
  font-size: 1.5em;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .agegate__form input[type="number"],
  .agegate__form input[type="text"] {
    padding: 0.5em 1em;
  }
}
.agegate__form button {
  border: 1px solid #000;
  padding: 1.85em 4em;
  background: #fff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .agegate__form button {
    padding: 1em 2em;
  }
}
.agegate__form button:hover {
  background: #00390d;
  color: #fff;
  border-color: #00390d;
}
.agegate__abclogo {
  width: 150px;
}
@media (max-width: 768px) {
  .agegate__abclogo {
    width: 100px;
  }
}
.wcag__toolbar {
  position: fixed !important;
  left: 0;
  top: 40vh;
  background: #fff;
}
.wcag__toolbar a {
  display: block;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
.wcag__toolbar a span {
  color: #000;
  display: block;
}
.wcag__toolbar a:hover {
  background: #000;
  color: #fff;
}
.wcag__toolbar a:hover span {
  color: #fff;
}
body.wcag-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.wcag-contrast img,
body.wcag-contrast video,
body.wcag-contrast picture,
body.wcag-contrast div {
  filter: grayscale();
}
body.wcag-fontsize-1 {
  font-size: 20px !important;
}
body.wcag-fontsize-2 {
  font-size: 24px !important;
}
body.wcag-fontsize-3 {
  font-size: 28px !important;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items,
.instagramWidget__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.instagramPost,
.facebookPost {
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  padding: 1rem;
  background: var(--white);
}
.instagramPost__description,
.facebookPost__description {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: var(--grey);
  margin-bottom: 0.75rem;
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__avatar,
.facebookPost__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0px rgba(66, 68, 90, 0.2);
}
.instagramPost__avatar img,
.facebookPost__avatar img {
  width: 1.5rem;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 1rem 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  color: var(--grey);
  font-size: 0.75rem;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
:root {
  --green: #00390d;
  --green2: #003805;
  --greenLight: #4fac74;
  --gray: #F4F1EA;
  --gray2: #F0F0F0;
  --white: #ffffff;
  --black: #000a0a;
  --red: #F25050;
  --redH: #f20507;
}
html {
  background: #fff;
  scroll-behavior: smooth;
}
body {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  background: #fff;
  color: var(--black);
  margin: 0 auto;
  max-width: 2220px;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}
a {
  color: inherit;
  text-decoration: inherit;
}
.section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3rem 0;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  background: #fff;
  height: 100px;
  z-index: 1022;
}
header .container {
  position: relative;
}
header .main-nav {
  position: absolute;
  top: 0.8em;
  right: 0;
  font-size: 1.2em;
  z-index: 1;
}
@media (max-width: 768px) {
  header .main-nav {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
  }
}
header .main-nav #menuButton {
  position: absolute;
  top: 20px;
  right: 0;
  border: 0;
  background: var(--white);
  font-size: 3em;
  display: none;
  color: #000;
  padding: 0 1rem;
  z-index: 1050;
}
@media (max-width: 768px) {
  header .main-nav #menuButton {
    display: block;
  }
}
header .main-nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  header .main-nav > ul {
    position: absolute;
    top: 0;
    right: -100vw;
    background: #ffffff;
    width: 100vw;
    height: 100vh;
    text-align: center;
    padding-top: 100px;
    transition: 0.2s all ease-in-out;
  }
}
header .main-nav > ul > li.grant {
  color: var(--greenLight);
}
header .main-nav > ul > li {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  header .main-nav > ul > li {
    display: block;
  }
}
header .main-nav > ul > li > a {
  padding: 1rem 2rem;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
header .main-nav > ul > li > a:hover {
  color: var(--green);
}
header .main-nav > ul > li > ul {
  display: none;
  position: absolute;
  background: #fff;
  padding: 1rem;
  list-style-type: none;
}
@media (max-width: 768px) {
  header .main-nav > ul > li > ul {
    display: block;
    position: relative;
    padding: 1rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}
header .main-nav > ul > li > ul > li {
  margin: 0;
  padding: 0;
}
header .main-nav > ul > li > ul > li a {
  padding: 0.5rem 1rem;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}
header .main-nav > ul > li > ul > li a:hover {
  color: var(--green);
}
header .main-nav > ul > li:hover ul {
  display: block;
}
header .main-nav > ul > li.mobile {
  display: none;
}
@media (max-width: 768px) {
  header .main-nav > ul > li.mobile {
    display: block;
  }
}
header .logo {
  position: absolute;
  top: 0px;
  left: 0;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  padding: 0.2rem;
}
@media (max-width: 768px) {
  header .logo img {
    height: 75px;
  }
}
.logotype {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 1023;
  pointer-events: auto;
}
body.menu-mobile-active {
  overflow: hidden;
}
body.menu-mobile-active .main-nav ul {
  right: 0;
}
.password-preview {
  background: orange;
  border: 0;
  width: 50px;
}
.form-group {
  margin-bottom: 1rem;
}
.form-error-label {
  color: #cc0000;
  padding: 0.5em;
  font-size: 0.8em;
  font-weight: 600;
}
.header-pan {
  padding-top: 100px;
}
a[name] {
  position: relative;
  top: -190px;
}
.page {
  padding: 2rem 0;
}
.page video {
  position: relative;
  z-index: 1021;
}
.partners {
  background: #f5f5f5;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  flex-direction: column;
}
.partners__header {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.8em;
  font-weight: 600;
}
.partners__item {
  margin-top: 2rem;
}
.article-item {
  margin-bottom: 2rem;
}
.article-item a {
  display: block;
}
.article-item__thumb {
  margin: 0 0 1rem 0;
}
.article-item__thumb img {
  display: block;
  width: 100%;
}
.article-item__category {
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
  font-weight: 600;
  color: var(--green);
}
.article-item__title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  margin: 0 0 0.5em 0;
}
.article-item__link {
  margin: 0;
  text-decoration: underline;
}
.article-item__link a {
  color: var(--green);
}
.article__title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  margin: 0 0 0.5em 0;
}
.article__date {
  border-top: 1px solid #999;
  padding: 0.5em 0;
  margin: 0 0 1rem 0;
  width: 30%;
}
.article__lead {
  font-size: 1.3em;
  margin: 0 0 2rem 0;
}
.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5,
.article__body h6 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  margin: 1.5rem 0 0.5em 0;
}
.article__body a {
  color: var(--greenLight);
  text-decoration: underline;
}
.article__photo {
  margin: 2rem 0;
  text-align: center;
}
.article__photo img {
  display: inline-block;
  margin: 0 0 0.5rem 0;
  max-width: 100%;
}
.article__phototitle {
  font-size: 0.8em;
}
.article__more {
  margin-top: 3rem;
}
.article__more-header {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 1.5em 0;
  padding: 0.2em 0;
  border-bottom: 1px solid #000;
}
.article__category {
  color: var(--green);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
}
.article__tags {
  color: var(--greenLight);
  margin: 0 0 1.25rem 0;
}
.article__tags a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;
  margin-right: 0.75rem;
}
.btn {
  border-radius: 0.25em !important;
}
.btn-primary {
  text-transform: uppercase;
}
/*
    .btn-primary {
        color: #fff;
        background: var(--red);
        border-color: var(--red);
        font-weight: 600;
        &:hover {
            background: var(--redH);
            border-color: var(--redH);
            color: #fff;
        }
        &:focus, &.focus {
            box-shadow: 0 0 0 0.2rem fade(#F25050,20%);
        }
        &.disabled, &:disabled {
            color: #fff;
            background-color: var(--redH);
            border-color: var(--redH);
        }
        &:not(:disabled):not(.disabled):active, &:not(:disabled):not(.disabled).active, .show > &.dropdown-toggle {
            color: #fff;
            background-color: var(--redH);
            border-color: fade(#F25050,20%);
        }
        &:not(:disabled):not(.disabled):active:focus, &:not(:disabled):not(.disabled).active:focus, .show > &.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem fade(#F25050,20%);
        }
    }
    */
.c-share {
  margin-top: -10rem;
  padding: 10rem 0 0 0;
}
.c-share__title {
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 1.5em 0;
  text-align: right;
}
.c-share__links {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.footer {
  text-align: center;
  font-size: 0.8em;
}
.footer .container {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer a {
  color: var(--green);
  text-decoration: underline;
}
.footer img {
  width: 120px;
}
.footer__partners-header {
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
.footer__partners {
  padding: 2rem 0;
}
.footer__partners .items img {
  max-height: 75px;
  max-width: 170px;
  margin-right: 2rem;
}
@media (max-width: 992px) {
  .footer__partners .items img {
    margin: 1rem;
    max-width: 140px;
  }
}
.footer__partners .logo img {
  height: 120px;
}
.footer__partners .socialmedia {
  /*a.youtube {
                position: relative;
                top: -13px;
            }*/
}
.footer__partners .socialmedia a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #fff;
  font-size: 30px;
  margin-left: 0.3rem;
  background-size: 100% 100%;
}
.footer__partners .socialmedia a:hover {
  background: var(--green);
  color: #fff;
}
.footer__partners .socialmedia a.youtube {
  background: url(../image/icons/sm/youtube_ico.svg);
}
.footer__partners .socialmedia a.youtube:hover {
  background: url(../image/icons/sm/youtube_ico_hov.svg);
}
.footer__partners .socialmedia a.youtubemusic {
  background: url(../image/icons/sm/ytm_ico.svg);
}
.footer__partners .socialmedia a.youtubemusic:hover {
  background: url(../image/icons/sm/ytm_ico_hov.svg);
}
.footer__partners .socialmedia a.spotify {
  background: url(../image/icons/sm/spotify_ico.svg);
}
.footer__partners .socialmedia a.spotify:hover {
  background: url(../image/icons/sm/spotify_ico_hov.svg);
}
.footer__partners .socialmedia a.applepodcast {
  background: url(../image/icons/sm/apple_ico.svg);
}
.footer__partners .socialmedia a.applepodcast:hover {
  background: url(../image/icons/sm/apple_ico_hov.svg);
}
.rotator {
  margin: 0 0 2rem 0;
}
.rotator__item {
  position: relative;
}
.rotator__image {
  background: #000;
}
.rotator__image img {
  opacity: 0.95;
}
.rotator__body {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 3rem;
  text-shadow: 1px 1px 2px #000000;
}
@media (max-width: 768px) {
  .rotator__body {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.rotator__title {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1em;
}
@media (max-width: 768px) {
  .rotator__title {
    font-size: 1.8rem;
  }
}
.rotator__text {
  margin: 1em 0 0 0;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .rotator__text {
    font-size: 1rem;
  }
}
.rotator__button a {
  display: inline-block;
  border: 2px solid #fff;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.rotator__button a:hover {
  background: #fff;
  color: var(--black);
}
.rotator .slick-dots {
  margin: 0.4rem 0 0 0;
  padding: 0;
  text-align: center;
}
.rotator .slick-dots li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  margin: 0 0.4rem;
}
.rotator .slick-dots li button {
  border: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: transparent;
  font-size: 1px;
  background: var(--gray);
}
.rotator .slick-dots li.slick-active button {
  background: var(--green);
}
.rotator .slick-arrow {
  border: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  background: url(../image/arrow.png) no-repeat center center;
  background-size: auto 80%;
  z-index: 100;
  cursor: pointer;
  width: 70px;
  height: 75px;
  margin-top: -75px;
  color: transparent;
}
@media (max-width: 768px) {
  .rotator .slick-arrow {
    width: 35px;
    height: 30px;
    margin-top: -25px;
  }
}
.rotator .slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.rotator .slick-next {
  right: 0;
}
#contactModal .modal-header {
  border: none;
  color: #fff;
}
#contactModal .modal-header .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
#contactModal .modal-footer {
  border: none;
  justify-content: center;
}
#contactModal .modal-title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 2rem !important;
  text-align: center !important;
}
#contactModal .modal-content {
  background: var(--green);
  color: #fff;
  padding: 2rem;
}
@media (max-width: 575px) {
  #contactModal .modal-content {
    padding: 1rem;
  }
}
#contactModal input[type="text"],
#contactModal input[type="email"],
#contactModal textarea {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 0.55rem;
  border-radius: 1rem;
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin: 0;
}
#contactModal textarea {
  height: 300px;
}
@media (max-width: 992px) {
  #contactModal textarea {
    height: 100px;
  }
}
#contactModal .form-label {
  font-weight: 600;
}
#contactModal iframe {
  mix-blend-mode: lighten;
}
#contactModal .input-group {
  display: block;
}
#contactModal .form-check {
  display: block;
}
#contactModal .form-check-input {
  border-color: #fff;
  background: transparent;
}
#contactModal .form-check-input:checked {
  background-color: #ff0000;
  border-color: #ff0000;
}
#contactModal .form-check-input:checked {
  background-color: #ffffff;
  border-color: #ffffff;
}
#contactModal .form-check-input[type=checkbox]:indeterminate {
  background-color: #ffffff;
  border-color: #ffffff;
}
#contactModal .form-check-input:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
#contactModal .form-error-label {
  color: #ff9121;
  padding: 0.5rem;
}
#contactModal [type="submit"] {
  background: #fff;
  color: var(--green);
  padding: 0.55rem 2rem;
  border-radius: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.2em;
}
.grant {
  padding-top: 90px;
}
.grant__navigation {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.grant__nav {
  background: var(--green);
  color: #fff;
  z-index: 1021;
  position: relative;
}
.grant__nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  position: relative;
}
@media (max-width: 768px) {
  .grant__nav ul {
    text-align: center;
  }
}
.grant__nav ul li {
  display: inline-block;
}
.grant__nav ul li a {
  display: block;
  padding: 0.4em 1em;
  margin: 0.4em 0;
}
@media (max-width: 768px) {
  .grant__nav ul li a {
    padding: 0em 0.4em;
    font-size: 0.9em;
    margin: 0.5em 0;
  }
}
.grant__nav ul li a.button {
  background: var(--greenLight);
  border-radius: 0.25em;
}
@media (max-width: 768px) {
  .grant__nav ul li a.button {
    display: block;
  }
}
.grant__nav ul li.active a {
  font-weight: 600;
}
.grant__nav2 {
  background: var(--gray2);
  position: relative;
}
.grant__nav2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  position: relative;
}
.grant__nav2 ul li {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 1em;
}
@media (max-width: 768px) {
  .grant__nav2 ul li {
    padding: 0.5em 0.3em;
    border: none;
    font-size: 0.9em;
  }
}
.grant__nav2 ul li:first-child {
  border: none;
}
.grant__nav2 ul li a {
  text-decoration: underline;
  display: block;
}
.grant__stage_nav {
  margin: 4em 2em;
  text-align: center;
}
@media (max-width: 768px) {
  .grant__stage_nav {
    margin-left: 0;
    margin-right: 0;
  }
}
.grant__stage_nav ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.grant__stage_nav ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: var(--gray2);
  line-height: 40px;
  text-align: center;
  font-size: 1.2em;
  border-radius: 50%;
  margin: 0 1em;
  color: var(--green);
  position: relative;
  font-weight: 600;
}
@media (max-width: 768px) {
  .grant__stage_nav ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.1em;
  }
}
.grant__stage_nav ul li::after {
  content: '';
  display: block;
  width: 1.25em;
  height: 3px;
  background: var(--gray2);
  position: absolute;
  top: 20px;
  left: -1.7em;
}
@media (max-width: 768px) {
  .grant__stage_nav ul li::after {
    top: 15px;
  }
}
.grant__stage_nav ul li.active {
  background: var(--green);
  color: #fff;
}
.grant__stage_nav ul li:first-child::after {
  display: none;
}
.grant__stage_nav ul li.active::after {
  background: var(--green);
}
.grant__card {
  border: 2px solid var(--gray2);
  margin: 0 0 2em 0;
  padding: 1em 1.5em;
  border-radius: 1em;
}
.grant__card-header {
  font-weight: 600;
  font-size: 1.2em;
  margin: 0 0 1em 0;
}
.grant__forminfo {
  font-size: 0.9em;
  opacity: 0.4;
}
.grant__forminfo2 {
  font-size: 0.9em;
}
.grant__form {
  margin: 0 10%;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .grant__form {
    margin: 0;
  }
}
.grant__form .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em;
}
.grant__form .form-check-label {
  padding-left: 40px;
}
.grant__form .form-control.is-invalid {
  background-image: none;
}
.grant__form textarea {
  min-height: 10vh;
}
.grant__formcard {
  border: 1px solid var(--gray2);
  padding: 0.3em 1em;
  border-radius: 1em;
  margin: 2em 0;
  position: relative;
}
.grant__formcardlabel {
  position: relative;
  top: -1em;
  background: #fff;
  padding: 0 0.5em;
  display: inline-block;
}
.grant__index {
  padding: 3em 0;
}
.grant__header {
  font-size: 2em;
  font-weight: 600;
  margin: 0 0 1em 0;
  padding: 0;
}
.grant__item {
  border: 1px solid var(--gray2);
  padding: 1em;
  border-radius: 1em;
  margin: 2em 0;
}
.grant .btn {
  font-weight: 600;
  padding: 0.7em 1em;
}
.grant__hero img {
  aspect-ratio: 16/8;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .grant__hero img {
    aspect-ratio: 5/3;
    object-position: 61% center;
  }
}
.grant__herotext {
  padding: 2em 5%;
  color: var(--green);
  font-weight: 600;
  text-align: center;
}
.grant__winners {
  padding: 3rem 0;
  text-align: center;
}
.grant__winners h1,
.grant__winners h2,
.grant__winners h3 {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1em;
  color: var(--green);
  margin: 0 0 1rem 0;
}
@media (max-width: 992px) {
  .grant__winners h1,
  .grant__winners h2,
  .grant__winners h3 {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .grant__winners h1,
  .grant__winners h2,
  .grant__winners h3 {
    font-size: 1.5rem;
  }
}
.grant__winners p {
  font-size: 1.3em;
  color: var(--green);
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 600;
}
@media (max-width: 575px) {
  .grant__winners p {
    font-size: 1.1rem;
    line-height: 1.1em;
  }
}
.grant__winner-item {
  border: 1px solid var(--gray);
  border-radius: 5px;
  padding: 1rem;
  text-align: center;
}
.grant__winner-item img {
  height: 50px;
}
.grant__winner-item p {
  font-style: italic;
  color: var(--green);
}
.grant__winner-item-head {
  font-style: normal !important;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1em;
  color: var(--green);
  margin: 1rem 0 1rem 0;
}
.grant__winner-info {
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 2rem 0;
}
.grant__winner-info a {
  color: var(--greenLight);
  text-decoration: underline;
}
@media (max-width: 575px) {
  .grant__winner-info {
    font-size: 1rem;
  }
}
.grant__winner {
  background: var(--gray2);
  padding: 2rem 0;
  text-align: center;
}
.grant__winner h1,
.grant__winner h2,
.grant__winner h3 {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0 0 3rem 0;
}
@media (max-width: 992px) {
  .grant__winner h1,
  .grant__winner h2,
  .grant__winner h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .grant__winner h1,
  .grant__winner h2,
  .grant__winner h3 {
    margin: 0 0 1rem 0;
  }
}
.grant__winner-photo img {
  border-radius: 50%;
  width: 350px;
  margin-bottom: -50px;
}
@media (max-width: 992px) {
  .grant__winner-photo img {
    width: 250px;
    margin-bottom: -50px;
  }
}
.grant__winner-body {
  position: relative;
  background: #fff;
  padding: 2rem 4rem;
  border-radius: 5px;
  margin: 0 25%;
  color: var(--green);
}
@media (max-width: 992px) {
  .grant__winner-body {
    padding: 1rem 2rem;
    margin: 0 15%;
  }
}
@media (max-width: 575px) {
  .grant__winner-body {
    margin: 0 5%;
  }
}
.grant__winner-body-head {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
  line-height: 1.1em;
}
.auth {
  margin-top: 3em;
  padding-bottom: 5em;
}
.auth__header {
  margin: 0 30%;
  text-align: center;
}
.auth__title {
  font-size: 2em;
}
.auth__info {
  margin: 0 0 3em 0;
}
.auth__card {
  margin: 0 30%;
}
.auth a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .auth__header {
    margin: 0 5%;
    text-align: center;
  }
  .auth__card {
    margin: 0 5%;
  }
}
.grant-bar {
  background: var(--gray2);
  padding: 2em 0;
  text-align: center;
}
.grant-bar__head {
  padding: 0;
  color: var(--green);
  margin: 0 30% 0em 30%;
  font-weight: 600;
  font-size: 1.5em;
  font-family: "PT Sans Narrow", sans-serif;
}
.grant-bar__head span {
  font-weight: 300;
  display: block;
}
.grant-bar p {
  margin: 0 20%;
  margin-bottom: 1em;
}
.grant-bar__price {
  color: var(--greenLight);
  font-weight: 600;
  font-size: 4.5em;
  line-height: 1.2em;
  margin: 0 0 15px 0 !important;
}
.grant-bar__link {
  margin-bottom: 0 !important;
}
.grant-bar .btn {
  padding-left: 1em;
  padding-right: 1em;
}
.grant-bar__item {
  text-transform: uppercase;
  color: var(--green);
  font-weight: 600;
  font-family: "PT Sans Narrow", sans-serif;
  margin: 1em 0;
}
.grant-bar__itemicon {
  margin: 0 0 1em 0;
}
.grant-bar__itemicon img {
  width: 50%;
}
@media (max-width: 768px) {
  .grant-bar__itemicon img {
    width: 25%;
  }
}
.grant-bar__stat {
  position: relative;
}
.grant-bar__stat img.stat {
  width: 40%;
}
@media (max-width: 992px) {
  .grant-bar__stat img.stat {
    width: 100%;
  }
}
.grant-bar__text1 {
  position: absolute;
  top: 20%;
  left: 7%;
}
.grant-bar__text2 {
  position: absolute;
  bottom: 5%;
  left: 0;
}
.grant-bar__text3 {
  position: absolute;
  top: 20%;
  right: 7%;
}
.grant-bar__text4 {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
@media (max-width: 1200px) {
  .grant-bar__text1 {
    position: relative;
    top: auto;
    left: auto;
  }
  .grant-bar__text1 img {
    max-width: 90%;
  }
  .grant-bar__text2 {
    position: relative;
    top: auto;
    left: auto;
  }
  .grant-bar__text2 img {
    max-width: 90%;
  }
  .grant-bar__text3 {
    position: relative;
    top: auto;
    left: auto;
  }
  .grant-bar__text3 img {
    max-width: 90%;
  }
  .grant-bar__text4 {
    position: relative;
    top: auto;
    left: auto;
  }
  .grant-bar__text4 img {
    max-width: 90%;
  }
}
.grant-info__body1 {
  padding: 3em 10%;
  text-align: center;
  border-bottom: 1px solid var(--gray);
  color: var(--green);
}
.grant-info__body1 h1,
.grant-info__body1 h2,
.grant-info__body1 h3,
.grant-info__body1 h4 {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 600;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 2em;
}
.grant-info__body3 {
  padding: 3em 10%;
  text-align: center;
  color: var(--green);
}
.grant-info__body3 p {
  font-size: 1.2em;
}
.grant-info__body3 h1,
.grant-info__body3 h2,
.grant-info__body3 h3,
.grant-info__body3 h4 {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 600;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 2em;
}
.grant-info__body2 {
  padding: 3em 0;
  color: var(--green);
}
.grant-info__body2 h1,
.grant-info__body2 h2,
.grant-info__body2 h3,
.grant-info__body2 h4 {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 600;
  margin: 0 0 3em 0;
  padding: 0;
  font-size: 1.7em;
  text-align: center;
}
.grant-info__body2 ul {
  margin: 0;
  padding: 0;
}
.grant-info__body2 ul li {
  vertical-align: top;
  display: inline-block;
  width: 43%;
  padding: 0;
  margin: 0 5% 2em 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50px auto;
  padding-left: 70px;
  min-height: 60px;
}
@media (max-width: 768px) {
  .grant-info__body2 ul li {
    width: 100%;
    display: block;
    margin: 0 0 2em 0;
  }
}
.grant-info__body2 ul li:nth-child(1) {
  background-image: url(../image/grant/icon1.svg);
}
.grant-info__body2 ul li:nth-child(2) {
  background-image: url(../image/grant/icon2.svg);
}
.grant-info__body2 ul li:nth-child(3) {
  background-image: url(../image/grant/icon3.svg);
}
.grant-info__body2 ul li:nth-child(4) {
  background-image: url(../image/grant/icon4.svg);
}
.grant-info__body2 ul li:nth-child(5) {
  background-image: url(../image/grant/icon5.svg);
}
.grant-info__body2 ul li:nth-child(6) {
  background-image: url(../image/grant/icon6.svg);
}
.grant-info__body2 ul li:nth-child(7) {
  background-image: url(../image/grant/icon7.svg);
}
.grant-info__body2 ul li:nth-child(8) {
  background-image: url(../image/grant/icon8.svg);
}
.grant-info__body2 ul li span {
  display: block;
}
.grant-info__person {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 2em;
}
.grant-info__person-item {
  margin: 0 0 3em 0;
  position: relative;
  overflow: hidden;
  border-radius: 0.6em;
  text-align: center;
}
.grant-info__person-item img {
  display: block;
}
@media (max-width: 768px) {
  .grant-info__person-item {
    border-radius: 0em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.grant-info__person-tab {
  color: #fff;
  background: var(--green);
  padding: 0 1em 1em 1em;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 83%;
  left: 0;
  transition: 0.2s all ease-in-out;
  opacity: 1;
}
@media (max-width: 768px) {
  .grant-info__person-tab {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
  }
}
@media (max-width: 575px) {
  .grant-info__person-tab p {
    font-size: 0.8em;
  }
}
.grant-info__person-name {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.2em;
  display: block;
  padding: 1em 0;
}
.grant-info__person-name b {
  text-transform: uppercase;
}
.grant-info__person-item:hover .grant-info__person-tab {
  top: 0;
  opacity: 0.92;
}
.grant-gallery {
  padding: 3em 0;
}
.grant-gallery__body {
  overflow: hidden;
  position: relative;
}
.grant-gallery__body::before {
  content: '';
  width: 11%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.grant-gallery__body::after {
  content: '';
  width: 11%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 2;
}
.grant-gallery__slick {
  margin: 0 -15%;
}
.grant-gallery .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 7%;
  height: 100%;
  border: 0;
  background: transparent url(../image/grant/arrow.svg) no-repeat center center;
  color: transparent;
}
.grant-gallery .slick-prev {
  left: 20%;
  margin-left: -7%;
  transform: rotate(180deg);
}
.grant-gallery .slick-next {
  right: 20%;
  margin-right: -7%;
}
.grant-gallery p {
  font-weight: 300;
  text-align: center;
  margin: 1em 0 0 0 ;
  font-style: italic;
}
.download {
  padding: 3em 0;
}
.download h1,
.download h2,
.download h3,
.download h4,
.download h5 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 2.3em;
  font-weight: 600;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
  color: var(--green);
}
.download__item {
  border: 1px solid var(--gray);
  padding: 1em;
  border-radius: 0.5em;
  min-height: 100%;
}
.download__groupname {
  font-weight: 600;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.3em;
  color: var(--green);
  margin: 0 0 0.4em 0;
}
.download__file {
  display: block;
  background: url(../image/download.svg) no-repeat left center;
  background-size: 14px auto;
  padding: 0.2em 0 0.2em 2em;
  margin: 0 0 0.7em 0;
  cursor: pointer;
  color: var(--green);
  font-size: 0.9em;
}
.download__file span {
  white-space: nowrap;
  opacity: 0.7;
}
.faq {
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  padding: 3em 0;
}
.faq__info {
  opacity: 0.7;
  font-size: 0.8em;
  padding: 1em 3em;
  text-align: center;
}
.faq h1,
.faq h2,
.faq h3,
.faq h4,
.faq h5 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 2.3em;
  font-weight: 600;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
  color: var(--green);
}
.faq__item {
  border-bottom: 1px solid var(--gray);
  padding: 0 10%;
}
.faq__title {
  color: var(--green);
  font-weight: 600;
  padding: 2em 0;
  background-image: url(../image/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2em;
  margin-left: -2em;
  cursor: pointer;
}
.faq__item.active .faq__title {
  background-image: url(../image/arrow-down.svg);
}
.faq__text {
  padding: 0 0 2em 0;
  display: none;
}
.faq__item.active .faq__text {
  display: block;
}
.faq ul.pagination {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 2em 0;
}
.faq ul.pagination li.page-item {
  padding: 0 0.5em;
}
.faq ul.pagination li.page-item .page-link {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  line-height: 2.4em;
  border: 0;
  color: var(--green);
}
.faq ul.pagination .page-item.disabled {
  opacity: 0.3;
}
.faq ul.pagination .page-item.disabled .page-link {
  background: none;
}
.faq ul.pagination .page-item.active .page-link {
  background: var(--greenLight);
  color: #fff;
}
.toggle-password-visibility {
  cursor: pointer;
}
.newsletterModalModalDialog {
  max-width: 49rem;
}
.newsletterModal__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url('../image/newsletter-bg.jpg') center no-repeat;
  background-size: cover;
  padding: 3rem 2.25rem 2.17rem;
}
.newsletterModal__logo {
  display: inline-block;
  width: 29.2rem;
  max-width: 100%;
}
.newsletterModal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border: none;
  background: none;
  padding: 0;
}
.newsletterModal__close:focus {
  outline: none;
}
.newsletterModal__close img {
  display: inline-block;
  width: 2.5rem;
}
.newsletterModal__body {
  padding: 1.75rem 4.25rem 2.15rem;
}
@media (max-width: 768px) {
  .newsletterModal__body {
    padding: 1.75rem 1.25rem 2.15rem;
  }
}
.newsletterModal__title {
  color: var(--green2, #003805);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.newsletterModal__text {
  color: var(--green2, #003805);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 39.5rem;
  margin: 0 auto 1.8rem;
}
.newsletterModal__inputs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  grid-gap: 0.63rem;
  margin-bottom: 1.45rem;
}
@media (max-width: 768px) {
  .newsletterModal__inputs {
    grid-template-columns: 1fr;
  }
}
.newsletterModal__rules {
  margin-bottom: 2.3rem;
  color: #BDBDBD;
}
.newsletterModal__action {
  text-align: center;
}
.achievement__image img {
  width: 100%;
  display: block;
}
.achievement__icon {
  width: 75px;
  height: 75px;
}
.achievement__lead {
  padding: 2rem 1rem;
  font-family: "PT Sans Narrow", sans-serif;
  color: var(--green);
  font-size: 1.4em;
  line-height: 1.2em;
  text-align: center;
  font-weight: 600;
  margin: 0 0 2rem 0;
}
.achievement__carousel {
  display: grid;
  grid-template-columns: 200px 1fr;
  /* Przykładowa szerokość lewej kolumny */
  gap: 2rem;
  align-items: start;
  /* Kluczowe dla działania position: sticky! */
}
@media (max-width: 992px) {
  .achievement__carousel {
    display: block;
  }
}
.achievement__content-body [id^="year-"] {
  scroll-margin-top: 130px;
  /* <--- Zapas równy wysokości belki */
}
@media (max-width: 992px) {
  .achievement__content-body [id^="year-"] {
    scroll-margin-top: 150px;
  }
}
.achievement__storypoint {
  position: sticky;
  top: 130px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 1.1rem 0 3rem 0;
  min-height: 50vh;
  border-right: 1px solid var(--greenLight);
  text-align: right;
}
@media (max-width: 992px) {
  .achievement__storypoint {
    min-height: 0;
    text-align: left;
    white-space: nowrap;
    flex-direction: row;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: #ffffff;
    top: 100px;
    padding: 0.5rem 0;
    border: 0;
  }
  .achievement__storypoint:after {
    content: '';
    border-bottom: 1px solid var(--greenLight);
    width: 100ch;
    height: 1px;
    position: absolute;
    bottom: 0.85rem;
    left: 0;
  }
}
.achievement__storypoint a {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  display: block;
  padding: 1rem 2rem;
  position: relative;
}
@media (max-width: 992px) {
  .achievement__storypoint a {
    display: inline-block;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}
.achievement__storypoint a.active {
  color: var(--greenLight);
  font-size: 2em;
  padding-top: 0;
}
.achievement__storypoint a.active:after {
  content: '';
  position: absolute;
  top: 0.55em;
  right: -0.25em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: var(--greenLight);
  border: 2px solid #fff;
}
@media (max-width: 992px) {
  .achievement__storypoint a.active:after {
    top: auto;
    bottom: 0;
    right: calc(50% - 0.25em);
  }
}
.achievement__section {
  padding: 2rem 0 10rem 0;
  box-sizing: border-box;
  color: var(--green);
}
.achievement__section video {
  aspect-ratio: 16/7;
  object-fit: cover;
}
.achievement__section h3 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  color: var(--green);
}
.achievement__section h3 a {
  font-size: 0.7em;
  color: var(--greenLight);
  text-decoration: underline;
  font-weight: 300;
  font-style: italic;
}
.achievement__section h4 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.5em;
  margin: 0 0 1.5rem 0;
  font-weight: 600;
  color: var(--greenLight);
}
.achievement__section blockquote {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
.achievement__section blockquote:before {
  content: '';
  background: url(../image/osiagniecia/quote.svg) no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: var(--green);
  transform: rotate(180deg);
  margin-right: 0.3rem;
}
.achievement__section blockquote:after {
  content: '';
  background: url(../image/osiagniecia/quote.svg) no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: var(--green);
  margin-left: 0.3rem;
}
.achievement__feature {
  margin: 0.5em 0 1em;
  font-size: 0.9em;
  line-height: 1.2em;
}
@media (max-width: 992px) {
  .achievement__feature {
    margin: 0.5em 0 0em;
  }
}
.achievement__icons {
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 1.2em;
  padding-right: 40%;
}
@media (max-width: 1400px) {
  .achievement__icons {
    padding-right: 0;
  }
}
.achievement__icons img {
  margin-bottom: 0.5em;
}
.achievement__timeline h1 {
  font-family: "PT Sans Narrow", sans-serif;
  color: var(--green);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5em;
  margin: 0 0 2rem 0;
}
/*# sourceMappingURL=style.css.map */