:root {
  --back2: #272020;
  --back3: #DED6C5;
  --text1: #261C22;
  --text2: #976C22;
  --text3: #ffffff;
  --text4: #ddbb79;
  --sovT1: #272020;
  --sovT2: #272020;
  --sovT3: #272020;
  --gold1: #916E24;
  --borderLine1: #e0dacd;
  --backFooter: #373536;
  --textFooter: #ffffff;
  --textBackLight: #93939357;
  --textBackDark: #5a564e;
  --popPayMain: #272020;
  --popPaySeco: #976C22;
  --popPayBack: #ffffff;
}

.bg00 {
  background-image: url('/siteassets/images/bg0.webp');
  background-repeat: revert;
  background-position-x: center;
  background-position-y: bottom;
  background-attachment: fixed;
}
.bg01 {
  background-image: url('/siteassets/images/bg0.webp');
  background-repeat: revert;
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
}
.vertLine {
  border: none;
  border-right: 1px solid #946f2854;
  height: 100vh;
  position: absolute;
  left: 50%;
  margin-top: -40px;
  z-index: 1;
}
.horizLine {
  height: 0px;
  border: none;
  border-top: 1px solid #946f28;
}
.hiwNumber {
  color: #5a564e;
  font-size: 100px;
  font-weight: 800;
  line-height: initial;
}
.imgShadow {
  border-radius: 50%;
  background-color: #e0dacd;
  border: 15px solid #e0dacd;
  position: relative;
}
.hiwNumberBig {
  font-size: 200px;
}
.backText {
  font-family: 'MilitaryScribe';
  font-size: 90px;
  position: absolute;
  z-index: 0;
}