/* Reset Rules */
/* FIX for laptops with scale screen 125% preset */
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@media (-webkit-device-pixel-ratio: 1.25) {
  :root {
    zoom: 0.8;
  }

  .modal-backdrop {
    width: 125vw;
    height: 125vh;
  }

  .chrome .modal-fullscreen {
    width: 125vw !important;
  }

  .chrome .anchor {
    top: -110px !important;
  }
}

/* --------------------------------- */
*:last-child:not(:first-child):not(.container):not(.container-fluid):not(.override) {
  margin-bottom: 0 !important;
}

p,
li {
  margin-bottom: 0 !important;
}

img {
  display: block;
}

/* Hiding Skip-Link */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.g-6,
.gy-6 {
  --mdb-gutter-y: 6rem;
}

.g-6,
.gx-6 {
  --mdb-gutter-x: 6rem;
}

.g-7,
.gy-7 {
  --mdb-gutter-y: 7rem;
}

.g-7,
.gx-7 {
  --mdb-gutter-x: 7rem;
}

.btn {
  position: relative;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.navbar .navbar-toggler:before,
.navbar .navbar-toggler:after,
.hero .container .logo-main:before,
.hero .container .headline:before,
.footer .footer-ins .logo:before,
.modal .modal-body .carousel-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}

/* FONTS */
.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

/* ---------- LAYOUT ---------- */
section,
.section {
  position: relative;
}

.row,
[class*='container'] {
  --mdb-gutter-x: 2rem;
}

@media (min-width: 1200px) {

  .row,
  [class*='container'] {
    --mdb-gutter-x: 3rem;
  }
}

.container {
  z-index: 1;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .container {
    max-width: 100vw;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 145rem;
  }
}

.container-fluid.content {
  overflow: hidden;
}

/* Typograph Rules */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
p,
ul {
  margin-bottom: 0;
}

h1.no-after:after,
.h1.no-after:after,
h2.no-after:after,
.h2.no-after:after,
h3.no-after:after,
.h3.no-after:after,
h4.no-after:after,
.h4.no-after:after,
h5.no-after:after,
.h5.no-after:after,
p.no-after:after,
ul.no-after:after {
  display: none;
}

h1,
.h1 {
  font-size: 3.7rem;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  width: fit-content !important;
}

.h1-statistics {
  font-size: 2em !important;
}

h1:not(:first-child),
.h1:not(:first-child) {
  margin-top: 1.5em;
}

@media (min-width: 768px) {

  h1,
  .h1 {
    font-size: 2.5em;
  }
}

h2,
.h2 {
  font-size: 1.7em;
  line-height: normal;
  text-transform: none;
  text-align: center;
  font-weight: 600;
  color: #1D7F35;
}

@media (min-width: 768px) {

  h2,
  .h2 {
    font-size: 2.2em;
  }
}

@media (max-width: 991.98px) and (orientation: landscape) {

  h2,
  .h2 {
    font-size: 1.7rem;
  }
}

h2:not(:first-child),
.h2:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 992px) {

  h2:not(:first-child),
  .h2:not(:first-child) {
    margin-top: 2rem;
  }
}

h3,
.h3 {
  font-size: 1.4em;
  line-height: normal;
  text-transform: none;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 992px) {

  h3,
  .h3 {
    font-size: 1.8em;
  }
}

h3:not(:first-child),
.h3:not(:first-child) {
  margin-top: 2rem;
}

@media (min-width: 992px) {

  h3:not(:first-child),
  .h3:not(:first-child) {
    margin-top: 3rem;
  }
}

h4,
.h4 {
  font-size: 1.05em;
  line-height: normal;
  font-weight: 600;
}

@media (min-width: 992px) {

  h4,
  .h4 {
    font-size: 1.2em;
  }
}

h4:not(:first-child),
.h4:not(:first-child) {
  margin-top: 2rem;
}

@media (min-width: 992px) {

  h4:not(:first-child),
  .h4:not(:first-child) {
    margin-top: 3rem;
  }
}

a {
  color: inherit;
  text-decoration: underline;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a.btn-link {
  text-decoration: none;
}

a.btn-link:hover {
  color: #000;
  text-decoration: none;
}

a.link-ico {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: fit-content;
}

a.link-ico [class*='ico-'] {
  margin-right: 1rem;
}

a.link-ico svg {
  transition: all 0.2s ease-in-out;
  margin-left: 1rem;
}

a.link-ico:hover {
  color: #000;
}

a.link-ico:hover svg {
  fill: #000;
}

p {
  font-weight: 300;
}

p:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  p:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.fw-400,
.regular {
  font-weight: 400;
}

.fw-500,
.medium {
  font-weight: 500;
}

.fw-600,
.semibold {
  font-weight: 600;
}

.fw-700,
.bold {
  font-weight: 700;
}

.fw-900,
.black {
  font-weight: 900;
}

.text-wht {
  color: #fff;
}

.text-wht li:before {
  background-color: #fff !important;
}

.text-no-transform {
  text-transform: none !important;
}

ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu) {
  padding-left: 1.32em;
  margin-bottom: 0;
}

ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu):not(:first-child) {
  margin-top: 1rem;
}

ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu) li {
  font-size: 1.5rem;
  white-space: normal;
  padding: 0;
  line-height: normal;
  width: 100%;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 576px) {
  ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu) li {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu) li {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu) li {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu) li {
    font-size: 1.6rem;
  }
}

@media (min-width: 1400px) {
  ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu) li {
    font-size: 1.8rem;
  }
}

@media (min-width: 1920px) {
  ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu) li {
    font-size: 1.8rem;
  }
}

@media (min-width: 3456px) {
  ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu) li {
    font-size: 1.8rem;
  }
}

ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu) li:not(:first-child) {
  margin-top: 1rem;
}

ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu) li:before {
  content: "";
  display: inline-block;
  width: 0.22em;
  height: 0.22em;
  border-radius: 100%;
  background-color: #fff;
  margin-left: -0.22em;
  transform: translateX(-13px) translateY(-0.3em);
}

ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu) ul {
  margin-top: 2px;
  padding-left: 4px;
  padding-right: 0 !important;
}

ul:not(.navbar-nav):not(.nav-pills):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu) ul li:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1.5px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: -0.22em;
  transform: translateX(-13px) translateY(-0.3em);
}

ul.arrow li:before {
  content: '';
  display: block;
  border-radius: 0;
  background-color: transparent;
  width: 2.2rem !important;
  height: 2.2rem !important;
  min-width: 2.2rem !important;
  max-width: 2.2rem !important;
  min-height: 2.2rem !important;
  max-height: 2.2rem !important;
  background-image: url("../images/ico-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-top: 0;
}

@media (min-width: 768px) {
  ul.arrow li:before {
    margin-top: 5px;
  }
}

ol {
  padding-left: 1.2rem;
}

ol li {
  margin-bottom: 2rem;
}

sup {
  font-size: 60%;
  top: -1em;
}

/* BUTTONS */
.btn-line {
  position: relative;
  display: flex;
  justify-content: center;
}

.btn-line .btn {
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 4rem;
}

.btn {
  font-size: 0.8em;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 0rem;
  border-style: solid;
  box-shadow: none;
  text-decoration: none;
  text-transform: none;
  background-image: none;
  margin: 0;
  width: max-content;
  padding: 0 3rem;
  border-radius: 1rem;
  height: 5rem;
  line-height: 5rem;
  font-weight: 400;
  letter-spacing: 0;
}

.btn:hover {
  text-decoration: none;
}

.mob .btn {
  transition: all 0s;
}

.btn-primary {
  background-color: #AFCA0B;
  color: #000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #FFCC00;
  color: #000;
  box-shadow: none !important;
}

.btn-link {
  border: none;
  padding: 0;
  color: #F727FD;
  height: auto;
  line-height: normal;
}

.btn-link:hover {
  color: #F727FD;
  padding: 0;
  background-color: transparent;
}

.btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2812 0.30625C18.6688 -0.0812511 19.3062 -0.0812511 19.6938 0.30625C20.0813 0.69375 20.0813 1.33125 19.6938 1.71875L11.4125 10L19.6938 18.2813C20.0813 18.6688 20.0813 19.3063 19.6938 19.6938C19.3062 20.0813 18.6688 20.0813 18.2812 19.6938L10 11.4125L1.725 19.6938C1.3375 20.0813 0.7 20.0813 0.3125 19.6938C-0.0750001 19.3063 -0.0750001 18.6688 0.3125 18.2813L8.5875 10L0.30625 1.71875C-0.08125 1.33125 -0.08125 0.69375 0.30625 0.30625C0.69375 -0.0812511 1.33125 -0.0812511 1.71875 0.30625L10 8.5875L18.2812 0.30625Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 40%;
}

/* General Rules */
html {
  font-size: 10px;
}

body {
  font-size: 1.5rem;
  font-family: "PT Serif", serif;
  font-optical-sizing: auto;
  font-display: swap;
  text-rendering: geometricPrecision;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  overflow-x: hidden;
  padding-right: 0;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  min-height: 100vh;
}

@media (min-width: 576px) {
  body {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}

@media (min-width: 1400px) {
  body {
    font-size: 1.8rem;
  }
}

@media (min-width: 1920px) {
  body {
    font-size: 1.8rem;
  }
}

@media (min-width: 3456px) {
  body {
    font-size: 1.8rem;
  }
}

@media (max-width: 374.98px) {
  body {
    font-size: calc(14vw/3.75);
  }
}

/*---- HEADER ----*/
.navbar {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  z-index: 2;
  box-shadow: none;
  padding: 2rem 0;
}

.navbar:has(.navbar-toggler.collapsed) {
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0px);
}

.sticky-nav .navbar {
  backdrop-filter: blur(15px) !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.sticky-nav .navbar:has(.navbar-toggler.collapsed) {
  background-color: rgba(255, 255, 255, 0.6);
}

.navbar .navbar-collapse {
  padding-top: 2rem;
  max-height: calc(100vh - 66px);
  height: calc(100vh - 66px);
  overflow-y: auto;
}

.navbar .navbar-collapse .nav-item {
  width: fit-content;
}

.navbar .navbar-toggler {
  position: relative;
  margin-left: auto;
  height: 2.6rem;
  width: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

.navbar .navbar-toggler i,
.navbar .navbar-toggler:before,
.navbar .navbar-toggler:after {
  transition: all 0.3s ease-in-out;
  display: block;
  width: 3.5rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 1rem;
}

.sticky-nav .navbar .navbar-toggler i,
.sticky-nav .navbar .navbar-toggler:before,
.sticky-nav .navbar .navbar-toggler:after {
  background-color: #1D7F35;
}

.navbar .navbar-toggler[aria-expanded="true"] {
  justify-content: center;
}

.navbar .navbar-toggler[aria-expanded="true"] i {
  opacity: 0;
}

.navbar .navbar-toggler[aria-expanded="true"]:before,
.navbar .navbar-toggler[aria-expanded="true"]:after {
  background-color: #1D7F35;
}

.navbar .navbar-toggler[aria-expanded="true"]:before {
  transform: translateY(3px) rotate(45deg);
}

.navbar .navbar-toggler[aria-expanded="true"]:after {
  transform: translateY(-3px) rotate(-45deg);
}

/*---- HERO ----*/
.hero {
  /* height: 80vh; */
  display: flex;
  overflow: hidden;
  padding-top: 0;
}

/* @media (min-width: 576px) and (max-width: 991.98px) and (orientation: landscape) {
  .hero {
    height: 100vh;
  }
} */

@media (min-width: 992px) and (orientation: landscape) {
  .hero {
    /* height: calc(730vw/15); */
    /* height: 90vh; */
    /* max-height: 730px; */

  }
}

/* @media (min-width: 768px) and (orientation: portrait) {
  .hero {
    height: 75vh;
  }
} */

@media (min-width: 1920px) {
  .hero {
    height: calc(730vw/19.2);
    max-height: 950px;
  }
}

@media (min-width: 991.98px) {
  .hero .bg-layer {
    height: 80vh;
  }
}

/* @media (max-width: 767.98px) {
  .hero .bg-layer {
    inset: 0 0 22vh 0;
  }
} */

.hero .container {
  position: relative;
}

.hero .container .logo-main {
  position: absolute;
  top: 9%;
  left: 0;
  max-width: 38rem;
  width: calc(380vw/4.3);
  height: auto;
}

@media (min-width: 992px) {
  .hero .container .logo-main {
    width: calc(555vw/19.2);
    max-width: 55.5rem;
  }
}

@media (max-width: 991.98px) {
  .hero .container .logo-main {
    left: 50%;
    transform: translateX(-50%);
  }
}

.hero .container .logo-main:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 100%;
  width: 60rem;
  height: 60rem;
  transform: translate(-47%, -65%);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.65);
}

@media (max-width: 991.98px) {
  .hero .container .logo-main:before {
    transform: translate(-50%, -60%);
  }
}

@media (min-width: 992px) {
  .hero .container .logo-main:before {
    width: calc(870vw/19.2);
    height: calc(870vw/19.2);
  }
}

.hero .container .headline {
  text-align: center;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

@media (min-width: 992px) {
  .hero .container .headline {
    bottom: 5%;
    width: calc(750vw/19.2);
    max-width: 75rem;
  }
}

.hero .container .headline:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 100%;
  width: calc(600vw/4.3);
  height: calc(600vw/4.3);
  max-width: 95rem;
  max-height: 95rem;
  transform: translate(-50%, -30%);
  backdrop-filter: blur(5px);
  background-color: rgba(175, 202, 11, 0.65);
}

@media (max-width: 991.98px) {
  .hero .container .headline:before {
    display: none;
  }
}

@media (min-width: 992px) {
  .hero .container .headline:before {
    width: calc(950vw/19.2);
    height: calc(950vw/19.2);
  }
}

@media (max-width: 991.98px) {
  .hero .container .headline h1 {
    padding: 0 1.5rem;
    color: #1D7F35;
  }
}

.intro h1 {
  color: #AFCA0B;
  margin: 0 auto;
}

@media (max-width:600px) {
  .intro h1 {
    font-size: 2em;
  }
}

.svoe,
.statistics {
  display: none;
}

.footer {

  overflow: hidden;
}

section.footer {
  padding: 0;

}

.footer .footer-ins {
  /* padding: 5rem 0 3rem 0; */
  background-color: #1D7F35;
}

/* @media (min-width: 768px) {
  .footer .footer-ins {
    margin-top: calc(120vw/19.2);
  }
} */

.footer .footer-ins .logo {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 20px 0;

}

.logo::after {
  z-index: 10;
}

.footer .footer-ins .logo:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 100%;
  width: 59rem;
  height: 59rem;
  transform: translate(-50%, -25%);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 204, 0, 0.6);

}

@media (max-width: 991.98px) {
  .footer .footer-ins .logo {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .footer .footer-ins .logo:before {
    left: 50%;
    transform: translate(-50%, -8%);

  }
}

@media (max-width: 767px) {
  .footer .footer-ins .logo {
    padding-bottom: 0;
  }


}

@media (min-width: 992px) {
  .footer .footer-ins .logo:before {
    width: calc(590vw/19.2);
    height: calc(590vw/19.2);
  }
}

.footer .footer-ins .info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .footer .footer-ins .info {
    padding: 3rem 0;
  }
}

@media (min-width: 768px) {
  .footer .footer-ins .info {
    text-align: right;
    align-items: flex-end;
  }
}

.footer .footer-ins .info .copyright {
  font-size: 0.8em;
}

/*---- COMPONENTS ----*/
.bg-layer {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
}

.bg-layer-static {
  position: static;
}

.bg-layer img {
  object-fit: contain;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.anchor {
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-80px);
}

@media (min-width: 768px) {
  .anchor {
    transform: translateY(-350px);
  }
}

body:not(.mob) [class*='clamp-me'] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3em;
  word-break: break-word;
}

body:not(.mob) [class*='clamp-me'].clamp-me-3 {
  -webkit-line-clamp: 3;
  max-height: calc(1.3em * 3);
}

body:not(.mob) [class*='clamp-me'].clamp-me-5 {
  -webkit-line-clamp: 5;
  max-height: calc(1.3em * 5);
}

body:not(.mob) [class*='clamp-me'].clamp-me-7 {
  -webkit-line-clamp: 7;
  max-height: calc(1.3em * 7);
}

body:not(.mob) [class*='clamp-me'].clamp-me-9 {
  -webkit-line-clamp: 9;
  max-height: calc(1.3em * 9);
}

body.mob [class*='clamp-me'] {
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
  overflow: hidden;
}

body.mob [class*='clamp-me'].clamp-me-3 {
  max-height: calc(1.3em * 4);
}

body.mob [class*='clamp-me'].clamp-me-5 {
  max-height: calc(1.3em * 6);
}

body.mob [class*='clamp-me'].clamp-me-7 {
  max-height: calc(1.3em * 8);
}

body.mob [class*='clamp-me'].clamp-me-9 {
  max-height: calc(1.3em * 10);
}

[class*='truncate-block-'] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3em;
  word-break: break-word;
}

[class*='truncate-block-'].truncate-block-3 {
  -webkit-line-clamp: 3;
  max-height: calc(1.3em * 3);
}

[class*='truncate-block-'].truncate-block-4 {
  -webkit-line-clamp: 4;
  max-height: calc(1.3em * 4);
}

[class*='truncate-block-'].truncate-block-5 {
  -webkit-line-clamp: 5;
  max-height: calc(1.3em * 5);
}

[class*='truncate-block-'].truncate-block-6 {
  -webkit-line-clamp: 6;
  max-height: calc(1.3em * 6);
}

[class*='truncate-block-'].truncate-block-7 {
  -webkit-line-clamp: 7;
  max-height: calc(1.3em * 7);
}

[class*='truncate-block-'].truncate-block-8 {
  -webkit-line-clamp: 8;
  max-height: calc(1.3em * 8);
}

[class*='truncate-block-'].truncate-block-9 {
  -webkit-line-clamp: 9;
  max-height: calc(1.3em * 9);
}

[class*='truncate-block-'].truncate-block-10 {
  -webkit-line-clamp: 10;
  max-height: calc(1.3em * 10);
}

.stretched-link {
  position: static;
}

.card {
  border-radius: 1rem;
  background-color: transparent;
  box-shadow: none;
  transition: all .6s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border: 0.2rem solid #8F8300;
  height: 100%;
}

/* .card:hover {
  transform: scale(105%);
} */

.card:hover .card-body:before {
  transform: none;
}

.card .card-img-top {
  width: 100%;
  height: calc(450vw/13);
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .card .card-img-top {
    aspect-ratio: 16 /9;
    height: auto;
  }
}

.card .card-title {
  margin-bottom: 0;

}

.fo-cards .card-title {
  color: #AFCA0B !important;
}

@media (max-width: 767px) {

  .fo-cards .swiper-button-next,
  .fo-cards .swiper-button-prev {
    display: none;

  }
}



.swiper .card {
  height: 100%;
}

.card .card-text {
  margin-top: 1rem;
}

.card .card-body {
  position: relative;
  padding: 1.5rem 1rem 3rem 1rem;
  background-color: transparent;
  text-align: center;
}

.card .card-body [class*='card-'] {
  color: #000;

}

.stat-card {
  border: none;
  cursor: default;
}

.stat-card:hover {
  transform: scale(100%);
}

.stat-card .card-img-top {
  width: 100%;
  height: 6rem;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 768px) {
  /* .stat-card .card-img-top {
    height: 8rem;
  } */
}

@media (min-width: 1200px) {
  /* .stat-card .card-img-top {
    height: 10rem;
  } */
}

.stat-card .card-body {
  padding-top: 2rem;
}

.nav-pills {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.nav-pills .nav-item {
  transition: all 0.3s ease-in-out;
  padding: 0 0.75rem 1.5rem 0.75rem;
  display: flex;
  justify-content: center;
  width: fit-content;
}

.nav-item.active .btn {
  background-color: #FFCC00;
}

@media (min-width: 992px) {
  .nav-pills .nav-item {
    padding: 0 calc(15vw/19.2) calc(30vw/19.2) calc(15vw/19.2);
  }
}

@media (min-width: 1920px) {
  .nav-pills .nav-item {
    padding: 0 1.5rem 3rem 1.5rem;
  }
}

@media (max-width: 1199.98px) {
  .modal-xl {
    --mdb-modal-width: 95vw;
  }
}

@media (min-width: 1920px) {
  .modal-xl {
    --mdb-modal-width: 1440px;
  }
}

.modal .modal-header,
.modal .modal-footer {
  border: none;
}

.modal .btn-close {
  width: 2rem;
  height: 2rem;
  padding: 1.5rem;
  position: absolute;
  top: 0.5rem;
  right: 0;
}

@media (min-width: 992px) {
  .modal .btn-close {
    width: 4rem;
    height: 4rem;
    top: 0;
  }
}

.modal .modal-content {
  border-radius: 1rem;
  color: #000;
}

.modal .modal-header {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  background-color: #AFCA0B;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

@media (min-width: 992px) {
  .modal .modal-header {
    padding-bottom: 2rem 3rem 3rem 3rem;
  }
}

.modal .modal-header .h1 {
  text-transform: none;
}

@media (max-width: 991.98px) {
  .modal .modal-header .h1 {
    font-size: 1.5em;
  }
}

.modal .modal-body {
  padding: 0 0 4rem 0;
  z-index: 1;
  max-height: 85vh;
  overflow: auto;
}

@media (min-width: 992px) {
  .modal .modal-body {
    max-height: 75vh;
    padding-bottom: 0 0 5rem 0;
  }
}

@media (min-width: 992px) {

  .modal .modal-body [class*='container'],
  .modal .modal-body .row {
    --mdb-gutter-x: 6rem;
  }
}

.modal .modal-body .carousel-wrapper {
  position: relative;
}

.modal .modal-body .carousel-wrapper:before {
  position: absolute;
  inset: 0 0 50% 0;
  height: 50%;
  background-color: #AFCA0B;
}

@media (max-width: 991.98px) {
  .modal .modal-body .carousel-wrapper>.col {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal .modal-body .production-info {
  margin-top: calc(40vw/7.5);
}

@media (min-width: 992px) {
  .modal .modal-body .production-info {
    margin-top: 6rem;
  }
}

.modal .modal-body .production-info:nth-child(even) {
  flex-direction: row-reverse;
}

.modal .modal-body .production-info [class*='col'] {
  position: relative;
}

.modal .modal-body .production-info [class*='col']:has(.bg-layer) {
  min-height: 25rem;
  aspect-ratio: 16 / 9;
}

@media (max-width: 991.98px) {
  .modal .modal-body .production-info [class*='col']:has(p) {
    margin-top: 0;

  }
}

@media (min-width: 992px) {
  .modal .modal-body h2 {
    margin-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .modal .modal-body h2 {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .modal .modal-body h3 {
    text-align: left;
  }
}

.modal .modal-body .general-info {
  margin-top: calc(40vw/7.5);
}

@media (min-width: 768px) {
  .modal .modal-body .general-info {
    margin-top: 4rem;
  }
}

.modal .modal-body h3 {
  color: #AFCA0B;
}

.modal .modal-body .general-info .info-1,
.modal .modal-body .general-info .info-2 {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.modal .modal-body .general-info .info-1 {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.modal .modal-body .general-info .info-3 {
  font-style: italic;
}

.modal .card {
  box-shadow: none;
}

.modal .card:hover {
  transform: none;
}

.modal .card .card-img-top {
  border-radius: 1rem;
  max-height: none;
}

.modal .card .card-body {
  margin-top: 1rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  backdrop-filter: blur(5px);
}

.modal .card .card-body:before,
.modal .card .card-body:after {
  display: none;
}

.modal-video,
#player-container {
  margin-top: 3rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 2rem;
  width: 100%;
  border: 10px solid rgba(255, 255, 255, 0.2);
}

#player-container {
  position: relative;
  padding-top: 55%;
}

#player-container iframe {
  border-radius: 1rem;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.carousel .carousel-item {
  min-height: calc(300vw/7.5);
  aspect-ratio: 16 / 9;
}

@media (min-width: 992px) {
  .carousel .carousel-item {
    height: calc(450vw/13);
    max-height: 60rem;
  }
}

.carousel .carousel-item img {
  object-fit: contain;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 10%;
}

@media (min-width: 992px) {

  .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    width: 7%;
  }
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  width: calc(36vw/7.5);
  height: calc(62vw/7.5);
}

@media (min-width: 992px) {

  .carousel .carousel-control-prev-icon,
  .carousel .carousel-control-next-icon {
    width: 3.6rem;
    height: 6.2rem;
  }
}

.carousel .carousel-control-prev-icon:after,
.carousel .carousel-control-next-icon:after {
  content: '';
  display: block;
  width: calc(36vw/7.5);
  height: calc(62vw/7.5);
}

@media (min-width: 992px) {

  .carousel .carousel-control-prev-icon:after,
  .carousel .carousel-control-next-icon:after {
    width: 3.6rem;
    height: 6.2rem;
  }
}

.carousel .carousel-control-prev-icon:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_569_377)'%3E%3Cpath d='M4.32909 27.9876C3.87697 27.5355 3.87697 26.7916 4.32909 26.3395L29.9982 0.670368C30.4504 0.218239 31.1942 0.218239 31.6463 0.670368C32.0984 1.12249 32.0984 1.86632 31.6463 2.31845L6.8085 27.1563L31.6609 51.9941C32.113 52.4462 32.113 53.19 31.6609 53.6422C31.2088 54.0943 30.465 54.0943 30.0128 53.6422L4.34368 27.973L4.32909 27.9876Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_569_377' x='-0.0100098' y='0.331268' width='36.01' height='61.65' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_569_377'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_569_377' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.carousel .carousel-control-next-icon:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_625_34)'%3E%3Cpath d='M31.6708 27.9876C32.123 27.5355 32.123 26.7916 31.6708 26.3395L6.00169 0.670368C5.54957 0.218239 4.80575 0.218239 4.35362 0.670368C3.90149 1.12249 3.90149 1.86632 4.35362 2.31845L29.1914 27.1563L4.33903 51.9941C3.88691 52.4462 3.88691 53.19 4.33903 53.6422C4.79116 54.0943 5.53498 54.0943 5.98711 53.6422L31.6563 27.973L31.6708 27.9876Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_625_34' x='-6.10352e-05' y='0.331268' width='36.01' height='61.65' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_625_34'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_625_34' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.accordion-flush .accordion-item {
  background-color: transparent;
  border: none;
}

.accordion-flush .accordion-button {
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.5rem;
  border-radius: 1rem !important;
  height: 5rem;
  line-height: 5rem;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #AFCA0B;
  color: #000;
  margin-top: 0.2rem;
}

.accordion-flush .accordion-button:hover,
.accordion-flush .accordion-button:focus,
.accordion-flush .accordion-button:active {
  background-color: #AFCA0B;
  color: #000;
  box-shadow: none !important;
}

/*-----  SECTIONS  -----*/
section {
  padding-top: calc(50vw/15.5);
  padding-bottom: calc(50vw/15.5);
}

@media (min-width: 768px) {
  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.content {
  padding-top: 0;
  padding-bottom: 0;
}

.intro {
  position: relative;
  /* padding-top: 0; */
}

.intro .h3 {
  font-style: italic;
  font-weight: 400;
}

.nav-desktop {
  transition: all 0 ease-in-out;
}

@media (max-width: 767px) {
  .nav-desktop {
    display: none;
  }
}

.nav-desktop .container-fluid {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  top: 0;
  z-index: 100;
}

.sticky-nav .nav-desktop .container-fluid {
  position: fixed;
  padding-top: 1.5rem !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  transform: translateY(-100%);
  opacity: 0;
}

.sticky-nav .nav-desktop .container-fluid.active {
  transition: all 0.7s ease-out;
  transform: translateY(0);
  opacity: 1;
}

.sticky-nav .nav-desktop .container-fluid .nav-item {
  padding: 0 0.75rem 1.5rem 0.75rem;
}

.fo-cards h2+.row {
  margin-top: calc(20vw/7.5);
}

@media (min-width: 768px) {
  .fo-cards h2+.row {
    margin-top: 2rem;
  }
}

.fo-cards [class*='col-'] {
  position: relative;
}

.statistics {
  margin-top: calc(50vw/7.5);
}

@media (min-width: 768px) {
  .statistics {
    margin-top: 2rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.statistics .container {
  padding-top: calc(70vw/7.5);
  padding-bottom: calc(70vw/7.5);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
}

@media (min-width: 768px) {
  .statistics .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.statistics .bg-layer {
  opacity: .5;
}

.statistics h2 {
  color: #000;
}

.statistics .h3 {
  font-weight: 400;
}



@media (min-width: 768px) {
  .svoe {

    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.svoe .bg-layer {
  opacity: .5;
}

.svoe .h1 {
  color: #000;
  font-weight: 400;
  text-transform: none;
}

.svoe h2 {
  color: #000;
  margin-top: 0;
}

.svoe .h3 {
  font-weight: 400;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.svoe .apk-svoe {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  border-radius: 1rem;
  margin-top: calc(70vw/7.5);
  padding-top: calc(50vw/7.5);
}

@media (max-width: 767.98px) {
  .svoe .apk-svoe {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .svoe .apk-svoe {
    margin-top: 7rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}

.apk-carousel {
  margin-top: 5rem;
}

@media (min-width: 1200px) {
  .apk-carousel {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
}

.apk-carousel>div {
  margin-top: 4rem;
}

.apk-carousel .multi-carousel {
  margin-bottom: 10rem;
}

.apk-carousel .multi-carousel .carousel-indicators {
  transform: translateY(150%);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.apk-carousel .multi-carousel .carousel-indicators button {
  z-index: 10;
  width: 2.5rem;
  height: 0.2rem;
  border-radius: 0.3rem;
}

@media (min-width: 768px) {
  .apk-carousel .multi-carousel .carousel-indicators button {
    width: 3.5rem;
  }
}

.apk-carousel .multi-carousel .carousel-indicators button.active {
  background-color: #1D7F35;
}

.apk-carousel .multi-carousel>[class*='carousel-control'] {
  width: 5%;
}

@media (max-width: 1199.98px) {
  .apk-carousel .multi-carousel>[class*='carousel-control'] {
    left: 50%;
    top: auto;
    bottom: -10rem;
    right: auto;
    height: fit-content;
  }

  .apk-carousel .multi-carousel>[class*='carousel-control'].carousel-control-prev {
    transform: translateX(-150%);
  }
}

@media (min-width: 1200px) {
  .apk-carousel .multi-carousel>[class*='carousel-control'].carousel-control-next {
    transform: translateX(100%);
  }

  .apk-carousel .multi-carousel>[class*='carousel-control'].carousel-control-prev {
    transform: translateX(-100%);
  }
}

.apk-carousel .multi-carousel .carousel-control-prev-icon,
.apk-carousel .multi-carousel .carousel-control-next-icon {
  width: 2rem;
  height: 3.5rem;
}

@media (min-width: 992px) {

  .apk-carousel .multi-carousel .carousel-control-prev-icon,
  .apk-carousel .multi-carousel .carousel-control-next-icon {
    width: 3.6rem;
    height: 6.2rem;
  }
}

.apk-carousel .multi-carousel .carousel-control-prev-icon:after,
.apk-carousel .multi-carousel .carousel-control-next-icon:after {
  content: '';
  display: block;
  width: 2rem;
  height: 3.5rem;
}

@media (min-width: 992px) {

  .apk-carousel .multi-carousel .carousel-control-prev-icon:after,
  .apk-carousel .multi-carousel .carousel-control-next-icon:after {
    width: 3.6rem;
    height: 6.2rem;
  }
}

.apk-carousel .multi-carousel .carousel-control-prev-icon:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_569_377)'%3E%3Cpath d='M4.32909 27.9876C3.87697 27.5355 3.87697 26.7916 4.32909 26.3395L29.9982 0.670368C30.4504 0.218239 31.1942 0.218239 31.6463 0.670368C32.0984 1.12249 32.0984 1.86632 31.6463 2.31845L6.8085 27.1563L31.6609 51.9941C32.113 52.4462 32.113 53.19 31.6609 53.6422C31.2088 54.0943 30.465 54.0943 30.0128 53.6422L4.34368 27.973L4.32909 27.9876Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_569_377' x='-0.0100098' y='0.331268' width='36.01' height='61.65' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_569_377'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_569_377' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.apk-carousel .multi-carousel .carousel-control-next-icon:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_625_34)'%3E%3Cpath d='M31.6708 27.9876C32.123 27.5355 32.123 26.7916 31.6708 26.3395L6.00169 0.670368C5.54957 0.218239 4.80575 0.218239 4.35362 0.670368C3.90149 1.12249 3.90149 1.86632 4.35362 2.31845L29.1914 27.1563L4.33903 51.9941C3.88691 52.4462 3.88691 53.19 4.33903 53.6422C4.79116 54.0943 5.53498 54.0943 5.98711 53.6422L31.6563 27.973L31.6708 27.9876Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_625_34' x='-6.10352e-05' y='0.331268' width='36.01' height='61.65' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_625_34'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_625_34' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.apk-carousel .multi-carousel .multi-carousel-item {
  padding: 0.75rem;
  width: 100%;
}

@media (min-width: 992px) {
  .apk-carousel .multi-carousel .multi-carousel-item {
    width: 50%;
  }
}

.apk-carousel .multi-carousel .multi-carousel-item .row {
  border-radius: 1rem;
  background-color: rgba(255, 204, 0, 0.6);
  backdrop-filter: blur(10px);
  padding: 3rem 2rem;
  height: 27rem;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .apk-carousel .multi-carousel .multi-carousel-item .row {
    height: 30rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .apk-carousel .multi-carousel .multi-carousel-item .row {
    height: 27rem;
  }
}

@media (max-width: 991px) {
  .apk-carousel .multi-carousel .multi-carousel-item .row {
    height: 20rem;
  }
}

@media (max-width: 525px) {
  .apk-carousel .multi-carousel .multi-carousel-item .row {
    height: 29rem;
  }
}

.apk-carousel .multi-carousel .multi-carousel-item .quote-container {
  padding-bottom: 1rem;
  z-index: 1;
  white-space: normal;
}

.apk-carousel .multi-carousel .multi-carousel-item .quote-container .title {
  position: relative;
}

.apk-carousel .multi-carousel .multi-carousel-item .quote-container .text {
  padding-right: 0;
}

.brdr {
  border: 1px solid red !important;
}

.brdg {
  border: 1px solid green !important;
}

.brdb {
  border: 1px solid blue !important;
}

.brdy {
  border: 1px solid yellow !important;
}

.fo-cards {
  padding-top: 0;
}

.tabs__panels .fo-cards {
  display: none;
  transition: all .5s;
}

.tabs__panels h2 {
  display: none;
}

.tabs__panels .fo-cards.active {
  display: block;
  transition: all .5s;
  /* animation: disappear .3s; */
}

@starting-style {
  .fo-cards {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes disappear {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(100%);
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #AFCA0B;
  position: static;
  transform: scale(1);
  transition: transform .3s;
}

@media (max-width: 767px) {


  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: -50px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 30px;
  }
}

.fo-cards .container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 60px;
}

@media (max-width: 767px) {

  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: -25px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 30px;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    right: auto;
    left: 50%;
    transform: translateX(-110%);
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 50%;
    transform: translateX(110%);
  }

  .swiper-nav-button-next,
  .swiper-nav-button-prev {
    transform: translateX(0) translateY(25px);

  }
}

.swiper-slide {
  height: auto;
  max-height: 100%;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #AFCA0B;
}



@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

.swiper {
  padding-bottom: 30px;
}

@media (max-width: 7870px) {
  .swiper {
    padding-bottom: 50px;
  }
}

.nav-pills .nav-item {
  padding: 0 6px 12px;
}


.h3-statistics {
  font-size: 24px;
}

@media (max-width: 991px) {
  .modal .modal-body .general-info {
    max-width: 600px;
    margin: 2rem auto 0;
  }

  .modal .modal-body .production-info {
    max-width: 600px;
    margin: 0 auto;

  }

  .modal .modal-body .production-info h3 {
    font-size: 2em;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .h3-statistics {
    font-size: 20px;
  }

  .h1-statistics {
    font-size: 20px !important;
  }
}

.card-body {
  background-color: transparent;
  transition: background-color .5s;
}





@media (hover:hover) and (min-width:768px) {

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    transform: scale(1.1);
  }

  .swiper-slide:hover .card-body {
    background-color: rgba(255, 204, 0, .1);
  }
}

.stop-scroll {
  overflow: hidden;
}

/* .navbar-nav {
  display: none;
} */

.nav-mobile .container {
  padding-bottom: 0;
  display: flex;
  gap: 15px;
}

.swiper-nav {
  padding-bottom: 0;
}

.swiper-nav .swiper-slide {
  text-align: center;
}

.swiper-nav-button-prev,
.swiper-nav-button-next {
  position: static;
}

@media (min-width: 768px) {
  .nav-mobile {
    display: none;
  }
}

@media (max-width: 525px) {

  .swiper-nav-button-prev,
  .swiper-nav-button-next {
    position: static;
  }
}

.navbar {
  display: none;
}

/* .bg {
  position: absolute;
  inset: 0;
  background-color: #1D7F35;
} */

.stop-scroll {
  overflow: hidden;
}

.nav-mobile .btn {
  white-space: initial;
  width: auto;
  line-height: 1.25;
}

@media(min-width: 480px) {
  .nav-mobile .nav-item {
    display: flex;

  }

  .nav-mobile .btn {
    width: 100%;
  }
}

/* дщфвук */

#loader {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;


}

.loader-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-loader-wrap {
  max-width: 800px;
}

@media (max-width: 991px) {
  .img-loader-wrap {
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  .img-loader-wrap {
    max-width: 300px;
  }
}

.img-loader-wrap img {
  width: 100%;
  height: auto;
}

.loading-wave {
  width: 300px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.loading-bar {
  width: 20px;
  height: 10px;
  margin: 0 5px;
  background-color: #f7cb46;
  border-radius: 5px;
  animation: loading-wave-animation 1s ease-in-out infinite;
}


.loading-bar:nth-child(2) {
  animation-delay: 0.1s;
  background-color: #accb54;
}

.loading-bar:nth-child(3) {
  animation-delay: 0.2s;
  background-color: #427f48;
}

.loading-bar:nth-child(4) {
  animation-delay: 0.3s;
}

@keyframes loading-wave-animation {
  0% {
    height: 10px;
  }

  50% {
    height: 50px;
  }

  100% {
    height: 10px;
  }
}