.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 */
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 */
.blog-overview {
  padding-top: 24px;
  padding-bottom: 48px;
  padding-inline: 34px;
}
@media (max-width: 1199px) {
  .blog-overview {
    padding-inline: 20px;
  }
}
.blog-overview .filters-container {
  margin-bottom: 40px;
}
.blog-overview .filters-container .filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.blog-overview .filters-container .filters .btn-filter {
  border-radius: 4px;
  padding: 8px 12px;
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32px;
  background: var(--color-5);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
}
.blog-overview .filters-container .filters .btn-filter .icon-fill {
  fill: currentColor;
  -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);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blog-overview .filters-container .filters .btn-filter.collapsed .icon-fill {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
.blog-overview .filters-container .filters .search-box {
  flex-grow: 1;
  margin-left: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .blog-overview .filters-container .filters .search-box {
    margin: 0;
  }
}
.blog-overview .filters-container .filters .search-box .blog-search {
  height: 44px;
}
.blog-overview .filters-container .filters .search-box .btn {
  flex-shrink: 0;
}
.blog-overview .filters-container .filters .themes-list,
.blog-overview .filters-container .filters .time-list {
  flex-basis: 100%;
  padding-top: 40px;
}
.blog-overview .filters-container .filters .themes-list .form-group,
.blog-overview .filters-container .filters .time-list .form-group {
  align-items: center;
}
.blog-overview .filters-container .filters .themes-list .blog-date,
.blog-overview .filters-container .filters .time-list .blog-date {
  height: 44px;
  border: 1px solid transparent;
  outline: unset;
}
.blog-overview .filters-container .filters .themes-list .blog-date:focus,
.blog-overview .filters-container .filters .time-list .blog-date:focus {
  border: 1px solid var(--color-primary);
}
.blog-overview .filters-container .filters .themes-list .date-box,
.blog-overview .filters-container .filters .time-list .date-box {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blog-overview .filters-container .filters .themes-list .date-box,
  .blog-overview .filters-container .filters .time-list .date-box {
    gap: 8px;
  }
}
.blog-overview .filters-container .filters .themes-list .date-box .date-col,
.blog-overview .filters-container .filters .time-list .date-box .date-col {
  flex-basis: calc(33.33% - 10.66px);
  max-width: 300px;
}
@media (max-width: 767px) {
  .blog-overview .filters-container .filters .themes-list .date-box .date-col,
  .blog-overview .filters-container .filters .time-list .date-box .date-col {
    flex-basis: calc(50% - 4px);
  }
}
.blog-overview .filters-container .filters .themes-list .date-box .buttons-container,
.blog-overview .filters-container .filters .time-list .date-box .buttons-container {
  display: flex;
  column-gap: 8px;
  flex-basis: auto;
}
@media (max-width: 767px) {
  .blog-overview .filters-container .filters .themes-list .date-box .buttons-container,
  .blog-overview .filters-container .filters .time-list .date-box .buttons-container {
    flex-basis: 100%;
    column-gap: 8px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .blog-overview .filters-container .filters .themes-list .date-box .buttons-container .btn,
  .blog-overview .filters-container .filters .time-list .date-box .buttons-container .btn {
    flex-basis: calc(50% - 4px);
  }
}
.blog-overview .filters-container .filter-button-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-overview .filter {
  border-radius: 4px;
  background: var(--color-5);
  padding: 8px 12px;
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32px;
}
.blog-overview .filter.filter-active {
  background: var(--color-9);
}
.blog-overview .subline {
  color: var(--color-1);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .blog-overview .subline {
    margin-bottom: 16px;
  }
}
.blog-overview .blog-container .js-itemcontainer {
  display: flex;
  column-gap: 32px;
  row-gap: 48px;
  flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 1199px) {
  .blog-overview .blog-container .js-itemcontainer {
    column-gap: 30px;
    row-gap: 30px;
  }
}
.blog-overview .blog-container .js-itemcontainer .xf_loadmore_item {
  box-shadow: 0px 0px 4px 0px rgba(67, 71, 85, 0.27), 0px 4px 16px 0px rgba(90, 125, 188, 0.05);
  background-image: linear-gradient(transparent 0%, var(--color-white) 5%, var(--color-white) 100%);
  border-radius: 16px;
  overflow: hidden;
  flex-basis: calc(33.33% - 21.33px);
  padding: 0;
  max-width: unset;
}
@media (max-width: 1199px) {
  .blog-overview .blog-container .js-itemcontainer .xf_loadmore_item {
    flex-basis: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .blog-overview .blog-container .js-itemcontainer .xf_loadmore_item {
    flex-basis: 100%;
  }
}
.blog-overview .blog-container .js-itemcontainer .loadmore-no-result {
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  overflow: visible;
  flex-basis: 100%;
  padding: 0;
  max-width: 100%;
  margin-bottom: 24px;
}
.blog-overview .js-loadmore-pager {
  margin-top: 24px;
}
.blog-overview .js-loadmore-pager ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  gap: 12px;
}
@media (max-width: 767px) {
  .blog-overview .js-loadmore-pager ul {
    gap: 8px;
  }
}
.blog-overview .js-loadmore-pager ul li .page-link,
.blog-overview .js-loadmore-pager ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  padding: 8px 12px;
  background: var(--color-5);
  border: none;
  border-radius: 999px;
  min-width: 37px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32px;
}
@media (max-width: 767px) {
  .blog-overview .js-loadmore-pager ul li .page-link,
  .blog-overview .js-loadmore-pager ul li span {
    font-size: 14px;
    padding: 6px 10px;
    min-width: 30px;
  }
}
.blog-overview .js-loadmore-pager ul li .page-link.prev:after,
.blog-overview .js-loadmore-pager ul li span.prev:after {
  content: '';
  position: relative;
  background: url(//vgt.at/xstorage/1/_cache/20241126/arrow-left-light_11763_1_3978e08fda57e7418287d2522d2f269e.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 21px;
  display: block;
}
@media (max-width: 767px) {
  .blog-overview .js-loadmore-pager ul li .page-link.prev:after,
  .blog-overview .js-loadmore-pager ul li span.prev:after {
    width: 10px;
    height: 19px;
  }
}
.blog-overview .js-loadmore-pager ul li .page-link.next:after,
.blog-overview .js-loadmore-pager ul li span.next:after {
  content: '';
  position: relative;
  background: url(//vgt.at/xstorage/1/_cache/20241126/arrow-right-light_11764_1_65a118e7c1417b6630541844b54c1169.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 21px;
  display: block;
}
@media (max-width: 767px) {
  .blog-overview .js-loadmore-pager ul li .page-link.next:after,
  .blog-overview .js-loadmore-pager ul li span.next:after {
    width: 10px;
    height: 19px;
  }
}
.blog-overview .js-loadmore-pager ul .active .current {
  background: var(--color-grey-50);
}
.blog-overview .js-loadmore-pager ul .disabled {
  opacity: 0.7;
}
.ui-datepicker {
  width: fit-content;
  padding: 0;
  border: none !important;
  border-radius: 12px;
  overflow: hidden;
  background: var(--color-3);
  box-shadow: 0px 0px 4px 0px rgba(67, 71, 85, 0.27), 0px 4px 16px 0px rgba(90, 125, 188, 0.05);
}
@media (max-width: 767px) {
  .ui-datepicker {
    border-radius: 8px;
  }
}
.ui-datepicker .ui-widget-header {
  background: var(--color-2);
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.45px;
  column-gap: 6px;
}
.ui-datepicker .ui-widget-header:before,
.ui-datepicker .ui-widget-header:after {
  display: none;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  -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);
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  left: 0;
  order: 1;
  border-radius: 999px;
  box-shadow: 0px 0px 4px 0px rgba(67, 71, 85, 0.27), 0px 4px 16px 0px rgba(90, 125, 188, 0.05);
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
  background: url(//vgt.at/xstorage/1/_cache/20241126/arrow-left-light_11763_1_3978e08fda57e7418287d2522d2f269e.svg);
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 23px;
  top: calc(50% - 12px);
  left: calc(50% - 7px);
  margin: 0;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next {
  -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);
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  right: 0;
  left: unset;
  order: 3;
  border-radius: 999px;
  box-shadow: 0px 0px 4px 0px rgba(67, 71, 85, 0.27), 0px 4px 16px 0px rgba(90, 125, 188, 0.05);
}
.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
  background: url(//vgt.at/xstorage/1/_cache/20241126/arrow-right-light_11764_1_65a118e7c1417b6630541844b54c1169.svg);
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 23px;
  top: calc(50% - 12px);
  left: calc(50% - 7px);
  margin: 0;
}
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-focus {
  background: var(--color-primary);
  border: none;
  cursor: pointer;
}
.ui-datepicker .ui-widget-header .ui-datepicker-title {
  order: 2;
  margin: 0;
  font-family: var(--font-primary);
}
.ui-datepicker .ui-widget-header .ui-datepicker-title .ui-datepicker-year {
  width: fit-content;
  border: none;
  outline: none;
  font-family: var(--font-primary);
  background: transparent;
  color: var(--color-font);
  margin: 0;
}
.ui-datepicker .ui-widget-header .ui-datepicker-title .ui-datepicker-year option {
  color: var(--color-body);
}
.ui-datepicker thead {
  border-bottom: 1px solid var(--color-font2);
  background: var(--color-white);
}
.ui-datepicker th {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.28px;
  padding: 8px 14px;
}
.ui-datepicker tr {
  vertical-align: top;
}
.ui-datepicker td {
  padding-block: 8px;
  text-align: center;
}
.ui-datepicker td .ui-state-default {
  color: var(--color-black);
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.28px;
  background: none;
  border: none;
  text-align: center;
  border-radius: 4px;
  width: fit-content;
  margin: auto;
  padding-inline: 7px;
}
.ui-datepicker .ui-datepicker-today > a {
  border: 1px solid var(--color-primary);
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-current-day > a,
.ui-datepicker .ui-datepicker-days-cell-over > a {
  background: var(--color-primary);
  font-weight: 700;
}
.ui-datepicker .is-event {
  position: relative;
}
.ui-datepicker .is-event:after {
  content: attr(title);
  border-radius: 999px;
  width: 14px;
  height: 14px;
  display: block;
  font-size: 9px;
  font-weight: 400;
  line-height: 4px;
  background: #cf0;
  padding: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  position: absolute;
}
.ui-datepicker .is-event > a {
  font-weight: 700;
}
/*/xassets/uncompressed/source_map/124.css.css.map */
.blog-item {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  justify-content: space-between;
  height: 100%;
}
.blog-item .blog-content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  position: relative;
}
.blog-item .blog-content .btn-copyright {
  top: 0;
  bottom: unset;
}
.blog-item .blog-image {
  aspect-ratio: 5/3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-item .blog-image {
    aspect-ratio: 4/3;
  }
}
.blog-item .blog-image:not(:has(img)) {
  background: white;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.blog-item .blog-text {
  padding: 0 24px;
}
.blog-item .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;
}
.blog-item .blog-text .title {
  color: var(--color-2);
  font-size: 20px;
  line-height: 1.2;
}
.blog-item .blog-text .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.blog-item .blog-text .description * {
  color: var(--color-2);
  line-height: 1.3;
  letter-spacing: -0.18px;
}
.blog-item .buttons-box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
  padding: 0 24px 32px 24px;
}
@media (max-width: 767px) {
  .blog-item .buttons-box .width-sm-100 {
    width: 100%;
  }
}
.blog-item .buttons-box .btn {
  flex-grow: 1;
}
.blog-item .buttons-box .btn:after {
  display: none;
}
/*
============================
PETITION
============================
*/
.blog-item .goal-text {
  color: var(--color-9);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-item .goal-text {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.blog-item .goal-text .highlighted {
  color: #577316;
}
.blog-item .petition-update-wrapper .progress {
  --progress: 0%;
  width: 100%;
  height: 18px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 4px;
}
.blog-item .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: 4px;
  text-align: right;
}
.blog-item .petition-update-wrapper .progress .bar .signatures {
  position: relative;
  margin-block: auto;
  margin-right: 12px;
  margin-left: 12px;
  top: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.12px;
  color: var(--color-secondary);
}
.blog-item .petition-update-wrapper .progress .total-signatures {
  position: absolute;
  margin-block: auto;
  right: 12px;
  top: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.12px;
  color: var(--color-secondary);
}
@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/140.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 */
.gallery {
  padding-block: 0;
}
.gallery .wrapper {
  background-color: var(--color-3);
  padding-block: 96px;
  padding-inline: 0;
}
@media (max-width: 1199px) {
  .gallery .wrapper {
    padding-block: 60px;
  }
}
@media (max-width: 767px) {
  .gallery .wrapper {
    padding-block: 48px;
  }
}
.gallery .headline {
  color: var(--color-2);
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .gallery .headline {
    margin-bottom: 24px;
  }
}
.gallery.gallery-collapsed .gallery-container {
  overflow: hidden;
  max-height: 680px;
}
@media (max-width: 1399px) {
  .gallery.gallery-collapsed .gallery-container {
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .gallery.gallery-collapsed .gallery-container {
    max-height: 680px;
  }
}
@media (max-width: 767px) {
  .gallery.gallery-collapsed .gallery-container {
    max-height: calc(40vw * 2);
  }
}
.gallery.gallery-collapsed .js-more-button {
  display: inline-block;
}
.gallery.gallery-uncollapsed .gallery-container {
  overflow: visible;
  max-height: none;
  height: auto;
}
.gallery.gallery-uncollapsed .js-more-button {
  display: none;
}
.gallery .gallery-container {
  margin: 0 -16px;
}
@media (max-width: 1199px) {
  .gallery .gallery-container {
    margin: 0 -8px;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-container {
    margin: 0 4px;
  }
}
.gallery .gallery-container:after {
  content: '';
  display: block;
  clear: both;
}
.gallery .gallery-container .gallery-sizer,
.gallery .gallery-container .gallery-item {
  width: 25%;
}
.gallery .gallery-container .gallery-item {
  float: left;
  width: 25%;
  height: 340px;
  padding: 16px;
  position: relative;
}
@media (max-width: 1399px) {
  .gallery .gallery-container .gallery-item {
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .gallery .gallery-container .gallery-item {
    width: 50%;
    height: 340px;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-container .gallery-item {
    height: 40vw;
    padding: 4px;
  }
}
.gallery .gallery-container .gallery-item .btn-copyright {
  bottom: 16px;
  right: 16px;
}
@media (max-width: 767px) {
  .gallery .gallery-container .gallery-item .btn-copyright {
    bottom: 0px;
    right: 0px;
  }
}
.gallery .gallery-container .gallery-item .img {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .gallery .gallery-container .gallery-item .img {
    border-radius: 4px;
  }
}
.gallery .gallery-container .gallery-item:nth-child(4n + 2) .img {
  border-radius: 0 16px 16px 0;
}
@media (max-width: 1199px) {
  .gallery .gallery-container .gallery-item:nth-child(4n + 2) .img {
    border-radius: 4px;
  }
}
.gallery .gallery-container .gallery-item:nth-child(4n + 5) .img {
  border-radius: 16px 0 0 16px;
}
@media (max-width: 1199px) {
  .gallery .gallery-container .gallery-item:nth-child(4n + 5) .img {
    border-radius: 4px;
  }
}
.gallery .buttons-container {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .gallery .buttons-container {
    margin-top: 24px;
    padding-inline: 20px;
  }
}
.gallery .pswp {
  height: 0;
}
/*
========================
SLIDER
========================
*/
.gallery .gallery-slider {
  margin: 0 -16px;
}
@media (max-width: 1199px) {
  .gallery .gallery-slider {
    margin: 0 -8px;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-slider {
    margin: 0 4px;
  }
}
.gallery .gallery-slider:after {
  content: '';
  display: block;
  clear: both;
}
.gallery .gallery-slider .slick-arrow {
  top: calc(50% - 15px);
  bottom: unset;
  height: 30px;
  width: 30px;
}
.gallery .gallery-slider .slick-prev {
  left: 16px;
}
@media (max-width: 767px) {
  .gallery .gallery-slider .slick-prev {
    left: 8px;
  }
}
.gallery .gallery-slider .slick-next {
  right: 16px;
}
@media (max-width: 767px) {
  .gallery .gallery-slider .slick-next {
    right: 8px;
  }
}
.gallery .gallery-slider .gallery-item {
  width: 25%;
}
.gallery .gallery-slider .gallery-item {
  float: left;
  width: 25%;
  height: 340px;
  padding: 16px;
  position: relative;
}
@media (max-width: 1399px) {
  .gallery .gallery-slider .gallery-item {
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .gallery .gallery-slider .gallery-item {
    width: 50%;
    height: 340px;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-slider .gallery-item {
    height: 40vw;
    padding: 4px;
  }
}
.gallery .gallery-slider .gallery-item .btn-copyright {
  bottom: 16px;
  right: 16px;
}
@media (max-width: 767px) {
  .gallery .gallery-slider .gallery-item .btn-copyright {
    bottom: 0px;
    right: 0px;
  }
}
.gallery .gallery-slider .gallery-item .img {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .gallery .gallery-slider .gallery-item .img {
    border-radius: 4px;
  }
}
.gallery .gallery-slider .gallery-item:nth-child(4n + 1) .img {
  border-radius: 0 16px 16px 0;
}
@media (max-width: 1199px) {
  .gallery .gallery-slider .gallery-item:nth-child(4n + 1) .img {
    border-radius: 4px;
  }
}
.gallery .gallery-slider .gallery-item:nth-child(4n + 4) .img {
  border-radius: 16px 0 0 16px;
}
@media (max-width: 1199px) {
  .gallery .gallery-slider .gallery-item:nth-child(4n + 4) .img {
    border-radius: 4px;
  }
}
/*/xassets/uncompressed/source_map/150.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 */
.image-text {
  padding-block: 0;
}
.image-text .wrapper {
  background-color: var(--color-white);
  padding-block: 24px;
}
@media (max-width: 767px) {
  .image-text .wrapper {
    padding: 0;
  }
}
.image-text .image-text-wrapper {
  background-color: var(--color-white);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px rgba(67, 71, 85, 0.27), 0px 4px 16px 0px rgba(90, 125, 188, 0.05);
}
@media (max-width: 1199px) {
  .image-text .image-text-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .image-text .image-text-wrapper {
    border-radius: 8px 8px 0 0;
  }
}
.image-text .image-text-wrapper .image-box {
  flex-basis: 45%;
  position: relative;
}
@media (max-width: 1199px) {
  .image-text .image-text-wrapper .image-box {
    flex-basis: 100%;
  }
}
.image-text .image-text-wrapper .image-box .img {
  aspect-ratio: 3/2;
}
@media (max-width: 1199px) {
  .image-text .image-text-wrapper .image-box .img {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 767px) {
  .image-text .image-text-wrapper .image-box .img {
    aspect-ratio: 3/2;
  }
}
.image-text .image-text-wrapper .text-box {
  flex-basis: 55%;
  padding: 48px 32px;
}
@media (max-width: 1199px) {
  .image-text .image-text-wrapper .text-box {
    flex-basis: 100%;
    padding: 36px 24px;
  }
}
@media (max-width: 767px) {
  .image-text .image-text-wrapper .text-box {
    padding: 24px 20px;
  }
}
.image-text .image-text-wrapper .text-box .headline {
  color: var(--color-2);
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .image-text .image-text-wrapper .text-box .headline {
    margin-bottom: 24px;
  }
}
.image-text .image-text-wrapper .text-box .text-html * {
  color: var(--color-2);
}
/*
=============
IMAGE RIGHT
=============
*/
.image-text.image-right .image-text-wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .image-text.image-right .image-text-wrapper {
    flex-direction: column;
  }
}
/*/xassets/uncompressed/source_map/178.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 */
.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;
  }
}
.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/276.css.css.map */