/* Responsiveness */
.flipdown {
  width: auto !important;
  /*.rotor::after{
       width: 80px!important;
       height: 65px!important;
   }
   /*.rotor, .rotor-leaf, .rotor-leaf-rear,  .rotor-leaf-front,  .rotor-top,  .rotor-bottom{
       font-size: 100px;
       width: 80px!important;
       height: 100px!important;
   }

   .rotor, .rotor-leaf, .rotor-leaf-rear,  .rotor-leaf-front,  .rotor-top,  .rotor-bottom{
       font-size: 100px;
       width: 80px!important;
       height: 100px!important;
   }
  .rotor, .rotor-leaf, .rotor-leaf-rear,  .rotor-leaf-front,  .rotor-top,  .rotor-bottom{
       font-size: 110px!important; 
   }*/
}
.flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor-leaf-rear, .flipdown .rotor-leaf-front {
  font-family: "Vina Sans", sans-serif !important;
  /*width: 80px!important;
  height: 65px!important;*/
}
.flipdown .rotor, .flipdown .rotor-leaf {
  font-family: "Vina Sans", sans-serif !important;
  /*width: 80px!important;
  height: 130px!important;*/
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after, .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  display: none;
}

.late .rotor-leaf-rear, .late .rotor-leaf-front, .late .rotor-top, .late .rotor-bottom {
  color: red !important;
}

.rotor-group-heading {
  position: absolute;
  background-color: #151515;
  background: linear-gradient(#151515, #202020);
  padding: 0.5rem;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-67%, 90%);
}

.rotor-group-heading:before {
  color: white !important;
  font-size: 30px;
  font-weight: 500;
}

.flipdown .rotor-group:last-child {
  display: none;
}

.flipdown .rotor-group:nth-child(3):before, .flipdown .rotor-group:nth-child(3):after {
  content: "" !important;
  display: none;
}

/* Thin */
@font-face {
  font-family: "MuseoSans";
  src: url("/assets/fonts/Museo_Sans/Museo_Sans_100.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Thin Italic */
@font-face {
  font-family: "MuseoSans";
  src: url("/assets/fonts/Museo_Sans/Museo_Sans_100_Italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/* Light */
@font-face {
  font-family: "MuseoSans";
  src: url("/assets/fonts/MuseoSans/Museo_Sans_300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Light Italic */
@font-face {
  font-family: "MuseoSans";
  src: url("/assets/fonts/MuseoSans/Museo_Sans_300_Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* Regular */
/* Normal */
@font-face {
  font-family: "MuseoSans";
  src: url("/assets/fonts/MuseoSans/Museo_Sans_500.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Normal Italic */
@font-face {
  font-family: "MuseoSans";
  src: url("/assets/fonts/MuseoSans/Museo_Sans_500_Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Semi-bold */
/* Bold */
@font-face {
  font-family: "MuseoSans";
  src: url("/assets/fonts/MuseoSans/Museo_Sans_700.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Bold Italic */
@font-face {
  font-family: "MuseoSans";
  src: url("/assets/fonts/MuseoSans/Museo_Sans_700_Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* Black */
@font-face {
  font-family: "MuseoSans";
  src: url("/assets/fonts/MuseoSans/Museo_Sans_900.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Black Italic */
@font-face {
  font-family: "MuseoSans";
  src: url("/assets/fonts/MuseoSans/Museo_Sans_900_Italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.freeprivacypolicy-com---palette-dark .cc-nb-okagree, .freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
  background-color: rgb(129, 154, 71);
}
.freeprivacypolicy-com---palette-dark .cc-nb-okagree:hover, .freeprivacypolicy-com---palette-dark .cc-cp-foot-save:hover {
  background-color: rgb(108, 124, 54);
}
.freeprivacypolicy-com---palette-dark .cc-nb-reject {
  background-color: #FFFFFF;
  color: #000000;
}
.freeprivacypolicy-com---palette-dark .cc-nb-changep {
  background-color: #FFFFFF;
  color: #000000;
}

.freeprivacypolicy-com---nb {
  max-width: 800px;
  width: 80%;
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .freeprivacypolicy-com---nb {
    width: 90%;
    height: 90%;
    left: 5%;
    right: 5%;
    top: 5%;
    bottom: 5%;
    transform: unset !important;
  }
}

.freeprivacypolicy-com---nb .cc-nb-reject {
  display: none;
}

* {
  font-family: "MuseoSans", sans-serif;
}

body {
  background: linear-gradient(180deg, #000000 0%, #322665 46%);
}

main {
  color: white;
  font-weight: 300;
  font-size: 1.25rem;
}

.button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(129 154 71/var(--tw-bg-opacity)) !important;
  border-radius: 9999px;
  max-width: 270px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transition: background-color 0.5s ease;
}
@media (min-width: 1024px) {
  .button {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .button {
    max-width: 370px;
  }
}
.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(108 124 54/var(--tw-bg-opacity)) !important;
}

progress {
  outline: 0;
  border: 0;
  border-radius: 500px;
  width: 100%;
  max-width: 100%;
  transition: box-shadow 0.2s ease-in-out;
  overflow: hidden;
  height: 40px;
  -webkit-appearance: none;
  background-color: #ddd;
  background: #D9D9D9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5) inset;
}

progress::-webkit-progress-bar {
  border-radius: 33px;
  background: #D9D9D9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5) inset;
}

progress::-webkit-progress-value {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5) inset;
  background-color: #819A47;
  background-repeat: repeat-x;
  background-size: cover;
  background-image: url("/assets/images/SectionHeader/snowflakes.svg");
  border-radius: 500px;
}

.erb {
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .erb span:first-child {
    font-size: 15px;
    width: 80%;
  }
}
.erb span {
  width: 130px;
  font-size: 16px;
  filter: drop-shadow(2px 4px 6px black);
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .erb span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .erb span {
    width: 110px;
    font-size: 20px;
  }
}
.erb .img {
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 4px 6px black);
  font-weight: bold;
}
.erb .img.smaller {
  height: 150px;
  width: 120px;
}
.erb .img.bigger {
  height: 165px;
  width: 130px;
}
@media screen and (max-width: 800px) {
  .erb .img.smaller {
    height: 120px;
    width: 100px;
  }
  .erb .img.bigger {
    height: 130px;
    width: 110px;
    font-size: 17px;
  }
}

.donationErb {
  font-weight: bold;
}
.donationErb span {
  font-size: 36px;
  filter: drop-shadow(2px 4px 6px black);
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .donationErb span {
    font-size: 26px;
  }
}
.donationErb .img {
  display: flex;
  height: 240px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 4px 6px black);
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .donationErb .img {
    height: 190px;
    width: 160px;
  }
}

input[type=number] {
  -moz-appearance: textfield;
}

/* Spin Buttons modified */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
  width: 1em;
  position: absolute;
  top: 2%;
  right: 0;
  bottom: 2%;
}

input[type=number]::-webkit-inner-spin-button:hover,
input[type=number]::-webkit-inner-spin-button:active {
  box-shadow: 0 0 2px #FFF;
}

/*# sourceMappingURL=style.css.map*/