/* Generated by less 3.11.1 */
.sadmin {
  font-family: 'Roboto', sans-serif;
  padding: 20px;
  font-size: 12px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
}
.sadmin a {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.08);
  padding: 8px 10px;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 10px;
  transition: all 0.1s ease-in;
}
.sadmin a:hover {
  opacity: 1;
}
.d-admin,
.sadmin-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.sadmin-right {
  padding-left: 20px;
}
.sbtn {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.08);
  padding: 8px 10px;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 10px;
  transition: all 0.1s ease-in;
}
.sbtn:hover {
  opacity: 1;
}
.sbtn.red {
  background-color: #c70303;
  color: #fff !important;
}
.sbtn.green {
  background-color: #bbceb3;
  color: #fff !important;
}
.sloader {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  transition: all 0.4s ease-in;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.sloader .sloader-item {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #9880ff;
  box-shadow: 9984px 0 0 0 #fff, 9999px 0 0 0 #fff, 10014px 0 0 0 #fff;
  animation: none;
  opacity: 1;
  z-index: 1000;
  animation: dotCarousel 1.5s infinite linear;
  visibility: inherit;
}
body.sloader-on .sloader {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}
body.sloader-on .wrapper {
  filter: blur(10px);
}
@keyframes dotCarousel {
  0% {
    box-shadow: 9984px 0 0 -1px darkorange, 9999px 0 0 1px darkorange, 10014px 0 0 -1px darkorange;
  }
  50% {
    box-shadow: 10014px 0 0 -1px darkorange, 9984px 0 0 -1px darkorange, 9999px 0 0 1px darkorange;
  }
  100% {
    box-shadow: 9999px 0 0 1px darkorange, 10014px 0 0 -1px darkorange, 9984px 0 0 -1px darkorange;
  }
}
.m0 {
  margin: 0;
}
.m1 {
  margin: 1%;
}
.m2 {
  margin: 2%;
}
.m3 {
  margin: 3%;
}
.a-breathe {
  animation-name: breathe;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}
@keyframes breathe {
  0% {
    opacity: 0.6s;
  }
  50% {
    opacity: 0.9s;
    background-color: #f4ada2;
  }
  100% {
    opacity: 0.6s;
  }
}
.txt-shadow {
  text-shadow: 0px 0px 3px #969696;
}
.shadow {
  box-shadow: 0px 20px 27px 0px rgba(0, 0, 0, 0.2);
}
.line {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #c7944b;
  position: relative;
  margin: 0 auto;
  top: 10px;
}
.section {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 601px) {
  .section {
    max-width: 1400px;
    padding: 20px 120px;
  }
}
.c-p {
  cursor: pointer;
}
.p-0 {
  padding: 0;
}
.m-0 {
  margin: 0;
}
.d-n {
  display: none;
}
.d-f {
  display: flex;
}
.d-b {
  display: block;
}
.d-ib {
  display: inline-block;
}
.fxd-r {
  flex-direction: row;
}
.fxd-rr {
  flex-direction: row-reverse;
}
.fxd-c {
  flex-direction: column;
}
.fxd-cr {
  flex-direction: column-reverse;
}
.jc-sb {
  justify-content: space-between;
}
.jc-sa {
  justify-content: space-around;
}
.jc-c {
  justify-content: center;
}
.jc-fs {
  justify-content: flex-start;
}
.jc-fe {
  justify-content: flex-end;
}
.ai-c {
  align-items: center;
}
.ai-s {
  align-items: stretch;
}
.ai-fs {
  align-items: flex-start;
}
.ai-fe {
  align-items: flex-end;
}
.fxw-w {
  flex-wrap: wrap;
}
.fxw-n {
  flex-wrap: nowrap;
}
.fxb-100 {
  flex-basis: 100%;
}
.fxb-50 {
  flex-basis: 50%;
}
.fxb-25 {
  flex-basis: 25%;
}
.bgsz-cv {
  background-size: cover;
}
.bgsz-ct {
  background-size: contain;
}
.bgr-n {
  background-repeat: no-repeat;
}
.bgp-c {
  background-position: center;
}
.ta-c {
  text-align: center;
}
.ta-j {
  text-align: justify;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.td-n {
  text-decoration: none;
}
.td-u {
  text-decoration: underline;
}
.tt-u {
  text-transform: uppercase;
}
.tt-n {
  text-transform: none;
}
.ibox-bgsz-ct .ibox {
  background-size: contain;
  background-position: center;
}
.i-trp img,
.i-trp .ibox {
  mix-blend-mode: multiply;
}
.ibox-ar1 .ibox {
  height: auto;
  aspect-ratio: 1;
}
.ibox-ar07 .ibox {
  height: auto;
  aspect-ratio: 0.7;
}
.ibox-ar14 .ibox {
  height: auto;
  aspect-ratio: 1.4;
}
.ibox-ar28 .ibox {
  height: auto;
  aspect-ratio: 2.8;
}
.sadmin {
  display: none !important;
}
body.is-admin .sadmin {
  display: flex !important;
}
.b-admin {
  display: block;
  padding: 10px 0;
  margin: 10px;
}
.b-admin a {
  display: inline-block;
  background-color: #000;
  padding: 10px 14px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  opacity: 0.7;
}
.b-admin a:hover {
  opacity: 1;
  background-color: #e5b19a;
  color: #000;
}
