.popup-custom .modal-dialog {
  max-width: 1380px;
  margin-inline: auto;
  width: fit-content;
}
.popup-custom .modal-dialog .modal-content {
  z-index: 4;
  max-width: 1380px;
  border-radius: 16px;
  background: var(--color-body);
  padding: 32px 46px 24px 32px;
  height: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.popup-custom .modal-dialog .modal-content .modal-body p {
  color: var(--color-white) !important;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .popup-custom .modal-dialog .modal-content .modal-body p {
    font-size: 16px;
  }
}
.popup-custom .btn-close {
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  color: var(--color-white) !important;
}
.popup-custom .btn-close .icon {
  stroke: var(--color-white) !important;
}
.modal-open {
  padding: 0 !important;
  overflow: auto !important;
}
/*/xassets/uncompressed/source_map/221.css.css.map */
footer {
  margin-top: 32px;
}
@media (min-width: 576px) {
  footer {
    margin-top: 34.66666667px;
  }
}
@media (min-width: 768px) {
  footer {
    margin-top: 37.33333333px;
  }
}
@media (min-width: 992px) {
  footer {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  footer {
    margin-top: 42.66666667px;
  }
}
@media (min-width: 1400px) {
  footer {
    margin-top: 45.33333333px;
  }
}
@media (min-width: 1600px) {
  footer {
    margin-top: 48px;
  }
}
footer .wrapper {
  max-width: 1100px;
}
footer .footer-content {
  padding-top: 84px;
  padding-bottom: 24px;
  background: linear-gradient(327deg, rgba(25, 23, 23, 0) 59.63%, var(--color-2) 94.2%), linear-gradient(213deg, rgba(25, 23, 23, 0) 59.94%, var(--color-2) 77.37%), url(//vgt.at/xstorage/1/_cache/20241203/footer-2_12368_1_e36b21779a9f37be61c4d8545cdcdea5.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
@media (max-width: 767px) {
  footer .footer-content {
    padding-block: 32px;
  }
}
footer .footer-content .footer-boxes {
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 50px;
  align-items: start;
}
@media (max-width: 1199px) {
  footer .footer-content .footer-boxes {
    column-gap: 60px;
  }
}
@media (max-width: 767px) {
  footer .footer-content .footer-boxes {
    row-gap: 32px;
  }
}
footer .footer-content .footer-boxes .footer-col {
  flex-basis: calc((100% - 125px) / 3 - 80px);
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
@media (max-width: 1199px) {
  footer .footer-content .footer-boxes .footer-col {
    flex-basis: calc(50%);
    row-gap: 32px;
  }
}
@media (max-width: 767px) {
  footer .footer-content .footer-boxes .footer-col {
    flex-basis: 100%;
  }
}
footer .footer-content .footer-boxes .footer-col.logo-col {
  flex-basis: 125px;
}
@media (max-width: 1199px) {
  footer .footer-content .footer-boxes .footer-col.logo-col {
    flex-basis: calc(50% - 30px);
    row-gap: 32px;
    align-items: flex-start;
  }
}
footer .footer-content .footer-boxes .footer-col .logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-content .footer-boxes .footer-col .logo-box .logo {
  margin-bottom: 20px;
  display: inline-block;
}
footer .footer-content .footer-boxes .footer-col .logo-box .logo img {
  width: 125px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1199px) {
  footer .footer-content .footer-boxes .footer-col .logo-box .logo img {
    width: 93px;
  }
}
footer .footer-content .footer-boxes .footer-col .logo-box .logo-text {
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  max-width: 125px;
}
footer .footer-content .footer-boxes .footer-col .logo-box .btn {
  margin-top: 38px;
  padding: 9px 25px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.345px;
  text-transform: uppercase;
}
footer .footer-content .footer-boxes .footer-col .logo-box .btn .btn-label {
  padding-top: 2px;
  display: inline-block;
  color: var(--color-2);
}
footer .footer-content .footer-boxes .footer-col .logo-box .btn .svg-circle circle {
  fill: var(--color-green);
}
footer .footer-content .footer-boxes .footer-col .logo-box .btn:hover .btn-label,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:focus .btn-label,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active:focus .btn-label,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active:focus .btn-label,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active .btn-label,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active .btn-label {
  color: var(--color-green);
}
footer .footer-content .footer-boxes .footer-col .logo-box .btn:hover .paw,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:focus .paw,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active:focus .paw,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active:focus .paw,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active .paw,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active .paw {
  fill: var(--color-green);
}
footer .footer-content .footer-boxes .footer-col .logo-box .btn:hover .svg-circle circle,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:focus .svg-circle circle,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active:focus .svg-circle circle,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active:focus .svg-circle circle,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active .svg-circle circle,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active .svg-circle circle {
  fill: var(--color-green);
}
footer .footer-content .footer-boxes .footer-col .logo-box .btn:hover .hover-start:before,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:focus .hover-start:before,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active:focus .hover-start:before,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active:focus .hover-start:before,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active .hover-start:before,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active .hover-start:before {
  border-top: solid 2px var(--color-green);
}
footer .footer-content .footer-boxes .footer-col .logo-box .btn:hover .hover-start:after,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:focus .hover-start:after,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active:focus .hover-start:after,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active:focus .hover-start:after,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active .hover-start:after,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active .hover-start:after {
  border-right: solid 2px var(--color-green);
}
footer .footer-content .footer-boxes .footer-col .logo-box .btn:hover .hover-end:before,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:focus .hover-end:before,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active:focus .hover-end:before,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active:focus .hover-end:before,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active .hover-end:before,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active .hover-end:before {
  border-bottom: solid 2px var(--color-green);
}
footer .footer-content .footer-boxes .footer-col .logo-box .btn:hover .hover-end:after,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:focus .hover-end:after,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active:focus .hover-end:after,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active:focus .hover-end:after,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled):active .hover-end:after,
footer .footer-content .footer-boxes .footer-col .logo-box .btn:not(:disabled):not(.disabled).active .hover-end:after {
  border-left: solid 2px var(--color-green);
}
footer .footer-content .footer-boxes .footer-col .footer-box {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 1199px) {
  footer .footer-content .footer-boxes .footer-col .footer-box {
    row-gap: 8px;
  }
}
@media (max-width: 767px) {
  footer .footer-content .footer-boxes .footer-col .footer-box {
    text-align: center;
  }
}
footer .footer-content .footer-boxes .footer-col .footer-box .box-title {
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  footer .footer-content .footer-boxes .footer-col .footer-box .box-title-mobile {
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
}
footer .footer-content .footer-boxes .footer-col .footer-box p,
footer .footer-content .footer-boxes .footer-col .footer-box a,
footer .footer-content .footer-boxes .footer-col .footer-box button {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
footer .footer-content .footer-boxes .footer-col .footer-box .footer-link {
  padding: 0;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
footer .footer-content .footer-boxes .footer-col .footer-box .footer-link:hover,
footer .footer-content .footer-boxes .footer-col .footer-box .footer-link:focus {
  color: var(--color-green);
}
@media (max-width: 767px) {
  footer .footer-content .footer-boxes .footer-col .footer-box address {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footer-content .footer-boxes .footer-col .footer-box .footer-links-list {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footer-content .footer-boxes .footer-col .footer-box .footer-links-list li {
    text-align: center;
  }
}
footer .footer-content .footer-boxes .footer-col .footer-box .footer-links-list li .footer-link {
  display: inline-block;
}
footer .footer-content .footer-boxes .footer-col .footer-box .footer-links-list li .footer-link:hover,
footer .footer-content .footer-boxes .footer-col .footer-box .footer-links-list li .footer-link:focus {
  color: var(--color-green);
}
footer .footer-content .footer-boxes .footer-col .footer-box .bank-info p {
  margin-bottom: 8px;
  max-width: 100%;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  hyphenate-limit-chars: 8 4 4;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;
  -ms-hyphenate-limit-chars: 8 4 4;
}
footer .footer-content .footer-boxes .socials {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
footer .footer-content .footer-boxes .socials .box-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
footer .footer-content .footer-boxes .socials .socials-list {
  display: flex;
  column-gap: 27px;
  align-items: center;
}
@media (max-width: 767px) {
  footer .footer-content .footer-boxes .socials .socials-list {
    column-gap: 20px;
  }
}
footer .footer-content .footer-boxes .socials .socials-list a {
  font-size: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-content .footer-boxes .socials .socials-list a .icon-fill {
  fill: var(--color-white);
  stroke: transparent;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  footer .footer-content .footer-boxes .socials .socials-list a .icon-fill {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}
footer .footer-content .footer-boxes .socials .socials-list a:hover .icon-fill,
footer .footer-content .footer-boxes .socials .socials-list a:focus .icon-fill {
  fill: var(--color-green);
}
footer .footer-menu {
  padding-block: 24px;
}
footer .footer-menu .footer-nav-list {
  display: flex;
  justify-content: center;
  column-gap: 23px;
  row-gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .footer-menu .footer-nav-list {
    column-gap: 12px;
  }
}
footer .footer-menu .footer-nav-list li .footer-nav-link {
  font-family: var(--font-primary);
  color: var(--color-1);
  display: inline-block;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: underline;
  position: relative;
}
@media (max-width: 767px) {
  footer .footer-menu .footer-nav-list li .footer-nav-link {
    text-decoration: none;
    font-size: 12px;
  }
}
footer .footer-menu .footer-nav-list li .footer-nav-link:hover,
footer .footer-menu .footer-nav-list li .footer-nav-link:focus {
  color: var(--color-green);
}
footer .footer-menu .footer-nav-list li .footer-nav-link:hover:before,
footer .footer-menu .footer-nav-list li .footer-nav-link:focus:before {
  color: var(--color-1);
}
footer .footer-menu .footer-nav-list li .footer-nav-link:before {
  content: '\2010';
  position: absolute;
  left: -13px;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .footer-menu .footer-nav-list li .footer-nav-link:before {
    display: none;
  }
}
footer .footer-menu .footer-nav-list li .footer-nav-text {
  font-family: var(--font-primary);
  color: var(--color-1);
  display: inline-block;
  font-size: 14px;
  line-height: 1.35;
}
@media (max-width: 767px) {
  footer .footer-menu .footer-nav-list li .footer-nav-text {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  footer .desktop-hidden {
    display: none !important;
  }
}
/*/xassets/uncompressed/source_map/132.css.css.map */
.share-buttons {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .share-buttons {
    display: none;
  }
}
@media (max-width: 767px) {
  .share-buttons .mobile-hidden {
    display: none;
  }
}
.share-buttons p {
  color: var(--color-2);
  font-size: 12px;
  margin-bottom: 4px;
  width: min-content;
  line-height: 1.1;
}
.share-buttons .socials-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
}
@media (max-width: 767px) {
  .share-buttons .socials-list:first-of-type {
    margin-bottom: 8px;
  }
}
.share-buttons .socials-list .btn-share {
  pointer-events: auto;
  background: var(--color-3);
  color: var(--color-2);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0 0 0 / 16%);
  padding: 0;
  transition: 300ms ease;
}
.share-buttons .socials-list .btn-share:hover,
.share-buttons .socials-list .btn-share:focus {
  background-color: var(--color-green);
}
.share-buttons .socials-list .btn-share .icon {
  object-fit: contain;
}
/*/xassets/uncompressed/source_map/152.css.css.map */
header {
  position: sticky;
  top: 0;
  z-index: 10;
  --color-font2: #dddbdb;
}
header.theme-lightgreen {
  --color-header-background: #9FD62B;
  --color-5: #648C11;
  --color-font2: #191717;
  --color-green: #E1F7B2;
}
header.theme-darkgreen {
  --color-header-background: #4B7520;
  --color-5: #30510f;
  --color-font2: #dddbdb;
  --color-green: #D5F0BA;
}
header.theme-green {
  --color-header-background: #09A347;
  --color-5: #0a7334;
  --color-font2: #dddbdb;
  --color-green: #BCE8BC;
}
header.theme-darkblue {
  --color-header-background: #013CB3;
  --color-5: #07296f;
  --color-font2: #dddbdb;
  --color-green: #ACC1EB;
}
header.theme-blue {
  --color-header-background: #0095D9;
  --color-5: #046a99;
  --color-font2: #dddbdb;
  --color-green: #B8E4F8;
}
header.theme-turquoise {
  --color-header-background: #28C8BF;
  --color-5: #258A84;
  --color-font2: #191717;
  --color-green: #C5F3F0;
}
header.theme-purple {
  --color-header-background: #BC4BC6;
  --color-5: #8E4594;
  --color-font2: #dddbdb;
  --color-green: #F3CCF8;
}
header.theme-lightpurple {
  --color-header-background: #E41E86;
  --color-5: #9d0f5a;
  --color-font2: #dddbdb;
  --color-green: #FFDAED;
}
header.theme-darkpurple {
  --color-header-background: #920774;
  --color-5: #73045b;
  --color-font2: #dddbdb;
  --color-green: #E1B9D8;
}
header.theme-pink {
  --color-header-background: #F74175;
  --color-5: #b11c47;
  --color-font2: #dddbdb;
  --color-green: #FCC9D2;
}
header.theme-red {
  --color-header-background: #DC0F1B;
  --color-5: #a70b14;
  --color-font2: #dddbdb;
  --color-green: #FECDD0;
}
header.theme-lightred {
  --color-header-background: #FF4949;
  --color-5: #DC0F1B;
  --color-font2: #dddbdb;
  --color-green: #FCCFCF;
}
header.theme-darkorange {
  --color-header-background: #EA462E;
  --color-5: #C82B14;
  --color-font2: #dddbdb;
  --color-green: #FFD4CE;
}
header.theme-orange {
  --color-header-background: #F68F2F;
  --color-5: #D35810;
  --color-font2: #191717;
  --color-green: #FFD9C1;
}
header.theme-yellow {
  --color-header-background: #FFD400;
  --color-5: #C4860C;
  --color-font2: #191717;
  --color-green: #FFF3C0;
}
header .bottom-header,
header .sticky-header {
  position: relative;
  z-index: 10;
  background-color: var(--color-header-background);
  padding-block: 18px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 767px) {
  header .bottom-header,
  header .sticky-header {
    padding-block: 16px;
  }
}
header .bottom-header .bottom-wrapper,
header .sticky-header .bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
header .bottom-header .main-nav,
header .sticky-header .main-nav {
  display: flex;
  align-items: center;
  gap: 122px;
}
@media (max-width: 1599px) {
  header .bottom-header .main-nav,
  header .sticky-header .main-nav {
    gap: 122px;
    gap: 6.35416667vw;
  }
}
@media (max-width: 1199px) {
  header .bottom-header .main-nav,
  header .sticky-header .main-nav {
    column-gap: 8px;
  }
}
header .bottom-header .main-nav .logo img,
header .sticky-header .main-nav .logo img {
  width: 93px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  header .bottom-header .main-nav .logo img,
  header .sticky-header .main-nav .logo img {
    width: 50px;
  }
}
header .bottom-header .main-nav .text-logo-white,
header .sticky-header .main-nav .text-logo-white {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  opacity: 0.9;
  max-width: 96px;
  margin: 0;
}
@media (min-width: 1200px) {
  header .bottom-header .main-nav .text-logo-white,
  header .sticky-header .main-nav .text-logo-white {
    display: none;
  }
}
@media (max-width: 1199px) {
  header .bottom-header .main-nav nav,
  header .sticky-header .main-nav nav {
    display: none;
  }
}
header .bottom-header .main-nav .nav-list,
header .sticky-header .main-nav .nav-list {
  display: flex;
  /*
                ============
                FIRST LEVEL
                ============
                */
}
header .bottom-header .main-nav .nav-list > li,
header .sticky-header .main-nav .nav-list > li {
  /*
                    ============
                    SECOND LEVEL
                    ============
                    */
}
header .bottom-header .main-nav .nav-list > li .nav-link,
header .sticky-header .main-nav .nav-list > li .nav-link {
  padding-inline: 36px;
  padding-block: 20px;
  cursor: pointer;
  color: var(--color-font2);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1599px) {
  header .bottom-header .main-nav .nav-list > li .nav-link,
  header .sticky-header .main-nav .nav-list > li .nav-link {
    padding-inline: 36px;
    padding-inline: 1.875vw;
  }
}
header .bottom-header .main-nav .nav-list > li .nav-link:before,
header .sticky-header .main-nav .nav-list > li .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% + 36px);
  width: 100%;
  transform: translate(-50%, -50%);
}
header .bottom-header .main-nav .nav-list > li .nav-link.has-sumbenu:after,
header .sticky-header .main-nav .nav-list > li .nav-link.has-sumbenu:after {
  content: '';
  position: absolute;
  left: calc(50% - 27px);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 18px solid var(--color-5);
  clear: both;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
header .bottom-header .main-nav .nav-list > li:hover .nav-link,
header .sticky-header .main-nav .nav-list > li:hover .nav-link,
header .bottom-header .main-nav .nav-list > li:focus .nav-link,
header .sticky-header .main-nav .nav-list > li:focus .nav-link,
header .bottom-header .main-nav .nav-list > li:focus-within .nav-link,
header .sticky-header .main-nav .nav-list > li:focus-within .nav-link {
  color: var(--color-green);
}
header .bottom-header .main-nav .nav-list > li:hover .subnav,
header .sticky-header .main-nav .nav-list > li:hover .subnav,
header .bottom-header .main-nav .nav-list > li:focus .subnav,
header .sticky-header .main-nav .nav-list > li:focus .subnav,
header .bottom-header .main-nav .nav-list > li:focus-within .subnav,
header .sticky-header .main-nav .nav-list > li:focus-within .subnav {
  opacity: 1;
  visibility: visible;
  max-height: 1080px;
}
header .bottom-header .main-nav .nav-list > li:hover .nav-link.has-sumbenu:after,
header .sticky-header .main-nav .nav-list > li:hover .nav-link.has-sumbenu:after {
  visibility: visible;
  opacity: 1;
}
header .bottom-header .main-nav .nav-list > li:first-child .nav-link,
header .sticky-header .main-nav .nav-list > li:first-child .nav-link {
  padding-left: 0;
}
header .bottom-header .main-nav .nav-list > li:last-child .nav-link,
header .sticky-header .main-nav .nav-list > li:last-child .nav-link {
  padding-right: 0;
}
header .bottom-header .main-nav .nav-list > li .subnav,
header .sticky-header .main-nav .nav-list > li .subnav {
  max-height: 0px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  background-color: var(--color-5);
  padding: 50px 0;
  width: auto;
  min-width: 225px;
  z-index: 49;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
header .bottom-header .main-nav .nav-list > li .subnav .subnav-wrapper,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-wrapper {
  display: flex;
  justify-content: center;
  column-gap: 90px;
  column-gap: 4.6875vw;
}
header .bottom-header .main-nav .nav-list > li .subnav .subnav-wrapper .subnav-box,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-wrapper .subnav-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .bottom-header .main-nav .nav-list > li .subnav .subnav-wrapper .subnav-box.small-box,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-wrapper .subnav-box.small-box {
  max-width: 164px;
}
header .bottom-header .main-nav .nav-list > li .subnav .subnav-label,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: inline-block;
}
header .bottom-header .main-nav .nav-list > li .subnav .subnav-label.active,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-label.active,
header .bottom-header .main-nav .nav-list > li .subnav .subnav-label:focus,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-label:focus,
header .bottom-header .main-nav .nav-list > li .subnav .subnav-label:hover,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-label:hover {
  color: var(--color-green);
}
header .bottom-header .main-nav .nav-list > li .subnav .subnav-image,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-image {
  margin-bottom: 24px;
}
header .bottom-header .main-nav .nav-list > li .subnav .subnav-image img,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-image img {
  width: 150px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
header .bottom-header .main-nav .nav-list > li .subnav .subnav-list,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
header .bottom-header .main-nav .nav-list > li .subnav .subnav-link,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.7px;
  color: var(--color-6);
}
header .bottom-header .main-nav .nav-list > li .subnav .subnav-link.btn-more,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-link.btn-more {
  margin-top: 40px;
  text-decoration-line: underline;
}
header .bottom-header .main-nav .nav-list > li .subnav .subnav-link:hover,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-link:hover,
header .bottom-header .main-nav .nav-list > li .subnav .subnav-link:focus,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-link:focus,
header .bottom-header .main-nav .nav-list > li .subnav .subnav-link.active,
header .sticky-header .main-nav .nav-list > li .subnav .subnav-link.active {
  color: var(--color-green);
}
header .bottom-header .search-donate,
header .sticky-header .search-donate {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  header .bottom-header .search-donate,
  header .sticky-header .search-donate {
    gap: 8px;
  }
}
header .bottom-header .search-donate .search-button,
header .sticky-header .search-donate .search-button {
  width: 60px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-5);
  padding: 6px 15px;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  header .bottom-header .search-donate .search-button,
  header .sticky-header .search-donate .search-button {
    display: none;
  }
}
header .bottom-header .search-donate .search-button .icon,
header .sticky-header .search-donate .search-button .icon {
  flex-shrink: 0;
  stroke: var(--color-3);
}
header .bottom-header .search-donate .search-button:hover .icon,
header .sticky-header .search-donate .search-button:hover .icon,
header .bottom-header .search-donate .search-button:focus .icon,
header .sticky-header .search-donate .search-button:focus .icon {
  stroke: var(--color-green);
}
header .bottom-header .search-donate .btn,
header .sticky-header .search-donate .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
}
@media (max-width: 767px) {
  header .bottom-header .search-donate .btn,
  header .sticky-header .search-donate .btn {
    padding: 6px 12px;
    gap: 4px;
  }
}
header .bottom-header .search-donate .btn.inactive,
header .sticky-header .search-donate .btn.inactive {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
header .bottom-header .search-donate .btn .btn-label,
header .sticky-header .search-donate .btn .btn-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.503px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-left: 2px;
}
@media (max-width: 767px) {
  header .bottom-header .search-donate .btn .btn-label,
  header .sticky-header .search-donate .btn .btn-label {
    font-size: 14px;
  }
}
header .bottom-header .search-donate .btn .paw,
header .sticky-header .search-donate .btn .paw {
  position: relative;
  z-index: 2;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  header .bottom-header .search-donate .btn .paw,
  header .sticky-header .search-donate .btn .paw {
    width: 21px;
    height: 20px;
  }
}
header .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
header .nav-mobile {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 35px;
  height: 30px;
}
@media (min-width: 1200px) {
  header .nav-mobile {
    display: none;
  }
}
header .nav-mobile .burger-menu {
  width: 35px;
  height: 30px;
  margin-bottom: 0;
  position: relative;
  z-index: 40;
}
header .nav-mobile .burger-menu .line {
  position: absolute;
  width: 23px;
  border-radius: 110px;
  height: 2px;
  background-color: var(--color-white);
  top: 50%;
  left: 6px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header .nav-mobile .burger-menu .line:before {
  content: '';
  width: 23px;
  height: 2px;
  border-radius: 110px;
  position: absolute;
  top: -8px;
  background-color: var(--color-white);
  right: 0;
  left: unset;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header .nav-mobile .burger-menu .line:after {
  content: '';
  width: 23px;
  height: 2px;
  position: absolute;
  bottom: -8px;
  border-radius: 110px;
  background-color: var(--color-white);
  right: 0;
  left: unset;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header.js-header .sticky-header {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
/*
=====================
MOBILE MENU ANIMATION
=====================
*/
header input[name='burger-menu']:checked ~ .mobile-menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
header input[name='burger-menu']:checked ~ .bottom-header .wrapper .line {
  background-color: transparent;
}
header input[name='burger-menu']:checked ~ .bottom-header .wrapper .line:before {
  -webkit-transform: translate(0) rotate(45deg);
  -moz-transform: translate(0) rotate(45deg);
  transform: translate(0) rotate(45deg);
  transform-origin: center;
  width: 26px;
  top: 1px;
  left: -1px;
}
header input[name='burger-menu']:checked ~ .bottom-header .wrapper .line:after {
  -webkit-transform: translate(0, 50%) rotate(-45deg);
  -moz-transform: translate(0, 50%) rotate(-45deg);
  transform: translate(0, 50%) rotate(-45deg);
  transform-origin: center;
  width: 26px;
  bottom: 1px;
  left: -1px;
}
/*
======================
KEYFRAME
======================
*/
/* ----------------------------------------------
 * Generated by Animista on 2024-12-2 11:17:42
 * Licensed under FreeBSD License.
 * See //animista.net/license for more info. 
 * w: //animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/*/xassets/uncompressed/source_map/130.css.css.map */
header .mobile-menu {
  position: fixed;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color-5);
  visibility: hidden;
  opacity: 0;
  overscroll-behavior: contain !important;
  overflow: auto;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  /* for Firefox */
}
@media (min-width: 1200px) {
  header .mobile-menu {
    display: none;
  }
}
header .mobile-menu::-webkit-scrollbar-track {
  background-color: var(--color-body);
}
header .mobile-menu::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
header .mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}
@-moz-document url-prefix() {
  header .mobile-menu {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) var(--color-primary);
  }
}
header .mobile-menu * {
  overscroll-behavior: contain !important;
}
header .mobile-menu .wrapper-mobile {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  justify-content: space-between;
  height: calc(100vh + 1px);
  padding-inline: 20px;
  padding-top: var(--utility-header-height-md);
}
@media (max-width: 767px) {
  header .mobile-menu .wrapper-mobile {
    padding-inline: 8px;
    padding-top: var(--utility-header-height-sm);
  }
}
header .mobile-menu .search-box {
  padding-block: 8px;
}
header .mobile-menu .nav-list-mobile {
  display: flex;
  flex-direction: column;
}
header .mobile-menu .nav-list-mobile > li .nav-item-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  background-color: var(--color-secondary);
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 8px;
}
header .mobile-menu .nav-list-mobile > li .nav-item-mobile:hover,
header .mobile-menu .nav-list-mobile > li .nav-item-mobile:focus {
  color: var(--color-green);
}
header .mobile-menu .nav-list-mobile > li .nav-item-mobile:hover .nav-link-mobile,
header .mobile-menu .nav-list-mobile > li .nav-item-mobile:focus .nav-link-mobile {
  color: var(--color-green);
}
header .mobile-menu .nav-list-mobile > li:last-child .nav-item-mobile {
  margin-bottom: 0;
}
header .mobile-menu .nav-list-mobile > li .nav-link-mobile {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  color: var(--color-1);
}
header .mobile-menu .nav-list-mobile > li .nav-link-mobile:hover,
header .mobile-menu .nav-list-mobile > li .nav-link-mobile:focus {
  color: var(--color-green);
}
header .mobile-menu .nav-list-mobile > li .nav-link-mobile .icon-chevron {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  fill: var(--color-font);
  -webkit-transition: fill 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: fill 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile {
  background: var(--color-body);
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  background-color: var(--color-2);
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li {
  background-color: var(--color-5);
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li:last-child .subnav-item-mobile {
  margin-bottom: 16px;
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .mobile-image {
  display: block;
  padding: 14px 32px;
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .mobile-image img {
  width: 114px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .subnav-item-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 32px;
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .subnav-item-mobile:hover,
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .subnav-item-mobile:focus {
  color: var(--color-green);
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .subnav-item-mobile:hover .subnav-link-mobile,
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .subnav-item-mobile:focus .subnav-link-mobile {
  color: var(--color-green);
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .subnav-link-mobile {
  color: var(--color-1);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.56px;
  text-transform: uppercase;
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .subsubmenu-mobile {
  background-color: var(--color-body);
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .subsubmenu-mobile .subsubnav-image {
  display: block;
  padding: 14px 32px 0 32px;
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .subsubmenu-mobile .subsubnav-image img {
  width: 114px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .subsubmenu-mobile .subsubnav-list-mobile .subsubnav-link-mobile {
  padding: 14px 32px;
  display: inline-block;
  color: var(--color-6);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.75px;
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .subsubmenu-mobile .subsubnav-list-mobile .subsubnav-link-mobile.btn-more {
  text-decoration-line: underline;
  margin-bottom: 20px;
}
header .mobile-menu .nav-list-mobile > li .submenu-mobile .subnav-list-mobile > li .subsubmenu-mobile .subsubnav-list-mobile .subsubnav-link-mobile .subnav-button {
  padding-left: 20px;
}
header .mobile-menu .socials {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding-bottom: 32px;
}
header .mobile-menu .socials .bottom-list-mobile {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
header .mobile-menu .socials .bottom-list-mobile .bottom-link-mobile {
  font-family: var(--font-primary);
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.22px;
  color: var(--color-1);
  opacity: 0.8;
}
header .mobile-menu .socials .socials-list-mobile {
  display: flex;
  column-gap: 16px;
  margin-top: auto;
  padding-top: 12px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
header .mobile-menu .socials .socials-list-mobile a {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .mobile-menu .socials .socials-list-mobile a svg {
  fill: var(--color-1);
}
/*
=====================
MOBILE SUBMENU ANIMATION
=====================
*/
header input[name='burger-submenu']:checked ~ .submenu-mobile {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  transform: translateY(0) !important;
  visibility: visible !important;
  opacity: 1 !important;
}
/*/xassets/uncompressed/source_map/131.css.css.map */
header.theme-default {
  --color-12: #E1F7B2;
}
header.theme-darkgreen {
  --color-12: #D5F0BA;
}
header.theme-green {
  --color-12: #BCE8BC;
}
header.theme-darkblue {
  --color-12: #ACC1EB;
}
header.theme-blue {
  --color-12: #B8E4F8;
}
header.theme-turquoise {
  --color-12: #C5F3F0;
}
header.theme-purple {
  --color-12: #F3CCF8;
}
header.theme-lightpurple {
  --color-12: #FFDAED;
}
header.theme-darkpurple {
  --color-12: #E1B9D8;
}
header.theme-pink {
  --color-12: #FCC9D2;
}
header.theme-red {
  --color-12: #FECDD0;
}
header.theme-lightred {
  --color-12: #FCCFCF;
}
header.theme-darkorange {
  --color-12: #FFD4CE;
}
header.theme-orange {
  --color-12: #FFD9C1;
}
header.theme-yellow {
  --color-12: #FFF3C0;
}
header .top-header {
  padding-block: 15px;
  background-color: var(--color-12);
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1199px) {
  header .top-header {
    display: none;
  }
}
header .top-header.hide {
  height: 0;
  padding: 0;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
header .top-header .top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-header .top-nav {
  display: flex;
  align-items: center;
  gap: 55px;
}
@media (max-width: 1599px) {
  header .top-header .top-nav {
    gap: 55px;
    gap: 2.86458333vw;
  }
}
header .top-header .top-nav .text-logo {
  font-size: 13px;
  color: var(--color-2);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
header .top-header .top-nav .topnav-list {
  display: flex;
}
header .top-header .top-nav .topnav-list li .topnav-link {
  display: inline-block;
  color: var(--color-2);
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.26px;
  padding-inline: 12px;
}
@media (max-width: 1399px) {
  header .top-header .top-nav .topnav-list li .topnav-link {
    padding-inline: 8px;
  }
}
header .top-header .top-nav .topnav-list li .topnav-link:hover,
header .top-header .top-nav .topnav-list li .topnav-link:focus {
  -webkit-animation: text-shadow-drop-br 0.6s both;
  animation: text-shadow-drop-br 0.6s both;
}
header .top-header .top-nav .topnav-list li:first-child .topnav-link {
  padding-left: 0;
}
header .top-header .top-nav .topnav-list li:last-child .topnav-link {
  padding-right: 0;
}
header .top-header .socials-language {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1599px) {
  header .top-header .socials-language {
    gap: 40px;
    gap: 2.08333333vw;
  }
}
header .top-header .socials-language .socials {
  display: flex;
  align-items: center;
}
header .top-header .socials-language .socials .socials-list {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
header .top-header .socials-language .socials .socials-list a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-2);
}
header .top-header .socials-language .socials .socials-list a .icon-fill {
  -webkit-transition: transform 100ms;
  -moz-transition: transform 100ms;
  transition: transform 100ms;
}
header .top-header .socials-language .socials .socials-list a:hover .icon-fill,
header .top-header .socials-language .socials .socials-list a:focus .icon-fill {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
/* ----------------------------------------------
 * Generated by Animista on 2025-2-25 13:11:55
 * Licensed under FreeBSD License.
 * See //animista.net/license for more info. 
 * w: //animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * @animation text-shadow-drop-br
 * ----------------------------------------
 */
@-webkit-keyframes text-shadow-drop-br {
  0% {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    text-shadow: 6px 6px 18px rgba(0, 0, 0, 0.35);
  }
}
@keyframes text-shadow-drop-br {
  0% {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  }
}
/*/xassets/uncompressed/source_map/138.css.css.map */
header .top-header .socials-language .language-list .dropdown-toggle {
  padding: 0;
}
header .top-header .socials-language .language-list .dropdown-toggle:after {
  display: none;
}
header .top-header .socials-language .language-list .language-text {
  color: var(--color-secondary);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.13px;
}
header .top-header .socials-language .language-list .dropdown-menu {
  background: var(--color-12);
}
header .top-header .socials-language .language-list .dropdown-menu.show {
  min-width: fit-content;
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
header .top-header .socials-language .language-list .dropdown-menu .lang-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
/*/xassets/uncompressed/source_map/139.css.css.map */
.footnote {
  overflow: visible;
  padding-block: 0;
}
.footnote .wrapper {
  background-color: var(--color-white);
  padding-block: 32px;
  padding-inline: 0;
}
@media (max-width: 767px) {
  .footnote .wrapper {
    padding-block: 24px;
  }
}
.footnote #footnote {
  scroll-margin-top: 120px;
}
.footnote .subline {
  color: var(--color-grey-50);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.13px;
  margin-bottom: 0;
  margin-left: 8px;
}
.footnote .text-html {
  background-color: var(--color-3);
  padding: 16px 24px;
  border-radius: 8px;
}
.footnote .text-html * {
  color: var(--color-2);
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.15px;
}
.footnote .text-html ul,
.footnote .text-html ol {
  margin-bottom: 0;
  padding-left: 1em;
}
/*/xassets/uncompressed/source_map/184.css.css.map */
@media (max-width: 767px) {
  .news .wrapper {
    padding: 0;
  }
}
.news .news-wrapper {
  background-color: var(--color-white);
  padding: 64px 34px;
}
@media (max-width: 767px) {
  .news .news-wrapper {
    padding: 32px 20px;
    border-radius: 0;
  }
}
.news .news-wrapper .subline {
  color: var(--color-9);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  max-width: 864px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .news .news-wrapper .subline {
    margin-bottom: 16px;
  }
}
.news .news-wrapper .headline {
  color: var(--color-2);
  max-width: 864px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .news .news-wrapper .headline {
    margin-bottom: 0;
  }
}
.news .news-wrapper .buttons-container {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .news .news-wrapper .buttons-container {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .news .news-wrapper .buttons-container .btn {
    flex-grow: 1;
  }
}
.news .news-wrapper .tile-wrapper {
  display: flex;
  column-gap: 33px;
  row-gap: 48px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper {
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .news .news-wrapper .tile-wrapper {
    display: block;
    margin-inline: -20px;
  }
}
@media (max-width: 767px) {
  .news .news-wrapper .tile-wrapper .slick-list {
    padding-inline: 20px;
    padding-bottom: 66px;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .news .news-wrapper .tile-wrapper .slick-track {
    display: flex !important;
  }
}
.news .news-wrapper .tile-wrapper .slick-prev {
  left: 20px;
}
.news .news-wrapper .tile-wrapper .slick-next {
  right: 20px;
}
.news .news-wrapper .tile-wrapper .blog {
  box-shadow: 0px 0px 4px 0px rgba(67, 71, 85, 0.27), 0px 4px 16px 0px rgba(90, 125, 188, 0.05);
  background-color: var(--color-white);
  border-radius: 16px;
  overflow: hidden;
  row-gap: 16px;
  display: grid;
  grid-template-rows: auto 1fr;
  flex-basis: calc(25% - 24.75px);
  position: relative;
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper .blog {
    flex-basis: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .news .news-wrapper .tile-wrapper .blog {
    margin-right: 20px;
    height: inherit !important;
    flex-basis: calc(50% - 10px) !important;
  }
}
.news .news-wrapper .tile-wrapper .blog:last-child {
  margin-right: 0;
}
.news .news-wrapper .tile-wrapper .blog .btn-copyright {
  top: 0;
  bottom: unset;
}
.news .news-wrapper .tile-wrapper .blog .blog-image {
  aspect-ratio: 5/3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news .news-wrapper .tile-wrapper .blog .blog-image {
    aspect-ratio: 4/3;
  }
}
.news .news-wrapper .tile-wrapper .blog .blog-text {
  padding: 0 24px 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .news-wrapper .tile-wrapper .blog .blog-text .subtitle {
  color: var(--color-9);
  font-family: var(--font-secondary);
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.14px;
  margin-bottom: 9px;
}
.news .news-wrapper .tile-wrapper .blog .blog-text .subtitle .location {
  display: none;
}
@media (max-width: 767px) {
  .news .news-wrapper .tile-wrapper .blog .blog-text .subtitle .location {
    display: inline;
  }
}
.news .news-wrapper .tile-wrapper .blog .blog-text .title {
  color: var(--color-2);
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}
.news .news-wrapper .tile-wrapper .blog .blog-text .description {
  margin-top: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  display: none;
}
@media (max-width: 767px) {
  .news .news-wrapper .tile-wrapper .blog .blog-text .description {
    display: block !important;
  }
}
.news .news-wrapper .tile-wrapper .blog .blog-text .description * {
  color: var(--color-2);
  line-height: 1.3;
  letter-spacing: -0.18px;
}
.news .news-wrapper .tile-wrapper .blog .blog-text .buttons-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  column-gap: 16px;
  row-gap: 8px;
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper .blog .blog-text .buttons-box {
    margin-top: 16px;
  }
}
.news .news-wrapper .tile-wrapper .blog .blog-text .buttons-box .btn {
  flex-grow: 1;
}
.news .news-wrapper .tile-wrapper .blog .blog-text .buttons-box .dropdown {
  display: none;
}
@media (max-width: 767px) {
  .news .news-wrapper .tile-wrapper .blog .blog-text .buttons-box .dropdown {
    display: inline-block;
  }
}
.news .news-wrapper .tile-wrapper .blog:nth-child(1),
.news .news-wrapper .tile-wrapper .blog:nth-child(2),
.news .news-wrapper .tile-wrapper .blog:nth-child(3) {
  flex-basis: calc(33.33% - 22px);
  row-gap: 24px;
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1),
  .news .news-wrapper .tile-wrapper .blog:nth-child(2),
  .news .news-wrapper .tile-wrapper .blog:nth-child(3) {
    flex-basis: calc(50% - 15px);
    row-gap: 16px;
  }
}
.news .news-wrapper .tile-wrapper .blog:nth-child(1) .subtitle,
.news .news-wrapper .tile-wrapper .blog:nth-child(2) .subtitle,
.news .news-wrapper .tile-wrapper .blog:nth-child(3) .subtitle {
  color: var(--color-2);
  font-family: var(--font-secondary);
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.14px;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .subtitle,
  .news .news-wrapper .tile-wrapper .blog:nth-child(2) .subtitle,
  .news .news-wrapper .tile-wrapper .blog:nth-child(3) .subtitle {
    margin-bottom: 9px;
  }
}
.news .news-wrapper .tile-wrapper .blog:nth-child(1) .subtitle .location,
.news .news-wrapper .tile-wrapper .blog:nth-child(2) .subtitle .location,
.news .news-wrapper .tile-wrapper .blog:nth-child(3) .subtitle .location {
  display: inline;
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .subtitle .location,
  .news .news-wrapper .tile-wrapper .blog:nth-child(2) .subtitle .location,
  .news .news-wrapper .tile-wrapper .blog:nth-child(3) .subtitle .location {
    display: none;
  }
}
@media (max-width: 767px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .subtitle .location,
  .news .news-wrapper .tile-wrapper .blog:nth-child(2) .subtitle .location,
  .news .news-wrapper .tile-wrapper .blog:nth-child(3) .subtitle .location {
    display: inline;
  }
}
.news .news-wrapper .tile-wrapper .blog:nth-child(1) .title,
.news .news-wrapper .tile-wrapper .blog:nth-child(2) .title,
.news .news-wrapper .tile-wrapper .blog:nth-child(3) .title {
  color: var(--color-2);
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .title,
  .news .news-wrapper .tile-wrapper .blog:nth-child(2) .title,
  .news .news-wrapper .tile-wrapper .blog:nth-child(3) .title {
    font-size: 20px;
  }
}
.news .news-wrapper .tile-wrapper .blog:nth-child(1) .description,
.news .news-wrapper .tile-wrapper .blog:nth-child(2) .description,
.news .news-wrapper .tile-wrapper .blog:nth-child(3) .description {
  display: block;
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .description,
  .news .news-wrapper .tile-wrapper .blog:nth-child(2) .description,
  .news .news-wrapper .tile-wrapper .blog:nth-child(3) .description {
    display: none;
  }
}
.news .news-wrapper .tile-wrapper .blog:nth-child(1) .buttons-box .dropdown,
.news .news-wrapper .tile-wrapper .blog:nth-child(2) .buttons-box .dropdown,
.news .news-wrapper .tile-wrapper .blog:nth-child(3) .buttons-box .dropdown {
  display: inline-block;
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .buttons-box .dropdown,
  .news .news-wrapper .tile-wrapper .blog:nth-child(2) .buttons-box .dropdown,
  .news .news-wrapper .tile-wrapper .blog:nth-child(3) .buttons-box .dropdown {
    display: none;
  }
}
@media (max-width: 767px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .buttons-box .dropdown,
  .news .news-wrapper .tile-wrapper .blog:nth-child(2) .buttons-box .dropdown,
  .news .news-wrapper .tile-wrapper .blog:nth-child(3) .buttons-box .dropdown {
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) {
    flex-basis: 100%;
  }
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .blog-image {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 767px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .blog-image {
    aspect-ratio: 4/3;
  }
}
.news .news-wrapper .tile-wrapper .blog:nth-child(1) .subtitle .location {
  display: inline;
}
.news .news-wrapper .tile-wrapper .blog:nth-child(1) .title {
  font-size: 24px;
}
@media (max-width: 767px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .title {
    font-size: 20px;
  }
}
.news .news-wrapper .tile-wrapper .blog:nth-child(1) .description {
  display: block;
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .description {
    display: block;
  }
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .buttons-box .btn {
    flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .buttons-box .btn {
    flex-grow: 1;
  }
}
.news .news-wrapper .tile-wrapper .blog:nth-child(1) .buttons-box .dropdown {
  display: inline-block;
}
@media (max-width: 1199px) {
  .news .news-wrapper .tile-wrapper .blog:nth-child(1) .buttons-box .dropdown {
    flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .news .slider-counter {
    display: none;
  }
}
/*/xassets/uncompressed/source_map/170.css.css.map */
.dropup {
  flex-grow: 1;
}
.dropup .btn {
  width: 100%;
}
.dropdown-menu {
  padding: 6px;
  min-width: 100%;
  margin: 0;
}
.dropdown-menu.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-menu .socials-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: flex;
  gap: 8px;
  width: fit-content;
}
.dropdown-menu .socials-list .btn-share {
  pointer-events: auto;
  background: var(--color-3);
  color: var(--color-2);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0;
}
.dropdown-menu .socials-list .btn-share img {
  object-fit: contain;
}
.dropdown-menu .socials-list .btn-share:hover .icon,
.dropdown-menu .socials-list .btn-share:focus .icon {
  stroke: var(--color-primary);
}
.dropdown-menu .socials-list .btn-share:hover .icon-fill,
.dropdown-menu .socials-list .btn-share:focus .icon-fill {
  fill: var(--color-primary);
}
/*/xassets/uncompressed/source_map/215.css.css.map */
.boxes-2 {
  background-color: var(--color-body);
  padding-block: 96px;
}
@media (max-width: 767px) {
  .boxes-2 {
    padding-block: 48px;
  }
}
.boxes-2 .headings {
  max-width: 1088px;
}
.boxes-2 .headings .subline {
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .boxes-2 .headings .subline {
    font-size: 18px;
  }
}
.boxes-2 .headings .headline {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .boxes-2 .headings .headline {
    margin-bottom: 24px;
  }
}
.boxes-2 .boxes-container {
  display: flex;
  column-gap: 30px;
  row-gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .boxes-2 .boxes-container {
    margin-inline: -20px;
    width: calc(100% + 40px);
  }
}
.boxes-2 .boxes-container .box {
  border-radius: 16px;
  overflow: hidden;
  flex-basis: calc(50% - 15px);
  display: grid;
  grid-template-rows: auto 1fr auto;
}
@media (max-width: 767px) {
  .boxes-2 .boxes-container .box {
    flex-basis: 100%;
    border-radius: 8px 8px 0 0;
  }
}
.boxes-2 .boxes-container .box .boxes-image {
  aspect-ratio: 7/4;
  position: relative;
}
.boxes-2 .boxes-container .box .v-media {
  height: 100%;
  overflow: hidden;
}
.boxes-2 .boxes-container .box .v-video {
  position: relative !important;
  height: 100%;
}
.boxes-2 .boxes-container .box .vjs-poster {
  background-size: cover;
}
.boxes-2 .boxes-container .box .v-video .vjs-tech {
  width: auto;
  height: auto;
  max-width: 100%;
  aspect-ratio: 7 / 4;
  object-fit: cover;
}
.boxes-2 .boxes-container .box .iframe-wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
}
.boxes-2 .boxes-container .box iframe {
  width: 100%;
  max-width: 100%;
}
.boxes-2 .boxes-container .box .boxes-text {
  background-color: var(--color-white);
  padding: 24px 24px 32px 24px;
}
@media (max-width: 767px) {
  .boxes-2 .boxes-container .box .boxes-text {
    padding: 20px 24px;
  }
}
.boxes-2 .boxes-container .box .boxes-text * {
  color: var(--color-2);
}
.boxes-2 .boxes-container .box .buttons-box {
  background-color: var(--color-white);
  padding: 0 24px 32px 24px;
}
@media (max-width: 767px) {
  .boxes-2 .boxes-container .box .buttons-box {
    padding: 0 24px 20px 24px;
  }
}
/*/xassets/uncompressed/source_map/204.css.css.map */
.accordion {
  padding: 0;
}
.accordion .wrapper {
  background-color: var(--color-white);
  padding-block: 24px;
  padding-inline: 0;
}
@media (max-width: 767px) {
  .accordion .wrapper {
    padding-block: 24px;
  }
}
@media (max-width: 767px) {
  .accordion .inner-wrapper {
    padding: 0;
  }
}
.accordion .headline {
  color: var(--color-9);
  font-family: var(--font-secondary);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .accordion .headline {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .accordion .headline {
    margin-inline: 20px;
    font-size: 18px;
  }
}
.accordion .accordion-card {
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(67, 71, 85, 0.27), 0px 4px 16px 0px rgba(90, 125, 188, 0.05);
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .accordion .accordion-card {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-card {
    border-radius: 0;
  }
}
.accordion .accordion-card:last-child {
  margin-bottom: 0;
}
.accordion .accordion-card .card-header {
  background: var(--color-3);
  padding: 0;
  border-radius: 0;
  border: none;
}
.accordion .accordion-card .card-header h3,
.accordion .accordion-card .card-header .accordion-btn {
  color: var(--color-2);
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.24px;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .accordion .accordion-card .card-header h3,
  .accordion .accordion-card .card-header .accordion-btn {
    font-size: 19px;
    padding: 16px 20px;
  }
}
.accordion .accordion-card .card-header h3 .icon,
.accordion .accordion-card .card-header .accordion-btn .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion .accordion-card .card-header h3[aria-expanded="false"] .icon,
.accordion .accordion-card .card-header .accordion-btn[aria-expanded="false"] .icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion .accordion-card .card-header h3 .accordion-headline,
.accordion .accordion-card .card-header .accordion-btn .accordion-headline {
  text-align: left;
}
.accordion .accordion-card .card-body {
  padding: 24px 48px;
}
@media (max-width: 767px) {
  .accordion .accordion-card .card-body {
    padding: 24px 20px;
  }
}
.accordion .accordion-card .card-body * {
  color: var(--color-2);
  font-size: 20px;
  letter-spacing: -0.2px;
}
.accordion .accordion-card .card-body *[href] {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .accordion .accordion-card .card-body * {
    font-size: 18px;
  }
}
/*/xassets/uncompressed/source_map/162.css.css.map */
.v-atom.v-text {
  padding: 0;
}
.v-atom.v-text .wrapper {
  background-color: var(--color-white);
  padding-block: 32px;
  padding-inline: 0;
}
@media (max-width: 767px) {
  .v-atom.v-text .wrapper {
    padding-block: 24px;
  }
}
.v-atom.v-text .small-text {
  color: var(--color-9);
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.14px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .v-atom.v-text .small-text {
    letter-spacing: 0.28px;
  }
}
.v-atom.v-text .notice {
  margin-bottom: 24px;
}
.v-atom.v-text .notice *,
.v-atom.v-text .notice {
  color: red;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32px;
}
@media (max-width: 767px) {
  .v-atom.v-text .notice *,
  .v-atom.v-text .notice {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}
.v-atom.v-text .leadtext {
  margin-bottom: 16px;
}
.v-atom.v-text .leadtext *,
.v-atom.v-text .leadtext {
  color: var(--color-2);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.24px;
}
@media (max-width: 767px) {
  .v-atom.v-text .leadtext *,
  .v-atom.v-text .leadtext {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.19px;
  }
}
.v-atom.v-text .text-html *,
.v-atom.v-text .text-html {
  color: var(--color-2);
}
.v-atom.v-text .text-html sup,
.v-atom.v-text .text-html sup * {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.24px;
}
.v-atom.v-text .text-html sup a,
.v-atom.v-text .text-html sup * a {
  text-decoration: none !important;
  color: var(--color-11);
}
/*
=======================
INNERE PADDINGS
=======================
*/
.text.p-large {
  padding-block: 64px;
}
@media (max-width: 767px) {
  .text.p-large {
    padding-block: 32px;
  }
}
/*/xassets/uncompressed/source_map/26.css.css.map */
.formular {
  padding: 0;
}
.formular .wrapper {
  background-color: var(--color-white);
  padding-block: 24px;
  padding-inline: 0;
}
@media (max-width: 767px) {
  .formular .wrapper {
    padding-block: 12px;
  }
}
.formular .inner-wrapper {
  display: flex;
  gap: 32px;
}
@media (max-width: 1199px) {
  .formular .inner-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .formular .inner-wrapper {
    padding-inline: 0;
  }
}
.formular .inner-wrapper .left {
  flex-basis: calc(50% - 16px);
  display: grid;
  grid-template-rows: auto 1fr;
}
@media (max-width: 767px) {
  .formular .inner-wrapper .left {
    padding-inline: 20px;
  }
}
.formular .inner-wrapper .black-box {
  color: var(--color-primary);
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--color-2);
  padding: 96px 58px;
  align-items: center;
}
@media (max-width: 767px) {
  .formular .inner-wrapper .black-box {
    padding: 40px;
  }
}
.formular .inner-wrapper .black-box .alert {
  position: absolute;
  top: 0;
  right: 0;
}
.formular .inner-wrapper .black-box h3 {
  font-size: 36px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .formular .inner-wrapper .black-box h3 {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
.formular .inner-wrapper .black-box .text-html * {
  font-size: 24px;
}
@media (max-width: 767px) {
  .formular .inner-wrapper .black-box .text-html * {
    font-size: 16px;
  }
}
.formular .inner-wrapper .black-box .text-html ul {
  padding-left: 0;
}
.formular .inner-wrapper .black-box .text-html ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.formular .inner-wrapper .black-box .text-html ul li:before {
  content: '·';
  font-size: 30px;
  line-height: 1.2;
  left: 0;
  position: absolute;
}
.formular .inner-wrapper .form-box {
  flex-basis: calc(50% - 16px);
  display: grid;
  grid-template-rows: auto 1fr;
}
@media (max-width: 767px) {
  .formular .inner-wrapper .form-box {
    background: var(--color-3);
    padding: 16px;
  }
}
.formular .inner-wrapper .form-box .gray-box {
  border-radius: 16px;
  overflow: hidden;
  background: var(--color-3);
  padding: 32px 16px;
}
@media (max-width: 767px) {
  .formular .inner-wrapper .form-box .gray-box {
    padding: 0;
  }
}
.formular .inner-wrapper .form-box .gray-box iframe {
  height: 100%;
  width: 100%;
}
.formular .subline {
  font-size: 18px;
  font-family: var(--font-secondary);
  color: var(--color-9);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .formular .subline {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .formular .subline {
    font-size: 18px;
    letter-spacing: 0.27px;
  }
}
/*/xassets/uncompressed/source_map/160.css.css.map */
.petition {
  padding: 0;
}
.petition .wrapper {
  background-color: var(--color-white);
  padding-block: 24px;
  padding-inline: 0;
}
@media (max-width: 767px) {
  .petition .wrapper {
    padding-block: 12px;
  }
}
.petition .headings {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .petition .headings {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.petition .headings .btn {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .petition .headings .btn {
    width: 100%;
  }
}
.petition .subline {
  color: var(--color-9);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .petition .subline {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.petition .headline {
  color: var(--color-2);
  margin-bottom: 0;
}
.petition .leadtext {
  margin-bottom: 16px;
}
.petition .leadtext * {
  color: var(--color-2);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.24px;
}
@media (max-width: 767px) {
  .petition .leadtext * {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.19px;
  }
}
/*/xassets/uncompressed/source_map/143.css.css.map */
.petition-update-wrapper .goal-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32px;
  margin-bottom: 11px;
  color: var(--color-2);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .petition-update-wrapper .goal-text {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.petition-update-wrapper .goal-text .highlighted {
  color: var(--color-primary-dark);
}
.petition-update-wrapper .progress {
  --progress: 0%;
  width: 100%;
  height: 28px;
  margin-bottom: 64px;
  position: relative;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .petition-update-wrapper .progress {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .petition-update-wrapper .progress {
    margin-bottom: 16px;
    height: 18px;
    border-radius: 4px;
  }
}
.petition-update-wrapper .progress .bar {
  position: relative;
  z-index: 2;
  width: var(--progress);
  height: 100%;
  background: var(--color-primary);
  background-repeat: repeat;
  -webkit-animation: shine 4s ease-in infinite;
  animation: shine 4s ease-in infinite;
  -webkit-transition: width 3s ease;
  -moz-transition: width 3s ease;
  transition: width 3s ease;
  border-radius: 8px;
  text-align: right;
}
@media (max-width: 767px) {
  .petition-update-wrapper .progress .bar {
    border-radius: 4px;
  }
}
.petition-update-wrapper .progress .bar .signatures {
  position: relative;
  margin-block: auto;
  margin-right: 12px;
  margin-left: 12px;
  top: 6px;
  bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.12px;
  color: var(--color-btn-text);
}
@media (max-width: 767px) {
  .petition-update-wrapper .progress .bar .signatures {
    top: 1px;
  }
}
.petition-update-wrapper .progress .total-signatures {
  position: absolute;
  margin-block: auto;
  right: 12px;
  top: 6px;
  bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.12px;
  color: var(--color-secondary);
}
@media (max-width: 767px) {
  .petition-update-wrapper .progress .total-signatures {
    top: 1px;
  }
}
@property --progress {
  syntax: '<length>';
  initial-value: 0%;
  inherits: true;
}
@keyframes shine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 50px;
  }
}
/*/xassets/uncompressed/source_map/281.css.css.map */
.hero {
  padding: 0;
  margin-bottom: 24px;
  position: relative;
  height: 420px;
}
@media (max-width: 767px) {
  .hero {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
  }
}
.hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(198deg, rgba(0, 0, 0, 0) 48.9%, rgba(25, 23, 23, 0.8) 100.9%), linear-gradient(201deg, rgba(0, 0, 0, 0) 44.49%, rgba(25, 23, 23, 0.8) 78.09%);
}
@media (max-width: 767px) {
  .hero:after {
    display: none;
  }
}
.hero .hero-image {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
  /*
		&:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 1;
			width: 100%;
			height: 100%;
			display: block;
			background: linear-gradient(
					198deg,
					rgba(0, 0, 0, 0) 48.9%,
					rgba(25, 23, 23, 0.8) 100.9%
				),
				linear-gradient(201deg, rgba(0, 0, 0, 0) 44.49%, rgba(25, 23, 23, 0.8) 78.09%);
				
			@media @maxSm {
				display: none;
			}
		}
		*/
}
@media (max-width: 767px) {
  .hero .hero-image {
    position: relative;
    aspect-ratio: 7/5;
    order: 2;
    border-radius: 8px 8px 0 0;
  }
}
.hero .inner-wrapper {
  position: relative;
  z-index: 2;
  padding: 32px 34px;
  height: 100%;
  width: 100%;
  max-width: 1156px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 8px;
}
@media (max-width: 767px) {
  .hero .inner-wrapper {
    order: 1;
    padding-block: 24px;
    padding-inline: 16px;
    display: flex;
    flex-direction: column;
  }
}
.hero .inner-wrapper .breadcrumbs-list {
  list-style-type: none;
  background-color: var(--color-primary);
  margin: 0;
  padding: 4px 12px;
  display: flex;
  width: fit-content;
  gap: 5px;
  flex-wrap: wrap;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hero .inner-wrapper .breadcrumbs-list {
    gap: 5px;
    padding: 0;
    order: 2;
    background-color: unset;
  }
}
.hero .inner-wrapper .breadcrumbs-list li {
  font-size: 16px;
  position: relative;
}
.hero .inner-wrapper .breadcrumbs-list li:before {
  content: '\00203a';
  position: relative;
  color: var(--color-breadcrumbs-text);
  top: 0;
  bottom: 0;
  margin-block: auto;
}
@media (max-width: 767px) {
  .hero .inner-wrapper .breadcrumbs-list li:before {
    color: var(--color-8);
  }
}
.hero .inner-wrapper .breadcrumbs-list li:first-child:before {
  display: none;
}
.hero .inner-wrapper .breadcrumbs-list li .breadcrumbs-link {
  font-family: var(--font-secondary);
  color: var(--color-breadcrumbs-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32px;
  /*
					&.first {
						@media @maxSm {
							background-image: url(//vgt.at/xstorage/1/_cache/20241023/home_158_1_a97c59249e3a3530ab68ecf087c0e130.svg);
							background-size: 14px 14px;
							background-repeat: no-repeat;
							background-position: 50% 50%;
							display: inline-block;
							text-indent: -1000px;
							padding: 4px 8px;
							height: 22px;
							width: 30px;
						}
					}
					*/
}
@media (max-width: 767px) {
  .hero .inner-wrapper .breadcrumbs-list li .breadcrumbs-link {
    color: var(--color-8);
    background-color: var(--color-5);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24px;
    padding: 4px 8px;
    border-radius: 4px;
  }
}
.hero .inner-wrapper .breadcrumbs-list li .breadcrumbs-link.active {
  color: var(--color-btn-text);
}
@media (max-width: 767px) {
  .hero .inner-wrapper .breadcrumbs-list li .breadcrumbs-link.active {
    background-color: var(--color-secondary);
    color: var(--color-white);
  }
}
.hero .inner-wrapper .subline {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1399px) {
  .hero .inner-wrapper .subline {
    font-size: 42px;
    font-size: 2.1875vw;
  }
}
@media (max-width: 1199px) {
  .hero .inner-wrapper .subline {
    font-size: 52px;
    font-size: 2.70833333vw;
  }
}
@media (max-width: 767px) {
  .hero .inner-wrapper .subline {
    font-size: 18px;
  }
}
.hero .inner-wrapper .headline {
  margin-bottom: 0;
  color: var(--color-white);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.96px;
}
@media (max-width: 767px) {
  .hero .inner-wrapper .headline {
    font-size: 28px;
    letter-spacing: 0.56px;
    order: 1;
  }
}
.notice {
  margin-bottom: 24px;
}
.notice *,
.notice {
  color: red;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32px;
}
@media (max-width: 767px) {
  .notice *,
  .notice {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}
.blog-details {
  background-color: var(--color-white);
  padding-block: 32px;
}
@media (max-width: 767px) {
  .blog-details {
    padding-block: 24px;
  }
}
.blog-details .date-location {
  color: var(--color-9);
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.14px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .blog-details .date-location {
    letter-spacing: 0.28px;
  }
}
.blog-details .leadtext {
  margin-bottom: 16px;
}
.blog-details .leadtext,
.blog-details .leadtext * {
  color: var(--color-2);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.24px;
}
@media (max-width: 767px) {
  .blog-details .leadtext,
  .blog-details .leadtext * {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.19px;
  }
}
.blog-details .text-html {
  color: var(--color-2);
}
.blog-details .text-html * {
  color: var(--color-2);
}
/*/xassets/uncompressed/source_map/145.css.css.map */