:root {
  --bgreen: #20a57a;
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: clamp(1.2rem, 1.129rem + 0.19vw, 1.3rem);
  background: #202020 !important;  
}

body * {
  color: rgba(255, 255, 255, .73);
}

::selection {
  color: #fff;
  background: var(--vfc-accent);;
}

a {
  color: var(--vfc-accent);
  text-decoration: none;
  transition: all .2s ease-in !important;
}

a:hover, a:focus {
  transition: all .2s ease-in !important;
}

a, img {
  transition: all .25s ease-in;
}

a:hover {
  color: #4ae6b4;
}

header {
  margin: 4rem 0 2rem;

}

h1 {
  text-align: center;
  margin-bottom: 4rem;
  display: none;
  margin-top: 0;
}

h2 {
  color: var(--bgreen);
  margin: clamp(1.7rem, 0.414rem + 3.429vw, 3.5rem) 0 1rem;
}

h3 {
  color: rgba(255, 255, 255, .83);
  font-size: 1.3rem;
}

h1, h2, h3 {
  font-family: Outfit;
  text-transform: uppercase;
  font-weight: 900;
}

.bigster {
  font-weight: bold;
}

.logo {
  min-width: 300px;
  width: 75%;
  height: auto;
  margin: 0 auto 2rem;
  display: block;
  opacity: .73;
}

.nav-tabs {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 19099090;
  border: 0;
}

.nav-tabs a {
  border: 0 !important;
  border-radius: 7px;
  background: var(--vfc-accent);
  color: #fff;
  margin-right: .4rem;
  font-size: .8rem;
  padding: 2px 11px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
}

.nav-tabs a:hover {
  border: 0;
  background: #fff;
  color: var(--vfc-accent);
}

hr {
  border: 0;
  border-top: 1px solid black;
}

.logo:hover, .footerlogo:hover {
  opacity: 1;
}

.footerlogo {
  width: 90%;
  max-width: 280px;
  height: auto;
  opacity: .73;
}

.mlbo {
  width: 100%;
  padding: 2rem;
}

.mlbo * {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important;
}

.mlbo h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 2rem;
  margin: 0 auto;
}

.mlbo h4, .mlbo p {
  text-align: center !important;
  color: #fff !important;
  font-weight: bold !important;
}

.mlbo input {
border-width: 0 !important;
}

.mlbo #mlb2-33406155.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  transition: all .2s ease-in;
}

.mlbo #mlb2-33406155.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.mlbowc {
  background-color: #1c4545;
}

.wtt {
  font-size: 1.9rem;
  margin-bottom: 2rem;
}

.mlbowc p.stard {
  font-weight: normal !important;
  background: transparent no-repeat top center;
  background-size: auto 37px;
  padding: 47px 1rem 1rem;
  border-radius: 5px;
  display: flex;
  min-height: 7rem;
  align-items: top;
  justify-content: center;
}

.mlbowc p.stard1 {
  background-image: url(../images/icons/stard1.webp);
}

.mlbowc p.stard2 {
  background-image: url(../images/icons/stard2.webp);
}

.mlbowc p.stard3 {
  background-image: url(../images/icons/stard3.webp);
}

.mlbowc p.stard4 {
  background-image: url(../images/icons/stard4.webp);
}

.mlboml {
  background-color: var(--bgreen);
}

.fright {
  text-align: right;
}

.bigbutton {
  display: block;
  text-align: center;
  background: var(--vfc-accent) url(../images/stumpex/stumpex0green.webp) center no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  padding: 11rem 4rem;
  line-height: 130%;
  font-size: clamp(2.2rem, 1.807rem + 1.048vw, 2.75rem);
  margin-bottom: 2rem;
}

.bigbutton:hover {
  color: rgba(0, 65, 44, .97);
}

.vfc-viewport, .vfc-stage {
  background: rgba(0, 0, 0, .1) !important;
}

.vfc-stage {
  border: 0px solid rgba(100, 255, 100, .07) !important;
}

.vfc-dots button {
  width: 10px !important;
  max-width: 10px !important;
  padding: 1px 5px !important;
}


/* menu */

.sc-menu-toggle {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1001;
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 999px;
  width: 42px;
  height: 42px;
  font-size: 2rem;
  cursor: pointer;
}

.sc-menu {
  position: fixed;
  inset: 0;
  background: var(--vfc-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.sc-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.sc-menu > ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.sc-menu li + li {
  margin-top: .75rem;
}

.sc-menu li {
  display: inline;
}

.sc-menu a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: clamp(1.7rem, 1.271rem + 1.143vw, 2.3rem);
  padding: .3rem .4rem;
  display: inline-block;
  letter-spacing: -1px;
  white-space: nowrap;
  font-family: Outfit;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}

.sc-menu a:hover {
  color: rgba(0, 0, 0, .79);
  font-size: 2.8rem;
}

.sc-menu-close {
  position: absolute;
  top: .7rem;
  right: 1.25rem;
  background: transparent;
  border: none;
  font-size: 2.7rem;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  z-index: 1002;
  transition: all .15s ease-in;
}

.sc-menu-close:hover {
  transform: scale(1.3);
}

body.sc-menu-open .sc-menu-toggle {
  display: none;
}

body.sc-menu-open {
  overflow: hidden;
}



.bda-carousel {
  border-radius: 5px;
}

.bda-label {
  background: rgba(0, 0, 0, .9);
}

.bda-carousel-noblack, .fixmutley {
  position: relative;
  width: 100%;
  max-width: 900px;      /* match the other carousel */
  aspect-ratio: 16 / 9;  /* gives it a visible height */
  background: #000;      /* optional, but useful */
  overflow: hidden;
}


.bda-carousel-noblack .bda-slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 800ms ease;
  border-radius: 5px;
}

.bda-carousel-noblack .bda-slide.is-active {
  opacity: 1;
}

.bda-carousel-noblack .bda-label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.9rem;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 2px;
}


.ilv {
  max-width: 100%;
  border-radius: 5px;
}

.stumpexrow {
  justify-content: center;
  margin: 1rem -7px 2rem;
}

.stumpexrow img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 0 auto 0;
}

.countthem, .countthem * {
  font-weight: bold;
}

.aboutcountthem {
  background: var(--bgreen);
  border-radius: 5px;
  padding: 1rem 1.5rem;
  text-align: center;
  max-width: 400px;
  float: right;
  margin: 0 0 1rem 1rem;
}

.counter-big {
  display: block;
  line-height: 100%;
  font-size: clamp(1.5rem, -1rem + 6.667vw, 5rem);
}

.stumpcarousel-arrow {
  background-color: var(--bgreen);
}

.no-js-banner {
  background: var(--bgreen);
  padding: 2rem clamp(5rem, 0.714rem + 11.429vw, 11rem);
  font-size: clamp(1.3rem, 0.8rem + 1.333vw, 2rem);
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 150%;
}

@media (max-width: 767px) {
  .counter-big {
    font-size: 5rem;
    line-height: 120%;
  }
  .aboutcountthem {
    max-width: 100%;
    margin: 1rem 0;
    float: none;
  }
}


@media (max-width: 650px) {
  .sc-menu li {
    display: block;
  }
  footer * {
    text-align: left;
  }
  .vfc-speed > span {
    display: none;
  }
  .vfc-speed, .vfc-playback, .vfc-controls-right, .vfc-controls-left, .vfc-controls {
    display: block !important;
  }
  .vfc, .region-content {
    padding: 0 !important;
  }
  .vfc-btn {
    font-size: 14px !important;
    width: 22px !important;
    height: 22px !important;
    background: transparent !important;
    border: 0 !important;
  }
}
