.preloader-svg svg{
	height: 300px!important;
}
@media only screen and (max-width:991px){
	.preloader-svg svg{
		height:200px!important;
	}
}
@media only screen and (max-width: 767px){
	.preloader-svg svg{
		height:130px!important;
	}
}

.preloader-svg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff; }
  .preloader-svg svg {
	position: fixed;
	top: 50%;
	width: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }

@media only screen and (max-width: 991px) {
  .preloader-svg svg {
	height: 220px !important; } }
@media only screen and (max-width: 767px) {
  .preloader-svg svg {
	height: 120px !important; } }

#letter {
  text-anchor: middle;
  font-size: clamp(8rem, -0.875rem + 8.333vw, 8rem);
  font-weight: bold; }
